~ubuntu-branches/ubuntu/quantal/rhythmbox/quantal

« back to all changes in this revision

Viewing changes to podcast/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-06-10 16:19:59 UTC
  • mfrom: (1.3.7)
  • mto: This revision was merged to the branch mainline in revision 215.
  • Revision ID: package-import@ubuntu.com-20120610161959-x1tju93su2c0yv7c
Tags: 2.97-1
* New upstream release.
  - New more compact header layout, including album art.
    Closes: #660483, #658717
* debian/watch: Also track odd version numbers since rhythmbox does not seem
  to follow the typical GNOME versioning scheme.
* Remove patches which have been applied upstream.
* Update librhythmbox-core5 → librhythmbox-core6 for the soname bump.
* Add explicit Build-Depends on libxml2-dev (>= 2.7.8).
* Drop artdisplay plugin. It has been removed upstream as it is no longer
  needed now that the playing track display includes album art.
* Drop Build-Depends on python-gst0.10-dev and replace Depends on
  python-gst0.10 with gir1.2-gstreamer-0.10 (required by the replaygain
  plugin).
* Drop Recommends on nautilus-sendto. The sendto plugin is for sending
  selected tracks by email or instant message from within rhythmbox. It is
  not a nautilus-sendto plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
POST_UNINSTALL = :
37
37
build_triplet = @build@
38
38
host_triplet = @host@
39
 
noinst_PROGRAMS = test-podcast-parse$(EXEEXT)
 
39
noinst_PROGRAMS = test-podcast-parse$(EXEEXT) \
 
40
        test-podcast-search$(EXEEXT)
40
41
subdir = podcast
41
42
DIST_COMMON = $(podcastinclude_HEADERS) $(srcdir)/Makefile.am \
42
43
        $(srcdir)/Makefile.in
80
81
am__installdirs = "$(DESTDIR)$(plugindir)" \
81
82
        "$(DESTDIR)$(podcastincludedir)"
82
83
LTLIBRARIES = $(noinst_LTLIBRARIES) $(plugin_LTLIBRARIES)
83
 
librbpodcast_la_LIBADD =
 
84
librbpodcast_la_DEPENDENCIES =
84
85
am__objects_1 =
85
86
am_librbpodcast_la_OBJECTS = $(am__objects_1) \
86
 
        rb-feed-podcast-properties-dialog.lo \
 
87
        rb-feed-podcast-properties-dialog.lo rb-podcast-add-dialog.lo \
87
88
        rb-podcast-properties-dialog.lo rb-podcast-main-source.lo \
88
 
        rb-podcast-source.lo rb-podcast-parse.lo rb-podcast-manager.lo \
 
89
        rb-podcast-search.lo rb-podcast-search-itunes.lo \
 
90
        rb-podcast-search-miroguide.lo rb-podcast-source.lo \
 
91
        rb-podcast-parse.lo rb-podcast-manager.lo \
89
92
        rb-podcast-entry-types.lo
90
93
librbpodcast_la_OBJECTS = $(am_librbpodcast_la_OBJECTS)
91
94
AM_V_lt = $(am__v_lt_$(V))
96
99
        $(AM_CFLAGS) $(CFLAGS) $(librbpodcast_la_LDFLAGS) $(LDFLAGS) \
97
100
        -o $@
98
101
librbpodcast_parse_la_LIBADD =
99
 
am_librbpodcast_parse_la_OBJECTS = rb-podcast-parse.lo
 
102
am_librbpodcast_parse_la_OBJECTS = rb-podcast-parse.lo \
 
103
        rb-podcast-search.lo rb-podcast-search-itunes.lo \
 
104
        rb-podcast-search-miroguide.lo
100
105
librbpodcast_parse_la_OBJECTS = $(am_librbpodcast_parse_la_OBJECTS)
101
106
librhythmbox_itms_detection_plugin_la_LIBADD =
102
107
am__librhythmbox_itms_detection_plugin_la_SOURCES_DIST =  \
120
125
test_podcast_parse_DEPENDENCIES = librbpodcast_parse.la \
121
126
        $(top_builddir)/lib/librb.la $(am__DEPENDENCIES_1) \
