diff options
author | kwm <kwm@FreeBSD.org> | 2013-05-10 17:14:12 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-05-10 17:14:12 +0800 |
commit | 74613c27e899035004ff00e7f3f14e0ca1edefc5 (patch) | |
tree | 62228338e3813308d5c9ecf2c151e9d2c0860498 /multimedia | |
parent | 2afaa6b650a650c0cba03367c73f1baa3a612f5c (diff) | |
download | freebsd-ports-gnome-74613c27e899035004ff00e7f3f14e0ca1edefc5.tar.gz freebsd-ports-gnome-74613c27e899035004ff00e7f3f14e0ca1edefc5.tar.zst freebsd-ports-gnome-74613c27e899035004ff00e7f3f14e0ca1edefc5.zip |
Add missed file to plist.
Submitted by: pointyhat (via miwi)
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 |