~ubuntu-branches/ubuntu/vivid/brasero/vivid-proposed

« back to all changes in this revision

Viewing changes to plugins/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya
  • Date: 2011-05-18 17:53:39 UTC
  • mfrom: (1.1.47 upstream) (1.4.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20110518175339-so6a6fejezs5i1pc
Tags: 3.0.0-1ubuntu1
* Rebase from Debian and GNOME3 PPA. Remaining Ubuntu changes:
* debian/control:
  - Build-Depend on dh-autoreconf, libappindicator3-dev and
    liblaunchpad-integration-3.0-dev
  - Recommends: brasero-cdrkit
  - libbrasero-media3-1 Depends on dvd+rw-tools not growisofs and
    Suggests rather than Recommends gstreamer plugin packages
* debian/patches/010_lpi.patch:
  - Launchpad integration patch
* debian/patches/012_appindicator.patch:
  - Use application indicators
* debian/rules:
  - Include autoreconf.mk
* debian/watch:
  - Watch unstable releases also

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
BRASERO_GTK_LIBS = @BRASERO_GTK_LIBS@
130
130
BRASERO_LIBBURNIA_CFLAGS = @BRASERO_LIBBURNIA_CFLAGS@
131
131
BRASERO_LIBBURNIA_LIBS = @BRASERO_LIBBURNIA_LIBS@
132
 
BRASERO_LIBRARY_SUFFIX = @BRASERO_LIBRARY_SUFFIX@
133
 
BRASERO_LIBUNIQUE_CFLAGS = @BRASERO_LIBUNIQUE_CFLAGS@
134
 
BRASERO_LIBUNIQUE_LIBS = @BRASERO_LIBUNIQUE_LIBS@
 
132
BRASERO_LIBNOTIFY_CFLAGS = @BRASERO_LIBNOTIFY_CFLAGS@
 
133
BRASERO_LIBNOTIFY_LIBS = @BRASERO_LIBNOTIFY_LIBS@
135
134
BRASERO_LIBXML_CFLAGS = @BRASERO_LIBXML_CFLAGS@
136
135
BRASERO_LIBXML_LIBS = @BRASERO_LIBXML_LIBS@
137
136
BRASERO_MAJOR_VERSION = @BRASERO_MAJOR_VERSION@
159
158
DEPDIR = @DEPDIR@
160
159
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
161
160
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
161
DLLTOOL = @DLLTOOL@
162
162
DOC_USER_FORMATS = @DOC_USER_FORMATS@
163
163
DSYMUTIL = @DSYMUTIL@
164
164
DUMPBIN = @DUMPBIN@
177
177
GTKDOC_CHECK = @GTKDOC_CHECK@
178
178
GTKDOC_MKPDF = @GTKDOC_MKPDF@
179
179
GTKDOC_REBASE = @GTKDOC_REBASE@
180
 
GTK_API_VERSION = @GTK_API_VERSION@
181
180
HELP_DIR = @HELP_DIR@
182
181
HTML_DIR = @HTML_DIR@
183
182
INSTALL = @INSTALL@
212
211
LT_REVISION = @LT_REVISION@
213
212
MAINT = @MAINT@
214
213
MAKEINFO = @MAKEINFO@
 
214
MANIFEST_TOOL = @MANIFEST_TOOL@
215
215
MKDIR_P = @MKDIR_P@
216
216
MKINSTALLDIRS = @MKINSTALLDIRS@
217
217
MSGFMT = @MSGFMT@
256
256
abs_srcdir = @abs_srcdir@
257
257
abs_top_builddir = @abs_top_builddir@
258
258
abs_top_srcdir = @abs_top_srcdir@
 
259
ac_ct_AR = @ac_ct_AR@
259
260
ac_ct_CC = @ac_ct_CC@
260
261
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
261
262
am__include = @am__include@