2013-09-06 14:12:00 +02:00
|
|
|
# Created by: Koop Mast <kwm@FreeBSD.org>
|
2010-09-07 08:52:39 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gstreamer-plugins-gl
|
2012-05-15 23:24:18 +02:00
|
|
|
PORTVERSION= 0.10.3
|
2015-08-02 17:03:19 +02:00
|
|
|
PORTREVISION= 5
|
2010-09-13 13:47:14 +02:00
|
|
|
CATEGORIES= graphics
|
2010-09-07 08:52:39 +02:00
|
|
|
MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-plugins-gl/
|
|
|
|
DISTNAME= ${PORTNAME:S/gstreamer/gst/}-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
|
|
|
COMMENT= GStreamer OpenGL video plugin
|
|
|
|
|
2015-06-22 20:33:20 +02:00
|
|
|
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
|
2012-03-16 10:40:05 +01:00
|
|
|
|
2015-06-22 20:33:20 +02:00
|
|
|
USES= gettext gmake jpeg libtool pathfix pkgconfig tar:bzip2
|
2010-09-07 08:52:39 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GSTREAMER= yes
|
|
|
|
USE_XORG= ice x11
|
|
|
|
USE_GL= gl glu glew
|
|
|
|
GNU_CONFIGURE= yes
|
2014-08-22 23:18:04 +02:00
|
|
|
CONFIGURE_ARGS= --disable-examples --disable-static
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2014-08-22 23:18:04 +02:00
|
|
|
LIBS+= -L${LOCALBASE}/lib
|
|
|
|
INSTALL_TARGET= install-strip
|
2010-09-07 08:52:39 +02:00
|
|
|
|
|
|
|
PLIST_SUB= VERSION="0.10"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|