Version: 4.16.0-bp153.1.19
* Wed Dec 23 2020 Maurizio Galli <maurizio.galli@gmail.com>
- Update to version 4.16.0
- Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bump
- bump glib (and gio, gthread, etc) minimum to 2.50.0
- Adjust bug report URL
- Translation Updates
* Mon Nov 16 2020 Maurizio Galli <maurizio.galli@gmail.com>
- Update to version 0.3.1
- New plugin for epub books, using libgepub thumbnailer plugin
- Fix documentation URL
- Add README.md and EXTRA_DIST
- Add new icon needed for xfce4-about-dialog
- Translation Updates
* Mon Nov 02 2020 Maurizio Galli <maurizio.galli@gmail.com>
- Remove hard dependency to Thunar 1.8.2. We use "Suggests" instead
to make sure the correct version is picked while keeping a soft
dependency.
* Sun Nov 01 2020 Alexei Podvalsky <avvissu@yandex.by>
- Weak dependencies: Use Supplements tag as recommended
tumbler-folder-thumbnailer/tumbler-webp-thumbnailer dependencies
for main package
* Fri Aug 28 2020 Marcel Kuehlhorn <tux93@opensuse.org>
- Update to version 0.3.0
* Fix jpeg thumbnail orientation when fallback code is taken place
(gxo#xfce/tumbler#28).
* Use AC_CONFIG_MACRO_DIRS instead of AC_CONFIG_MACRO_DIR
* Fix GTimeVal deprecation
* Drop support of GLib < 2.32
* Use guint32 for request handle and fix its further occurrences of 0
* Implement Excludes paths in tumbler.rc
* Translation Updates
* Thu Aug 06 2020 Marcel Kuehlhorn <tux93@opensuse.org>
- Update to version 0.2.9
* This release addresses the issue described in gxo#xfce/tumbler#28
and partially solved by the previous release 0.2.28.
The issue now is completely solved by adding the correct
orientation handling when fallback code for generating jpeg
thumbnail takes place.
* Thu Mar 12 2020 Marcel Kuehlhorn <tux93@opensuse.org>
- Add support for WebP and custom folder thumbnails
* Folder thumbnailer:
https://docs.xfce.org/xfce/thunar/tumbler#customized_thumbnailer_for_folders
* WebP thumbnailer: bxo#12528
* Sat Dec 21 2019 Marcel Kuehlhorn <tux93@opensuse.org>
- Updated to version 0.2.8
* Fix thumbnail orientation (bxo#15011)
* prepend $XDG_DATA_HOME/thumbnailers/ to thumbnailers directory
(bxo#15858)
* Translation Updates
* Fri Aug 16 2019 Maurizio Galli <maurizio.galli@gmail.com>
- Fixed sources in spec file
* Mon Aug 12 2019 Maurizio Galli <maurizio.galli@gmail.com>
- Update to version 0.2.7
* Translation updates
- Cleaned up spec file
* Sun Jul 28 2019 Marcel Kuehlhorn <tux93@opensuse.org>
- Update to version 0.2.6
* Translation updates
* Sun Jun 30 2019 Marcel Kuehlhorn <tux93@opensuse.org>
- Update to version 0.2.5
* Translation updates
- Removed unneeded BuildRoot
* Wed Jun 05 2019 Maurizio Galli <maurizio.galli@gmail.com>
- Added OBS service file to fetch git master sources when needed
* Sun Jun 02 2019 Dominique Leuenberger <dimstar@opensuse.org>
- Replace pkgconfig(liopenraw-gnome-1.0) BuildRequires with
libopenraw-devel: the .pc file changed name between 0.0.x and
0.1.x. Requiring the generic -devel name is easier than following
upstreams namechanges.
- In case we build against libopenraw-gnome-0.1, update the build
system to look for the right pc file using sed.
* Fri May 17 2019 Vinzenz Vietzke <vinz@vinzv.de>
- Update to version 0.2.4
- Check for sparse video files only on plugin side
- Set Max file sizes
- Add Fujifilm RAF support (bxo#14522)
- Add more media types for audio cover thumbnails (bxo#12041)
- Fix a typo in desktop-thumbnailer-provider.c (bxo#14925)
- Update URLs in README and configure.ac
- Fix g_type_class_add_private is deprecated
- Bump glib version
- Translation Updates
- Added bcond to build with sources from git master branch
- Switched to %autosetup for simpler maintenance
- Switch urls to https://
- Cleaned up spec file
* Sat Sep 15 2018 Stefan Seyfried <seife+obs@b1-systems.com>
- update to version 0.2.3
- Test sparse files only for regular files (bxo#14693).
- Fix uninitialized variable (bxo#14688)
- Added check to avoid sparse files, that cause high cpu and
memory load. (bxo#12259).
- Use hash table to avoid scanning xdg user path twice when
searching for desktop thumbnailers.
- Close desktop thumbnailers directory when done from it.
- Accept network paths in ffmpeg thumbnailer plugin.
- Use pkg-config to find FreeType > 2.9.1.
- Translation Updates
* Sun Apr 08 2018 seife+obs@b1-systems.com
- update to version 0.2.1
- Handle 0 mtime threshold on Cleanup DBus method. This fixes
running across all thumbnails that was causing very high I/O
bandwidth usage when a file with a thumbnail gets deleted. (On
dbus Cleanup method). bxo#9231
* 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