122
127
        $(am__DEPENDENCIES_1)
 
128
am_test_podcast_search_OBJECTS = test-podcast-search.$(OBJEXT)
 
129
test_podcast_search_OBJECTS = $(am_test_podcast_search_OBJECTS)
 
130
test_podcast_search_DEPENDENCIES = librbpodcast_parse.la \
 
131
        $(top_builddir)/lib/librb.la $(am__DEPENDENCIES_1) \
 
132
        $(am__DEPENDENCIES_1)
123
133
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
124
134
depcomp = $(SHELL) $(top_srcdir)/depcomp
125
135
am__depfiles_maybe = depfiles
148
158
am__v_GEN_0 = @echo "  GEN   " $@;
149
159
SOURCES = $(librbpodcast_la_SOURCES) $(librbpodcast_parse_la_SOURCES) \
150
160
        $(librhythmbox_itms_detection_plugin_la_SOURCES) \
151
 
        $(test_podcast_parse_SOURCES)
 
161
        $(test_podcast_parse_SOURCES) $(test_podcast_search_SOURCES)
152
162
DIST_SOURCES = $(librbpodcast_la_SOURCES) \
153
163
        $(librbpodcast_parse_la_SOURCES) \
154
164
        $(am__librhythmbox_itms_detection_plugin_la_SOURCES_DIST) \
155
 
        $(test_podcast_parse_SOURCES)
 
165
        $(test_podcast_parse_SOURCES) $(test_podcast_search_SOURCES)
156
166
HEADERS = $(podcastinclude_HEADERS)
157
167
ETAGS = etags
158
168
CTAGS = ctags
249
259
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
250
260
IPOD_CFLAGS = @IPOD_CFLAGS@
251
261
IPOD_LIBS = @IPOD_LIBS@
252
 
JSON_GLIB_CFLAGS = @JSON_GLIB_CFLAGS@
253
 
JSON_GLIB_LIBS = @JSON_GLIB_LIBS@
254
262
LD = @LD@
255
263
LDFLAGS = @LDFLAGS@
256
264
LIBBRASERO_MEDIA_CFLAGS = @LIBBRASERO_MEDIA_CFLAGS@
274
282
MTP_LIBS = @MTP_LIBS@
275
283
MUSICBRAINZ3_CFLAGS = @MUSICBRAINZ3_CFLAGS@
276
284
MUSICBRAINZ3_LIBS = @MUSICBRAINZ3_LIBS@
 
285
MUSICBRAINZ4_CFLAGS = @MUSICBRAINZ4_CFLAGS@
 
286
MUSICBRAINZ4_LIBS = @MUSICBRAINZ4_LIBS@
277
287
NM = @NM@
278
288
NMEDIT = @NMEDIT@
279
289
NOTIFY_CFLAGS = @NOTIFY_CFLAGS@
403
413
podcastinclude_HEADERS = \
404
414
        rb-podcast-entry-types.h                        \
405
415
        rb-podcast-parse.h                              \
406
 
        rb-podcast-manager.h
 
416
        rb-podcast-manager.h                            \
 
417
        rb-podcast-search.h
407
418
 
408
419
librbpodcast_parse_la_SOURCES = \
409
420
        rb-podcast-parse.c                              \
410
 
        rb-podcast-parse.h
 
421
        rb-podcast-parse.h                              \
 
422
        rb-podcast-search.c                             \
 
423
        rb-podcast-search-itunes.c                      \
 
424
        rb-podcast-search-miroguide.c
411
425
 
412
426
librbpodcast_la_SOURCES = \
413
427
        $(podcastinclude_HEADERS)                       \
414
428
        rb-feed-podcast-properties-dialog.c             \
415
429
        rb-feed-podcast-properties-dialog.h             \
 
430
        rb-podcast-add-dialog.c                         \
 
431
        rb-podcast-add-dialog.h                         \
416
432
        rb-podcast-properties-dialog.c                  \
