aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authortobik <tobik@FreeBSD.org>2018-08-31 22:55:03 +0800
committertobik <tobik@FreeBSD.org>2018-08-31 22:55:03 +0800
commit2ed70ed3d527e64c1b3e92c959ca3f27049dfaf1 (patch)
treed10b24e577fae42b86847db780b421eac454fe5d /multimedia
parent6235f43e1f1727f9318d3e8e5cb80868741924d7 (diff)
downloadfreebsd-ports-gnome-2ed70ed3d527e64c1b3e92c959ca3f27049dfaf1.tar.gz
freebsd-ports-gnome-2ed70ed3d527e64c1b3e92c959ca3f27049dfaf1.tar.zst
freebsd-ports-gnome-2ed70ed3d527e64c1b3e92c959ca3f27049dfaf1.zip
multimedia/libxine: Enable PIXBUF by default instead of IMAGEMAGICK
gxine needs an image decoder plugin enabled in libxine to build. Use gdk-pixbuf2 for this instead of ImageMagick as it is more lightweight and does not bring in ghostscript. Discussed with: danfe, ndowens@yahoo.com
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/libxine/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile
index f1943a097e41..b07b42c4f305 100644
--- a/multimedia/libxine/Makefile
+++ b/multimedia/libxine/Makefile
@@ -3,6 +3,7 @@
PORTNAME= xine
PORTVERSION= 1.2.9
+PORTREVISION= 1
CATEGORIES= multimedia ipv6
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-lib/${PORTVERSION}
PKGNAMEPREFIX= lib
@@ -71,7 +72,7 @@ PLIST_SUB= PLUGINSDIR="${PLUGINSDIR}"
OPTIONS_DEFINE= DOCS NLS CACA DVB DMX_IMAGE ESOUND IPV6 IMAGEMAGICK JACK \
GNOMEVFS2 PIXBUF PULSEAUDIO XVMC SMB SNDIO AALIB WAVPACK \
VAAPI LIBBLURAY
-OPTIONS_DEFAULT= DVB IMAGEMAGICK VAAPI
+OPTIONS_DEFAULT= DVB PIXBUF VAAPI
OPTIONS_DEFINE_i386= W32DLL
OPTIONS_DEFAULT_i386= W32DLL
OPTIONS_SUB= yes