View | Details | Raw Unified | Return to bug 219664
Collapse All | Expand All

(-)Makefile (-3 / +5 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	tumbler
4
PORTNAME=	tumbler
5
PORTVERSION=	0.1.31
5
PORTVERSION=	0.1.31
6
PORTREVISION=	5
6
PORTREVISION=	6
7
CATEGORIES=	deskutils xfce
7
CATEGORIES=	deskutils xfce
8
MASTER_SITES=	XFCE
8
MASTER_SITES=	XFCE
9
PKGNAMEPREFIX=	xfce4-
9
PKGNAMEPREFIX=	xfce4-
Lines 17-28 Link Here
17
LICENSE_FILE_GPLv2+ =	${WRKSRC}/COPYING
17
LICENSE_FILE_GPLv2+ =	${WRKSRC}/COPYING
18
18
19
LIB_DEPENDS=	libpng.so:graphics/png \
19
LIB_DEPENDS=	libpng.so:graphics/png \
20
		libdbus-1.so:devel/dbus \
20
		libdbus-glib-1.so:devel/dbus-glib
21
		libdbus-glib-1.so:devel/dbus-glib
21
22
22
USES=		pathfix pkgconfig gmake libtool gettext-tools xfce tar:bzip2
23
USES=		gettext-tools gmake libtool pathfix pkgconfig tar:bzip2 xfce
23
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
24
USE_GNOME=	glib20 intltool intlhack gdkpixbuf2 librsvg2
25
USE_GNOME=	glib20 intltool gdkpixbuf2 librsvg2 cairo
25
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
27
INSTALL_TARGET=	install-strip
26
28
27
CONFIGURE_ARGS=	--enable-xdg-cache \
29
CONFIGURE_ARGS=	--enable-xdg-cache \
28
		--enable-pixbuf-thumbnailer \
30
		--enable-pixbuf-thumbnailer \
(-)files/patch-configure (-3 / +3 lines)
Lines 1-6 Link Here
1
--- configure.orig	2013-05-06 20:24:28.000000000 +0200
1
--- configure.orig	2015-02-28 16:28:14 UTC
2
+++ configure	2013-05-06 20:27:59.000000000 +0200
2
+++ configure
3
@@ -13880,7 +13880,7 @@
3
@@ -14427,7 +14427,7 @@ $as_echo "#define HAVE_LC_MESSAGES 1" >>
4
 
4
 
5
     fi
5
     fi
6
   fi
6
   fi
(-)files/patch-plugins_jpeg-thumbnailer_jpeg-thumbnailer.c (+14 lines)
Line 0 Link Here
1
--- plugins/jpeg-thumbnailer/jpeg-thumbnailer.c.orig	2015-02-28 15:23:08 UTC
2
+++ plugins/jpeg-thumbnailer/jpeg-thumbnailer.c
3
@@ -497,7 +497,7 @@ tvtj_exif_parse_ifd (TvtjExif     *exif,
4
           /* and remember it appropriately */
5
           if (tag == 0x0100)
6
             exif->thumb.thumb_tiff.width = value;
7
-          else if (tag == 0x0100)
8
+          else if (tag == 0x0101)
9
             exif->thumb.thumb_tiff.height = value;
10
           else if (tag == 0x0106)
11
             exif->thumb.thumb_tiff.interp = value;
12
yes
13
native
14
text/plain
(-)files/patch-tumblerd__tumbler.rc (-2 / +4 lines)
Lines 9-19 Link Here
9
 Priority=1
9
 Priority=1
10
 Locations=
10
 Locations=
11
 MaxFileSize=0
11
 MaxFileSize=0
12
@@ -58,7 +58,7 @@ MaxFileSize=0
12
@@ -57,8 +57,8 @@ MaxFileSize=0
13
 #APIKey=your-api-key-from-themoviedb.org
13
 
14
 
14
 # ffmpegthumbnailer plugin
15
 # ffmpegthumbnailer plugin
15
 [FfmegThumbnailer]
16
-[FfmegThumbnailer]
16
-Disabled=false
17
-Disabled=false
18
+[FfmpegThumbnailer]
17
+Disabled=true
19
+Disabled=true
18
 Priority=2
20
 Priority=2
19
 Locations=
21
 Locations=

Return to bug 219664