svn commit: r353709 - head/multimedia/libvdpau

Guido Falsi madpilot at FreeBSD.org
Sun May 11 15:44:21 UTC 2014


Author: madpilot
Date: Sun May 11 15:44:20 2014
New Revision: 353709
URL: http://svnweb.freebsd.org/changeset/ports/353709
QAT: https://qat.redports.org/buildarchive/r353709/

Log:
  Add USES=libtool and adjust plist accordingly.

Modified:
  head/multimedia/libvdpau/Makefile
  head/multimedia/libvdpau/pkg-plist

Modified: head/multimedia/libvdpau/Makefile
==============================================================================
--- head/multimedia/libvdpau/Makefile	Sun May 11 15:41:32 2014	(r353708)
+++ head/multimedia/libvdpau/Makefile	Sun May 11 15:44:20 2014	(r353709)
@@ -2,6 +2,7 @@
 
 PORTNAME=	libvdpau
 PORTVERSION=	0.7
+PORTREVISION=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	http://cgit.freedesktop.org/~aplattner/libvdpau/snapshot/
 
@@ -11,7 +12,7 @@ COMMENT=	VDPAU wrapper and tracing libra
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		pkgconfig
+USES=		libtool:keepla pkgconfig
 USE_XZ=		yes
 USE_AUTOTOOLS=	aclocal autoheader automake autoconf libtoolize
 ACLOCAL_ARGS=	-I.

Modified: head/multimedia/libvdpau/pkg-plist
==============================================================================
--- head/multimedia/libvdpau/pkg-plist	Sun May 11 15:41:32 2014	(r353708)
+++ head/multimedia/libvdpau/pkg-plist	Sun May 11 15:44:20 2014	(r353709)
@@ -6,9 +6,11 @@ include/vdpau/vdpau_x11.h
 lib/libvdpau.la
 lib/libvdpau.so
 lib/libvdpau.so.1
+lib/libvdpau.so.1.0.0
 lib/vdpau/libvdpau_trace.la
 lib/vdpau/libvdpau_trace.so
 lib/vdpau/libvdpau_trace.so.1
+lib/vdpau/libvdpau_trace.so.1.0.0
 libdata/pkgconfig/vdpau.pc
 @dirrm include/vdpau
 @dirrmtry lib/vdpau


More information about the svn-ports-all mailing list