Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 May 2013 09:14:13 +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: r317778 - in head/multimedia: gstreamer1-plugins gstreamer1-plugins-vpx
Message-ID:  <201305100914.r4A9EDdN096958@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Fri May 10 09:14:12 2013
New Revision: 317778
URL: http://svnweb.freebsd.org/changeset/ports/317778

Log:
  Add missed file to plist.
  
  Submitted by:	pointyhat (via miwi)

Modified:
  head/multimedia/gstreamer1-plugins-vpx/Makefile
  head/multimedia/gstreamer1-plugins/Makefile.common

Modified: head/multimedia/gstreamer1-plugins-vpx/Makefile
==============================================================================
--- head/multimedia/gstreamer1-plugins-vpx/Makefile	Fri May 10 09:05:05 2013	(r317777)
+++ head/multimedia/gstreamer1-plugins-vpx/Makefile	Fri May 10 09:14:12 2013	(r317778)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	multimedia
 
 COMMENT=	Gstreamer vp8 codec plugin

Modified: head/multimedia/gstreamer1-plugins/Makefile.common
==============================================================================
--- head/multimedia/gstreamer1-plugins/Makefile.common	Fri May 10 09:05:05 2013	(r317777)
+++ head/multimedia/gstreamer1-plugins/Makefile.common	Fri May 10 09:14:12 2013	(r317778)
@@ -382,6 +382,11 @@ gst_vorbis_LIB_DEPENDS=	vorbis:${PORTSDI
 
 # vpx
 gst_vpx_LIB_DEPENDS=	vpx:${PORTSDIR}/multimedia/libvpx
+gst_vpx_PLIST_FILES=	${GST_LIB_DIR}/libgstvpx.la \
+			${GST_LIB_DIR}/libgstvpx.so \
+			share/gstreamer-${VERSION}/presets/GstVP8Enc.prs
+gst_vpx_PLIST_DIRSTRY=	share/gstreamer-${VERSION}/presets \
+			share/gstreamer-${VERSION}
 
 # X ximage and xvimage sinks aka output
 .if ${DIST} == base



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