svn commit: r317778 - in head/multimedia: gstreamer1-plugins gstreamer1-plugins-vpx

Koop Mast kwm at FreeBSD.org
Fri May 10 09:14:13 UTC 2013


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


More information about the svn-ports-all mailing list