diff options
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 |