[Midnightbsd-cvs] mports [19376] trunk/multimedia/gpac-libgpac/Makefile: fix build temporarily until we can update it to support new png

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Jun 8 08:16:38 EDT 2015


Revision: 19376
          http://svnweb.midnightbsd.org/mports/?rev=19376
Author:   laffer1
Date:     2015-06-08 08:16:37 -0400 (Mon, 08 Jun 2015)
Log Message:
-----------
fix build temporarily until we can update it to support new png

Modified Paths:
--------------
    trunk/multimedia/gpac-libgpac/Makefile

Modified: trunk/multimedia/gpac-libgpac/Makefile
===================================================================
--- trunk/multimedia/gpac-libgpac/Makefile	2015-06-08 12:08:19 UTC (rev 19375)
+++ trunk/multimedia/gpac-libgpac/Makefile	2015-06-08 12:16:37 UTC (rev 19376)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gpac
 PORTVERSION=	0.4.5
-PORTREVISION=	6
+PORTREVISION=	7
 PORTEPOCH=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	SF/${PORTNAME}/GPAC/GPAC%20${PORTVERSION}
@@ -25,7 +25,7 @@
 LIBVER=	1
 
 OPTIONS_DEFINE=	IPV6 JPEG OPENGL SSL PNG XVIDEO
-OPTIONS_DEFAULT=	IPV6 JPEG SSL PNG
+OPTIONS_DEFAULT=	IPV6 JPEG SSL
 
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
@@ -55,7 +55,7 @@
 .endif
 
 .if ${PORT_OPTIONS:MXVIDEO}
-LIB_DEPENDS+=	Xv.1:${PORTSDIR}/x11/libXv
+LIB_DEPENDS+=	libXv.so:${PORTSDIR}/x11/libXv
 .else
 CONFIGURE_ARGS+=	--disable-x11-xv --disable-x11-shm
 .endif
@@ -67,7 +67,7 @@
 .endif
 
 .if ${PORT_OPTIONS:MJPEG}
-LIB_DEPENDS+=	jpeg.11:${PORTSDIR}/graphics/jpeg
+LIB_DEPENDS+=	libjpeg.so:${PORTSDIR}/graphics/jpeg
 CONFIGURE_ARGS+=	--use-jpeg=local
 .else
 CONFIGURE_ARGS+=	--use-jpeg=no
@@ -74,9 +74,9 @@
 .endif
 
 .if ${PORT_OPTIONS:MPNG}
-LIB_DEPENDS+=	png15:${PORTSDIR}/graphics/png
+BROKEN=		png update broke the build, need to update gpac
+LIB_DEPENDS+=	libpng.so:${PORTSDIR}/graphics/png
 CONFIGURE_ARGS+=	--use-png=local
-CFLAGS+=	-I${LOCALBASE}/include/libpng15
 .else
 CONFIGURE_ARGS+=	--use-png=no
 .endif



More information about the Midnightbsd-cvs mailing list