fd68e9e2b6
Release 21.12.0: core: * Add API to add images * CairoOutputDev: Fix de-duping of Flate images * Fix crash on broken files when using non-default ENABLE_ZLIB_UNCOMPRESS. Issue #393 * Minor code improvements glib: * Add API for validation of signatures * Add API to read/save to file descriptor utils: * pdftohtml: Reduce sensitivity of duplicate detection. Issue #1117 build system: * Increase C++ standard to 17 Exp-run by: antoine PR: 260344
73 lines
1.9 KiB
Makefile
73 lines
1.9 KiB
Makefile
# Created by: Olivier Duchateau
|
|
|
|
PORTNAME= tumbler
|
|
PORTVERSION= 4.16.0
|
|
PORTREVISION= 12
|
|
CATEGORIES= deskutils xfce
|
|
MASTER_SITES= XFCE
|
|
PKGNAMEPREFIX= xfce4-
|
|
DIST_SUBDIR= xfce4
|
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
|
COMMENT= Thumbnail service for Xfce desktop
|
|
|
|
LICENSE= GPLv2+ LGPL20+
|
|
LICENSE_COMB= multi
|
|
LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libpng.so:graphics/png
|
|
|
|
USES= compiler:c11 gettext-tools gmake gnome libtool \
|
|
localbase:ldflags pathfix pkgconfig tar:bzip2 xfce
|
|
USE_GNOME= cairo gdkpixbuf2 glib20 intltool libgsf librsvg2
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
SUB_FILES= pkg-message
|
|
CONFIGURE_ARGS= --enable-xdg-cache \
|
|
--enable-pixbuf-thumbnailer \
|
|
--disable-gtk-doc-html \
|
|
--without-html-dir
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
OPTIONS_DEFINE= NLS FONTS JPEG FFMPEG POPPLER \
|
|
GSTREAMER ODF COVER EPUB
|
|
OPTIONS_DEFAULT= FONTS EPUB JPEG POPPLER GSTREAMER ODF
|
|
OPTIONS_SUB= yes
|
|
|
|
COVER_DESC= Open Movie Database plugin (check pkg-message)
|
|
EPUB_DESC= EPUB thumbnailer plugin
|
|
FONTS_DESC= Fonts thumbnailer plugin
|
|
GSTREAMER_DESC= GStreamer thumbnailer plugin
|
|
|
|
COVER_CONFIGURE_ENABLE= cover-thumbnailer
|
|
COVER_LIB_DEPENDS= libcurl.so:ftp/curl
|
|
|
|
EPUB_CONFIGURE_ENABLE= gepub-thumbnailer
|
|
EPUB_LIB_DEPENDS= libgepub-0.6.so:textproc/libgepub
|
|
|
|
FFMPEG_CONFIGURE_ENABLE= ffmpeg-thumbnailer
|
|
FFMPEG_LIB_DEPENDS= libffmpegthumbnailer.so:multimedia/ffmpegthumbnailer
|
|
|
|
FONTS_CONFIGURE_ENABLE= font-thumbnailer
|
|
FONTS_LIB_DEPENDS= libfreetype.so:print/freetype2
|
|
|
|
GSTREAMER_CONFIGURE_ENABLE= gstreamer-thumbnailer
|
|
GSTREAMER_USE= gstreamer1=yes
|
|
|
|
JPEG_CONFIGURE_ENABLE= jpeg-thumbnailer
|
|
JPEG_LIB_DEPENDS= libexif.so:graphics/libexif
|
|
JPEG_USES= jpeg
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
NLS_USES= gettext-runtime
|
|
|
|
ODF_CONFIGURE_ENABLE= odf-thumbnailer
|
|
ODF_USE= gnome=libgsf
|
|
|
|
POPPLER_CONFIGURE_ENABLE= poppler-thumbnailer
|
|
POPPLER_LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib
|
|
|
|
.include <bsd.port.mk>
|