~fcwu-tw/ubuntu/precise/totem/fix-for-lp-1041032

« back to all changes in this revision

Viewing changes to src/plugins/brasero-disc-recorder/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-08-12 13:09:09 UTC
  • mfrom: (1.11.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20100812130909-hzn8tsoh9z7t3dbx
Tags: 2.31.6-0ubuntu1
* New upstream version:
  - Add support for Web-M to browser, movie player, and YouTube plugin
  Movie Player:
  - Add deinterlacing support, automatically used for interlaced content
  - Do not block when loading playlists
  - Remove libunique dependency
  - Make auto-resize use half-scale or 2x if the player would fit on the 
    screen
  - Make screensaver preference clearer
  - Support running with RGBA (semi-transparent) GTK+ themes
  Plugins:
  - Update for YouTube website changes
  Browser plugin:
  - Fix running browser plugin in non-GTK+ front-ends
  - VLC-compatible browser plugin:
  - Support input.time and input.length property
  - Support togglePause function
  - Support toolbar plugin argument
* debian/control.in:
  - updated the build requirements to match the configure
* debian/patches/80_webm.patch,
  debian/patches/81_mpegts.patch,
  debian/patches/91_git_correct_rgba_use.patch:
  - the changes are in the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
184
184
GST_CFLAGS = @GST_CFLAGS@
185
185
GST_LIBS = @GST_LIBS@
186
186
GTKDOC_CHECK = @GTKDOC_CHECK@
 
187
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
188
GTKDOC_REBASE = @GTKDOC_REBASE@
187
189
GTK_CFLAGS = @GTK_CFLAGS@
188
190
GTK_LIBS = @GTK_LIBS@
189
191
HELP_DIR = @HELP_DIR@
283
285
TOTEM_VERSION_MINOR = @TOTEM_VERSION_MINOR@
284
286
TRACKER_CFLAGS = @TRACKER_CFLAGS@
285
287
TRACKER_LIBS = @TRACKER_LIBS@
286
 
UNIQUE_CFLAGS = @UNIQUE_CFLAGS@
287
 
UNIQUE_LIBS = @UNIQUE_LIBS@
288
288
USE_NLS = @USE_NLS@
289
289
VALAC = @VALAC@
290
 
VALA_CFLAGS = @VALA_CFLAGS@
291
 
VALA_LIBS = @VALA_LIBS@
292
290
VERSION = @VERSION@
293
291
WARN_CFLAGS = @WARN_CFLAGS@
294
292
WARN_CXXFLAGS = @WARN_CXXFLAGS@
335
333
libexecdir = @libexecdir@
336
334
localedir = @localedir@
337
335
localstatedir = @localstatedir@
338
 
lt_ECHO = @lt_ECHO@
339
336
mandir = @mandir@
340
337
mkdir_p = @mkdir_p@
341
338
oldincludedir = @oldincludedir@