summaryrefslogtreecommitdiffstats
path: root/trinity-apps/k3b/k3b-14.1.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'trinity-apps/k3b/k3b-14.1.1.ebuild')
-rw-r--r--trinity-apps/k3b/k3b-14.1.1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/trinity-apps/k3b/k3b-14.1.1.ebuild b/trinity-apps/k3b/k3b-14.1.1.ebuild
index 62439774..443c3828 100644
--- a/trinity-apps/k3b/k3b-14.1.1.ebuild
+++ b/trinity-apps/k3b/k3b-14.1.1.ebuild
@@ -1,5 +1,5 @@
-# Copyright 1999-2023 Gentoo Authors
-# Copyright 2020-2023 The Trinity Desktop Project
+# Copyright 2024 Gentoo Authors
+# Copyright 2024 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
@@ -16,7 +16,7 @@ SLOT="14"
if [[ ${PV} != *9999* ]] ; then
KEYWORDS="~amd64 ~arm64 ~x86"
fi
-IUSE="alsa css dvd dvdr emovix encode debug ffmpeg ffmpeg_all_codecs flac
+IUSE="alsa css dvd dvdr emovix encode debug ffmpeg ffmpeg-all-codecs flac
+handbook mp3 sndfile taglib vcd vorbis"
DEPEND="
@@ -58,7 +58,7 @@ src_configure() {
-DWITH_DEBUG="$(usex debug)"
-DWITH_ALSA="$(usex alsa)"
-DWITH_FFMPEG="$(usex ffmpeg)"
- -DWITH_FFMPEG_ALL_CODECS="$(usex ffmpeg_all_codecs)"
+ -DWITH_FFMPEG_ALL_CODECS="$(usex ffmpeg-all-codecs)"
-DWITH_FLAC="$(usex flac)"
-DWITH_SNDFILE="$(usex sndfile)"
-DWITH_TAGLIB="$(usex taglib)"