* Sat Nov 18 2017 seife+obs@b1-systems.com
- add explicit libtumbler versioned dependency to tumbler
* Fri Nov 17 2017 seife+obs@b1-systems.com
- update to version 0.2.0
- Stable release of tumbler ported to GDbus
- 0.1.92:
- Add support for loading thumbnailers from *.thumbnailer files
(enhancement bug bxo#7475)
- 0.1.90:
- Tumbler relies now on gdbus instead of dbus-glib
- 0.1.32:
- bxo#13618 avoid loading specialized tumbnailers twice on system
with duplicate path entry in $XDG_DATA_HOME (causes assertion
failure)
- bxo#13360 don't close GdkPixbufLoader on error (causes sigabrt)
- bxo#13240 fix typo in exif tag for image height
* Sat Feb 28 2015 gber@opensuse.org
- update to version 0.1.31
- use $XDG_CACHE_HOME/thumbnails as per spec change (bxo#10613)
- move xdt m4 macros into separate directory
- update xdt m4 macros
- bump autotools requirements
- fix IT_PROG_INTLTOOL warning
- fix all m4 warnings
- enable support for video/webm in ffmpeg thumbnailer plugin
(bxo#10360)
- translation updates
* Mon May 26 2014 gber@opensuse.org
- update to version 0.1.30
- only enable keepalive in curl >= 7.25
- support move/copy operations on directories in the cache
- send the cache operation replies after they are completed
- translation updates
* Sun May 05 2013 gber@opensuse.org
- update to version 0.1.29
- fix memory corruption on 64bit
- translation updates
* Sun May 05 2013 gber@opensuse.org
- update to version 0.1.28
- set nice value of tumblerd to 19
- fix rendering from pdfs with thumbnail
- add more supported types for gst thumbnailer
- some additional debug checks for bug #9766 and minor
optimizations
- fix deprecating warning with glib 2.36
- include string.h
- translation updates
- remove obsolete tumbler-libpng16.patch
* Fri Feb 15 2013 pgajdos@suse.com
- build also with libpng16
* libpng16.patch
* Tue Jan 15 2013 gber@opensuse.org
- build the OMDB cover thumbnailer (although disabled by default
for privacy reasons)
* Sat Jan 12 2013 gber@opensuse.org
- update to version 0.1.27
- autotools updates
- remove unmaintained translations
- fix build when using -Wl,-z,defs
- add cover-thumbnailer for movies
- add config file system to control thumbnailing plugins
- release thumbnail in gst thumbnailer
* Mon Dec 17 2012 gber@opensuse.org
- update to version 0.1.26
- remove INSTALL
- directly render the capture in the correct size
- new gstreamer thumbnailer based on totem-thumbnailer
- disable http and cdda schemes as well
- add support for MPEG2 transport streams
- rotate jpeg thumbnails
- plug small leak
- don't use collate to check strings
- release lifecycle manager during early exit
- don't abort with warnings in debug mode
- clear 2.32 mutex memory leak
- drop unneeded vfs schemes
- work with an array to store the strings
- don't use GString for a simple concat
- make registry dump a bit smaller
- don't use deprecated glib 2.32 API
- rotate pixbuf loader images
- translation updates
* Sun Apr 29 2012 gber@opensuse.org
- update to version 0.1.25
- remove some unused m4 macros
- add or fix missing licenses
- translation updates
* Sat Mar 31 2012 gber@opensuse.org
- update to version 0.1.24
- link all plugins that use rint() against libm
- call dbus_g_thread_init() to fix threading issues
- add application/vnd.rn-realmedia to the ffmpeg plugin
- explicitly link against gmodule
- avoid accessing list elements after they have been freed
- make sure to include PLATFORM flags everywhere
- translation updates
* Tue Mar 27 2012 gber@opensuse.org
- split of -lang and shared library subpackages in order to comply
with the shread library packaging policy
- enable ODF and RAW plugins and add the option to build the ffmpeg
plugin
- correct dependencies
* Mon Feb 13 2012 coolo@suse.com
- patch license to follow spdx.org standard
* Sun Dec 04 2011 gber@opensuse.org
- update to version 0.1.23
- fix generation of video images by starting the pipeline
- add an ODF thumbnailer plugin
- add support for OpenRaster images in the ODF thumbnailer
- add a raw image thumbnailer plugin
- exit the xdg thumbnailer nicely with corrupt png files
- avoid huge thumbnails from libjpeg
- optimize the pixbuf thumbnailer
- bugfixes
- translation updates
- dropped obsolete tumbler-0.1.22-fix-video-thumbnails.patch
* Tue Sep 27 2011 gber@opensuse.org
- added tumbler-0.1.22-fix-video-thumbnails.patch in order to fix
the generation of video images by starting the pipeline
- build the gstreamer plugin now that it actually works
* Wed Sep 21 2011 gber@opensuse.org
- update to version 0.1.22
- add coding style documentation
- add a GStreamer-based thumbnailer for video thumbnails
- avoid GdkPixbuf functions deprecated in poppler >= 0.17
- translation updates
- dropped obsolete tumbler-poppler-0.18.patch,
tumbler-poppler-0.18-bis.patch
* Tue Sep 20 2011 vuntz@opensuse.org
- Add tumbler-poppler-0.18.patch: fix build with poppler 0.17/0.18.
Patch taken from git.
- Add tumbler-poppler-0.18-bis.patch: second part of the fix, not
in git yet.
* Fri Feb 18 2011 gber@opensuse.org
- update to version 0.1.21
- version bump to override incompatibly versioned packages for
Maemo
- quit tumbler after at least 5 minutes of inactivity
- update to latest revision of the thumbnail management D-Bus
specification where Cleanup() takes an array of base URIs
instead of just one
- translation updates
* Mon Jan 17 2011 gber@opensuse.org
- update to version 0.1.6
- bugfixes