~ubuntu-branches/ubuntu/maverick/ultrastar-ng/maverick

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Miriam Ruiz, Miriam Ruiz, Mario Bonino, Jon Dowland, Ansgar Burchardt
  • Date: 2008-06-07 16:43:18 UTC
  • mfrom: (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080607164318-4cnzizck1tp8mrwp
Tags: 0.2.1-1
[ Miriam Ruiz ]
* New Upstream Release (Closes: #453132)
* Removed unneeded patches
* Added packages to build deps:
  + libtool
  + portaudio19-dev | portaudio-dev
  + libboost-dev, libboost-thread-dev, libboost-serialization-dev
  + libboost-program-options-dev, libboost-regex-dev
* Moved shared objects to private directory: /usr/lib/ultraster-ng
* Added rpath to binaries to search for shared objects in the private dir
* Uses ultrastar-ng-gstreamer as default, instead of ultrastar-ng-xine,
  since there are significantly less issues with GStreamer.
* Added patch to fix upstream desktop file
* Added -Wl,-as-needed to LDFLAGS
* Replaced fftw3-dev by libfftw3-dev in build dependencies.
* Standards-Version upgraded to 3.7.3

[ Mario Bonino ]
* Fixed data/Makefile.am to install .desktop file and icon

[ Jon Dowland ]
* add Homepage: control field to source stanza
* fix a bashism in debian/rules (Closes: #478634)

[ Ansgar Burchardt ]
* debian/control: Change XS-Vcs-* to Vcs-*
* Remove Homepage semi-field from description

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
SUBDIRS = src docs data themes
 
1
SUBDIRS = audio src docs data themes
2
2
 
3
3
includes = include/audio.h \
4
4
        include/video.h \
5
5
        include/cairotosdl.h \
6
6
        include/pitch_graph.h \
 
7
        include/configuration.h \
7
8
        include/screen.h \
8
 
        include/screen_sing.h \
9
9
        include/singleton.h \
10
10
        include/theme.h \
11
11
        include/cairosvg.h \
12
12
        include/record.h \
13
13
        include/screen_intro.h \
14
14
        include/screen_songs.h \
 
15
        include/screen_sing.h \
 
16
        include/screen_score.h \
15
17
        include/screen_practice.h \
 
18
        include/screen_configuration.h \
16
19
        include/songs.h \
17
20
        include/lyrics.h \
18
21
        include/sdl_gl.h \