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

« back to all changes in this revision

Viewing changes to backends/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:
253
253
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
254
254
IPOD_CFLAGS = @IPOD_CFLAGS@
255
255
IPOD_LIBS = @IPOD_LIBS@
256
 
JSON_GLIB_CFLAGS = @JSON_GLIB_CFLAGS@
257
 
JSON_GLIB_LIBS = @JSON_GLIB_LIBS@
258
256
LD = @LD@
259
257
LDFLAGS = @LDFLAGS@
260
258
LIBBRASERO_MEDIA_CFLAGS = @LIBBRASERO_MEDIA_CFLAGS@
278
276
MTP_LIBS = @MTP_LIBS@
279
277
MUSICBRAINZ3_CFLAGS = @MUSICBRAINZ3_CFLAGS@
280
278
MUSICBRAINZ3_LIBS = @MUSICBRAINZ3_LIBS@
 
279
MUSICBRAINZ4_CFLAGS = @MUSICBRAINZ4_CFLAGS@
 
280
MUSICBRAINZ4_LIBS = @MUSICBRAINZ4_LIBS@
281
281
NM = @NM@
282
282
NMEDIT = @NMEDIT@
283
283
NOTIFY_CFLAGS = @NOTIFY_CFLAGS@