Skip to content

Commit

Permalink
media-sound/kid3: Set -DWITH_QAUDIODECODER to circumvent detection
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
a17r committed Jul 31, 2023
1 parent 8fa8b6d commit 76227a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions media-sound/kid3/kid3-3.9.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,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)
Expand Down

0 comments on commit 76227a6

Please sign in to comment.