From owner-svn-ports-head@freebsd.org Fri Jan 29 13:25:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 322D7A718F2; Fri, 29 Jan 2016 13:25:05 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F27C91970; Fri, 29 Jan 2016 13:25:04 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0TDP490006354; Fri, 29 Jan 2016 13:25:04 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0TDP3sN006351; Fri, 29 Jan 2016 13:25:03 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201601291325.u0TDP3sN006351@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Fri, 29 Jan 2016 13:25:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407466 - head/graphics/gstreamer1-plugins-gl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jan 2016 13:25:05 -0000 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