Received: by mail.netbsd.org (Postfix, from userid 605) id 08A3484EAB; Thu, 14 Jul 2022 13:16:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 425A784D7A for ; Thu, 14 Jul 2022 13:16:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 8ahGcEsObf_m for ; Thu, 14 Jul 2022 13:16:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AE3AB84D2C for ; Thu, 14 Jul 2022 13:16:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AB770FB1A; Thu, 14 Jul 2022 13:16:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1657804571288200" MIME-Version: 1.0 Date: Thu, 14 Jul 2022 13:16:11 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/multimedia/libva To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220714131611.AB770FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1657804571288200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Jul 14 13:16:11 UTC 2022 Modified Files: pkgsrc/multimedia/libva: Makefile distinfo Log Message: libva: update to 2.15.0. version 2.15.0 - 28.Jun.2022 * Add: new display HW attribute to report PCI ID * Add: sample depth related parameters for AV1e * Add: refresh_frame_flags for AV1e * Add: missing fields in va_TraceVAEncSequenceParameterBufferHEVC. * Add: nvidia-drm to the drm driver map * Add: type and buffer for delta qp per block * Deprecation: remove the va_fool support * Fix:Correct the version of meson build on master branch * Fix:X11 DRI2: check if device is a render node * Build:Use also strong stack protection if supported * Trace:print the string for profile/entrypoint/configattrib To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/multimedia/libva/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/multimedia/libva/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1657804571288200 Content-Disposition: inline Content-Length: 1654 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/multimedia/libva/Makefile diff -u pkgsrc/multimedia/libva/Makefile:1.26 pkgsrc/multimedia/libva/Makefile:1.27 --- pkgsrc/multimedia/libva/Makefile:1.26 Tue May 10 14:45:15 2022 +++ pkgsrc/multimedia/libva/Makefile Thu Jul 14 13:16:11 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2022/05/10 14:45:15 ryoon Exp $ +# $NetBSD: Makefile,v 1.27 2022/07/14 13:16:11 wiz Exp $ -DISTNAME= libva-2.14.0 -PKGREVISION= 1 +DISTNAME= libva-2.15.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.19 pkgsrc/multimedia/libva/distinfo:1.20 --- pkgsrc/multimedia/libva/distinfo:1.19 Tue May 10 14:45:15 2022 +++ pkgsrc/multimedia/libva/distinfo Thu Jul 14 13:16:11 2022 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2022/05/10 14:45:15 ryoon Exp $ +$NetBSD: distinfo,v 1.20 2022/07/14 13:16:11 wiz Exp $ -BLAKE2s (libva-2.14.0.tar.bz2) = 2e7046698272e3386795f77b2362dda3ec191b59126d79ccd3dfea73d185f0a7 -SHA512 (libva-2.14.0.tar.bz2) = 7ee6f0711929d1c6f6436b69ad0fedcee7e8a450be907d90a7c9741d55de824de471efbc20a398a47af03f5bbacb927daa1f2f780fce6ddfe6bbee21729c95ca -Size (libva-2.14.0.tar.bz2) = 502518 bytes +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 SHA1 (patch-va_drm_va__drm__utils.c) = 5a269316c42ea12afef83636947700d972900fbe --_----------=_1657804571288200--