~ubuntu-branches/ubuntu/precise/totem/precise-201110181700

« back to all changes in this revision

Viewing changes to bindings/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-09-13 17:33:51 UTC
  • mfrom: (1.11.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20100913173351-8tqvzz9xpc7y3e81
Tags: 2.31.90-0ubuntu1
* New upstream release:
  - Add chapters plugin
  - Support Web-M videos in YouTube plugin
  - Fix possible crash when quitting whilst the stream's tags are being
    gathered
  - Make it possible to use --raw along with --size in thumbnailer
  - Loads of updated translations
* debian/control.in:
  - build-dep on libsoup for the youtube plugin 
  Note: didn't add the chapters plugin. Can be done in Natty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
CC = @CC@
120
120
CCDEPMODE = @CCDEPMODE@
121
121
CFLAGS = @CFLAGS@
 
122
CHAPTERS_CFLAGS = @CHAPTERS_CFLAGS@
 
123
CHAPTERS_LIBS = @CHAPTERS_LIBS@
122
124
CPP = @CPP@
123
125
CPPFLAGS = @CPPFLAGS@
124
126
CXX = @CXX@
194
196
LIBGDATA_LIBS = @LIBGDATA_LIBS@
195
197
LIBOBJS = @LIBOBJS@
196
198
LIBS = @LIBS@
 
199
LIBSOUP_CFLAGS = @LIBSOUP_CFLAGS@
 
200
LIBSOUP_LIBS = @LIBSOUP_LIBS@
197
201
LIBTOOL = @LIBTOOL@
198
202
LIPO = @LIPO@
199
203
LIRC_LIBS = @LIRC_LIBS@
232
236
PACKAGE_VERSION = @PACKAGE_VERSION@
233
237
PATH_SEPARATOR = @PATH_SEPARATOR@
234
238
PKG_CONFIG = @PKG_CONFIG@
 
239
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
240
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
235
241
PLUGINDIR = @PLUGINDIR@
236
242
PLUGINS = @PLUGINS@
237
243
POFILES = @POFILES@