diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-04-29 12:21:25 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-04-29 12:21:25 +0000 |
commit | 6d293e46e0bc8cd2b63ef3f48f9bca94088089d3 (patch) | |
tree | 737f6aca97082365c81d7b96b209985a280148e6 /multimedia | |
parent | 853cd6d9f3b62704c5e144ac5a3a5e952e02177c (diff) |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins-vdpau/Makefile | 2 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins-vdpau/Makefile b/multimedia/gstreamer-plugins-vdpau/Makefile index 8317b5fc1eb0..40ebfed6aef0 100644 --- a/multimedia/gstreamer-plugins-vdpau/Makefile +++ b/multimedia/gstreamer-plugins-vdpau/Makefile @@ -1,7 +1,7 @@ # Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia COMMENT= Gstreamer nvidia vdpau plugin diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 4fba7d37fbad..df17d302a2df 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -564,7 +564,8 @@ gst_vdpau_PLIST_FILES= ${GST_INC_DIR}/gst/vdpau/gstvdp.h \ ${GST_LIB_DIR}/libgstvdpau.so \ lib/libgstvdp-${VERSION}.la \ lib/libgstvdp-${VERSION}.so \ - lib/libgstvdp-${VERSION}.so.0 + lib/libgstvdp-${VERSION}.so.0 \ + lib/libgstvdp-${VERSION}.so.0.0.0 gst_vdpau_PLIST_DIRS= ${GST_INC_DIR}/gst/vdpau gst_vdpau_DIST= bad |