svn commit: r407466 - head/graphics/gstreamer1-plugins-gl
Koop Mast
kwm at FreeBSD.org
Fri Jan 29 13:25:05 UTC 2016
Author: kwm
Date: Fri Jan 29 13:25:03 2016
New Revision: 407466
URL: https://svnweb.freebsd.org/changeset/ports/407466
Log:
Install the gstreamer-gl-1.0.pc file
Modified:
head/graphics/gstreamer1-plugins-gl/Makefile
head/graphics/gstreamer1-plugins-gl/pkg-plist
Modified: head/graphics/gstreamer1-plugins-gl/Makefile
==============================================================================
--- head/graphics/gstreamer1-plugins-gl/Makefile Fri Jan 29 11:57:26 2016 (r407465)
+++ head/graphics/gstreamer1-plugins-gl/Makefile Fri Jan 29 13:25:03 2016 (r407466)
@@ -1,6 +1,6 @@
# $FreeBSD$
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= graphics
COMMENT= GStreamer GL graphics plugin
@@ -18,5 +18,7 @@ pre-build:
post-install:
@cd ${WRKSRC}/gst-libs/gst/gl && ${SETENV} DESTDIR=${STAGEDIR} \
INSTALL_TARGET=${INSTALL_TARGET} ${GMAKE} install
+ ${INSTALL_DATA} ${WRKSRC}/pkgconfig/gstreamer-gl.pc \
+ ${STAGEDIR}${PREFIX}/libdata/pkgconfig/gstreamer-gl-1.0.pc
.include "${MASTERDIR}/Makefile"
Modified: head/graphics/gstreamer1-plugins-gl/pkg-plist
==============================================================================
--- head/graphics/gstreamer1-plugins-gl/pkg-plist Fri Jan 29 11:57:26 2016 (r407465)
+++ head/graphics/gstreamer1-plugins-gl/pkg-plist Fri Jan 29 13:25:03 2016 (r407466)
@@ -47,4 +47,5 @@ lib/gstreamer-%%VERSION%%/libgstopengl.s
lib/libgstgl-%%VERSION%%.so
lib/libgstgl-%%VERSION%%.so.0
lib/libgstgl-%%VERSION%%.so.%%SOVERSION%%
+libdata/pkgconfig/gstreamer-gl-1.0.pc
share/gir-%%VERSION%%/GstGL-%%VERSION%%.gir
More information about the svn-ports-all
mailing list