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

(-)Makefile (-18 / +16 lines)
Lines 2-11 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	tumbler
4
PORTNAME=	tumbler
5
PORTVERSION=	0.1.31
5
PORTVERSION=	0.1.32
6
PORTREVISION=	5
7
CATEGORIES=	deskutils xfce
6
CATEGORIES=	deskutils xfce
8
MASTER_SITES=	XFCE
7
MASTER_SITES=	XFCE/src/xfce/${PORTNAME}/${PORTVERSION:R}/
9
PKGNAMEPREFIX=	xfce4-
8
PKGNAMEPREFIX=	xfce4-
10
DIST_SUBDIR=	xfce4
9
DIST_SUBDIR=	xfce4
11
10
Lines 17-57 Link Here
17
LICENSE_FILE_GPLv2+ =	${WRKSRC}/COPYING
16
LICENSE_FILE_GPLv2+ =	${WRKSRC}/COPYING
18
17
19
LIB_DEPENDS=	libpng.so:graphics/png \
18
LIB_DEPENDS=	libpng.so:graphics/png \
19
		libfreetype.so:print/freetype2 \
20
		libpoppler-glib.so:graphics/poppler-glib \
21
		libdbus-1.so:devel/dbus \
20
		libdbus-glib-1.so:devel/dbus-glib
22
		libdbus-glib-1.so:devel/dbus-glib
21
23
22
USES=		pathfix pkgconfig gmake libtool gettext-tools xfce tar:bzip2
24
USES=		gettext-tools gmake jpeg libtool pathfix pkgconfig \
25
	tar:bzip2 xfce
23
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
24
USE_GNOME=	glib20 intltool intlhack gdkpixbuf2 librsvg2
27
USE_GNOME=	glib20 intltool gdkpixbuf2 librsvg2 cairo libgsf
25
USE_LDCONFIG=	yes
28
USE_LDCONFIG=	yes
29
INSTALL_TARGET=	install-strip
26
30
27
CONFIGURE_ARGS=	--enable-xdg-cache \
31
CONFIGURE_ARGS=	--enable-xdg-cache \
28
		--enable-pixbuf-thumbnailer \
32
		--enable-pixbuf-thumbnailer \
33
		--enable-jpeg-thumbnailer \
34
		--enable-font-thumbnailer \
35
		--enable-poppler-thumbnailer \
36
		--enable-odf-thumbnailer \
37
		--disable-raw-thumbnailer \
29
		--disable-gtk-doc-html \
38
		--disable-gtk-doc-html \
30
		--without-html-dir
39
		--without-html-dir
31
40
32
OPTIONS_DEFINE=	NLS FONTS JPEG FFMPEG POPPLER \
41
OPTIONS_DEFINE=	NLS  FFMPEG GSTREAMER COVER
33
		GSTREAMER ODF COVER
