--- thunar-thumbnailers-0.3.0.orig/debian/changelog +++ thunar-thumbnailers-0.3.0/debian/changelog @@ -0,0 +1,64 @@ +thunar-thumbnailers (0.3.0-1ubuntu1) hardy; urgency=low + + * Merge from Debian unstable, remaining Ubuntu changes: + - Adhere to DebianMaintainerField spec + - use our xfce.mk class + - update description + - add unzip to Build-Depends. + * Enable video files support : + - debian/rules: pass --enable-ffmpeg to configure + - debian/control: {b-,}dep on ffmpegthumbnailer. + + -- Lionel Le Folgoc Tue, 22 Jan 2008 17:18:02 +0100 + +thunar-thumbnailers (0.3.0-1) unstable; urgency=low + + [ Yves-Alexis Perez ] + * New upstream release. + * debian/control: + - disable raw thumbnailers since it needs a package not yet in Debian. + - change my email address to debian.org one. + - updated standard versions to 3.7.3. + + [ Simon Huggins ] + * Add Vcs-* headers to debian/control + + -- Yves-Alexis Perez Thu, 06 Dec 2007 08:36:50 +0100 + +thunar-thumbnailers (0.3.0-0ubuntu2) gutsy; urgency=low + + * Rebuild against latest libthunar-vfs (fixes FTBFS). + + -- Lionel Le Folgoc Sat, 18 Aug 2007 16:19:34 +0200 + +thunar-thumbnailers (0.3.0-0ubuntu1) gutsy; urgency=low + + * New upstream release. + * Upstream changes: + - Added DVI and PDF thumbnailers which do not require evince. Both these + thumbnailers will still use evince-thumbnailer if it is available + - Added an OpenDocument Format thumbnailer which uses "unzip" to acquire + the thumbnail + - Added an SVGZ (Compressed SVG) thumbnailer + - Implemented raw-thumbnailer (http://code.google.com/p/raw-thumbnailer) + for thumbnailing of raw images - much faster. + * debian/control: + - update description + - add unzip to Build-Depends. + * Disable RAW support since raw-thumbnailer isn't in the archive yet. + + -- Lionel Le Folgoc Wed, 15 Aug 2007 20:43:35 +0200 + +thunar-thumbnailers (0.2.2-0ubuntu1) gutsy; urgency=low + + * New upstream release. + * Adhere to DebianMaintainerField spec. + * debian/rules: use our xfce.mk class. + + -- Lionel Le Folgoc Tue, 17 Jul 2007 20:15:37 +0200 + +thunar-thumbnailers (0.2.1-1) unstable; urgency=low + + * Initial release. closes: #410960 + + -- Yves-Alexis Perez Thu, 31 May 2007 09:22:25 +0100 --- thunar-thumbnailers-0.3.0.orig/debian/rules +++ thunar-thumbnailers-0.3.0/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/class/xfce.mk + +DEB_CONFIGURE_EXTRA_FLAGS += --enable-tex --enable-grace -disable-raw --enable-ffmpeg --- thunar-thumbnailers-0.3.0.orig/debian/NEWS +++ thunar-thumbnailers-0.3.0/debian/NEWS @@ -0,0 +1,8 @@ +thunar-thumbnailers (0.2.1-1) unstable; urgency=low + + When first installing thunar-thumbnailers, you will need to run _as your + user_ the script /usr/lib/thunar/thunar-vfs-update-thumbnailers-cache-1 to + refresh thumbnailers cache. Then you'll need to restart thunar (thunar -q; + thunar --daemon & ) so the app is aware of those new thumbnailers. + + -- Yves-Alexis Perez Thu, 31 May 2007 09:33:39 +0100 --- thunar-thumbnailers-0.3.0.orig/debian/copyright +++ thunar-thumbnailers-0.3.0/debian/copyright @@ -0,0 +1,19 @@ +This package was debianized by Yves-Alexis Perez on +Wed, 14 Feb 2007 22:09:40 +0100 + +It was downloaded from +http://goodies.xfce.org/projects/thunar-plugins/thunar-thumbnailers/ + +Copyright Holders: +Erlend Davidson +Benedikt Meurer +Jens Luedicke (Raw thumbnailer) +Dirk Vanden Boer (FFmpeg thumbnailer) + +License: + +This software and the Debian build system are licensed under the GNU General +Public License (version 2). +On Debian systems, the complete text of the GNU General Public License +can be found in `/usr/share/common-licenses/GPL'. + --- thunar-thumbnailers-0.3.0.orig/debian/compat +++ thunar-thumbnailers-0.3.0/debian/compat @@ -0,0 +1 @@ +4 --- thunar-thumbnailers-0.3.0.orig/debian/control +++ thunar-thumbnailers-0.3.0/debian/control @@ -0,0 +1,32 @@ +Source: thunar-thumbnailers +Section: x11 +Priority: optional +Maintainer: Xubuntu Developers +XSBC-Original-Maintainer: Debian Xfce Maintainers +Uploaders: Yves-Alexis Perez , Emanuele Rocca , Simon Huggins , Rudy Godoy , Martin Loschwitz +Build-Depends: debhelper (>= 4.1.0), cdbs, libthunar-vfs-1-dev (>= 0.5.1), libexo-0.3-dev (>= 0.3.2), imagemagick, dcraw, texlive-latex-base, grace, unzip, ffmpegthumbnailer +Standards-Version: 3.7.3 +Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/thunar-thumbnailers/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/thunar-thumbnailers/ + +Package: thunar-thumbnailers +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, thunar (>= 0.5.1), imagemagick +Suggests: texlive-latex-base, dcraw, grace, ffmpegthumbnailer +Description: thumbnailers for Thunar file manager + The thunar-thumbnailers project provides additional thumbnailers for use by + the Thunar file manager. Thumbnailers are little utilities that run in the + background to generate previews for certain file types. + . + Following file formats are supported: + - EPS + - Postscript + - DVI + - PDF + - Fig (.fig) + - LaTeX (requires tetex) + - Raw Digital Camera Images (requires raw-thumbnailer and dcraw) + - Grace (requires grace) + - OpenDocument Format (requires unzip) + - SVGZ (Compressed SVG) + - Video files (requires ffmpegthumbnailer)