Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jul 2014 10:39:44 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360352 - in head/multimedia: libva-vdpau-driver libva-vdpau-driver/files libvdpau
Message-ID:  <201407031039.s63Adi6t076915@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Thu Jul  3 10:39:44 2014
New Revision: 360352
URL: http://svnweb.freebsd.org/changeset/ports/360352
QAT: https://qat.redports.org/buildarchive/r360352/

Log:
  - Update libvdpau to 0.8
  - Fix libva-vdpau-driver build after this update

Added:
  head/multimedia/libva-vdpau-driver/files/patch-src-vdpau_decode.c   (contents, props changed)
Modified:
  head/multimedia/libva-vdpau-driver/Makefile
  head/multimedia/libvdpau/Makefile
  head/multimedia/libvdpau/distinfo

Modified: head/multimedia/libva-vdpau-driver/Makefile
==============================================================================
--- head/multimedia/libva-vdpau-driver/Makefile	Thu Jul  3 10:18:24 2014	(r360351)
+++ head/multimedia/libva-vdpau-driver/Makefile	Thu Jul  3 10:39:44 2014	(r360352)
@@ -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}/
 

Added: head/multimedia/libva-vdpau-driver/files/patch-src-vdpau_decode.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/libva-vdpau-driver/files/patch-src-vdpau_decode.c	Thu Jul  3 10:39:44 2014	(r360352)
@@ -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
+         );

Modified: head/multimedia/libvdpau/Makefile
==============================================================================
--- head/multimedia/libvdpau/Makefile	Thu Jul  3 10:18:24 2014	(r360351)
+++ head/multimedia/libvdpau/Makefile	Thu Jul  3 10:39:44 2014	(r360352)
@@ -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/
 

Modified: head/multimedia/libvdpau/distinfo
==============================================================================
--- head/multimedia/libvdpau/distinfo	Thu Jul  3 10:18:24 2014	(r360351)
+++ head/multimedia/libvdpau/distinfo	Thu Jul  3 10:39:44 2014	(r360352)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407031039.s63Adi6t076915>