Date: Fri, 22 Aug 2014 21:18:05 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365698 - head/graphics/gstreamer-plugins-gl Message-ID: <201408222118.s7MLI5fh070422@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Fri Aug 22 21:18:04 2014 New Revision: 365698 URL: http://svnweb.freebsd.org/changeset/ports/365698 QAT: https://qat.redports.org/buildarchive/r365698/ Log: Add USES=libtool and INSTALL_TARGET=install-strip Modified: head/graphics/gstreamer-plugins-gl/Makefile head/graphics/gstreamer-plugins-gl/pkg-plist Modified: head/graphics/gstreamer-plugins-gl/Makefile ============================================================================== --- head/graphics/gstreamer-plugins-gl/Makefile Fri Aug 22 21:12:28 2014 (r365697) +++ head/graphics/gstreamer-plugins-gl/Makefile Fri Aug 22 21:18:04 2014 (r365698) @@ -3,7 +3,7 @@ PORTNAME= gstreamer-plugins-gl PORTVERSION= 0.10.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-plugins-gl/ DISTNAME= ${PORTNAME:S/gstreamer/gst/}-${PORTVERSION} @@ -14,20 +14,17 @@ COMMENT= GStreamer OpenGL video plugin LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ libjpeg.so:${PORTSDIR}/graphics/jpeg +USES= gettext gmake libtool pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes -USES= pathfix gettext gmake pkgconfig tar:bzip2 USE_GSTREAMER= yes USE_XORG= ice x11 USE_GL= gl glu glew GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-examples --disable-static CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS=--disable-examples +LIBS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip PLIST_SUB= VERSION="0.10" -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgstgl-0.10.so.1 - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gstreamer-0.10/libgst*.so - .include <bsd.port.mk> Modified: head/graphics/gstreamer-plugins-gl/pkg-plist ============================================================================== --- head/graphics/gstreamer-plugins-gl/pkg-plist Fri Aug 22 21:12:28 2014 (r365697) +++ head/graphics/gstreamer-plugins-gl/pkg-plist Fri Aug 22 21:18:04 2014 (r365698) @@ -7,13 +7,10 @@ include/gstreamer-0.10/gst/gl/gstglmixer include/gstreamer-0.10/gst/gl/gstglshader.h include/gstreamer-0.10/gst/gl/gstglshadervariables.h include/gstreamer-0.10/gst/gl/gstglwindow.h -lib/gstreamer-0.10/libgstopengl.a -lib/gstreamer-0.10/libgstopengl.la lib/gstreamer-0.10/libgstopengl.so -lib/libgstgl-0.10.a -lib/libgstgl-0.10.la lib/libgstgl-0.10.so lib/libgstgl-0.10.so.1 +lib/libgstgl-0.10.so.1.0.0 libdata/pkgconfig/gstreamer-gl-0.10.pc share/gtk-doc/html/gst-plugins-gl-libs-0.10/api-index.html share/gtk-doc/html/gst-plugins-gl-libs-0.10/ch01.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408222118.s7MLI5fh070422>