Release 0.90.0: core: * Color profile tweaks * Small signature improvements * BBoxOutputDev: Fix calculation when type3 fonts are involved * Fix potential crash when reading Forms * Fix infinite loop in broken file glib: * Fix adding annots in rotated pages * Add ability to reset forms * Several fixes to the documentation qt5: * Make it clear we require Qt 5.5 * demo: Fix crash on broken files * Small documentation improvements utils: * pdftoppm: Add option to set display profile * pdftops: Add a -rasterize option with values always, never, or whenneeded build system: * Require cmake 3.5 * More modern cmake way to link against curl PR: 247736 Exp-run by: antoine
68 lines
1.7 KiB
Makefile
68 lines
1.7 KiB
Makefile
# Created by: Olivier Duchateau
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tumbler
|
|
PORTVERSION= 0.2.8
|
|
PORTREVISION= 7
|
|
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= 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
|
|
|
|
OPTIONS_DEFINE= NLS FONTS JPEG FFMPEG POPPLER \
|
|
GSTREAMER ODF COVER
|
|
OPTIONS_DEFAULT= FONTS JPEG POPPLER GSTREAMER ODF
|
|
OPTIONS_SUB= yes
|
|
|
|
FONTS_DESC= Fonts thumbnailer plugin
|
|
COVER_DESC= Open Movie Database plugin (check pkg-message)
|
|
GSTREAMER_DESC= GStreamer thumbnailer plugin
|
|
|
|
COVER_CONFIGURE_ENABLE= cover-thumbnailer
|
|
COVER_LIB_DEPENDS= libcurl.so:ftp/curl
|
|
|
|
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>
|