mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 09:07:26 -08:00
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:
parent
81bdab5ed2
commit
076f870e1a
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user