diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /media-libs/libva-intel-driver | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'media-libs/libva-intel-driver')
4 files changed, 119 insertions, 0 deletions
diff --git a/media-libs/libva-intel-driver/Manifest b/media-libs/libva-intel-driver/Manifest new file mode 100644 index 000000000000..0c9a067ee5e6 --- /dev/null +++ b/media-libs/libva-intel-driver/Manifest @@ -0,0 +1 @@ +DIST libva-intel-driver-2.4.5.tar.gz 3946638 BLAKE2B d944a77057b4b5c3492a161c388288cda3eb1e19c85dd7621046cfaf029e4d504072a3c85d1ed011e3fce32a17565b81b161c607c97482dfba6f4b8aa882bde7 SHA512 53995050135afcc0b549b0619e115397353269a1b2b091653f623ebac25def08032ce4ea1c2d6c2974f22e085dc4bc21c5629fc8e4c088bb8d4e14000975961b diff --git a/media-libs/libva-intel-driver/libva-intel-driver-2.4.5.ebuild b/media-libs/libva-intel-driver/libva-intel-driver-2.4.5.ebuild new file mode 100644 index 000000000000..6161d5fa94d9 --- /dev/null +++ b/media-libs/libva-intel-driver/libva-intel-driver-2.4.5.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2026 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/irql-notlessorequal/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" +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_drm=$(usex wayland) + -Dwith_x11=$(usex X) + ) + meson_src_configure +} diff --git a/media-libs/libva-intel-driver/libva-intel-driver-9999.ebuild b/media-libs/libva-intel-driver/libva-intel-driver-9999.ebuild new file mode 100644 index 000000000000..7cc96ea95f26 --- /dev/null +++ b/media-libs/libva-intel-driver/libva-intel-driver-9999.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/irql-notlessorequal/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" +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_drm=$(usex wayland) + -Dwith_x11=$(usex X) + ) + meson_src_configure +} diff --git a/media-libs/libva-intel-driver/metadata.xml b/media-libs/libva-intel-driver/metadata.xml new file mode 100644 index 000000000000..94c4517c4534 --- /dev/null +++ b/media-libs/libva-intel-driver/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <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> + </use> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
