head 1.5; access; symbols pkgsrc-2017Q2:1.3.0.4 pkgsrc-2017Q2-base:1.3 pkgsrc-2017Q1:1.3.0.2 pkgsrc-2017Q1-base:1.3 pkgsrc-2016Q4:1.2.0.30 pkgsrc-2016Q4-base:1.2 pkgsrc-2016Q3:1.2.0.28 pkgsrc-2016Q3-base:1.2 pkgsrc-2016Q2:1.2.0.26 pkgsrc-2016Q2-base:1.2 pkgsrc-2016Q1:1.2.0.24 pkgsrc-2016Q1-base:1.2 pkgsrc-2015Q4:1.2.0.22 pkgsrc-2015Q4-base:1.2 pkgsrc-2015Q3:1.2.0.20 pkgsrc-2015Q3-base:1.2 pkgsrc-2015Q2:1.2.0.18 pkgsrc-2015Q2-base:1.2 pkgsrc-2015Q1:1.2.0.16 pkgsrc-2015Q1-base:1.2 pkgsrc-2014Q4:1.2.0.14 pkgsrc-2014Q4-base:1.2 pkgsrc-2014Q3:1.2.0.12 pkgsrc-2014Q3-base:1.2 pkgsrc-2014Q2:1.2.0.10 pkgsrc-2014Q2-base:1.2 pkgsrc-2014Q1:1.2.0.8 pkgsrc-2014Q1-base:1.2 pkgsrc-2013Q4:1.2.0.6 pkgsrc-2013Q4-base:1.2 pkgsrc-2013Q3:1.2.0.4 pkgsrc-2013Q3-base:1.2 pkgsrc-2013Q2:1.2.0.2 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.1.1.1.0.18 pkgsrc-2013Q1-base:1.1.1.1 pkgsrc-2012Q4:1.1.1.1.0.16 pkgsrc-2012Q4-base:1.1.1.1 pkgsrc-2012Q3:1.1.1.1.0.14 pkgsrc-2012Q3-base:1.1.1.1 pkgsrc-2012Q2:1.1.1.1.0.12 pkgsrc-2012Q2-base:1.1.1.1 pkgsrc-2012Q1:1.1.1.1.0.10 pkgsrc-2012Q1-base:1.1.1.1 pkgsrc-2011Q4:1.1.1.1.0.8 pkgsrc-2011Q4-base:1.1.1.1 pkgsrc-2011Q3:1.1.1.1.0.6 pkgsrc-2011Q3-base:1.1.1.1 pkgsrc-2011Q2:1.1.1.1.0.4 pkgsrc-2011Q2-base:1.1.1.1 pkgsrc-2011Q1:1.1.1.1.0.2 pkgsrc-2011Q1-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.5 date 2017.09.14.11.33.33; author adam; state dead; branches; next 1.4; commitid UNhMOUEL67zvN97A; 1.4 date 2017.09.13.08.37.41; author wiz; state Exp; branches; next 1.3; commitid ySnT15J6C46dR07A; 1.3 date 2017.02.24.19.14.17; author maya; state Exp; branches; next 1.2; commitid 9g10oNfN0HdzPeHz; 1.2 date 2013.04.14.00.30.02; author cheusov; state Exp; branches; next 1.1; 1.1 date 2011.01.19.04.15.41; author jmcneill; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2011.01.19.04.15.41; author jmcneill; state Exp; branches; next ; desc @@ 1.5 log @libva: update to 1.8.3 Changes 1.8.3: Fix build issue on Android Remove the dummy driver Add traces for MB rate control / temporal layer Set verbosity level between {0, 1, 2} by setting the variable LIBVA_MESSAGING_LEVEL in /etc/libva.conf or by setting the environment variable LIBVA_MESSAGING_LEVEL. @ text @$NetBSD: patch-ac,v 1.4 2017/09/13 08:37:41 wiz Exp $ Don't build tests or the dummy_drv. dummy_drv isn't useful, and causes PLIST mismatches --- Makefile.am.orig 2017-05-22 15:15:09.000000000 +0000 +++ Makefile.am @@@@ -24,7 +24,7 @@@@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} AUTOMAKE_OPTIONS = foreign -SUBDIRS = va dummy_drv_video pkgconfig doc +SUBDIRS = va pkgconfig doc # Extra clean files so that maintainer-clean removes *everything* MAINTAINERCLEANFILES = \ @ 1.4 log @libva: update to 1.8.2. Version 1.8.2 - 22.May.2017 * Bump libva to 1.8.2 Version 1.8.1 - 10.Apr.2017 * Bump libva to 1.8.1 Version 1.8.0 - 31.March.2017 * Bump VA API version to 0.40 * API: Change vaRenderPicture semantics that vaRenderPicture no longer deletes the passed buffer automatically. * API: Add VA_FOURCC_I010 for 10bit surface * API: Add vaSetErrorCallback and vaSetInfoCallback for error and info message. * va/drm: Update the support for Mesa Gallium driver * va/drm: Fix authentication check for /dev/dri/card0 * Move all utilities and tests to libva-utils (https://github.com/01org/libva-utils) @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.3 2017/02/24 19:14:17 maya Exp $ @ 1.3 log @libva: fix build with netbsd base X11. netbsd base X11 will have MesaLib already, which we can't do for pkgsrc Xorg as it introduces a circular dependency. disable building the dummy driver (which isn't really useful anyway). disable some glx stuff that is auto-detected in the base Xorg case, again to avoid a PLIST mismatch. bump PKGREVISION @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.2 2013/04/14 00:30:02 cheusov Exp $ d6 1 a6 1 --- Makefile.am.orig 2012-09-28 14:04:28.000000000 +0000 d12 2 a13 2 -SUBDIRS = va dummy_drv_video pkgconfig test debian.upstream doc +SUBDIRS = va pkgconfig debian.upstream doc @ 1.2 log @Updated to 1.1.0. A lot of changes since 1.0.6, see NEWS file. @ text @d1 1 a1 1 $NetBSD$ d3 2 a4 1 Don't build tests. d13 1 a13 1 +SUBDIRS = va dummy_drv_video pkgconfig debian.upstream doc @ 1.1 log @Initial revision @ text @d5 1 a5 1 --- Makefile.am.orig 2011-01-19 01:42:40.000000000 +0000 d7 1 a7 1 @@@@ -22,7 +22,7 @@@@ d11 5 a15 5 -SUBDIRS = va test +SUBDIRS = va if BUILD_DUMMY_DRIVER SUBDIRS += dummy_drv_video endif @ 1.1.1.1 log @Import libva version 1.0.6. VAAPI (Video Acceleration API) enables hardware accelerated video decode/encode at various entry-points (VLD, IDCT, Motion Compensation etc.) for the prevailing coding standards today (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3). @ text @@