~ubuntu-branches/ubuntu/precise/ultrastar-ng/precise

« back to all changes in this revision

Viewing changes to themes/Makefile.in

  • 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:
30
30
NORMAL_UNINSTALL = :
31
31
PRE_UNINSTALL = :
32
32
POST_UNINSTALL = :
 
33
build_triplet = @build@
 
34
host_triplet = @host@
33
35
subdir = themes
34
36
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
35
37
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
54
56
DATA = $(themesdef_DATA) $(themeslima_DATA)
55
57
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
56
58
ACLOCAL = @ACLOCAL@
57
 
ALSA_FLAGS = @ALSA_FLAGS@
58
 
ALSA_LIBS = @ALSA_LIBS@
59
59
AMTAR = @AMTAR@
 
60
AR = @AR@
60
61
AUDIO_FLAGS = @AUDIO_FLAGS@
61
62
AUDIO_LIBS = @AUDIO_LIBS@
62
63
AUTOCONF = @AUTOCONF@
78
79
DATA_DIR = @DATA_DIR@
79
80
DEFS = @DEFS@
80
81
DEPDIR = @DEPDIR@
 
82
ECHO = @ECHO@
81
83
ECHO_C = @ECHO_C@
82
84
ECHO_N = @ECHO_N@
83
85
ECHO_T = @ECHO_T@
84
86
EGREP = @EGREP@
85
87
EXEEXT = @EXEEXT@
86
 
FFT_FLAGS = @FFT_FLAGS@
87
 
FFT_LIBS = @FFT_LIBS@
 
88
F77 = @F77@
 
89
FFLAGS = @FFLAGS@
88
90
GL_LIBS = @GL_LIBS@
89
91
GREP = @GREP@
90
 
HELP2MAN = @HELP2MAN@
91
92
INSTALL = @INSTALL@
92
93
INSTALL_DATA = @INSTALL_DATA@
93
94
INSTALL_PROGRAM = @INSTALL_PROGRAM@
96
97
LDFLAGS = @LDFLAGS@
97
98
LIBOBJS = @LIBOBJS@
98
99
LIBS = @LIBS@
 
100
LIBTOOL = @LIBTOOL@
 
101
LN_S = @LN_S@
99
102
LTLIBOBJS = @LTLIBOBJS@
100
103
MAKEINFO = @MAKEINFO@
101
104
MKDIR_P = @MKDIR_P@
106
109
PACKAGE_STRING = @PACKAGE_STRING@
107
110
PACKAGE_TARNAME = @PACKAGE_TARNAME@
108
111
PACKAGE_VERSION = @PACKAGE_VERSION@
 
112
PANGOCAIRO_FLAGS = @PANGOCAIRO_FLAGS@
 
113
PANGOCAIRO_LIBS = @PANGOCAIRO_LIBS@
109
114
PATH_SEPARATOR = @PATH_SEPARATOR@
110
115
PKG_CONFIG = @PKG_CONFIG@
111
116
RANLIB = @RANLIB@
 
117
RECORD_ALSA_FLAGS = @RECORD_ALSA_FLAGS@
 
118
RECORD_ALSA_LIBS = @RECORD_ALSA_LIBS@
 
119
RECORD_GST_FLAGS = @RECORD_GST_FLAGS@
 
120
RECORD_GST_LIBS = @RECORD_GST_LIBS@
 
121
RECORD_PA18_FLAGS = @RECORD_PA18_FLAGS@
 
122
RECORD_PA18_LIBS = @RECORD_PA18_LIBS@
 
123
RECORD_PA19_FLAGS = @RECORD_PA19_FLAGS@
 
124
RECORD_PA19_LIBS = @RECORD_PA19_LIBS@
112
125
SDLCONFIG = @SDLCONFIG@
113
126
SDL_FLAGS = @SDL_FLAGS@
114
127
SDL_LIBS = @SDL_LIBS@
 
128
SED = @SED@
115
129
SET_MAKE = @SET_MAKE@
116
130
SHELL = @SHELL@
117
131
STRIP = @STRIP@
129
143
abs_top_srcdir = @abs_top_srcdir@
130
144
ac_ct_CC = @ac_ct_CC@
131
145
ac_ct_CXX = @ac_ct_CXX@
 
146
ac_ct_F77 = @ac_ct_F77@
132
147
alsa_CFLAGS = @alsa_CFLAGS@
133
148
alsa_LIBS = @alsa_LIBS@
134
149
am__include = @am__include@
137
152
am__tar = @am__tar@
138
153
am__untar = @am__untar@
139
154
bindir = @bindir@
 
155
build = @build@
140
156
build_alias = @build_alias@
 
157
build_cpu = @build_cpu@
 
158
build_os = @build_os@
 
159
build_vendor = @build_vendor@
141
160
builddir = @builddir@
142
161
cairo_CFLAGS = @cairo_CFLAGS@
143
162
cairo_LIBS = @cairo_LIBS@
148
167
docdir = @docdir@
149
168
dvidir = @dvidir@
150
169
exec_prefix = @exec_prefix@
151
 
fftw3f_CFLAGS = @fftw3f_CFLAGS@
152
 
