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

« back to all changes in this revision

Viewing changes to data/icons/48x48/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:
101
101
CC = @CC@
102
102
CCDEPMODE = @CCDEPMODE@
103
103
CFLAGS = @CFLAGS@
 
104
CHAPTERS_CFLAGS = @CHAPTERS_CFLAGS@
 
105
CHAPTERS_LIBS = @CHAPTERS_LIBS@
104
106
CPP = @CPP@
105
107
CPPFLAGS = @CPPFLAGS@
106
108
CXX = @CXX@
176
178
LIBGDATA_LIBS = @LIBGDATA_LIBS@
177
179
LIBOBJS = @LIBOBJS@
178
180
LIBS = @LIBS@
 
181
LIBSOUP_CFLAGS = @LIBSOUP_CFLAGS@
 
182
LIBSOUP_LIBS = @LIBSOUP_LIBS@
179
183
LIBTOOL = @LIBTOOL@
180
184
LIPO = @LIPO@
181
185
LIRC_LIBS = @LIRC_LIBS@
214
218
PACKAGE_VERSION = @PACKAGE_VERSION@
215
219
PATH_SEPARATOR = @PATH_SEPARATOR@
216
220
PKG_CONFIG = @PKG_CONFIG@
 
221
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
222
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
217
223
PLUGINDIR = @PLUGINDIR@
218
224
PLUGINS = @PLUGINS@
219
225
POFILES = @POFILES@