42
OPTIONS_DEFAULT=	GSTREAMER
34
OPTIONS_DEFAULT=	FONTS JPEG POPPLER GSTREAMER ODF
35
43
36
FONTS_DESC=	Fonts thumbnailer plugin
37
COVER_DESC=	Open Movie Database thumbnailer plugin
44
COVER_DESC=	Open Movie Database thumbnailer plugin
38
GSTREAMER_DESC=	GStreamer (1.0) thumbnailer plugin
45
GSTREAMER_DESC=	GStreamer (1.0) thumbnailer plugin
39
46
40
NLS_USES=	gettext-runtime
47
NLS_USES=	gettext-runtime
41
NLS_CONFIGURE_ENABLE=	nls
48
NLS_CONFIGURE_ENABLE=	nls
42
FONTS_LIB_DEPENDS=	libfreetype.so:print/freetype2
43
FONTS_CONFIGURE_ENABLE=	font-thumbnailer
44
JPEG_LIB_DEPENDS=	libexif.so:graphics/libexif
45
JPEG_USES=		jpeg
46
JPEG_CONFIGURE_ENABLE=	jpeg-thumbnailer
47
FFMPEG_LIB_DEPENDS=	libffmpegthumbnailer.so:multimedia/ffmpegthumbnailer
49
FFMPEG_LIB_DEPENDS=	libffmpegthumbnailer.so:multimedia/ffmpegthumbnailer
48
FFMPEG_CONFIGURE_ENABLE=	ffmpeg-thumbnailer
50
FFMPEG_CONFIGURE_ENABLE=	ffmpeg-thumbnailer
49
POPPLER_LIB_DEPENDS=	libpoppler-glib.so:graphics/poppler-glib
50
POPPLER_CONFIGURE_ENABLE=	poppler-thumbnailer
51
GSTREAMER_USE=	gstreamer1=yes
51
GSTREAMER_USE=	gstreamer1=yes
52
GSTREAMER_CONFIGURE_ENABLE=	gstreamer-thumbnailer
52
GSTREAMER_CONFIGURE_ENABLE=	gstreamer-thumbnailer
53
ODF_USE=	gnome=libgsf
54
ODF_CONFIGURE_ENABLE=	odf-thumbnailer
55
COVER_LIB_DEPENDS=	libcurl.so:ftp/curl
53
COVER_LIB_DEPENDS=	libcurl.so:ftp/curl
56
COVER_CONFIGURE_ENABLE=	cover-thumbnailer
54
COVER_CONFIGURE_ENABLE=	cover-thumbnailer
57
OPTIONS_SUB=	yes
55
OPTIONS_SUB=	yes
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (xfce4/tumbler-0.1.31.tar.bz2) = d0fd329273ff6ac98885eade4c3d8c87a4dd0816f713646130808bfa90b87173
1
TIMESTAMP = 1496853424
2
SIZE (xfce4/tumbler-0.1.31.tar.bz2) = 550650
2
SHA256 (xfce4/tumbler-0.1.32.tar.bz2) = f08c88d9dd3b8781aa218146c11ab4aec307e8eb9232aaf18d90a4bae29adacf
3
SIZE (xfce4/tumbler-0.1.32.tar.bz2) = 535535
(-)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-tumblerd__tumbler.rc (-2 / +2 lines)
Lines 1-4 Link Here
1
--- tumblerd/tumbler.rc.orig	2015-02-28 15:23:08 UTC
1
--- tumblerd/tumbler.rc.orig	2017-06-07 08:20:41 UTC
2
+++ tumblerd/tumbler.rc
2
+++ tumblerd/tumbler.rc
3
@@ -37,7 +37,7 @@ MaxFileSize=0
3
@@ -37,7 +37,7 @@ MaxFileSize=0
4
 
4
 
Lines 12-18 Link Here
12
@@ -58,7 +58,7 @@ MaxFileSize=0
12
@@ -58,7 +58,7 @@ MaxFileSize=0
13
 
13
 
14
 # ffmpegthumbnailer plugin
14
 # ffmpegthumbnailer plugin
15
 [FfmegThumbnailer]
15
 [FfmpegThumbnailer]
16
-Disabled=false
16
-Disabled=false
17
+Disabled=true
17
+Disabled=true
18
 Priority=2
18
 Priority=2
(-)pkg-plist (-4 / +4 lines)
Lines 23-34 Link Here
23
lib/tumbler-1/plugins/cache/tumbler-xdg-cache.so
23
lib/tumbler-1/plugins/cache/tumbler-xdg-cache.so
24
%%COVER%%lib/tumbler-1/plugins/tumbler-cover-thumbnailer.so
24
%%COVER%%lib/tumbler-1/plugins/tumbler-cover-thumbnailer.so
25
%%FFMPEG%%lib/tumbler-1/plugins/tumbler-ffmpeg-thumbnailer.so
25
%%FFMPEG%%lib/tumbler-1/plugins/tumbler-ffmpeg-thumbnailer.so
26
%%FONTS%%lib/tumbler-1/plugins/tumbler-font-thumbnailer.so
26
lib/tumbler-1/plugins/tumbler-font-thumbnailer.so
27
%%JPEG%%lib/tumbler-1/plugins/tumbler-jpeg-thumbnailer.so
27
lib/tumbler-1/plugins/tumbler-jpeg-thumbnailer.so
28
%%GSTREAMER%%lib/tumbler-1/plugins/tumbler-gst-thumbnailer.so
28
%%GSTREAMER%%lib/tumbler-1/plugins/tumbler-gst-thumbnailer.so
29
%%ODF%%lib/tumbler-1/plugins/tumbler-odf-thumbnailer.so
29
lib/tumbler-1/plugins/tumbler-odf-thumbnailer.so
30
lib/tumbler-1/plugins/tumbler-pixbuf-thumbnailer.so
30
lib/tumbler-1/plugins/tumbler-pixbuf-thumbnailer.so
31
%%POPPLER%%lib/tumbler-1/plugins/tumbler-poppler-thumbnailer.so
31
lib/tumbler-1/plugins/tumbler-poppler-thumbnailer.so
32
lib/tumbler-1/tumblerd
32
lib/tumbler-1/tumblerd
33
libdata/pkgconfig/tumbler-1.pc
33
libdata/pkgconfig/tumbler-1.pc
34
share/dbus-1/services/org.xfce.Tumbler.Cache1.service
34
share/dbus-1/services/org.xfce.Tumbler.Cache1.service

Return to bug 219848