commit:     1961450467348f28588d28682f3b82a27be2d5fb
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  1 20:36:54 2021 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Mon Feb  1 20:36:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19614504

media-tv/kodi: 19.0_rc1-r2 version bump

Closes: https://github.com/gentoo/gentoo/pull/19298
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 media-tv/kodi/{kodi-19.9999.ebuild => kodi-19.0_rc1-r2.ebuild} | 7 +++++--
 media-tv/kodi/kodi-19.9999.ebuild                              | 7 +++++--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/media-tv/kodi/kodi-19.9999.ebuild 
b/media-tv/kodi/kodi-19.0_rc1-r2.ebuild
similarity index 96%
copy from media-tv/kodi/kodi-19.9999.ebuild
copy to media-tv/kodi/kodi-19.0_rc1-r2.ebuild
index 63f75348c36..68d594537b6 100644
--- a/media-tv/kodi/kodi-19.9999.ebuild
+++ b/media-tv/kodi/kodi-19.0_rc1-r2.ebuild
@@ -39,7 +39,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 dav1d dbus dvd gbm gles lcms 
libressl libusb lirc mariadb mysql nfs +opengl power-control pulseaudio 
raspberry-pi samba systemd +system-ffmpeg test udf udev udisks upnp upower 
vaapi vdpau wayland webserver +X +xslt zeroconf"
+IUSE="airplay alsa bluetooth bluray caps cdio cec +css dav1d dbus dvd gbm gles 
lcms libressl libusb lirc mariadb mysql nfs +opengl power-control pulseaudio 
raspberry-pi samba +system-ffmpeg test udf udev udisks upnp upower vaapi vdpau 
wayland webserver +X +xslt zeroconf"
 IUSE="${IUSE} cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 
cpu_flags_x86_sse4_1 cpu_flags_x86_sse4_2 cpu_flags_x86_avx cpu_flags_x86_avx2 
cpu_flags_arm_neon"
 REQUIRED_USE="
        ${PYTHON_REQUIRED_USE}
@@ -79,7 +79,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
                dev-python/pillow[${PYTHON_MULTI_USEDEP}]
                dev-python/pycryptodome[${PYTHON_MULTI_USEDEP}]
        ')
-       >=dev-libs/libcdio-2.1.0
+       cdio? ( >=dev-libs/libcdio-2.1.0 )
        >=dev-libs/libfmt-6.1.2
        dev-libs/libfstrcmp
        gbm? (  media-libs/mesa[gbm] )
@@ -242,6 +242,7 @@ src_configure() {
                -DENABLE_BLUETOOTH=$(usex bluetooth)
                -DENABLE_BLURAY=$(usex bluray)
                -DENABLE_CCACHE=OFF
+               -DENABLE_ISO9660PP=$(usex cdio)
                -DENABLE_CEC=$(usex cec)
                -DENABLE_DBUS=$(usex dbus)
                -DENABLE_DVDCSS=$(usex css)
@@ -259,6 +260,7 @@ src_configure() {
                -DENABLE_LCMS2=$(usex lcms)
                -DENABLE_LIRCCLIENT=$(usex lirc)
                -DENABLE_MARIADBCLIENT=$(usex mariadb)
+               -DENABLE_MDNS=OFF # used only on Android
                -DENABLE_MICROHTTPD=$(usex webserver)
                -DENABLE_MYSQLCLIENT=$(usex mysql)
                -DENABLE_NFS=$(usex nfs)
@@ -268,6 +270,7 @@ src_configure() {
                -DENABLE_PLIST=$(usex airplay)
                -DENABLE_PULSEAUDIO=$(usex pulseaudio)
                -DENABLE_SMBCLIENT=$(usex samba)
+               -DENABLE_SNDIO=OFF
                -DENABLE_TESTING=$(usex test)
                -DENABLE_UDEV=$(usex udev)
                -DENABLE_UDFREAD=$(usex udf)

diff --git a/media-tv/kodi/kodi-19.9999.ebuild 
b/media-tv/kodi/kodi-19.9999.ebuild
index 63f75348c36..68d594537b6 100644
--- a/media-tv/kodi/kodi-19.9999.ebuild
+++ b/media-tv/kodi/kodi-19.9999.ebuild
@@ -39,7 +39,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 dav1d dbus dvd gbm gles lcms 
libressl libusb lirc mariadb mysql nfs +opengl power-control pulseaudio 
raspberry-pi samba systemd +system-ffmpeg test udf udev udisks upnp upower 
vaapi vdpau wayland webserver +X +xslt zeroconf"
+IUSE="airplay alsa bluetooth bluray caps cdio cec +css dav1d dbus dvd gbm gles 
lcms libressl libusb lirc mariadb mysql nfs +opengl power-control pulseaudio 
raspberry-pi samba +system-ffmpeg test udf udev udisks upnp upower vaapi vdpau 
wayland webserver +X +xslt zeroconf"
 IUSE="${IUSE} cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 
cpu_flags_x86_sse4_1 cpu_flags_x86_sse4_2 cpu_flags_x86_avx cpu_flags_x86_avx2 
cpu_flags_arm_neon"
 REQUIRED_USE="
        ${PYTHON_REQUIRED_USE}
@@ -79,7 +79,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
                dev-python/pillow[${PYTHON_MULTI_USEDEP}]
                dev-python/pycryptodome[${PYTHON_MULTI_USEDEP}]
        ')
-       >=dev-libs/libcdio-2.1.0
+       cdio? ( >=dev-libs/libcdio-2.1.0 )
        >=dev-libs/libfmt-6.1.2
        dev-libs/libfstrcmp
        gbm? (  media-libs/mesa[gbm] )
@@ -242,6 +242,7 @@ src_configure() {
                -DENABLE_BLUETOOTH=$(usex bluetooth)
                -DENABLE_BLURAY=$(usex bluray)
                -DENABLE_CCACHE=OFF
+               -DENABLE_ISO9660PP=$(usex cdio)
                -DENABLE_CEC=$(usex cec)
                -DENABLE_DBUS=$(usex dbus)
                -DENABLE_DVDCSS=$(usex css)
@@ -259,6 +260,7 @@ src_configure() {
                -DENABLE_LCMS2=$(usex lcms)
                -DENABLE_LIRCCLIENT=$(usex lirc)
                -DENABLE_MARIADBCLIENT=$(usex mariadb)
+               -DENABLE_MDNS=OFF # used only on Android
                -DENABLE_MICROHTTPD=$(usex webserver)
                -DENABLE_MYSQLCLIENT=$(usex mysql)
                -DENABLE_NFS=$(usex nfs)
@@ -268,6 +270,7 @@ src_configure() {
                -DENABLE_PLIST=$(usex airplay)
                -DENABLE_PULSEAUDIO=$(usex pulseaudio)
                -DENABLE_SMBCLIENT=$(usex samba)
+               -DENABLE_SNDIO=OFF
                -DENABLE_TESTING=$(usex test)
                -DENABLE_UDEV=$(usex udev)
                -DENABLE_UDFREAD=$(usex udf)

Reply via email to