public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libva/
Date: Fri, 19 Jul 2024 17:15:38 +0000 (UTC)	[thread overview]
Message-ID: <1721409334.e8d58eb27d0ec110324abd5a2b87f1048fcf4696.mattst88@gentoo> (raw)

commit:     e8d58eb27d0ec110324abd5a2b87f1048fcf4696
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 19 17:12:10 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> 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 <mattst88 <AT> 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}]
 	)


             reply	other threads:[~2024-07-19 17:15 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-19 17:15 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-11  1:38 [gentoo-commits] repo/gentoo:master commit in: media-libs/libva/ Matt Turner
2024-09-12 13:45 Sam James
2024-09-02  7:29 Arthur Zamarin
2024-09-01  8:36 Jakov Smolić
2024-09-01  2:18 Sam James
2024-06-17 23:37 Sam James
2024-04-29 16:45 Sam James
2024-04-29 16:45 Sam James
2024-04-29 16:45 Sam James
2024-04-29 16:45 Sam James
2024-03-27 15:55 Matt Turner
2024-01-09  3:27 Sam James
2023-11-25 17:07 Matt Turner
2023-11-04  9:06 Sam James
2023-11-03 23:58 Sam James
2023-11-03 23:34 Sam James
2023-11-03 23:34 Sam James
2023-10-09 16:18 Matt Turner
2023-08-01 16:14 Sam James
2023-07-15 16:01 Matt Turner
2023-05-22 14:07 Matt Turner
2023-05-12 22:27 Sam James
2023-05-12 22:27 Sam James
2023-05-12 22:27 Sam James
2023-05-12 22:27 Sam James
2023-04-17  1:25 Matt Turner
2023-03-29 21:51 Matt Turner
2023-03-21 20:56 Andrew Ammerlaan
2023-03-21 20:56 Andrew Ammerlaan
2023-03-17 11:35 Arthur Zamarin
2023-03-17  6:40 Arthur Zamarin
2023-03-17  3:45 Sam James
2023-03-17  3:45 Sam James
2023-02-26 18:16 Arthur Zamarin
2023-02-04 22:12 Conrad Kostecki
2023-02-02 22:23 Matt Turner
2023-02-02 22:14 Matt Turner
2023-02-02 22:12 Matt Turner
2022-12-30 23:39 Conrad Kostecki
2022-11-12 15:01 Arthur Zamarin
2022-11-11  4:25 Sam James
2022-11-11  3:50 Sam James
2022-10-19  0:27 Georgy Yakovlev
2022-10-16  3:02 Matt Turner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1721409334.e8d58eb27d0ec110324abd5a2b87f1048fcf4696.mattst88@gentoo \
    --to=mattst88@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox