aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libva-vdpau-driver
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2017-12-12 21:29:57 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2017-12-12 21:29:57 +0000
commitc26152ae1a7db2c114ab9f5a13ef927eb6186438 (patch)
tree854bdaba20de06958c822081f4c989c3ce7d6e10 /multimedia/libva-vdpau-driver
parent66f1e80deec77ebb1a8b8f114e6612938616ba55 (diff)
downloadports-c26152ae1a7db2c114ab9f5a13ef927eb6186438.tar.gz
ports-c26152ae1a7db2c114ab9f5a13ef927eb6186438.zip
- Update libva to 2.0.0
- Update libva-intel-driver to 2.0.0 - Update libva-utils to 2.0.0 - Bump dependent ports due to shlib bump - Import upstream patch to fix multimedia/mpv [1] - Import upstream patch to fix multimedia/gstreamer1-vaapi [2] Approved by: cpm [1], multimedia (timeout) [2] Obtained from: https://github.com/mpv-player/mpv/commit/2ecf240b1cd20875991a5b18efafbe799864ff7f [1] https://cgit.freedesktop.org/gstreamer/gstreamer-vaapi/commit/gst-libs/gst/vaapi/gstvaapiutils.c?id=777bba473e3ed1c7b8b7f7f0322892851c70dfd9 [2] Differential Revision: https://reviews.freebsd.org/D12761
Notes
Notes: svn path=/head/; revision=456184
Diffstat (limited to 'multimedia/libva-vdpau-driver')
-rw-r--r--multimedia/libva-vdpau-driver/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/multimedia/libva-vdpau-driver/Makefile b/multimedia/libva-vdpau-driver/Makefile
index 9f8d67e1d3bd..e7d383448e50 100644
--- a/multimedia/libva-vdpau-driver/Makefile
+++ b/multimedia/libva-vdpau-driver/Makefile
@@ -2,7 +2,7 @@
PORTNAME= libva-vdpau-driver
PORTVERSION= 0.7.4
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= multimedia
MASTER_SITES= http://www.freedesktop.org/software/vaapi/releases/${PORTNAME}/
@@ -21,17 +21,13 @@ USES= libtool gmake localbase pkgconfig tar:bzip2
USE_GL= gl
GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
PLIST_FILES= lib/va/nvidia_drv_video.so lib/va/s3g_drv_video.so lib/va/vdpau_drv_video.so
OPTIONS_DEFINE= DEBUG
-DEBUG_CONFIGURE_ENABLE= debug
-
-.include <bsd.port.pre.mk>
-.if defined(STRIP) && ${STRIP} != ""
-INSTALL_TARGET= install-strip
-.endif
+DEBUG_CONFIGURE_ENABLE= debug
post-patch: .SILENT
${REINPLACE_CMD} -e '/LIBS/{ s/-ldl//; s/-lrt//; }' \
@@ -39,4 +35,4 @@ post-patch: .SILENT
-e '/\^vdpau_version/s|$$CC -E|& ${CPPFLAGS}|' \
${WRKSRC}/configure
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>