Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jan 2016 13:25:03 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r407466 - head/graphics/gstreamer1-plugins-gl
Message-ID:  <201601291325.u0TDP3sN006351@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601291325.u0TDP3sN006351>