summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormadpilot <madpilot@FreeBSD.org>2014-07-03 10:39:44 +0000
committermadpilot <madpilot@FreeBSD.org>2014-07-03 10:39:44 +0000
commit7101fd26724182eff0fb04f36d94325ec0b66d85 (patch)
tree316b44f24568db5f628f61ec20b87883f190569a
parent45569d917158e2436fd84ed6e0373fe67990e152 (diff)
downloadFreeBSD-ports-7101fd26724182eff0fb04f36d94325ec0b66d85.zip
FreeBSD-ports-7101fd26724182eff0fb04f36d94325ec0b66d85.tar.gz
- Update libvdpau to 0.8
- Fix libva-vdpau-driver build after this update
-rw-r--r--multimedia/libva-vdpau-driver/Makefile2
-rw-r--r--multimedia/libva-vdpau-driver/files/patch-src-vdpau_decode.c11
-rw-r--r--multimedia/libvdpau/Makefile3
-rw-r--r--multimedia/libvdpau/distinfo4
4 files changed, 15 insertions, 5 deletions
diff --git a/multimedia/libva-vdpau-driver/Makefile b/multimedia/libva-vdpau-driver/Makefile
index 487cf2a..554192d 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= 3
+PORTREVISION= 4
CATEGORIES= multimedia
MASTER_SITES= http://www.freedesktop.org/software/vaapi/releases/${PORTNAME}/
diff --git a/multimedia/libva-vdpau-driver/files/patch-src-vdpau_decode.c b/multimedia/libva-vdpau-driver/files/patch-src-vdpau_decode.c
new file mode 100644
index 0000000..32ea0c4
--- /dev/null
+++ b/multimedia/libva-vdpau-driver/files/patch-src-vdpau_decode.c
@@ -0,0 +1,11 @@
+--- src/vdpau_decode.c.orig 2012-10-05 17:02:58.000000000 +0200
++++ src/vdpau_decode.c 2014-07-02 16:01:49.966248095 +0200
+@@ -1289,7 +1289,7 @@
+ driver_data,
+ obj_context->vdp_decoder,
+ obj_surface->vdp_surface,
+- (VdpPictureInfo)&obj_context->vdp_picture_info,
++ (VdpPictureInfo *)&obj_context->vdp_picture_info,
+ obj_context->vdp_bitstream_buffers_count,
+ obj_context->vdp_bitstream_buffers
+ );
diff --git a/multimedia/libvdpau/Makefile b/multimedia/libvdpau/Makefile
index a65ec30..9cef3c9 100644
--- a/multimedia/libvdpau/Makefile
+++ b/multimedia/libvdpau/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= libvdpau
-PORTVERSION= 0.7
-PORTREVISION= 1
+PORTVERSION= 0.8
CATEGORIES= multimedia
MASTER_SITES= http://cgit.freedesktop.org/~aplattner/libvdpau/snapshot/
diff --git a/multimedia/libvdpau/distinfo b/multimedia/libvdpau/distinfo
index 7544b40..c3deffc 100644
--- a/multimedia/libvdpau/distinfo
+++ b/multimedia/libvdpau/distinfo
@@ -1,2 +1,2 @@
-SHA256 (libvdpau-0.7.tar.xz) = 74e8ecc18897d1ab8a31e237d2f61953eec3737406b522d77c92c8a2747213b0
-SIZE (libvdpau-0.7.tar.xz) = 128116
+SHA256 (libvdpau-0.8.tar.xz) = 7e7b5ec6f6cecfe3626f962e25916db147d64f6dae4d93fe0c067699c6215891
+SIZE (libvdpau-0.8.tar.xz) = 128324
OpenPOWER on IntegriCloud