~noskcaj/ubuntu/trusty/tumbler/0.1.30

« back to all changes in this revision

Viewing changes to plugins/ffmpeg-thumbnailer/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Yves-Alexis Perez, Lionel Le Folgoc, Yves-Alexis Perez
  • Date: 2012-02-05 21:03:17 UTC
  • mfrom: (4.1.2)
  • Revision ID: package-import@ubuntu.com-20120205210317-bnl5qa1pxpro64ih
Tags: 0.1.23-1
[ Lionel Le Folgoc ]
* New upstream release:
  - fix crashes in the pixbuf thumbnailer.                        lp: #804921
* debian/control: build-depends on libgsf-1-dev and libopenrawgnome-dev to
  enable the new thumbnailers.
* debian/copyright: fix EOLs.
* Add a new binary package, tumbler-plugins-extra, to ship plugins using
  libraries not present in the default xfce desktop (openraw, gsf), and let
  tumbler suggest it.
* debian/patches:
  - 02_start-gst-pipeline.patch: dropped, applied upstream.
  - 01_fix-link-lm.patch: refreshed for the new plugins.
* debian/libtumbler-1-dev.install: updated, .a files aren't created anymore.

[ Yves-Alexis Perez ]
* debian/watch updated for new tumbler location.
* debian/control:
  - update debhelper build-dep to 9 now that it's released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
191
191
GMOFILES = @GMOFILES@
192
192
GMSGFMT = @GMSGFMT@
193
193
GREP = @GREP@
 
194
GSF_CFLAGS = @GSF_CFLAGS@
 
195
GSF_LIBS = @GSF_LIBS@
194
196
GSTREAMER_CFLAGS = @GSTREAMER_CFLAGS@
195
197
GSTREAMER_LIBS = @GSTREAMER_LIBS@
196
198
GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
197
199
GTHREAD_LIBS = @GTHREAD_LIBS@
198
200
GTKDOC_CHECK = @GTKDOC_CHECK@
 
201
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
 
202
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
199
203
GTKDOC_MKPDF = @GTKDOC_MKPDF@
200
204
GTKDOC_REBASE = @GTKDOC_REBASE@
201
205
GTK_DOC_EXTRA_CFLAGS = @GTK_DOC_EXTRA_CFLAGS@
216
220
LIBJPEG_CFLAGS = @LIBJPEG_CFLAGS@
217
221
LIBJPEG_LIBS = @LIBJPEG_LIBS@
218
222
LIBOBJS = @LIBOBJS@
 
223
LIBOPENRAW_GNOME_CFLAGS = @LIBOPENRAW_GNOME_CFLAGS@
 
224
LIBOPENRAW_GNOME_LIBS = @LIBOPENRAW_GNOME_LIBS@
219
225
LIBS = @LIBS@
220
226
LIBTOOL = @LIBTOOL@
221
227
LIPO = @LIPO@