pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/multimedia/libva



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Nov  6 20:02:56 UTC 2023

Modified Files:
        pkgsrc/multimedia/libva: Makefile distinfo

Log Message:
libva: update to 2.20.0.

version 2.20.0 - 14.Sep.2023
* va: drop no longer applicable vaGetDriverNames check
* va: remove unreachable "DRIVER BUG"
* x11/dri2: limit the array handling to avoid out of range access
* va/backend: document the vaGetDriver* APIs
* va/backend: annotate vafool as deprecated
* win32: remove duplicate adapter_luid entry
* va: Added Q416 fourcc (three-plane 16-bit YUV 4:4:4)
* trace: fix minor issue about printf data type and value range
* jpeg: add support for crop and partial decode
* trace: Unlock mutex before return
* trace: Add trace for vaExportSurfaceHandle
* av1: Revise offsets comments for av1 encode
* va: Add new VADecodeErrorType to indicate the reset happended in the driver.
* drm: limit the array size to avoid out of range
* va: fix:set driver number to be zero if vaGetDriverNames failed
* va: fix:don't leak driver names, when override is set
* win32: Only print win32 driver messages in DEBUG builds
* va: Add vendor string on va_TraceInitialize
* va: remove legacy code paths
* drm: remove no longer used helpers
* x11: remove legacy code paths
* x11: allow disabling DRI3 via LIBVA_DRI3_DISABLE env var
* x11: implement vaGetDriverNames
* va/x11/va_nvctrl: remove some dead code
* va/x11/va_fglrx: remove some dead code
* va: optimize code of getting driver name for all protocols/os(wayland,x11,drm,win32,android)


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/multimedia/libva/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/multimedia/libva/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/libva/Makefile
diff -u pkgsrc/multimedia/libva/Makefile:1.32 pkgsrc/multimedia/libva/Makefile:1.33
--- pkgsrc/multimedia/libva/Makefile:1.32       Wed Jul 19 10:34:37 2023
+++ pkgsrc/multimedia/libva/Makefile    Mon Nov  6 20:02:56 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2023/07/19 10:34:37 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2023/11/06 20:02:56 wiz Exp $
 
-DISTNAME=      libva-2.19.0
+DISTNAME=      libva-2.20.0
 CATEGORIES=    multimedia
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=intel/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}

Index: pkgsrc/multimedia/libva/distinfo
diff -u pkgsrc/multimedia/libva/distinfo:1.24 pkgsrc/multimedia/libva/distinfo:1.25
--- pkgsrc/multimedia/libva/distinfo:1.24       Wed Jul 19 10:34:37 2023
+++ pkgsrc/multimedia/libva/distinfo    Mon Nov  6 20:02:56 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2023/07/19 10:34:37 wiz Exp $
+$NetBSD: distinfo,v 1.25 2023/11/06 20:02:56 wiz Exp $
 
-BLAKE2s (libva-2.19.0.tar.bz2) = dadeef64999fa996d1bfae9719583b614291dc4f0f02b23d64045e9702a7ac57
-SHA512 (libva-2.19.0.tar.bz2) = 845321ee86dd6678dc6eef29c2e0838deb4413b5846d71cbb3eb31ff2605eef93d78b3ccdd0f9fccdf69fcac24bde20334e1a252c0e30567148a65daf64f029c
-Size (libva-2.19.0.tar.bz2) = 508229 bytes
+BLAKE2s (libva-2.20.0.tar.bz2) = f092cc87b2b18e78c4d7e6b80b5c5d95f0d27f74dbfdde9330679df15f29fc47
+SHA512 (libva-2.20.0.tar.bz2) = c7830936f5923e532acd75d605d4c02af0523805cfae85da86db2ab139646aae0c6238b956d5f03abbeb0e27e375a4fdaf9b856466371591172b671ccc463913
+Size (libva-2.20.0.tar.bz2) = 508653 bytes
 SHA1 (patch-va_x11_dri2__util.c) = 6b77b7246f235d106e1fff3c83be564d2a0d0c5c



Home | Main Index | Thread Index | Old Index