diff options
author | Karlson2k (Evgeny Grin) <k2k@narod.ru> | 2021-02-09 22:03:26 +0300 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2021-02-18 09:43:26 -0500 |
commit | c691d99a40c6306d0f7097cac9465517e9caa0a1 (patch) | |
tree | cf3f83004ca6b7b2f1f653026c95be8f3db68561 /media-tv | |
parent | media-tv/kodi: disabled features not needed for build (diff) | |
download | gentoo-c691d99a40c6306d0f7097cac9465517e9caa0a1.tar.gz gentoo-c691d99a40c6306d0f7097cac9465517e9caa0a1.tar.bz2 gentoo-c691d99a40c6306d0f7097cac9465517e9caa0a1.zip |
media-tv/kodi: control ISO9660 support with 'optical' flag
Both 'ENABLE_OPTICAL' and 'ENABLE_ISO9660PP' are based on libcdio.
It makes sense to sync their usage, as both are required to read optical
disks.
Signed-off-by: Karlson2k (Evgeny Grin) <k2k@narod.ru>
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/kodi/kodi-9999.ebuild | 2 | ||||
-rw-r--r-- | media-tv/kodi/metadata.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-tv/kodi/kodi-9999.ebuild b/media-tv/kodi/kodi-9999.ebuild index 8d558c9a915f..9ecb4dff66cc 100644 --- a/media-tv/kodi/kodi-9999.ebuild +++ b/media-tv/kodi/kodi-9999.ebuild @@ -261,7 +261,7 @@ src_configure() { -DENABLE_CLANGFORMAT=OFF -DENABLE_CLANGTIDY=OFF -DENABLE_CPPCHECK=OFF - -DENABLE_ISO9660PP=ON + -DENABLE_ISO9660PP=$(usex optical) -DENABLE_CEC=$(usex cec) -DENABLE_DBUS=$(usex dbus) -DENABLE_DVDCSS=$(usex css) diff --git a/media-tv/kodi/metadata.xml b/media-tv/kodi/metadata.xml index 8ce883523a2b..de1e8c49260a 100644 --- a/media-tv/kodi/metadata.xml +++ b/media-tv/kodi/metadata.xml @@ -16,7 +16,7 @@ <flag name="mariadb">Add MariaDB support</flag> <flag name="dav1d">Enables AV1 decoding via <pkg>media-libs/dav1d</pkg></flag> <flag name="nfs">Enable NFS client support</flag> - <flag name="optical">Enable Audio CD playback and optical disks detection and reading</flag> + <flag name="optical">Enable Audio CD playback, optical disks detection and reading (CD-ROM, Video CD, and others), and ISO optical disk images direct reading. DVD disks may require additional 'udf' flag.</flag> <flag name="power-control">Enable control of shutdown, reboot, suspend, and hibernate</flag> <flag name="raspberry-pi">Enable support for the Raspberry Pi</flag> <flag name="system-ffmpeg">Use system ffmpeg instead of the bundled one</flag> |