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:   ryoon
Date:           Tue Jan  3 17:01:27 UTC 2023

Modified Files:
        pkgsrc/multimedia/libva: Makefile distinfo

Log Message:
libva: Update to 2.16.0

Changelog:
2.16.0

  * add: Add HierarchicalFlag & hierarchical_level_plus1 for AV1e.
  * dep: Update README.md to remove badge links
  * dep: Removed waffle-io badge from README to fix broken link
  * dep: Drop mailing list, IRC and Slack
  * autotools: use wayland-scanner private-code
  * autotools: use the wayland-scanner.pc to locate the prog
  * meson: use wayland-scanner private-code
  * meson: request native wayland-scanner
  * meson: use the wayland-scanner.pc to locate the prog
  * meson: set HAVE_VA_X11 when applicable
  * style:Correct slight coding style in several new commits
  * trace: add Linux ftrace mode for va trace
  * trace: Add missing pthread_mutex_destroy
  * drm: remove no-longer needed X == X mappings
  * drm: fallback to drm driver name == va driver name
  * drm: simplify the mapping table
  * x11: simplify the mapping table
  * android: open() with O_CLOEXEC for device fd
  * android: remove convoluted open_device() helper
  * android: drop va_fool references
  * ci: strengthen ci with -Werror
  * ci: va/x11/nvctl: fix Wdeprecated-non-prototype on close_display
  * ci: add clang-15 coverage and rearrange runners
  * ci: upgrade FreeBSD to 13.1


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/multimedia/libva/Makefile
cvs rdiff -u -r1.20 -r1.21 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.28 pkgsrc/multimedia/libva/Makefile:1.29
--- pkgsrc/multimedia/libva/Makefile:1.28       Mon Nov 21 18:20:43 2022
+++ pkgsrc/multimedia/libva/Makefile    Tue Jan  3 17:01:26 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2022/11/21 18:20:43 jperkin Exp $
+# $NetBSD: Makefile,v 1.29 2023/01/03 17:01:26 ryoon Exp $
 
-DISTNAME=      libva-2.15.0
+DISTNAME=      libva-2.16.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.20 pkgsrc/multimedia/libva/distinfo:1.21
--- pkgsrc/multimedia/libva/distinfo:1.20       Thu Jul 14 13:16:11 2022
+++ pkgsrc/multimedia/libva/distinfo    Tue Jan  3 17:01:26 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2022/07/14 13:16:11 wiz Exp $
+$NetBSD: distinfo,v 1.21 2023/01/03 17:01:26 ryoon Exp $
 
-BLAKE2s (libva-2.15.0.tar.bz2) = 209994470399c0d41265d311a50f429d0042e0bb9951ccdbbbbe21871df3eb33
-SHA512 (libva-2.15.0.tar.bz2) = c59b4261fe01d43c36f7b8d2d4047a386d7d0487a8ed3c6361903073a02cc8fa1d56cd6f11c01d5ecc858f329c022cf1af53b7b77102e8604b59df9bd27725c9
-Size (libva-2.15.0.tar.bz2) = 500858 bytes
+BLAKE2s (libva-2.16.0.tar.bz2) = 906dfd5f94a3839e64be15e9b30ca75b678b0c09ab9722674e4a5f551b9a3977
+SHA512 (libva-2.16.0.tar.bz2) = 9d34d6cbca340477bd06cabdb5b812fff17a25146815c7f4c2e96f8589daf62a0de1981d0f141ef6b082534dee7fc1f06023b542ca092a106412089659bfb564
+Size (libva-2.16.0.tar.bz2) = 504269 bytes
 SHA1 (patch-va_drm_va__drm__utils.c) = 5a269316c42ea12afef83636947700d972900fbe



Home | Main Index | Thread Index | Old Index