public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libva-intel-driver/
@ 2025-04-20  2:50 Matt Turner
  0 siblings, 0 replies; 7+ messages in thread
From: Matt Turner @ 2025-04-20  2:50 UTC (permalink / raw
  To: gentoo-commits

commit:     4c6455ee42a2b2e223025af1f276d32a5600d48c
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 20 01:00:16 2025 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Apr 20 02:50:17 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c6455ee

media-libs/libva-intel-driver: Switch upstream

And switch to meson.

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 .../libva-intel-driver-9999.ebuild                 | 37 +++++++++-------------
 media-libs/libva-intel-driver/metadata.xml         |  2 +-
 2 files changed, 16 insertions(+), 23 deletions(-)

diff --git a/media-libs/libva-intel-driver/libva-intel-driver-9999.ebuild b/media-libs/libva-intel-driver/libva-intel-driver-9999.ebuild
index 0ab23b553cf4..98c532a3f97a 100644
--- a/media-libs/libva-intel-driver/libva-intel-driver-9999.ebuild
+++ b/media-libs/libva-intel-driver/libva-intel-driver-9999.ebuild
@@ -1,20 +1,20 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 MY_PN="intel-vaapi-driver"
-if [[ ${PV} = *9999* ]] ; then # Live ebuild
+if [[ ${PV} = *9999* ]] ; then
 	inherit git-r3
-	EGIT_REPO_URI="https://github.com/intel/intel-vaapi-driver"
+	EGIT_REPO_URI="https://github.com/irql-notlessorequal/intel-vaapi-driver"
 fi
 
-inherit autotools multilib-minimal
+inherit meson-multilib
 
 DESCRIPTION="HW video decode support for Intel integrated graphics"
 HOMEPAGE="https://github.com/intel/intel-vaapi-driver"
 if [[ ${PV} != *9999* ]] ; then
-	SRC_URI="https://github.com/intel/${MY_PN}/releases/download/${PV}/${MY_PN}-${PV}.tar.bz2"
+	SRC_URI="https://github.com/irql-notlessorequal/${MY_PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
 	S="${WORKDIR}/${MY_PN}-${PV}"
 	KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 fi
@@ -34,27 +34,20 @@ RDEPEND="
 
 	wayland? (
 		>=dev-libs/wayland-1.11[${MULTILIB_USEDEP}]
-		>=media-libs/mesa-9.1.6[egl(+),${MULTILIB_USEDEP}]
+		virtual/opengl[${MULTILIB_USEDEP}]
 	)
 "
 DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-	default
-	sed -e 's/intel-gen4asm/\0diSaBlEd/g' -i configure.ac || die
-	eautoreconf
-}
+BDEPEND="
+	dev-util/wayland-scanner
+	virtual/pkgconfig
+"
 
 multilib_src_configure() {
-	local myconf=(
-		$(use_enable hybrid hybrid-codec)
-		$(use_enable wayland)
-		$(use_enable X x11)
+	local emesonargs=(
+		-Denable_hybrid_codec=$(usex hybrid true false)
+		-Dwith_wayland=$(usex wayland)
+		-Dwith_x11=$(usex X)
 	)
-	ECONF_SOURCE="${S}" econf "${myconf[@]}"
-}
-
-multilib_src_install_all() {
-	find "${D}" -name "*.la" -delete || die
+	meson_src_configure
 }

diff --git a/media-libs/libva-intel-driver/metadata.xml b/media-libs/libva-intel-driver/metadata.xml
index b5eb6b380053..030930b3ff82 100644
--- a/media-libs/libva-intel-driver/metadata.xml
+++ b/media-libs/libva-intel-driver/metadata.xml
@@ -9,6 +9,6 @@
     <flag name="hybrid">Enable support for hybrid vaapi hardware acceleration on Intel Haswell and newer architectures</flag>
   </use>
   <upstream>
-    <remote-id type="github">intel/intel-vaapi-driver</remote-id>
+    <remote-id type="github">irql-notlessorequal/intel-vaapi-driver</remote-id>
   </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libva-intel-driver/
@ 2025-04-20  2:50 Matt Turner
  0 siblings, 0 replies; 7+ messages in thread
From: Matt Turner @ 2025-04-20  2:50 UTC (permalink / raw
  To: gentoo-commits

commit:     6351bf5ecd06be2b87df53e483949ffa1578d6c3
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 20 01:00:45 2025 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Apr 20 02:50:18 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6351bf5e

media-libs/libva-intel-driver: Version bump to 2.4.4

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 media-libs/libva-intel-driver/Manifest             |  1 +
 .../libva-intel-driver-2.4.4.ebuild                | 53 ++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/media-libs/libva-intel-driver/Manifest b/media-libs/libva-intel-driver/Manifest
index 0ac9f18eb3ca..3dfa37e4f599 100644
--- a/media-libs/libva-intel-driver/Manifest
+++ b/media-libs/libva-intel-driver/Manifest
@@ -1 +1,2 @@
 DIST intel-vaapi-driver-2.4.1.tar.bz2 2889762 BLAKE2B 25888ac7a1a42233c4b0269bd910c5161f99bf22c932b46e20c8c77ed0404bf99702dd9f11b73bc0fd76a3b012ffa1de6c6133cbd7be880428235de9cfcc6ad8 SHA512 1e9dc81ecd0b3640fccd1fb827a0ade0a1e5bbabe375130df159849e47ce98c8e879c65ddaaae11d16e916be76b507be69bc0c813494e37e7fca86b0b897a94f
+DIST libva-intel-driver-2.4.4.tar.gz 3936212 BLAKE2B b4b212285b35deb5cb3311a8d5cb39aa226442ed2f94bb043749eaef28b925eee3819d4ea4900a2ad5bfc98dcc9403af40cca7d77e7dfff531337d1d575587eb SHA512 a43c4117fc8a73e1b2f64aad7150dfa9d349b6f835a30db54bed842e249bd9525aaf27cd3a6e9c3570971a14917ab5d72ae960de5347e04034c426f52dd5599a

diff --git a/media-libs/libva-intel-driver/libva-intel-driver-2.4.4.ebuild b/media-libs/libva-intel-driver/libva-intel-driver-2.4.4.ebuild
new file mode 100644
index 000000000000..98c532a3f97a
--- /dev/null
+++ b/media-libs/libva-intel-driver/libva-intel-driver-2.4.4.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="intel-vaapi-driver"
+if [[ ${PV} = *9999* ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/irql-notlessorequal/intel-vaapi-driver"
+fi
+
+inherit meson-multilib
+
+DESCRIPTION="HW video decode support for Intel integrated graphics"
+HOMEPAGE="https://github.com/intel/intel-vaapi-driver"
+if [[ ${PV} != *9999* ]] ; then
+	SRC_URI="https://github.com/irql-notlessorequal/${MY_PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+	S="${WORKDIR}/${MY_PN}-${PV}"
+	KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="hybrid wayland X"
+RESTRICT="test" # No tests
+
+RDEPEND="
+	>=x11-libs/libdrm-2.4.52[video_cards_intel,${MULTILIB_USEDEP}]
+	>=media-libs/libva-2.4.0:=[X?,wayland?,${MULTILIB_USEDEP}]
+
+	hybrid? (
+		>=media-libs/intel-hybrid-codec-driver-2.0.0[X?,wayland?]
+	)
+
+	wayland? (
+		>=dev-libs/wayland-1.11[${MULTILIB_USEDEP}]
+		virtual/opengl[${MULTILIB_USEDEP}]
+	)
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	dev-util/wayland-scanner
+	virtual/pkgconfig
+"
+
+multilib_src_configure() {
+	local emesonargs=(
+		-Denable_hybrid_codec=$(usex hybrid true false)
+		-Dwith_wayland=$(usex wayland)
+		-Dwith_x11=$(usex X)
+	)
+	meson_src_configure
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libva-intel-driver/
@ 2024-10-26 20:17 Matt Turner
  0 siblings, 0 replies; 7+ messages in thread
From: Matt Turner @ 2024-10-26 20:17 UTC (permalink / raw
  To: gentoo-commits

commit:     991b3edf59fb3e1f56619c4855e50aa5b2ef205b
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 26 20:15:29 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Oct 26 20:17:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=991b3edf

media-libs/libva-intel-driver: Fix patch application

Bug:  https://bugs.gentoo.org/941253
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 ...el-driver-2.4.1-r5.ebuild => libva-intel-driver-2.4.1-r6.ebuild} | 6 +++---
 media-libs/libva-intel-driver/libva-intel-driver-9999.ebuild        | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-libs/libva-intel-driver/libva-intel-driver-2.4.1-r5.ebuild b/media-libs/libva-intel-driver/libva-intel-driver-2.4.1-r6.ebuild
similarity index 96%
rename from media-libs/libva-intel-driver/libva-intel-driver-2.4.1-r5.ebuild
rename to media-libs/libva-intel-driver/libva-intel-driver-2.4.1-r6.ebuild
index 493e54089192..824e056d80f1 100644
--- a/media-libs/libva-intel-driver/libva-intel-driver-2.4.1-r5.ebuild
+++ b/media-libs/libva-intel-driver/libva-intel-driver-2.4.1-r6.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 MY_PN="intel-vaapi-driver"
 if [[ ${PV} = *9999* ]] ; then # Live ebuild
@@ -45,7 +45,7 @@ PATCHES=(
 )
 
 src_prepare() {
-	eapply_user
+	default
 	sed -e 's/intel-gen4asm/\0diSaBlEd/g' -i configure.ac || die
 	eautoreconf
 }

diff --git a/media-libs/libva-intel-driver/libva-intel-driver-9999.ebuild b/media-libs/libva-intel-driver/libva-intel-driver-9999.ebuild
index f59da31c7a3b..0ab23b553cf4 100644
--- a/media-libs/libva-intel-driver/libva-intel-driver-9999.ebuild
+++ b/media-libs/libva-intel-driver/libva-intel-driver-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 MY_PN="intel-vaapi-driver"
 if [[ ${PV} = *9999* ]] ; then # Live ebuild
@@ -41,7 +41,7 @@ DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"
 
 src_prepare() {
-	eapply_user
+	default
 	sed -e 's/intel-gen4asm/\0diSaBlEd/g' -i configure.ac || die
 	eautoreconf
 }


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libva-intel-driver/
@ 2023-09-06  1:39 Matt Turner
  0 siblings, 0 replies; 7+ messages in thread
From: Matt Turner @ 2023-09-06  1:39 UTC (permalink / raw
  To: gentoo-commits

commit:     c0e36ede0f3327c845548200d47ecf06c1a82871
Author:     Kai-Chun Ning <kaichun.ning <AT> gmail <DOT> com>
AuthorDate: Tue Aug 29 21:11:45 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Sep  6 01:38:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0e36ede

media-libs/libva-intel-driver: add USE flag 'hybrid' for live ebuild

Signed-off-by: Kai-Chun Ning <kaichun.ning <AT> gmail.com>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 media-libs/libva-intel-driver/libva-intel-driver-9999.ebuild | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/media-libs/libva-intel-driver/libva-intel-driver-9999.ebuild b/media-libs/libva-intel-driver/libva-intel-driver-9999.ebuild
index 2f30270780ef..f59da31c7a3b 100644
--- a/media-libs/libva-intel-driver/libva-intel-driver-9999.ebuild
+++ b/media-libs/libva-intel-driver/libva-intel-driver-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -21,12 +21,17 @@ fi
 
 LICENSE="MIT"
 SLOT="0"
-IUSE="wayland X"
+IUSE="hybrid wayland X"
 RESTRICT="test" # No tests
 
 RDEPEND="
 	>=x11-libs/libdrm-2.4.52[video_cards_intel,${MULTILIB_USEDEP}]
 	>=media-libs/libva-2.4.0:=[X?,wayland?,${MULTILIB_USEDEP}]
+
+	hybrid? (
+		>=media-libs/intel-hybrid-codec-driver-2.0.0[X?,wayland?]
+	)
+
 	wayland? (
 		>=dev-libs/wayland-1.11[${MULTILIB_USEDEP}]
 		>=media-libs/mesa-9.1.6[egl(+),${MULTILIB_USEDEP}]
@@ -43,6 +48,7 @@ src_prepare() {
 
 multilib_src_configure() {
 	local myconf=(
+		$(use_enable hybrid hybrid-codec)
 		$(use_enable wayland)
 		$(use_enable X x11)
 	)


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libva-intel-driver/
@ 2023-02-02 22:14 Matt Turner
  0 siblings, 0 replies; 7+ messages in thread
From: Matt Turner @ 2023-02-02 22:14 UTC (permalink / raw
  To: gentoo-commits

commit:     b0a0f3d57be6be5742ee99f920abb5166768e7ab
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  2 22:13:02 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Feb  2 22:13:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0a0f3d5

media-libs/libva-intel-driver: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 .../libva-intel-driver-2.4.1-r3.ebuild             | 54 ----------------------
 1 file changed, 54 deletions(-)

diff --git a/media-libs/libva-intel-driver/libva-intel-driver-2.4.1-r3.ebuild b/media-libs/libva-intel-driver/libva-intel-driver-2.4.1-r3.ebuild
deleted file mode 100644
index edb0252633dd..000000000000
--- a/media-libs/libva-intel-driver/libva-intel-driver-2.4.1-r3.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="intel-vaapi-driver"
-if [[ ${PV} = *9999* ]] ; then # Live ebuild
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/intel/intel-vaapi-driver"
-fi
-
-inherit autotools multilib-minimal
-
-DESCRIPTION="HW video decode support for Intel integrated graphics"
-HOMEPAGE="https://github.com/intel/intel-vaapi-driver"
-if [[ ${PV} != *9999* ]] ; then
-	SRC_URI="https://github.com/intel/${MY_PN}/releases/download/${PV}/${MY_PN}-${PV}.tar.bz2"
-	S="${WORKDIR}/${MY_PN}-${PV}"
-	KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="wayland X"
-RESTRICT="test" # No tests
-
-RDEPEND="
-	>=x11-libs/libdrm-2.4.52[video_cards_intel,${MULTILIB_USEDEP}]
-	>=media-libs/libva-2.4.0:=[X?,wayland?,${MULTILIB_USEDEP}]
-	wayland? (
-		>=dev-libs/wayland-1.11[${MULTILIB_USEDEP}]
-		>=media-libs/mesa-9.1.6[egl(+),${MULTILIB_USEDEP}]
-	)
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-	eapply_user
-	sed -e 's/intel-gen4asm/\0diSaBlEd/g' -i configure.ac || die
-	eautoreconf
-}
-
-multilib_src_configure() {
-	local myconf=(
-		$(use_enable wayland)
-		$(use_enable X x11)
-	)
-	ECONF_SOURCE="${S}" econf "${myconf[@]}"
-}
-
-multilib_src_install_all() {
-	find "${D}" -name "*.la" -delete || die
-}


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libva-intel-driver/
@ 2022-11-11  4:25 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2022-11-11  4:25 UTC (permalink / raw
  To: gentoo-commits

commit:     53f230b3c7e06b1d0db4cc94bf2fb1e9ec12d83d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 11 04:25:06 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 11 04:25:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53f230b3

media-libs/libva-intel-driver: Stabilize 2.4.1-r4 x86, #880791

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/libva-intel-driver/libva-intel-driver-2.4.1-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libva-intel-driver/libva-intel-driver-2.4.1-r4.ebuild b/media-libs/libva-intel-driver/libva-intel-driver-2.4.1-r4.ebuild
index a7d5e4df2625..0f26cafe184a 100644
--- a/media-libs/libva-intel-driver/libva-intel-driver-2.4.1-r4.ebuild
+++ b/media-libs/libva-intel-driver/libva-intel-driver-2.4.1-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/intel/intel-vaapi-driver"
 if [[ ${PV} != *9999* ]] ; then
 	SRC_URI="https://github.com/intel/${MY_PN}/releases/download/${PV}/${MY_PN}-${PV}.tar.bz2"
 	S="${WORKDIR}/${MY_PN}-${PV}"
-	KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+	KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="MIT"


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libva-intel-driver/
@ 2022-10-16  3:02 Matt Turner
  0 siblings, 0 replies; 7+ messages in thread
From: Matt Turner @ 2022-10-16  3:02 UTC (permalink / raw
  To: gentoo-commits

commit:     aea10d4a8bbfd63f70515be98869dacc5d7d43aa
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 14 21:43:30 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Oct 16 03:02:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aea10d4a

media-libs/libva-intel-driver: Take over maintainership

No commits from previous maintainer in 4 years.

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 media-libs/libva-intel-driver/metadata.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-libs/libva-intel-driver/metadata.xml b/media-libs/libva-intel-driver/metadata.xml
index fed131d8322d..b5eb6b380053 100644
--- a/media-libs/libva-intel-driver/metadata.xml
+++ b/media-libs/libva-intel-driver/metadata.xml
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="person">
-    <email>aballier@gentoo.org</email>
-    <name>Alexis Ballier</name>
+  <maintainer type="project">
+    <email>vaapi@gentoo.org</email>
+    <name>VA-API Project</name>
   </maintainer>
   <use>
     <flag name="hybrid">Enable support for hybrid vaapi hardware acceleration on Intel Haswell and newer architectures</flag>


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-04-20  2:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-20  2:50 [gentoo-commits] repo/gentoo:master commit in: media-libs/libva-intel-driver/ Matt Turner
  -- strict thread matches above, loose matches on Subject: below --
2025-04-20  2:50 Matt Turner
2024-10-26 20:17 Matt Turner
2023-09-06  1:39 Matt Turner
2023-02-02 22:14 Matt Turner
2022-11-11  4:25 Sam James
2022-10-16  3:02 Matt Turner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox