diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-07-31 18:02:16 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-08-19 09:30:11 +0200 |
commit | fae3250658bd5150dcb472279452069e36b18fee (patch) | |
tree | 39a78107c76f6deab68621d077238024292c2a8e /media-sound | |
parent | sys-libs/kpmcore: 23.08.0 version bump (diff) | |
download | kde-fae3250658bd5150dcb472279452069e36b18fee.tar.gz kde-fae3250658bd5150dcb472279452069e36b18fee.tar.bz2 kde-fae3250658bd5150dcb472279452069e36b18fee.zip |
media-sound/kid3: Set -DWITH_QAUDIODECODER to circumvent detection
If none of (WITH_FFMPEG,WITH_GSTREAMER,WITH_QAUDIODECODER) is set, build
system will perform some kind of detection on chromaprint via CMake's
GetPrerequisites macro. That, for some reason, will end up in a sandbox
violation against media-libs/chromaprint[-tools].
Set to -DWITH_QAUDIODECODER since we already depend on dev-qt/qtmultimedia.
Closes: https://bugs.gentoo.org/855281
Bug: https://bugs.gentoo.org/911185
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/kid3/kid3-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media-sound/kid3/kid3-9999.ebuild b/media-sound/kid3/kid3-9999.ebuild index ec1f7b3650..27098a7e80 100644 --- a/media-sound/kid3/kid3-9999.ebuild +++ b/media-sound/kid3/kid3-9999.ebuild @@ -77,6 +77,7 @@ src_prepare() { src_configure() { local mycmakeargs=( -DBUILD_WITH_QT6=OFF + -DWITH_QAUDIODECODER=ON # bug 855281 -DWITH_CHROMAPRINT=$(usex acoustid) -DWITH_DBUS=$(usex mpris) -DWITH_FLAC=$(usex flac) |