diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-05-10 09:14:12 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-05-10 09:14:12 +0000 |
commit | 0011670c11ff8a2cf89d70bb970b9f1993415efb (patch) | |
tree | 62228338e3813308d5c9ecf2c151e9d2c0860498 /multimedia | |
parent | 85b471f41c598d3f33bede00e40305d2a36709d3 (diff) | |
download | ports-0011670c11ff8a2cf89d70bb970b9f1993415efb.tar.gz ports-0011670c11ff8a2cf89d70bb970b9f1993415efb.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer1-plugins-vpx/Makefile | 2 | ||||
-rw-r--r-- | multimedia/gstreamer1-plugins/Makefile.common | 5 |
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 |