Tue May 15 22:22:02 2018 UTC ()
Update:

0.2.1
=====
- #9231 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).

0.2.0
=====
- Stable release of tumbler ported to GDbus, in addition
  also fixes the bugs fixed by the version 0.1.32.

0.1.92.1
========
- Fixe missing entry of the new desktop thumbnailer plugin
  in tumbler.rc.

0.1.92
======
- Add support for loading thumbnailers from *.thumbnailer files
  (enhancement bug #7475)

0.1.90
======
- Tumbler relies now on gdbus instead of dbus-glib


(youri)
diff -r1.42 -r1.43 pkgsrc/x11/xfce4-tumbler/Makefile
diff -r1.3 -r1.4 pkgsrc/x11/xfce4-tumbler/PLIST
diff -r1.4 -r1.5 pkgsrc/x11/xfce4-tumbler/distinfo

cvs diff -r1.42 -r1.43 pkgsrc/x11/xfce4-tumbler/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xfce4-tumbler/Makefile 2018/04/29 21:32:09 1.42
+++ pkgsrc/x11/xfce4-tumbler/Makefile 2018/05/15 22:22:02 1.43
@@ -1,46 +1,45 @@ @@ -1,46 +1,45 @@
1# $NetBSD: Makefile,v 1.42 2018/04/29 21:32:09 adam Exp $ 1# $NetBSD: Makefile,v 1.43 2018/05/15 22:22:02 youri Exp $
2 2
3.include "../../meta-pkgs/xfce4/Makefile.common" 3.include "../../meta-pkgs/xfce4/Makefile.common"
4 4
5VERSION= 0.1.32 5VERSION= 0.2.1
6DISTNAME= tumbler-${VERSION} 6DISTNAME= tumbler-${VERSION}
7PKGNAME= xfce4-tumbler-${VERSION} 7PKGNAME= xfce4-tumbler-${VERSION}
8PKGREVISION= 15 
9CATEGORIES= x11 8CATEGORIES= x11
10MASTER_SITES= http://archive.xfce.org/src/xfce/tumbler/0.1/ 9MASTER_SITES= http://archive.xfce.org/src/xfce/tumbler/0.2/
11 10
12HOMEPAGE= http://docs.xfce.org/xfce/thunar/tumbler 11HOMEPAGE= http://docs.xfce.org/xfce/thunar/tumbler
13COMMENT= D-Bus thumbnailing service 12COMMENT= D-Bus thumbnailing service
14 13
15GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
16USE_LIBTOOL= yes 15USE_LIBTOOL= yes
17USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config
18 17
19CONFIGURE_ARGS= --disable-raw-thumbnailer \ 18CONFIGURE_ARGS= --disable-raw-thumbnailer \
20 --disable-gstreamer-thumbnailer 19 --disable-gstreamer-thumbnailer
21 20
22PKGCONFIG_OVERRIDE+= tumbler/tumbler-1.pc.in 21PKGCONFIG_OVERRIDE+= tumbler/tumbler-1.pc.in
23 22
24EGDIR= ${XFCE4_EGBASE} 23EGDIR= ${XFCE4_EGBASE}
25PKG_SYSCONFSUBDIR= xdg 24PKG_SYSCONFSUBDIR= xdg
26 25
27MAKE_DIRS+= ${PKG_SYSCONFDIR}/tumbler 26MAKE_DIRS+= ${PKG_SYSCONFDIR}/tumbler
28 27
29CONF_FILES= ${EGDIR}/tumbler.rc \ 28CONF_FILES= ${EGDIR}/tumbler.rc \
30 ${PKG_SYSCONFDIR}/tumbler/tumbler.rc 29 ${PKG_SYSCONFDIR}/tumbler/tumbler.rc
31 30
32INSTALL_UNSTRIPPED= yes 31INSTALL_UNSTRIPPED= yes
33CFLAGS+= -g 32CFLAGS+= -g
34 33
35.include "options.mk" 34.include "options.mk"
36 35
37.include "../../graphics/freetype2/buildlink3.mk" 36.include "../../graphics/freetype2/buildlink3.mk"
38.include "../../graphics/openjpeg/buildlink3.mk" 37.include "../../graphics/openjpeg/buildlink3.mk"
39.include "../../graphics/png/buildlink3.mk" 38.include "../../graphics/png/buildlink3.mk"
40.include "../../graphics/gdk-pixbuf2/buildlink3.mk" 39.include "../../graphics/gdk-pixbuf2/buildlink3.mk"
41.include "../../multimedia/ffmpeg1/buildlink3.mk" 40.include "../../multimedia/ffmpeg3/buildlink3.mk"
42.include "../../sysutils/dbus/buildlink3.mk" 41.include "../../sysutils/dbus/buildlink3.mk"
43.include "../../sysutils/dbus-glib/buildlink3.mk" 42.include "../../sysutils/dbus-glib/buildlink3.mk"
44.include "../../www/curl/buildlink3.mk" 43.include "../../www/curl/buildlink3.mk"
45.include "../../mk/pthread.buildlink3.mk" 44.include "../../mk/pthread.buildlink3.mk"
46.include "../../mk/bsd.pkg.mk" 45.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/x11/xfce4-tumbler/PLIST (expand / switch to unified diff)

--- pkgsrc/x11/xfce4-tumbler/PLIST 2017/06/20 19:16:01 1.3
+++ pkgsrc/x11/xfce4-tumbler/PLIST 2018/05/15 22:22:02 1.4
@@ -1,40 +1,41 @@ @@ -1,40 +1,41 @@
1@comment $NetBSD: PLIST,v 1.3 2017/06/20 19:16:01 youri Exp $ 1@comment $NetBSD: PLIST,v 1.4 2018/05/15 22:22:02 youri Exp $
2include/tumbler-1/tumbler/tumbler-abstract-thumbnailer.h 2include/tumbler-1/tumbler/tumbler-abstract-thumbnailer.h
3include/tumbler-1/tumbler/tumbler-cache-plugin.h 3include/tumbler-1/tumbler/tumbler-cache-plugin.h
4include/tumbler-1/tumbler/tumbler-cache.h 4include/tumbler-1/tumbler/tumbler-cache.h
5include/tumbler-1/tumbler/tumbler-config.h 5include/tumbler-1/tumbler/tumbler-config.h
6include/tumbler-1/tumbler/tumbler-enum-types.h 6include/tumbler-1/tumbler/tumbler-enum-types.h
7include/tumbler-1/tumbler/tumbler-error.h 7include/tumbler-1/tumbler/tumbler-error.h
8include/tumbler-1/tumbler/tumbler-file-info.h 8include/tumbler-1/tumbler/tumbler-file-info.h
9include/tumbler-1/tumbler/tumbler-glib-extensions.h 9include/tumbler-1/tumbler/tumbler-glib-extensions.h
10include/tumbler-1/tumbler/tumbler-marshal.h 10include/tumbler-1/tumbler/tumbler-marshal.h
11include/tumbler-1/tumbler/tumbler-provider-factory.h 11include/tumbler-1/tumbler/tumbler-provider-factory.h
12include/tumbler-1/tumbler/tumbler-provider-plugin.h 12include/tumbler-1/tumbler/tumbler-provider-plugin.h
13include/tumbler-1/tumbler/tumbler-thumbnail-flavor.h 13include/tumbler-1/tumbler/tumbler-thumbnail-flavor.h
14include/tumbler-1/tumbler/tumbler-thumbnail.h 14include/tumbler-1/tumbler/tumbler-thumbnail.h
15include/tumbler-1/tumbler/tumbler-thumbnailer-provider.h 15include/tumbler-1/tumbler/tumbler-thumbnailer-provider.h
16include/tumbler-1/tumbler/tumbler-thumbnailer.h 16include/tumbler-1/tumbler/tumbler-thumbnailer.h
17include/tumbler-1/tumbler/tumbler-util.h 17include/tumbler-1/tumbler/tumbler-util.h
18include/tumbler-1/tumbler/tumbler.h 18include/tumbler-1/tumbler/tumbler.h
19lib/libtumbler-1.la 19lib/libtumbler-1.la
20lib/pkgconfig/tumbler-1.pc 20lib/pkgconfig/tumbler-1.pc
21lib/tumbler-1/plugins/cache/tumbler-cache-plugin.so 21lib/tumbler-1/plugins/cache/tumbler-cache-plugin.so
22lib/tumbler-1/plugins/cache/tumbler-xdg-cache.la 22lib/tumbler-1/plugins/cache/tumbler-xdg-cache.la
23lib/tumbler-1/plugins/tumbler-cover-thumbnailer.la 23lib/tumbler-1/plugins/tumbler-cover-thumbnailer.la
24${PLIST.ffmpegthumbnailer}lib/tumbler-1/plugins/tumbler-ffmpeg-thumbnailer.la 24lib/tumbler-1/plugins/tumbler-desktop-thumbnailer.la
 25lib/tumbler-1/plugins/tumbler-ffmpeg-thumbnailer.la
25lib/tumbler-1/plugins/tumbler-font-thumbnailer.la 26lib/tumbler-1/plugins/tumbler-font-thumbnailer.la
26${PLIST.jpeg}lib/tumbler-1/plugins/tumbler-jpeg-thumbnailer.la 27lib/tumbler-1/plugins/tumbler-jpeg-thumbnailer.la
27${PLIST.odf}lib/tumbler-1/plugins/tumbler-odf-thumbnailer.la 28lib/tumbler-1/plugins/tumbler-odf-thumbnailer.la
28lib/tumbler-1/plugins/tumbler-pixbuf-thumbnailer.la 29lib/tumbler-1/plugins/tumbler-pixbuf-thumbnailer.la
29lib/tumbler-1/plugins/tumbler-poppler-thumbnailer.la 30lib/tumbler-1/plugins/tumbler-poppler-thumbnailer.la
30lib/tumbler-1/tumblerd 31lib/tumbler-1/tumblerd
31share/dbus-1/services/org.xfce.Tumbler.Cache1.service 32share/dbus-1/services/org.xfce.Tumbler.Cache1.service
32share/dbus-1/services/org.xfce.Tumbler.Manager1.service 33share/dbus-1/services/org.xfce.Tumbler.Manager1.service
33share/dbus-1/services/org.xfce.Tumbler.Thumbnailer1.service 34share/dbus-1/services/org.xfce.Tumbler.Thumbnailer1.service
34share/examples/xfce4/tumbler.rc 35share/examples/xfce4/tumbler.rc
35share/gtk-doc/html/tumbler/TumblerAbstractThumbnailer.html 36share/gtk-doc/html/tumbler/TumblerAbstractThumbnailer.html
36share/gtk-doc/html/tumbler/TumblerCache.html 37share/gtk-doc/html/tumbler/TumblerCache.html
37share/gtk-doc/html/tumbler/TumblerThumbnail.html 38share/gtk-doc/html/tumbler/TumblerThumbnail.html
38share/gtk-doc/html/tumbler/TumblerThumbnailerProvider.html 39share/gtk-doc/html/tumbler/TumblerThumbnailerProvider.html
39share/gtk-doc/html/tumbler/api-index-full.html 40share/gtk-doc/html/tumbler/api-index-full.html
40share/gtk-doc/html/tumbler/extension-api.html 41share/gtk-doc/html/tumbler/extension-api.html
@@ -51,26 +52,27 @@ share/gtk-doc/html/tumbler/right.png @@ -51,26 +52,27 @@ share/gtk-doc/html/tumbler/right.png
51share/gtk-doc/html/tumbler/style.css 52share/gtk-doc/html/tumbler/style.css
52share/gtk-doc/html/tumbler/thumbnails.html 53share/gtk-doc/html/tumbler/thumbnails.html
53share/gtk-doc/html/tumbler/tumbler-Error-Domain-and-Types.html 54share/gtk-doc/html/tumbler/tumbler-Error-Domain-and-Types.html
54share/gtk-doc/html/tumbler/tumbler-Various-Enumeration-Types.html 55share/gtk-doc/html/tumbler/tumbler-Various-Enumeration-Types.html
55share/gtk-doc/html/tumbler/tumbler-Version-Information-and-Compatibility-Checks.html 56share/gtk-doc/html/tumbler/tumbler-Version-Information-and-Compatibility-Checks.html
56share/gtk-doc/html/tumbler/tumbler-tumbler-file-info.html 57share/gtk-doc/html/tumbler/tumbler-tumbler-file-info.html
57share/gtk-doc/html/tumbler/tumbler-tumbler-provider-factory.html 58share/gtk-doc/html/tumbler/tumbler-tumbler-provider-factory.html
58share/gtk-doc/html/tumbler/tumbler-tumbler-provider-plugin.html 59share/gtk-doc/html/tumbler/tumbler-tumbler-provider-plugin.html
59share/gtk-doc/html/tumbler/tumbler.devhelp2 60share/gtk-doc/html/tumbler/tumbler.devhelp2
60share/gtk-doc/html/tumbler/up-insensitive.png 61share/gtk-doc/html/tumbler/up-insensitive.png
61share/gtk-doc/html/tumbler/up.png 62share/gtk-doc/html/tumbler/up.png
62share/locale/ar/LC_MESSAGES/tumbler.mo 63share/locale/ar/LC_MESSAGES/tumbler.mo
63share/locale/ast/LC_MESSAGES/tumbler.mo 64share/locale/ast/LC_MESSAGES/tumbler.mo
 65share/locale/be/LC_MESSAGES/tumbler.mo
64share/locale/bg/LC_MESSAGES/tumbler.mo 66share/locale/bg/LC_MESSAGES/tumbler.mo
65share/locale/bn/LC_MESSAGES/tumbler.mo 67share/locale/bn/LC_MESSAGES/tumbler.mo
66share/locale/ca/LC_MESSAGES/tumbler.mo 68share/locale/ca/LC_MESSAGES/tumbler.mo
67share/locale/cs/LC_MESSAGES/tumbler.mo 69share/locale/cs/LC_MESSAGES/tumbler.mo
68share/locale/da/LC_MESSAGES/tumbler.mo 70share/locale/da/LC_MESSAGES/tumbler.mo
69share/locale/de/LC_MESSAGES/tumbler.mo 71share/locale/de/LC_MESSAGES/tumbler.mo
70share/locale/el/LC_MESSAGES/tumbler.mo 72share/locale/el/LC_MESSAGES/tumbler.mo
71share/locale/en_AU/LC_MESSAGES/tumbler.mo 73share/locale/en_AU/LC_MESSAGES/tumbler.mo
72share/locale/en_GB/LC_MESSAGES/tumbler.mo 74share/locale/en_GB/LC_MESSAGES/tumbler.mo
73share/locale/es/LC_MESSAGES/tumbler.mo 75share/locale/es/LC_MESSAGES/tumbler.mo
74share/locale/eu/LC_MESSAGES/tumbler.mo 76share/locale/eu/LC_MESSAGES/tumbler.mo
75share/locale/fi/LC_MESSAGES/tumbler.mo 77share/locale/fi/LC_MESSAGES/tumbler.mo
76share/locale/fr/LC_MESSAGES/tumbler.mo 78share/locale/fr/LC_MESSAGES/tumbler.mo
@@ -89,23 +91,24 @@ share/locale/lv/LC_MESSAGES/tumbler.mo @@ -89,23 +91,24 @@ share/locale/lv/LC_MESSAGES/tumbler.mo
89share/locale/ms/LC_MESSAGES/tumbler.mo 91share/locale/ms/LC_MESSAGES/tumbler.mo
90share/locale/nb/LC_MESSAGES/tumbler.mo 92share/locale/nb/LC_MESSAGES/tumbler.mo
91share/locale/nl/LC_MESSAGES/tumbler.mo 93share/locale/nl/LC_MESSAGES/tumbler.mo
92share/locale/nn/LC_MESSAGES/tumbler.mo 94share/locale/nn/LC_MESSAGES/tumbler.mo
93share/locale/oc/LC_MESSAGES/tumbler.mo 95share/locale/oc/LC_MESSAGES/tumbler.mo
94share/locale/pa/LC_MESSAGES/tumbler.mo 96share/locale/pa/LC_MESSAGES/tumbler.mo
95share/locale/pl/LC_MESSAGES/tumbler.mo 97share/locale/pl/LC_MESSAGES/tumbler.mo
96share/locale/pt/LC_MESSAGES/tumbler.mo 98share/locale/pt/LC_MESSAGES/tumbler.mo
97share/locale/pt_BR/LC_MESSAGES/tumbler.mo 99share/locale/pt_BR/LC_MESSAGES/tumbler.mo
98share/locale/ro/LC_MESSAGES/tumbler.mo 100share/locale/ro/LC_MESSAGES/tumbler.mo
99share/locale/ru/LC_MESSAGES/tumbler.mo 101share/locale/ru/LC_MESSAGES/tumbler.mo
100share/locale/si/LC_MESSAGES/tumbler.mo 102share/locale/si/LC_MESSAGES/tumbler.mo
101share/locale/sk/LC_MESSAGES/tumbler.mo 103share/locale/sk/LC_MESSAGES/tumbler.mo
 104share/locale/sq/LC_MESSAGES/tumbler.mo
102share/locale/sr/LC_MESSAGES/tumbler.mo 105share/locale/sr/LC_MESSAGES/tumbler.mo
103share/locale/sv/LC_MESSAGES/tumbler.mo 106share/locale/sv/LC_MESSAGES/tumbler.mo
104share/locale/te/LC_MESSAGES/tumbler.mo 107share/locale/te/LC_MESSAGES/tumbler.mo
105share/locale/th/LC_MESSAGES/tumbler.mo 108share/locale/th/LC_MESSAGES/tumbler.mo
106share/locale/tr/LC_MESSAGES/tumbler.mo 109share/locale/tr/LC_MESSAGES/tumbler.mo
107share/locale/ug/LC_MESSAGES/tumbler.mo 110share/locale/ug/LC_MESSAGES/tumbler.mo
108share/locale/uk/LC_MESSAGES/tumbler.mo 111share/locale/uk/LC_MESSAGES/tumbler.mo
109share/locale/zh_CN/LC_MESSAGES/tumbler.mo 112share/locale/zh_CN/LC_MESSAGES/tumbler.mo
110share/locale/zh_HK/LC_MESSAGES/tumbler.mo 113share/locale/zh_HK/LC_MESSAGES/tumbler.mo
111share/locale/zh_TW/LC_MESSAGES/tumbler.mo 114share/locale/zh_TW/LC_MESSAGES/tumbler.mo

cvs diff -r1.4 -r1.5 pkgsrc/x11/xfce4-tumbler/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xfce4-tumbler/distinfo 2017/06/18 21:50:43 1.4
+++ pkgsrc/x11/xfce4-tumbler/distinfo 2018/05/15 22:22:02 1.5
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.4 2017/06/18 21:50:43 youri Exp $ 1$NetBSD: distinfo,v 1.5 2018/05/15 22:22:02 youri Exp $
2 2
3SHA1 (tumbler-0.1.32.tar.bz2) = 4362912c8d7485b96e47e7744dd0da0dd51d487b 3SHA1 (tumbler-0.2.1.tar.bz2) = 8a36ee56ae94289a8c22f358fc5b37395687b48f
4RMD160 (tumbler-0.1.32.tar.bz2) = 986bdf3c77578c9f867bc0ff6d1838610146cb23 4RMD160 (tumbler-0.2.1.tar.bz2) = 86e8ef8a2b0e0fbc956d28345e08b12503e3e821
5SHA512 (tumbler-0.1.32.tar.bz2) = c320840baf1bd5f16d037659c3ab9a044c2604c7844824fccb257771078a0e000b3435d8ffe94e63147e1c4b6ad1eaafb4548d32fce0d68039cac28bddf11d80 5SHA512 (tumbler-0.2.1.tar.bz2) = c88595312e34534cb43d304d97a60886338d92997a7d0b5a8bb22d06dfb13d7a7445b148ba4af3766df24f6c87106a7f65758debf198e46d9fabf00049b13386
6Size (tumbler-0.1.32.tar.bz2) = 535535 bytes 6Size (tumbler-0.2.1.tar.bz2) = 577996 bytes
7SHA1 (patch-tumblerd_Makefile.in) = be057d51fa064610e31f9ae883f3d3ec992e0798 7SHA1 (patch-tumblerd_Makefile.in) = be057d51fa064610e31f9ae883f3d3ec992e0798