~ubuntu-branches/ubuntu/trusty/sound-juicer/trusty

« back to all changes in this revision

Viewing changes to help/sound-juicer/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-12-15 13:16:02 UTC
  • mfrom: (1.1.35 upstream) (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20081215131602-0bezbep7s4w4zy0s
Tags: 2.25.1-0ubuntu1
* Sync on Debian
* debian/control.in:
  - Build-depends on libcdio-dev and liblaunchpad-integration-dev
* debian/patches/01_lpi.patch,
  debian/patches/02_autoconf.patch:
  - lpi changes and configure update
* New upstream version (LP: #308165)
  - Chain the metadata lookups (Bastien Nocera)
  - Finish the libmusicbrainz3 metadata fetcher (BN)
  - Add a GVFS metadata fetcher as fallback (BN)
  - Make libcdio option, as it breaks the GPL+Exception license (BN)
  - Export ASIN, Discogs, Wikipedia in the internal metadata (BN)
  - Lots of other cleanups to the metadata code (BN)
  - Remove copy of the id3mux plugin, assume it exists now (BN)
  - Remove Encoding field from desktop file (Pacho Ramos)
  - Add Audio to desktop categories (Patryk Zawadzki)
  - Correctly parse CDDA URLs (Matthew Martin)
  - Don't free the option context
* debian/control.in:
  - Change build-dep on libmusicbrainz3-dev
  - Also build-dep on libneon26-gnutls-dev and libdiscid0-dev for lmb3
* debian/watch:
  - Update for 2.25.x releases

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
118
118
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
119
119
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
120
GIO_CFLAGS = @GIO_CFLAGS@
 
121
GIO_LIBS = @GIO_LIBS@
120
122
GLIB_CFLAGS = @GLIB_CFLAGS@
121
123
GLIB_LIBS = @GLIB_LIBS@
122
124
GMOFILES = @GMOFILES@
171
173
MSGFMT = @MSGFMT@
172
174
MSGFMT_OPTS = @MSGFMT_OPTS@
173
175
MSGMERGE = @MSGMERGE@
 
176
MUSICBRAINZ3_CFLAGS = @MUSICBRAINZ3_CFLAGS@
 
177
MUSICBRAINZ3_LIBS = @MUSICBRAINZ3_LIBS@
174
178
MUSICBRAINZ_CFLAGS = @MUSICBRAINZ_CFLAGS@
175
179
MUSICBRAINZ_LIBS = @MUSICBRAINZ_LIBS@
176
180
NMEDIT = @NMEDIT@
194
198
SET_MAKE = @SET_MAKE@
195
199
SHELL = @SHELL@
196
200
STRIP = @STRIP@
197
 
TAGLIB_CFLAGS = @TAGLIB_CFLAGS@
198
 
TAGLIB_LIBS = @TAGLIB_LIBS@
199
201
UI_CFLAGS = @UI_CFLAGS@
200
202
UI_LIBS = @UI_LIBS@
201
203
USE_NLS = @USE_NLS@