summaryrefslogtreecommitdiffstats
path: root/trinity-apps/k3b/k3b-9999.ebuild
diff options
context:
space:
mode:
authorG-Src <diceea@foxmail.com>2024-02-07 12:10:00 +0800
committerSlávek Banko <slavek.banko@axis.cz>2024-02-07 17:37:28 +0100
commit3ac06396e947cfed3ec71e0d352c5ffb58191d14 (patch)
treedc0ba65712387e56d442b150047b886f8430fe31 /trinity-apps/k3b/k3b-9999.ebuild
parent5b4abf386a03b4c2a0b994d09c817167f780f3b4 (diff)
downloadtde-packaging-gentoo-3ac06396e947cfed3ec71e0d352c5ffb58191d14.tar.gz
tde-packaging-gentoo-3ac06396e947cfed3ec71e0d352c5ffb58191d14.zip
fixes pkgcheck output
Signed-off-by: G-Src <diceea@foxmail.com> (cherry picked from commit eb8794e5798cbb7c8596f6c42e246a14c6c7af85)
Diffstat (limited to 'trinity-apps/k3b/k3b-9999.ebuild')
-rw-r--r--trinity-apps/k3b/k3b-9999.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/trinity-apps/k3b/k3b-9999.ebuild b/trinity-apps/k3b/k3b-9999.ebuild
index e7d2b8a1..443c3828 100644
--- a/trinity-apps/k3b/k3b-9999.ebuild
+++ b/trinity-apps/k3b/k3b-9999.ebuild
@@ -1,5 +1,5 @@
-# Copyright 1999-2020 Gentoo Authors
-# Copyright 2020 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)"