diff options
author | youri <youri@pkgsrc.org> | 2018-05-15 22:22:02 +0000 |
---|---|---|
committer | youri <youri@pkgsrc.org> | 2018-05-15 22:22:02 +0000 |
commit | b3ae2b9f547857f649f20e640a5abf1abc0c1816 (patch) | |
tree | ef50ca7183190a6071ba6c5f31b4f67c73964bac /x11 | |
parent | 6ada2d84adaa8471c27c2c8db866501d03b020b0 (diff) | |
download | pkgsrc-b3ae2b9f547857f649f20e640a5abf1abc0c1816.tar.gz |
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
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfce4-tumbler/Makefile | 11 | ||||
-rw-r--r-- | x11/xfce4-tumbler/PLIST | 11 | ||||
-rw-r--r-- | x11/xfce4-tumbler/distinfo | 10 |
3 files changed, 17 insertions, 15 deletions
diff --git a/x11/xfce4-tumbler/Makefile b/x11/xfce4-tumbler/Makefile index e314959fbc6..985389a131b 100644 --- a/x11/xfce4-tumbler/Makefile +++ b/x11/xfce4-tumbler/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.42 2018/04/29 21:32:09 adam Exp $ +# $NetBSD: Makefile,v 1.43 2018/05/15 22:22:02 youri Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" -VERSION= 0.1.32 +VERSION= 0.2.1 DISTNAME= tumbler-${VERSION} PKGNAME= xfce4-tumbler-${VERSION} -PKGREVISION= 15 CATEGORIES= x11 -MASTER_SITES= http://archive.xfce.org/src/xfce/tumbler/0.1/ +MASTER_SITES= http://archive.xfce.org/src/xfce/tumbler/0.2/ HOMEPAGE= http://docs.xfce.org/xfce/thunar/tumbler COMMENT= D-Bus thumbnailing service @@ -27,7 +26,7 @@ PKG_SYSCONFSUBDIR= xdg MAKE_DIRS+= ${PKG_SYSCONFDIR}/tumbler CONF_FILES= ${EGDIR}/tumbler.rc \ - ${PKG_SYSCONFDIR}/tumbler/tumbler.rc + ${PKG_SYSCONFDIR}/tumbler/tumbler.rc INSTALL_UNSTRIPPED= yes CFLAGS+= -g @@ -38,7 +37,7 @@ CFLAGS+= -g .include "../../graphics/openjpeg/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" .include "../../graphics/gdk-pixbuf2/buildlink3.mk" -.include "../../multimedia/ffmpeg1/buildlink3.mk" +.include "../../multimedia/ffmpeg3/buildlink3.mk" .include "../../sysutils/dbus/buildlink3.mk" .include "../../sysutils/dbus-glib/buildlink3.mk" .include "../../www/curl/buildlink3.mk" diff --git a/x11/xfce4-tumbler/PLIST b/x11/xfce4-tumbler/PLIST index ceab1b9da80..6a4911a1652 100644 --- a/x11/xfce4-tumbler/PLIST +++ b/x11/xfce4-tumbler/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2017/06/20 19:16:01 youri Exp $ +@comment $NetBSD: PLIST,v 1.4 2018/05/15 22:22:02 youri Exp $ include/tumbler-1/tumbler/tumbler-abstract-thumbnailer.h include/tumbler-1/tumbler/tumbler-cache-plugin.h include/tumbler-1/tumbler/tumbler-cache.h @@ -21,10 +21,11 @@ lib/pkgconfig/tumbler-1.pc lib/tumbler-1/plugins/cache/tumbler-cache-plugin.so lib/tumbler-1/plugins/cache/tumbler-xdg-cache.la lib/tumbler-1/plugins/tumbler-cover-thumbnailer.la -${PLIST.ffmpegthumbnailer}lib/tumbler-1/plugins/tumbler-ffmpeg-thumbnailer.la +lib/tumbler-1/plugins/tumbler-desktop-thumbnailer.la +lib/tumbler-1/plugins/tumbler-ffmpeg-thumbnailer.la lib/tumbler-1/plugins/tumbler-font-thumbnailer.la -${PLIST.jpeg}lib/tumbler-1/plugins/tumbler-jpeg-thumbnailer.la -${PLIST.odf}lib/tumbler-1/plugins/tumbler-odf-thumbnailer.la +lib/tumbler-1/plugins/tumbler-jpeg-thumbnailer.la +lib/tumbler-1/plugins/tumbler-odf-thumbnailer.la lib/tumbler-1/plugins/tumbler-pixbuf-thumbnailer.la lib/tumbler-1/plugins/tumbler-poppler-thumbnailer.la lib/tumbler-1/tumblerd @@ -61,6 +62,7 @@ share/gtk-doc/html/tumbler/up-insensitive.png share/gtk-doc/html/tumbler/up.png share/locale/ar/LC_MESSAGES/tumbler.mo share/locale/ast/LC_MESSAGES/tumbler.mo +share/locale/be/LC_MESSAGES/tumbler.mo share/locale/bg/LC_MESSAGES/tumbler.mo share/locale/bn/LC_MESSAGES/tumbler.mo share/locale/ca/LC_MESSAGES/tumbler.mo @@ -99,6 +101,7 @@ share/locale/ro/LC_MESSAGES/tumbler.mo share/locale/ru/LC_MESSAGES/tumbler.mo share/locale/si/LC_MESSAGES/tumbler.mo share/locale/sk/LC_MESSAGES/tumbler.mo +share/locale/sq/LC_MESSAGES/tumbler.mo share/locale/sr/LC_MESSAGES/tumbler.mo share/locale/sv/LC_MESSAGES/tumbler.mo share/locale/te/LC_MESSAGES/tumbler.mo diff --git a/x11/xfce4-tumbler/distinfo b/x11/xfce4-tumbler/distinfo index 6e5bf6df3a6..33a0677ce12 100644 --- a/x11/xfce4-tumbler/distinfo +++ b/x11/xfce4-tumbler/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.4 2017/06/18 21:50:43 youri Exp $ +$NetBSD: distinfo,v 1.5 2018/05/15 22:22:02 youri Exp $ -SHA1 (tumbler-0.1.32.tar.bz2) = 4362912c8d7485b96e47e7744dd0da0dd51d487b -RMD160 (tumbler-0.1.32.tar.bz2) = 986bdf3c77578c9f867bc0ff6d1838610146cb23 -SHA512 (tumbler-0.1.32.tar.bz2) = c320840baf1bd5f16d037659c3ab9a044c2604c7844824fccb257771078a0e000b3435d8ffe94e63147e1c4b6ad1eaafb4548d32fce0d68039cac28bddf11d80 -Size (tumbler-0.1.32.tar.bz2) = 535535 bytes +SHA1 (tumbler-0.2.1.tar.bz2) = 8a36ee56ae94289a8c22f358fc5b37395687b48f +RMD160 (tumbler-0.2.1.tar.bz2) = 86e8ef8a2b0e0fbc956d28345e08b12503e3e821 +SHA512 (tumbler-0.2.1.tar.bz2) = c88595312e34534cb43d304d97a60886338d92997a7d0b5a8bb22d06dfb13d7a7445b148ba4af3766df24f6c87106a7f65758debf198e46d9fabf00049b13386 +Size (tumbler-0.2.1.tar.bz2) = 577996 bytes SHA1 (patch-tumblerd_Makefile.in) = be057d51fa064610e31f9ae883f3d3ec992e0798 |