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

« back to all changes in this revision

Viewing changes to data/icons/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:
117
117
CC = @CC@
118
118
CCDEPMODE = @CCDEPMODE@
119
119
CFLAGS = @CFLAGS@
 
120
CHAPTERS_CFLAGS = @CHAPTERS_CFLAGS@
 
121
CHAPTERS_LIBS = @CHAPTERS_LIBS@
120
122
CPP = @CPP@
121
123
CPPFLAGS = @CPPFLAGS@
122
124
CXX = @CXX@
192
194
LIBGDATA_LIBS = @LIBGDATA_LIBS@
193
195
LIBOBJS = @LIBOBJS@
194
196
LIBS = @LIBS@
 
197
LIBSOUP_CFLAGS = @LIBSOUP_CFLAGS@
 
198
LIBSOUP_LIBS = @LIBSOUP_LIBS@
195
199
LIBTOOL = @LIBTOOL@
196
200
LIPO = @LIPO@
197
201
LIRC_LIBS = @LIRC_LIBS@
230
234
PACKAGE_VERSION = @PACKAGE_VERSION@
231
235
PATH_SEPARATOR = @PATH_SEPARATOR@
232
236
PKG_CONFIG = @PKG_CONFIG@
 
237
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
238
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
233
239
PLUGINDIR = @PLUGINDIR@
234
240
PLUGINS = @PLUGINS@
235
241
POFILES = @POFILES@