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

« back to all changes in this revision

Viewing changes to help/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:
104
104
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
105
105
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
106
106
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
107
GIO_CFLAGS = @GIO_CFLAGS@
 
108
GIO_LIBS = @GIO_LIBS@
107
109
GLIB_CFLAGS = @GLIB_CFLAGS@
108
110
GLIB_LIBS = @GLIB_LIBS@
109
111
GMOFILES = @GMOFILES@
158
160
MSGFMT = @MSGFMT@
159
161
MSGFMT_OPTS = @MSGFMT_OPTS@
160
162
MSGMERGE = @MSGMERGE@
 
163
MUSICBRAINZ3_CFLAGS = @MUSICBRAINZ3_CFLAGS@
 
164
MUSICBRAINZ3_LIBS = @MUSICBRAINZ3_LIBS@
161
165
MUSICBRAINZ_CFLAGS = @MUSICBRAINZ_CFLAGS@
162
166
MUSICBRAINZ_LIBS = @MUSICBRAINZ_LIBS@
163
167
NMEDIT = @NMEDIT@
181
185
SET_MAKE = @SET_MAKE@
182
186
SHELL = @SHELL@
183
187
STRIP = @STRIP@
184
 
TAGLIB_CFLAGS = @TAGLIB_CFLAGS@
185
 
TAGLIB_LIBS = @TAGLIB_LIBS@
186
188
UI_CFLAGS = @UI_CFLAGS@
187
189
UI_LIBS = @UI_LIBS@
188
190
USE_NLS = @USE_NLS@