mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Convert to USES=libtool and INSTALL_TARGET=install-strip
This commit is contained in:
parent
667d6f7c89
commit
a7d98b9a93
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368079
@ -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>
|
||||
|
@ -30,20 +30,19 @@ include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapiwindow_glx.h
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user