757724fd75
Chase all users of shlib version change of libpoppler.so. PR: 201477 [1] Submitted by: olivierd@ [1]
60 lines
1.7 KiB
Makefile
60 lines
1.7 KiB
Makefile
# Created by: Olivier Duchateau
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tumbler
|
|
PORTVERSION= 0.1.31
|
|
PORTREVISION= 1
|
|
CATEGORIES= deskutils xfce
|
|
MASTER_SITES= XFCE
|
|
PKGNAMEPREFIX= xfce4-
|
|
DIST_SUBDIR= xfce4
|
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
|
COMMENT= Thumbnail service for Xfce desktop
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
|
|
libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
|
|
|
|
USES= pathfix pkgconfig gmake libtool gettext-tools xfce tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= glib20 intltool intlhack gdkpixbuf2 librsvg2
|
|
USE_LDCONFIG= yes
|
|
|
|
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
|
|
|
|
FONTS_DESC= Fonts thumbnailer plugin
|
|
COVER_DESC= Open Movie Database thumbnailer plugin
|
|
GSTREAMER_DESC= GStreamer (1.0) thumbnailer plugin
|
|
|
|
NLS_USES= gettext-runtime
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
FONTS_LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2
|
|
FONTS_CONFIGURE_ENABLE= font-thumbnailer
|
|
JPEG_LIB_DEPENDS= libexif.so:${PORTSDIR}/graphics/libexif
|
|
JPEG_USES= jpeg
|
|
JPEG_CONFIGURE_ENABLE= jpeg-thumbnailer
|
|
FFMPEG_LIB_DEPENDS= libffmpegthumbnailer.so:${PORTSDIR}/multimedia/ffmpegthumbnailer
|
|
FFMPEG_CONFIGURE_ENABLE= ffmpeg-thumbnailer
|
|
POPPLER_LIB_DEPENDS= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib
|
|
POPPLER_CONFIGURE_ENABLE= poppler-thumbnailer
|
|
GSTREAMER_USE= gstreamer1=yes
|
|
GSTREAMER_CONFIGURE_ENABLE= gstreamer-thumbnailer
|
|
ODF_USE= gnome=libgsf
|
|
ODF_CONFIGURE_ENABLE= odf-thumbnailer
|
|
COVER_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
|
|
COVER_CONFIGURE_ENABLE= cover-thumbnailer
|
|
OPTIONS_SUB= yes
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
.include <bsd.port.mk>
|