417
433
        rb-podcast-properties-dialog.h                  \
418
434
        rb-podcast-main-source.c                        \
419
435
        rb-podcast-main-source.h                        \
 
436
        rb-podcast-search.c                             \
 
437
        rb-podcast-search-itunes.c                      \
 
438
        rb-podcast-search-miroguide.c                   \
420
439
        rb-podcast-settings.h                           \
421
440
        rb-podcast-source.c                             \
422
441
        rb-podcast-source.h                             \
424
443
        rb-podcast-manager.c                            \
425
444
        rb-podcast-entry-types.c
426
445
 
 
446
test_podcast_search_SOURCES = \
 
447
        test-podcast-search.c
 
448
 
 
449
test_podcast_search_LDADD = \
 
450
        librbpodcast_parse.la                           \
 
451
        $(top_builddir)/lib/librb.la                    \
 
452
        $(RHYTHMBOX_LIBS)                               \
 
453
        $(JSON_GLIB_LIBS)                               \
 
454
        $(TOTEM_PLPARSER_LIBS)
 
455
 
427
456
test_podcast_parse_SOURCES = \
428
457
        test-podcast-parse.c
429
458
 
446
475
        -I$(top_builddir)/lib                           \
447
476
        $(RHYTHMBOX_CFLAGS)                             \
448
477
        $(WEBKIT_CFLAGS)                                \
 
478
        $(JSON_GLIB_CFLAGS)                             \
449
479
        $(TOTEM_PLPARSER_CFLAGS)
450
480
 
451
481
librbpodcast_la_LDFLAGS = -export-dynamic
 
482
librbpodcast_la_LIBADD = $(JSON_GLIB_LIBS)
452
483
PLUGIN_FILES = rhythmbox-itms-plugin.c npapi.h npupp.h npruntime.h
453
484
@ENABLE_BROWSER_PLUGIN_TRUE@plugindir = $(MOZILLA_PLUGINDIR)
454
485
@ENABLE_BROWSER_PLUGIN_TRUE@plugin_LTLIBRARIES = librhythmbox-itms-detection-plugin.la
552
583
test-podcast-parse$(EXEEXT): $(test_podcast_parse_OBJECTS) $(test_podcast_parse_DEPENDENCIES) 
553
584
        @rm -f test-podcast-parse$(EXEEXT)
554
585
        $(AM_V_CCLD)$(LINK) $(test_podcast_parse_OBJECTS) $(test_podcast_parse_LDADD) $(LIBS)
 
586
test-podcast-search$(EXEEXT): $(test_podcast_search_OBJECTS) $(test_podcast_search_DEPENDENCIES) 
 
587
        @rm -f test-podcast-search$(EXEEXT)
 
588
        $(AM_V_CCLD)$(LINK) $(test_podcast_search_OBJECTS) $(test_podcast_search_LDADD) $(LIBS)
555
589
 
556
590
mostlyclean-compile:
557
591
        -rm -f *.$(OBJEXT)
561
595
 
562
596
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librhythmbox_itms_detection_plugin_la-rhythmbox-itms-plugin.Plo@am__quote@
563
597
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rb-feed-podcast-properties-dialog.Plo@am__quote@
 
598
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rb-podcast-add-dialog.Plo@am__quote@
564
599
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rb-podcast-entry-types.Plo@am__quote@
565
600
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rb-podcast-main-source.Plo@am__quote@
566
601
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rb-podcast-manager.Plo@am__quote@
567
602
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rb-podcast-parse.Plo@am__quote@
568
603
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rb-podcast-properties-dialog.Plo@am__quote@
 
604
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rb-podcast-search-itunes.Plo@am__quote@
 
605
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rb-podcast-search-miroguide.Plo@am__quote@
 
606
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rb-podcast-search.Plo@am__quote@
569
607
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rb-podcast-source.Plo@am__quote@
570
608
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-podcast-parse.Po@am__quote@
 
609
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-podcast-search.Po@am__quote@
571
610
 
572
611
.c.o:
573
612
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<