media-libs/libplacebo: unkeyword 7.351.0 for ~hppa

vulkan is not available on hppa, and it's generally kind of weird
to use libplacebo without vulkan even if it's possible (lot of features
are unavailable, and e.g. ffmpeg requires libplacebo[vulkan]).

This was formerly keyworded (only) for mpv, but mpv lost that keyword
due to failing tests (bug #921091) combined with low interest a while
ago.

wrt masks, had formerly restored the vulkan mask but misunderstood the
reason for removing it (it was fine, could debate keeping it in the event
that vulkan is globally unmasked but that won't happen on hppa). We can
instead just clean that up now -- odds are we won't need it again.

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens 2025-09-01 20:31:52 -04:00
parent 81bdab5ed2
commit 076f870e1a
No known key found for this signature in database
GPG Key ID: B24406B0B0AC4334
3 changed files with 4 additions and 5 deletions

View File

@ -22,7 +22,7 @@ else
)
"
S="${WORKDIR}/${PN}-v${PV}"
KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ppc ppc64 ~riscv x86"
KEYWORDS="amd64 ~arm arm64 ~loong ppc ppc64 ~riscv x86"
fi
DESCRIPTION="Reusable library for GPU-accelerated image processing primitives"

View File

@ -22,7 +22,7 @@ else
)
"
S="${WORKDIR}/${PN}-v${PV}"
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~x86"
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
fi
DESCRIPTION="Reusable library for GPU-accelerated image processing primitives"

View File

@ -123,9 +123,8 @@ x11-base/xwayland libei
media-libs/libv4l bpf
# Ionen Wolkens <ionen@gentoo.org> (2023-10-09)
# media-libs/shaderc is not keyworded here, then libplacebo's USE=vulkan
# has a REQUIRED_USE on shaderc and ffmpeg wants libplacebo[vulkan]
media-libs/libplacebo shaderc vulkan
# media-libs/shaderc and media-libs/libplacebo are not keyworded here
# (ffmpeg further needs libplacebo[vulkan] which is use.masked here)
media-video/ffmpeg libplacebo shaderc
media-video/ffmpeg-compat libplacebo shaderc