aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-08-09 19:46:22 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-08-09 19:46:22 +0200
commite498cdcd1db679431c731b08a0398a3a745b67ec (patch)
treebb2988980ff88c3806b2b037d41fd7732660f804 /kde-misc
parentkde-apps/spectacle: Update dependencies (diff)
downloadkde-e498cdcd1db679431c731b08a0398a3a745b67ec.tar.gz
kde-e498cdcd1db679431c731b08a0398a3a745b67ec.tar.bz2
kde-e498cdcd1db679431c731b08a0398a3a745b67ec.zip
kde-misc/tellico: Re-add IUSE scanner
Upstream commit 9eb5acd57178a0a72d430bd77a740ee94226b654 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/tellico/tellico-9999.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/kde-misc/tellico/tellico-9999.ebuild b/kde-misc/tellico/tellico-9999.ebuild
index 9e0a9c43b1..68193e1a9f 100644
--- a/kde-misc/tellico/tellico-9999.ebuild
+++ b/kde-misc/tellico/tellico-9999.ebuild
@@ -18,13 +18,11 @@ fi
LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
-IUSE="bibtex cddb discid pdf semantic-desktop taglib v4l xmp yaz"
+IUSE="bibtex cddb discid pdf scanner semantic-desktop taglib v4l xmp yaz"
# tests need network access
RESTRICT="test"
-# TODO: IUSE="scanner"
-# scanner? ( kde-apps/libksane:6 )
DEPEND="
dev-libs/libxml2
dev-libs/libxslt
@@ -56,6 +54,7 @@ DEPEND="
cddb? ( kde-apps/libkcddb:6 )
discid? ( dev-libs/libcdio:= )
pdf? ( app-text/poppler[qt6] )
+ scanner? ( kde-apps/libksane:6 )
semantic-desktop? ( kde-frameworks/kfilemetadata:6 )
taglib? ( >=media-libs/taglib-1.5:= )
v4l? ( >=media-libs/libv4l-0.8.3 )
@@ -74,7 +73,7 @@ src_configure() {
$(cmake_use_find_package cddb KCddb6)
$(cmake_use_find_package discid CDIO)
$(cmake_use_find_package pdf Poppler)
-# $(cmake_use_find_package scanner KF5Sane)
+ $(cmake_use_find_package scanner KSaneWidgets6)
$(cmake_use_find_package semantic-desktop KF6FileMetaData)
$(cmake_use_find_package taglib Taglib)
-DENABLE_WEBCAM=$(usex v4l)