fftw3f_LIBS = @fftw3f_LIBS@
153
170
gstreamer_CFLAGS = @gstreamer_CFLAGS@
154
171
gstreamer_LIBS = @gstreamer_LIBS@
 
172
host = @host@
155
173
host_alias = @host_alias@
 
174
host_cpu = @host_cpu@
 
175
host_os = @host_os@
 
176
host_vendor = @host_vendor@
156
177
htmldir = @htmldir@
157
178
includedir = @includedir@
158
179
infodir = @infodir@
168
189
mandir = @mandir@
169
190
mkdir_p = @mkdir_p@
170
191
oldincludedir = @oldincludedir@
 
192
pangocairo_CFLAGS = @pangocairo_CFLAGS@
 
193
pangocairo_LIBS = @pangocairo_LIBS@
171
194
pdfdir = @pdfdir@
 
195
portAudioV19_CFLAGS = @portAudioV19_CFLAGS@
 
196
portAudioV19_LIBS = @portAudioV19_LIBS@
172
197
prefix = @prefix@
173
198
program_transform_name = @program_transform_name@
174
199
psdir = @psdir@
201
226
        default/practice_bg.svg \
202
227
        default/practice_txt.svg \
203
228
        default/practice_note.svg \
204
 
        default/practice_sharp.svg
 
229
        default/practice_sharp.svg \
 
230
        default/practice_peak.svg \
 
231
        default/score_bg.svg \
 
232
        default/score_rank.svg \
 
233
        default/score_level.svg \
 
234
        default/score_txt.svg \
 
235
        default/configuration_bg.svg \
 
236
        default/configuration_item.svg \
 
237
        default/configuration_value.svg
205
238
 
206
239
themeslimadir = @THEMES_DIR@/lima
207
240
themeslima_DATA = lima/no_cover.png \
223
256
        lima/practice_bg.svg \
224
257
        lima/practice_txt.svg \
225
258
        lima/practice_note.svg \
226
 
        lima/practice_sharp.svg
 
259
        lima/practice_sharp.svg \
 
260
        lima/practice_peak.svg \
 
261
        lima/score_bg.svg \
 
262
        lima/score_rank.svg \
 
263
        lima/score_level.svg \
 
264
        lima/score_txt.svg \
 
265
        lima/configuration_bg.svg \
 
266
        lima/configuration_item.svg \
 
267
        lima/configuration_value.svg \
 
268
        lima/menu.ogg
227
269
 
228
270
EXTRA_DIST = $(themesdef_DATA) $(themeslima_DATA)
229
271
all: all-am
258
300
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
259
301
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
260
302
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
303
 
 
304
mostlyclean-libtool:
 
305
        -rm -f *.lo
 
306
 
 
307
clean-libtool:
 
308
        -rm -rf .libs _libs
261
309
install-themesdefDATA: $(themesdef_DATA)
262
310
        @$(NORMAL_INSTALL)
263
311
        test -z "$(themesdefdir)" || $(MKDIR_P) "$(DESTDIR)$(themesdefdir)"
358
406
        @echo "it deletes files that may require special tools to rebuild."
359
407
clean: clean-am
360
408
 
361
 
clean-am: clean-generic mostlyclean-am
 
409
clean-am: clean-generic clean-libtool mostlyclean-am
362
410
 
363
411
distclean: distclean-am
364
412
        -rm -f Makefile
398
446
 
399
447
mostlyclean: mostlyclean-am
400
448
 
401
 
mostlyclean-am: mostlyclean-generic
 
449
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
402
450
 
403
451
pdf: pdf-am
404
452
 
412
460
 
413
461
.MAKE: install-am install-strip
414
462
 
415
 
.PHONY: all all-am check check-am clean clean-generic distclean \
416
 
        distclean-generic distdir dvi dvi-am html html-am info info-am \
417
 
        install install-am install-data install-data-am install-dvi \
418
 
        install-dvi-am install-exec install-exec-am install-html \
419
 
        install-html-am install-info install-info-am install-man \
420
 
        install-pdf install-pdf-am install-ps install-ps-am \
421
 
        install-strip install-themesdefDATA install-themeslimaDATA \
422
 
        installcheck installcheck-am installdirs maintainer-clean \
423
 
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
424
 
        pdf-am ps ps-am uninstall uninstall-am uninstall-themesdefDATA \
425
 
        uninstall-themeslimaDATA
 
463
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
464
        distclean distclean-generic distclean-libtool distdir dvi \
 
465
        dvi-am html html-am info info-am install install-am \
 
466
        install-data install-data-am install-dvi install-dvi-am \
 
467
        install-exec install-exec-am install-html install-html-am \
 
468
        install-info install-info-am install-man install-pdf \
 
469
        install-pdf-am install-ps install-ps-am install-strip \
 
470
        install-themesdefDATA install-themeslimaDATA installcheck \
 
471
        installcheck-am installdirs maintainer-clean \
 
472
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
473
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
 
474
        uninstall-themesdefDATA uninstall-themeslimaDATA
426
475
 
427
476
# Tell versions [3.59,3.63) of GNU make to not export all variables.
428
477
# Otherwise a system limit (for SysV at least) may be exceeded.