From owner-svn-ports-all@FreeBSD.ORG Thu Jul 3 10:39:45 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8CD23253; Thu, 3 Jul 2014 10:39:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F2172707; Thu, 3 Jul 2014 10:39:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s63AdjJC076919; Thu, 3 Jul 2014 10:39:45 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s63Adi6t076915; Thu, 3 Jul 2014 10:39:44 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201407031039.s63Adi6t076915@svn.freebsd.org> From: Guido Falsi Date: Thu, 3 Jul 2014 10:39:44 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2014 10:39:45 -0000 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