pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xfce4-tumbler Update:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/de85e9ab3532
branches:  trunk
changeset: 308032:de85e9ab3532
user:      youri <youri%pkgsrc.org@localhost>
date:      Tue May 15 22:22:02 2018 +0000

description:
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:

 x11/xfce4-tumbler/Makefile |  11 +++++------
 x11/xfce4-tumbler/PLIST    |  11 +++++++----
 x11/xfce4-tumbler/distinfo |  10 +++++-----
 3 files changed, 17 insertions(+), 15 deletions(-)

diffs (94 lines):

diff -r 86bb3162f52a -r de85e9ab3532 x11/xfce4-tumbler/Makefile
--- a/x11/xfce4-tumbler/Makefile        Tue May 15 22:22:01 2018 +0000
+++ b/x11/xfce4-tumbler/Makefile        Tue May 15 22:22:02 2018 +0000
@@ -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 @@
 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 @@
 .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 -r 86bb3162f52a -r de85e9ab3532 x11/xfce4-tumbler/PLIST
--- a/x11/xfce4-tumbler/PLIST   Tue May 15 22:22:01 2018 +0000
+++ b/x11/xfce4-tumbler/PLIST   Tue May 15 22:22:02 2018 +0000
@@ -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/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.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/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 -r 86bb3162f52a -r de85e9ab3532 x11/xfce4-tumbler/distinfo
--- a/x11/xfce4-tumbler/distinfo        Tue May 15 22:22:01 2018 +0000
+++ b/x11/xfce4-tumbler/distinfo        Tue May 15 22:22:02 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index