~noskcaj/ubuntu/trusty/tumbler/0.1.30

« back to all changes in this revision

Viewing changes to docs/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:
166
166
GMOFILES = @GMOFILES@
167
167
GMSGFMT = @GMSGFMT@
168
168
GREP = @GREP@
 
169
GSF_CFLAGS = @GSF_CFLAGS@
 
170
GSF_LIBS = @GSF_LIBS@
169
171
GSTREAMER_CFLAGS = @GSTREAMER_CFLAGS@
170
172
GSTREAMER_LIBS = @GSTREAMER_LIBS@
171
173
GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
172
174
GTHREAD_LIBS = @GTHREAD_LIBS@
173
175
GTKDOC_CHECK = @GTKDOC_CHECK@
 
176
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
 
177
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
174
178
GTKDOC_MKPDF = @GTKDOC_MKPDF@
175
179
GTKDOC_REBASE = @GTKDOC_REBASE@
176
180
GTK_DOC_EXTRA_CFLAGS = @GTK_DOC_EXTRA_CFLAGS@
191
195
LIBJPEG_CFLAGS = @LIBJPEG_CFLAGS@
192
196
LIBJPEG_LIBS = @LIBJPEG_LIBS@
193
197
LIBOBJS = @LIBOBJS@
 
198
LIBOPENRAW_GNOME_CFLAGS = @LIBOPENRAW_GNOME_CFLAGS@
 
199
LIBOPENRAW_GNOME_LIBS = @LIBOPENRAW_GNOME_LIBS@
194
200
LIBS = @LIBS@
195
201
LIBTOOL = @LIBTOOL@
196
202
LIPO = @LIPO@