diff options
author | James Le Cuirot <chewi@gentoo.org> | 2023-12-15 22:36:41 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-02-10 21:23:30 +0000 |
commit | 6df6ac2235a5203a16319fec4aad1d31794a80a9 (patch) | |
tree | 92f49f4d4fd8660a78b76aa3fb4aba5b6a7edeb4 /media-tv | |
parent | media-video/mjpg-streamer: Drop Raspberry Pi support in revbump (diff) | |
download | gentoo-6df6ac2235a5203a16319fec4aad1d31794a80a9.tar.gz gentoo-6df6ac2235a5203a16319fec4aad1d31794a80a9.tar.bz2 gentoo-6df6ac2235a5203a16319fec4aad1d31794a80a9.zip |
media-tv/kodi: Drop Raspberry Pi support in 9999
media-libs/raspberrypi-userland(-bin) is being last-rited. The Linux
kernel and FFmpeg now support the Pi, among other devices, natively.
Enable media-video/ffmpeg's "soc" USE flag to enable that support.
I'm only doing this in 9999 for now because we're not supporting this in
ffmpeg versions earlier than 6.0.
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/kodi/kodi-9999.ebuild | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/media-tv/kodi/kodi-9999.ebuild b/media-tv/kodi/kodi-9999.ebuild index 45afbd631bb4..d078eb4e9f86 100644 --- a/media-tv/kodi/kodi-9999.ebuild +++ b/media-tv/kodi/kodi-9999.ebuild @@ -76,7 +76,7 @@ SLOT="0" # use flag is called libusb so that it doesn't fool people in thinking that # it is _required_ for USB support. Otherwise they'll disable udev and # that's going to be worse. -IUSE="airplay alsa bluetooth bluray caps cec +css dbus doc eventclients gbm gles lcms libusb lirc mariadb mysql nfs +optical pipewire pulseaudio raspberry-pi samba +system-ffmpeg test udf udev upnp vaapi vdpau wayland webserver X +xslt zeroconf ${CPU_FLAGS}" +IUSE="airplay alsa bluetooth bluray caps cec +css dbus doc eventclients gbm gles lcms libusb lirc mariadb mysql nfs +optical pipewire pulseaudio samba +system-ffmpeg test udf udev upnp vaapi vdpau wayland webserver X +xslt zeroconf ${CPU_FLAGS}" REQUIRED_USE=" ${PYTHON_REQUIRED_USE} ^^ ( gbm wayland X ) @@ -147,7 +147,7 @@ COMMON_TARGET_DEPEND="${PYTHON_DEPS} sys-libs/libcap ) cec? ( - >=dev-libs/libcec-4.0[-cubox,raspberry-pi?] + >=dev-libs/libcec-4.0[-cubox] ) dbus? ( sys-apps/dbus @@ -158,9 +158,7 @@ COMMON_TARGET_DEPEND="${PYTHON_DEPS} x11-libs/libxkbcommon ) gles? ( - !raspberry-pi? ( - media-libs/mesa[gles2] - ) + media-libs/mesa[gles2] ) !gles? ( media-libs/glu @@ -189,13 +187,6 @@ COMMON_TARGET_DEPEND="${PYTHON_DEPS} pulseaudio? ( media-libs/libpulse ) - raspberry-pi? ( - || ( - media-libs/raspberrypi-userland - media-libs/raspberrypi-userland-bin - media-libs/mesa[gles2,video_cards_vc4] - ) - ) samba? ( >=net-fs/samba-3.4.6[smbclient(+)] ) |