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

(-)Makefile (-23 / +18 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.2.0
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-59 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 \
20
		libdbus-glib-1.so:devel/dbus-glib
19
		libfreetype.so:print/freetype2 \
20
		libpoppler-glib.so:graphics/poppler-glib
21
21
22
USES=		pathfix pkgconfig gmake libtool gettext-tools xfce tar:bzip2
22
USES=		gettext-tools gmake jpeg libtool localbase:ldflags pathfix \
23
	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 libgsf
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 \
31
		--enable-jpeg-thumbnailer \
32
		--enable-font-thumbnailer \
33
		--enable-poppler-thumbnailer \
34
		--enable-odf-thumbnailer \
35
		--enable-desktop-thumbnailer \
36
		--disable-raw-thumbnailer \
37
		--disable-cover-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
33
		GSTREAMER ODF COVER
42
OPTIONS_DEFAULT=	GSTREAMER
34
OPTIONS_DEFAULT=	FONTS JPEG POPPLER GSTREAMER ODF
35
43
36
FONTS_DESC=	Fonts thumbnailer plugin
44
GSTREAMER_DESC=	GStreamer thumbnailer plugin
37
COVER_DESC=	Open Movie Database thumbnailer plugin
38
GSTREAMER_DESC=	GStreamer (1.0) thumbnailer plugin
39
45
40
NLS_USES=	gettext-runtime
46
NLS_USES=	gettext-runtime
41
NLS_CONFIGURE_ENABLE=	nls
47
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
48
FFMPEG_LIB_DEPENDS=	libffmpegthumbnailer.so:multimedia/ffmpegthumbnailer
48
FFMPEG_CONFIGURE_ENABLE=	ffmpeg-thumbnailer
49
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
50
GSTREAMER_USE=	gstreamer1=yes
52
GSTREAMER_CONFIGURE_ENABLE=	gstreamer-thumbnailer
51
GSTREAMER_CONFIGURE_ENABLE=	gstreamer-thumbnailer
53
ODF_USE=	gnome=libgsf
54
ODF_CONFIGURE_ENABLE=	odf-thumbnailer
55
COVER_LIB_DEPENDS=	libcurl.so:ftp/curl
56
COVER_CONFIGURE_ENABLE=	cover-thumbnailer
57
OPTIONS_SUB=	yes
52
OPTIONS_SUB=	yes
58
53
59
SUB_FILES=	pkg-message
54
SUB_FILES=	pkg-message
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (xfce4/tumbler-0.1.31.tar.bz2) = d0fd329273ff6ac98885eade4c3d8c87a4dd0816f713646130808bfa90b87173
1
TIMESTAMP = 1500302233
2
SIZE (xfce4/tumbler-0.1.31.tar.bz2) = 550650
2
SHA256 (xfce4/tumbler-0.2.0.tar.bz2) = 4e27a59694b0a5cc69ebccbdb00c724e670b5b7c30bc4dc0b461aac93f234fac
3
SIZE (xfce4/tumbler-0.2.0.tar.bz2) = 571300
(-)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-05-28 10:17:58 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 (-5 / +5 lines)
Lines 21-34 Link Here
21
lib/libtumbler-1.so.0.0.0
21
lib/libtumbler-1.so.0.0.0
22
lib/tumbler-1/plugins/cache/tumbler-cache-plugin.so
22
lib/tumbler-1/plugins/cache/tumbler-cache-plugin.so
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
lib/tumbler-1/plugins/tumbler-desktop-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 220805