View | Details | Raw Unified | Return to bug 273697 | Differences between
and this patch

Collapse All | Expand All

(-)b/deskutils/xfce4-tumbler/Makefile (-5 / +8 lines)
Lines 1-6 Link Here
1
PORTNAME=	tumbler
1
PORTNAME=	tumbler
2
PORTVERSION=	4.18.1
2
PORTVERSION=	4.18.1
3
PORTREVISION=	3
3
PORTREVISION=	4
4
CATEGORIES=	deskutils xfce
4
CATEGORIES=	deskutils xfce
5
MASTER_SITES=	XFCE
5
MASTER_SITES=	XFCE
6
PKGNAMEPREFIX=	xfce4-
6
PKGNAMEPREFIX=	xfce4-
Lines 32-46 CONFIGURE_ARGS= --enable-xdg-cache \ Link Here
32
32
33
PORTSCOUT=	limitw:1,even
33
PORTSCOUT=	limitw:1,even
34
34
35
OPTIONS_DEFINE=	COVER EPUB FFMPEG FONTS GSTREAMER JPEG \
35
OPTIONS_DEFINE=	COVER EPUB FFMPEG FONTS GSTREAMER HEIF \
36
		NLS ODF POPPLER
36
		JPEG NLS ODF POPPLER
37
OPTIONS_DEFAULT=EPUB FONTS GSTREAMER JPEG ODF POPPLER
37
OPTIONS_DEFAULT=EPUB FONTS GSTREAMER HEIF JPEG ODF \
38
		POPPLER
38
OPTIONS_SUB=	yes
39
OPTIONS_SUB=	yes
39
40
40
COVER_DESC=	Open Movie Database plugin (check pkg-message)
41
COVER_DESC=	Open Movie Database plugin (check pkg-message)
41
EPUB_DESC=	EPUB thumbnailer plugin
42
EPUB_DESC=	EPUB thumbnailer plugin
42
FONTS_DESC=	Fonts thumbnailer plugin
43
FONTS_DESC=	Fonts thumbnailer plugin
43
GSTREAMER_DESC=	GStreamer thumbnailer plugin
44
GSTREAMER_DESC=	GStreamer thumbnailer plugin
45
HEIF_DESC=	Install libheif
44
46
45
COVER_CONFIGURE_ENABLE=	cover-thumbnailer
47
COVER_CONFIGURE_ENABLE=	cover-thumbnailer
46
COVER_LIB_DEPENDS=	libcurl.so:ftp/curl
48
COVER_LIB_DEPENDS=	libcurl.so:ftp/curl
Lines 57-62 FONTS_LIB_DEPENDS= libfreetype.so:print/freetype2 Link Here
57
GSTREAMER_CONFIGURE_ENABLE=	gstreamer-thumbnailer
59
GSTREAMER_CONFIGURE_ENABLE=	gstreamer-thumbnailer
58
GSTREAMER_USES=		gstreamer
60
GSTREAMER_USES=		gstreamer
59
61
62
HEIF_RUN_DEPENDS=	libheif>0:graphics/libheif
63
60
JPEG_CONFIGURE_ENABLE=	jpeg-thumbnailer
64
JPEG_CONFIGURE_ENABLE=	jpeg-thumbnailer
61
JPEG_LIB_DEPENDS=	libexif.so:graphics/libexif
65
JPEG_LIB_DEPENDS=	libexif.so:graphics/libexif
62
JPEG_USES=		jpeg
66
JPEG_USES=		jpeg
63
- 

Return to bug 273697