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:           Wed Mar 29 11:34:09 UTC 2023

Modified Files:
        pkgsrc/multimedia/libva: Makefile distinfo

Log Message:
libva: update to 2.18.0.

version 2.18.0 - 19.Mar.2022
* doc: Add build and install libva informatio in home page.
* fix: NULL check before calling strncmp.
* ci: add dependabot
* va: fix the codying style of CHECK_DISPLAY
* va: remove dummy isValid() hook
* x11: use LIBVA_DRI3_DISABLE in GetNumCandidates
* win: compat_win32: Add getenv wrapper for WIN32
* win(WSL): va_drm_utils: Map d3d12 gallium driver for Windows Subsytem for Linux
* fix: Add libva.def into distribution package
* x11: allow disabling DRI3 via LIBVA_DRI3_DISABLe env var
* ci: enable Werror across the build
* win: explicitly ignore CloseAdapter return value
* win: use wide string literal where needed
* win: Add vaDisplayIsValid to .def export list
* va: Always build with va-messaging API
* meson: docs: use libva_version over project_version()
* ci: add github pages workflow
* meson: docs: add encoder interface for av1
* va: add VAProfileH264High10
* fix: Remove reference to non-existent symbol
* va: va/sysdeps.h: remove Android section
* va: remove Android pre Jelly Bean workarounds
* va: remove unused drm_sarea.h include & ANDROID references in va_dricommon.h


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/multimedia/libva/Makefile
cvs rdiff -u -r1.22 -r1.23 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.30 pkgsrc/multimedia/libva/Makefile:1.31
--- pkgsrc/multimedia/libva/Makefile:1.30       Sat Feb 11 23:37:35 2023
+++ pkgsrc/multimedia/libva/Makefile    Wed Mar 29 11:34:09 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2023/02/11 23:37:35 ryoon Exp $
+# $NetBSD: Makefile,v 1.31 2023/03/29 11:34:09 wiz Exp $
 
-DISTNAME=      libva-2.17.0
+DISTNAME=      libva-2.18.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.22 pkgsrc/multimedia/libva/distinfo:1.23
--- pkgsrc/multimedia/libva/distinfo:1.22       Sat Feb 11 23:37:35 2023
+++ pkgsrc/multimedia/libva/distinfo    Wed Mar 29 11:34:09 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2023/02/11 23:37:35 ryoon Exp $
+$NetBSD: distinfo,v 1.23 2023/03/29 11:34:09 wiz Exp $
 
-BLAKE2s (libva-2.17.0.tar.bz2) = 862a11ab66e92153a1c11c1165c9b2b4f621f16f8b21221bfa3415f5a7a4dbfa
-SHA512 (libva-2.17.0.tar.bz2) = 882b098b04af7c03f7fc6f482d6af77180dbf41cf7a3672304a30e9ac17e0a1b10772c7f303820d2903db41326036116b09a5764a638e8294fbf20cfa957a09a
-Size (libva-2.17.0.tar.bz2) = 506878 bytes
+BLAKE2s (libva-2.18.0.tar.bz2) = 341cf542402805e320ed868a02b3c24403d1fd32bf6239e319568c2ccdbc6df5
+SHA512 (libva-2.18.0.tar.bz2) = 739c7a94815afea14eedfe2fe494580f187360f434426c4aba7cb5833969686a1627276b862a966539a285572110649224a91f62a6d35eac5e1e77e2a6a985b0
+Size (libva-2.18.0.tar.bz2) = 507690 bytes
 SHA1 (patch-va_x11_dri2__util.c) = 6b77b7246f235d106e1fff3c83be564d2a0d0c5c



Home | Main Index | Thread Index | Old Index