From 6d293e46e0bc8cd2b63ef3f48f9bca94088089d3 Mon Sep 17 00:00:00 2001 From: Tijl Coosemans Date: Tue, 29 Apr 2014 12:21:25 +0000 Subject: [PATCH] Fix plist of gstreamer-plugins-vdpau. Submitted by: Barbara Guida --- multimedia/gstreamer-plugins-vdpau/Makefile | 2 +- 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 # $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