diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-02-06 23:09:16 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-02-06 23:24:32 -0500 |
commit | 66abe318f165c27ecd761c0639f11de3b768ae86 (patch) | |
tree | bfc723d9c0cca2e3a3ff40976efe261aa2b853f9 /media-video/mpv/mpv-9999.ebuild | |
parent | net-analyzer/netdata: add 1.38.0 (diff) | |
download | gentoo-66abe318f165c27ecd761c0639f11de3b768ae86.tar.gz gentoo-66abe318f165c27ecd761c0639f11de3b768ae86.tar.bz2 gentoo-66abe318f165c27ecd761c0639f11de3b768ae86.zip |
media-video/mpv: allow using raspberry-userland-bin
Currently fails to build with non-bin wrt bug #893422, so let's
at least allow this one. Runtime untested (have no raspberry-pi).
(no revbump needed given it currently doesn't build with non-bin)
Bug: https://bugs.gentoo.org/893422
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-video/mpv/mpv-9999.ebuild')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 2c923f2ec44e..11323310aeb0 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -46,6 +46,7 @@ REQUIRED_USE=" xv? ( X )" RESTRICT="!test? ( test )" +# raspberry-pi: default to -bin given non-bin is known broken (bug #893422) COMMON_DEPEND=" media-libs/libass:=[fontconfig] >=media-video/ffmpeg-4.4:=[encode,threads,vaapi?,vdpau?] @@ -93,7 +94,12 @@ COMMON_DEPEND=" opengl? ( media-libs/libglvnd[X?] ) pipewire? ( media-video/pipewire:= ) pulseaudio? ( media-libs/libpulse ) - raspberry-pi? ( media-libs/raspberrypi-userland ) + raspberry-pi? ( + || ( + media-libs/raspberrypi-userland-bin + media-libs/raspberrypi-userland + ) + ) rubberband? ( media-libs/rubberband ) sdl? ( media-libs/libsdl2[sound,threads,video] ) sixel? ( media-libs/libsixel ) |