From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3A9E01584AD for ; Sun, 20 Apr 2025 02:50:25 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 249CD343008 for ; Sun, 20 Apr 2025 02:50:25 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2BA1A110494; Sun, 20 Apr 2025 02:50:24 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 23399110494 for ; Sun, 20 Apr 2025 02:50:24 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CBD9B343008 for ; Sun, 20 Apr 2025 02:50:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 360A119F6 for ; Sun, 20 Apr 2025 02:50:22 +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: <1745117417.4c6455ee42a2b2e223025af1f276d32a5600d48c.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libva-intel-driver/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libva-intel-driver/libva-intel-driver-9999.ebuild media-libs/libva-intel-driver/metadata.xml X-VCS-Directories: media-libs/libva-intel-driver/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 4c6455ee42a2b2e223025af1f276d32a5600d48c X-VCS-Branch: master Date: Sun, 20 Apr 2025 02:50:22 +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: 43680fb9-9202-45aa-8a6e-903b4d3b59c8 X-Archives-Hash: 7b9b2cccf9abc7b9cef0d2e53337847d commit: 4c6455ee42a2b2e223025af1f276d32a5600d48c Author: Matt Turner gentoo org> AuthorDate: Sun Apr 20 01:00:16 2025 +0000 Commit: Matt Turner gentoo 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 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 @@ Enable support for hybrid vaapi hardware acceleration on Intel Haswell and newer architectures - intel/intel-vaapi-driver + irql-notlessorequal/intel-vaapi-driver