From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C9D4C158170 for ; Fri, 19 Jul 2024 17:15:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16458E2AD1; Fri, 19 Jul 2024 17:15:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E5FC1E2AD1 for ; Fri, 19 Jul 2024 17:15:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CE2DC335D6A for ; Fri, 19 Jul 2024 17:15:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6504E1B89 for ; Fri, 19 Jul 2024 17:15:38 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1721409334.e8d58eb27d0ec110324abd5a2b87f1048fcf4696.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libva/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libva/Manifest media-libs/libva/libva-2.22.0.ebuild media-libs/libva/libva-9999.ebuild X-VCS-Directories: media-libs/libva/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: e8d58eb27d0ec110324abd5a2b87f1048fcf4696 X-VCS-Branch: master Date: Fri, 19 Jul 2024 17:15:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f94a4d81-945e-4e8c-a904-1a6e8419d714 X-Archives-Hash: e1a47f75d0f95d1c40eb72278109bf0a commit: e8d58eb27d0ec110324abd5a2b87f1048fcf4696 Author: Matt Turner gentoo org> AuthorDate: Fri Jul 19 17:12:10 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Jul 19 17:15:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8d58eb2 media-libs/libva: Version bump to 2.22.0 Signed-off-by: Matt Turner gentoo.org> media-libs/libva/Manifest | 1 + media-libs/libva/{libva-9999.ebuild => libva-2.22.0.ebuild} | 13 ++++++++----- media-libs/libva/libva-9999.ebuild | 4 ++-- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/media-libs/libva/Manifest b/media-libs/libva/Manifest index 8fe428bd4787..bca1f5125751 100644 --- a/media-libs/libva/Manifest +++ b/media-libs/libva/Manifest @@ -1 +1,2 @@ DIST libva-2.21.0.tar.gz 281515 BLAKE2B bd430162b07987d8982d8f81296e94623efea68624f34b7e159ebefeb37a2b062f2c0d809e16e76c172d6c2df11b59691174fb9a1d65d0938949ac2a025b746c SHA512 93654bb892e0e269d7682a1344fe6f7298432d1f2b347396c63aa1bd84ac0f707af34950a93098fe86a9bc8986fc9f97f75f0f15d8495ffd2caf8cf0eed9612c +DIST libva-2.22.0.tar.gz 301705 BLAKE2B b438c95613628b8eb1150238016bafdf2ef33fc01ed78742cd50768238cedf5475752a6dd7413ee217961a705abcd7628219ddf3f13c5aa77015b6bbb4e77929 SHA512 cd633e5e09eac1ed10f1fc12b0f664f836e0eda9e47c17e1295b746cfd643a18fd0564a06a148ced3cf1e2321aa4d21275918bcf8c717d3981e98a598179f370 diff --git a/media-libs/libva/libva-9999.ebuild b/media-libs/libva/libva-2.22.0.ebuild similarity index 83% copy from media-libs/libva/libva-9999.ebuild copy to media-libs/libva/libva-2.22.0.ebuild index 2271f036b522..428ba181bbd3 100644 --- a/media-libs/libva/libva-9999.ebuild +++ b/media-libs/libva/libva-2.22.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 inherit meson-multilib optfeature DESCRIPTION="Video Acceleration (VA) API for Linux" -HOMEPAGE="https://github.com/intel/libva" +HOMEPAGE="https://01.org/linuxmedia/vaapi" if [[ ${PV} = *9999 ]] ; then inherit git-r3 @@ -14,7 +14,7 @@ if [[ ${PV} = *9999 ]] ; then EGIT_REPO_URI="https://github.com/intel/libva" else SRC_URI="https://github.com/intel/libva/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~loong ~mips ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" fi LICENSE="MIT" @@ -22,7 +22,7 @@ SLOT="0/$(ver_cut 1)" IUSE="wayland X" RDEPEND=" - >=x11-libs/libdrm-2.4.60[${MULTILIB_USEDEP}] + >=x11-libs/libdrm-2.4.75[${MULTILIB_USEDEP}] wayland? ( >=dev-libs/wayland-1.11[${MULTILIB_USEDEP}] ) @@ -33,7 +33,10 @@ RDEPEND=" x11-libs/libxcb:=[${MULTILIB_USEDEP}] ) " -DEPEND="${RDEPEND}" +DEPEND=" + ${RDEPEND} + X? ( x11-base/xorg-proto ) +" BDEPEND=" wayland? ( dev-util/wayland-scanner ) virtual/pkgconfig diff --git a/media-libs/libva/libva-9999.ebuild b/media-libs/libva/libva-9999.ebuild index 2271f036b522..bfc76885c3de 100644 --- a/media-libs/libva/libva-9999.ebuild +++ b/media-libs/libva/libva-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,7 +22,7 @@ SLOT="0/$(ver_cut 1)" IUSE="wayland X" RDEPEND=" - >=x11-libs/libdrm-2.4.60[${MULTILIB_USEDEP}] + >=x11-libs/libdrm-2.4.75[${MULTILIB_USEDEP}] wayland? ( >=dev-libs/wayland-1.11[${MULTILIB_USEDEP}] )