aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-05-10 09:14:12 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-05-10 09:14:12 +0000
commit0011670c11ff8a2cf89d70bb970b9f1993415efb (patch)
tree62228338e3813308d5c9ecf2c151e9d2c0860498
parent85b471f41c598d3f33bede00e40305d2a36709d3 (diff)
downloadports-0011670c11ff8a2cf89d70bb970b9f1993415efb.tar.gz
ports-0011670c11ff8a2cf89d70bb970b9f1993415efb.zip
Notes
-rw-r--r--multimedia/gstreamer1-plugins-vpx/Makefile2
-rw-r--r--multimedia/gstreamer1-plugins/Makefile.common5
2 files changed, 6 insertions, 1 deletions
diff --git a/multimedia/gstreamer1-plugins-vpx/Makefile b/multimedia/gstreamer1-plugins-vpx/Makefile
index 379ee383b963..626be2af522f 100644
--- a/multimedia/gstreamer1-plugins-vpx/Makefile
+++ b/multimedia/gstreamer1-plugins-vpx/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= multimedia
COMMENT= Gstreamer vp8 codec plugin
diff --git a/multimedia/gstreamer1-plugins/Makefile.common b/multimedia/gstreamer1-plugins/Makefile.common
index 4dbcd47440bd..7cedfe5d3379 100644
--- a/multimedia/gstreamer1-plugins/Makefile.common
+++ b/multimedia/gstreamer1-plugins/Makefile.common
@@ -382,6 +382,11 @@ gst_vorbis_LIB_DEPENDS= vorbis:${PORTSDIR}/audio/libvorbis
# 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