Date: Fri, 31 Aug 2018 14:55:04 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478589 - head/multimedia/libxine Message-ID: <201808311455.w7VEt4IH045424@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Fri Aug 31 14:55:03 2018 New Revision: 478589 URL: https://svnweb.freebsd.org/changeset/ports/478589 Log: 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 Modified: head/multimedia/libxine/Makefile Modified: head/multimedia/libxine/Makefile ============================================================================== --- head/multimedia/libxine/Makefile Fri Aug 31 14:46:36 2018 (r478588) +++ head/multimedia/libxine/Makefile Fri Aug 31 14:55:03 2018 (r478589) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808311455.w7VEt4IH045424>