Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Apr 2014 12:21:25 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352592 - in head/multimedia: gstreamer-plugins gstreamer-plugins-vdpau
Message-ID:  <201404291221.s3TCLP1J020646@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Tue Apr 29 12:21:25 2014
New Revision: 352592
URL: http://svnweb.freebsd.org/changeset/ports/352592
QAT: https://qat.redports.org/buildarchive/r352592/

Log:
  Fix plist of gstreamer-plugins-vdpau.
  
  Submitted by:	Barbara Guida <barbara.freebsd@gmail.com>

Modified:
  head/multimedia/gstreamer-plugins-vdpau/Makefile
  head/multimedia/gstreamer-plugins/Makefile.common

Modified: head/multimedia/gstreamer-plugins-vdpau/Makefile
==============================================================================
--- head/multimedia/gstreamer-plugins-vdpau/Makefile	Tue Apr 29 11:12:34 2014	(r352591)
+++ head/multimedia/gstreamer-plugins-vdpau/Makefile	Tue Apr 29 12:21:25 2014	(r352592)
@@ -1,7 +1,7 @@
 # Created by: Koop Mast <kwm@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	multimedia
 
 COMMENT=	Gstreamer nvidia vdpau plugin

Modified: head/multimedia/gstreamer-plugins/Makefile.common
==============================================================================
--- head/multimedia/gstreamer-plugins/Makefile.common	Tue Apr 29 11:12:34 2014	(r352591)
+++ head/multimedia/gstreamer-plugins/Makefile.common	Tue Apr 29 12:21:25 2014	(r352592)
@@ -564,7 +564,8 @@ gst_vdpau_PLIST_FILES=	${GST_INC_DIR}/gs
 			${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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404291221.s3TCLP1J020646>