repo/gentoo:master commit in: media-tv/kodi/
"Sam James" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786298469.d6f09217ef4940a2466d22f9d31b7fa12ac2aa9f.sam@gentoo> |
commit: d6f09217ef4940a2466d22f9d31b7fa12ac2aa9f
Author: Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Mon Aug 3 13:20:47 2026 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 9 18:01:09 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6f09217
media-tv/kodi: silence cmake
Upstream commit:
0ae53e64c1e3d93b8abe037ef66609dae7d1d73b
Bug: https://bugs.gentoo.org/980638
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/1611
Merges: https://codeberg.org/gentoo/gentoo/pulls/1611
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-tv/kodi/kodi-9999.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/media-tv/kodi/kodi-9999.ebuild b/media-tv/kodi/kodi-9999.ebuild
index ca5521cf378d..0370cadeec90 100644
--- a/media-tv/kodi/kodi-9999.ebuild
+++ b/media-tv/kodi/kodi-9999.ebuild
@@ -385,7 +385,6 @@ src_configure() {
-DENABLE_AVAHI=$(usex zeroconf)
-DENABLE_BLUETOOTH=$(usex bluetooth)
-DENABLE_BLURAY=$(usex bluray)
- -DENABLE_BLURAY_JAR=OFF # applies to internal bluray build
-DENABLE_CAP=$(usex caps)
-DENABLE_CEC=$(usex cec)
-DENABLE_DBUS=$(usex dbus)
@@ -443,7 +442,10 @@ src_configure() {
)
# Separated to avoid "Manually-specified variables were not used by the project:"
- use bluray && mycmakeargs+=( -DENABLE_INTERNAL_BLURAY=OFF )
+ use bluray && mycmakeargs+=(
+ -DENABLE_INTERNAL_BLURAY=OFF
+ -DENABLE_BLURAY_JAR=OFF # applies to internal bluray build
+ )
use cec && mycmakeargs+=( -DENABLE_INTERNAL_CEC=OFF )
use css && mycmakeargs+=( -DLIBDVDCSS_URL="${DISTDIR}/libdvdcss-${LIBDVDCSS_VERSION}.tar.bz2" )
use mariadb && mycmakeargs+=( -DENABLE_INTERNAL_MARIADBCLIENT=OFF )