svn commit: r368079 - head/multimedia/gstreamer1-vaapi

Tijl Coosemans tijl at FreeBSD.org
Sat Sep 13 10:09:01 UTC 2014


Author: tijl
Date: Sat Sep 13 10:08:59 2014
New Revision: 368079
URL: http://svnweb.freebsd.org/changeset/ports/368079
QAT: https://qat.redports.org/buildarchive/r368079/

Log:
  Convert to USES=libtool and INSTALL_TARGET=install-strip

Modified:
  head/multimedia/gstreamer1-vaapi/Makefile
  head/multimedia/gstreamer1-vaapi/pkg-plist

Modified: head/multimedia/gstreamer1-vaapi/Makefile
==============================================================================
--- head/multimedia/gstreamer1-vaapi/Makefile	Sat Sep 13 09:16:19 2014	(r368078)
+++ head/multimedia/gstreamer1-vaapi/Makefile	Sat Sep 13 10:08:59 2014	(r368079)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gstreamer1-vaapi
 PORTVERSION=	0.5.7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	multimedia
 MASTER_SITES=	http://www.freedesktop.org/software/vaapi/releases/gstreamer-vaapi/
 DISTNAME=	gstreamer-vaapi-${PORTVERSION}
@@ -15,14 +15,14 @@ LICENSE=	LGPL21
 
 LIB_DEPENDS=	libva.so:${PORTSDIR}/multimedia/libva
 
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--disable-wayland --with-gstreamer-api=1.2
+INSTALL_TARGET=	install-strip
+USES=		gmake libtool pkgconfig tar:bzip2
 USE_LDCONFIG=	yes
 USE_GSTREAMER1=	yes
-GNU_CONFIGURE=	yes
 USE_GL=		gl
 USE_XORG=	x11 xrandr xrender xproto:build
-USES=		gmake pkgconfig tar:bzip2
-CONFIGURE_ARGS=	--disable-wayland --with-gstreamer-api=1.2
-PATHFIX_MAKEFILEIN=	configure
 
 PLIST_SUB=	VERSION=1.2
 
@@ -31,8 +31,4 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|[{]libdir[}]/pkgconfig|{prefix}/libdata/pkgconfig|g' \
 		${WRKSRC}/configure
 
-post-install:
-	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgst*-1.2.so.0
-	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gstreamer-1.0/libgstvaapi.so
-
 .include <bsd.port.mk>

Modified: head/multimedia/gstreamer1-vaapi/pkg-plist
==============================================================================
--- head/multimedia/gstreamer1-vaapi/pkg-plist	Sat Sep 13 09:16:19 2014	(r368078)
+++ head/multimedia/gstreamer1-vaapi/pkg-plist	Sat Sep 13 10:08:59 2014	(r368079)
@@ -30,20 +30,19 @@ include/gstreamer-%%VERSION%%/gst/vaapi/
 include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapiwindow_wayland.h
 include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapiwindow_x11.h
 include/gstreamer-%%VERSION%%/gst/vaapi/video-format.h
-lib/gstreamer-1.0/libgstvaapi.la
 lib/gstreamer-1.0/libgstvaapi.so
 lib/libgstvaapi-%%VERSION%%.a
-lib/libgstvaapi-%%VERSION%%.la
 lib/libgstvaapi-%%VERSION%%.so
 lib/libgstvaapi-%%VERSION%%.so.0
+lib/libgstvaapi-%%VERSION%%.so.0.0.0
 lib/libgstvaapi-glx-%%VERSION%%.a
-lib/libgstvaapi-glx-%%VERSION%%.la
 lib/libgstvaapi-glx-%%VERSION%%.so
 lib/libgstvaapi-glx-%%VERSION%%.so.0
+lib/libgstvaapi-glx-%%VERSION%%.so.0.0.0
 lib/libgstvaapi-x11-%%VERSION%%.a
-lib/libgstvaapi-x11-%%VERSION%%.la
 lib/libgstvaapi-x11-%%VERSION%%.so
 lib/libgstvaapi-x11-%%VERSION%%.so.0
+lib/libgstvaapi-x11-%%VERSION%%.so.0.0.0
 libdata/pkgconfig/gstreamer-vaapi-%%VERSION%%.pc
 libdata/pkgconfig/gstreamer-vaapi-glx-%%VERSION%%.pc
 libdata/pkgconfig/gstreamer-vaapi-x11-%%VERSION%%.pc


More information about the svn-ports-head mailing list