[Midnightbsd-cvs] mports [19343] trunk/multimedia: fixup some xine depends.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Jun 6 12:27:20 EDT 2015
Revision: 19343
http://svnweb.midnightbsd.org/mports/?rev=19343
Author: laffer1
Date: 2015-06-06 12:27:20 -0400 (Sat, 06 Jun 2015)
Log Message:
-----------
fixup some xine depends. todo: update
Modified Paths:
--------------
trunk/multimedia/libxine/Makefile
trunk/multimedia/xine/Makefile
Modified: trunk/multimedia/libxine/Makefile
===================================================================
--- trunk/multimedia/libxine/Makefile 2015-06-06 16:26:46 UTC (rev 19342)
+++ trunk/multimedia/libxine/Makefile 2015-06-06 16:27:20 UTC (rev 19343)
@@ -20,7 +20,7 @@
vorbis.4:${PORTSDIR}/audio/libvorbis \
speex.1:${PORTSDIR}/audio/speex \
mng.1:${PORTSDIR}/graphics/libmng \
- png15:${PORTSDIR}/graphics/png \
+ libpng.so:${PORTSDIR}/graphics/png \
dvdread.4:${PORTSDIR}/multimedia/libdvdread \
freetype.9:${PORTSDIR}/print/freetype2 \
fame-0.9.1:${PORTSDIR}/multimedia/libfame \
Modified: trunk/multimedia/xine/Makefile
===================================================================
--- trunk/multimedia/xine/Makefile 2015-06-06 16:26:46 UTC (rev 19342)
+++ trunk/multimedia/xine/Makefile 2015-06-06 16:27:20 UTC (rev 19343)
@@ -2,7 +2,7 @@
PORTNAME= xine
PORTVERSION= 0.99.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-ui/${PORTVERSION}
DISTNAME= ${PORTNAME}-ui-${PORTVERSION}
@@ -11,13 +11,11 @@
COMMENT= An X11 multimedia player
LICENSE= gpl2
-LIB_DEPENDS= xine.1:${PORTSDIR}/multimedia/libxine \
- png15:${PORTSDIR}/graphics/png
+LIB_DEPENDS= libxine.so:${PORTSDIR}/multimedia/libxine \
+ libpng.so:${PORTSDIR}/graphics/png
-USE_XZ= yes
+USES= tar:xz gettext gmake gettext-tools
USE_XORG= x11 xt xtst xv xinerama xxf86vm
-USE_GETTEXT= yes
-USE_GMAKE= yes
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-vdr-keys
More information about the Midnightbsd-cvs
mailing list