Skip to content

Commit

Permalink
media-gfx/kphotoalbum: Drop USE=face
Browse files Browse the repository at this point in the history
Requires unmaintained kde-apps/libkface which is stuck with
=media-libs/opencv-3.1*.

See also:
https://mail.kde.org/pipermail/release-team/2017-November/010718.html

Package-Manager: Portage-2.3.13, Repoman-2.3.4
  • Loading branch information
a17r committed Nov 19, 2017
1 parent 41d8617 commit 06ec1a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions media-gfx/kphotoalbum/kphotoalbum-5.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"

LICENSE="GPL-2+ FDL-1.2"
KEYWORDS="amd64 x86"
IUSE="face +kipi +map +raw"
IUSE="+kipi +map +raw"

COMMON_DEPEND="
$(add_frameworks_dep karchive)
Expand All @@ -37,7 +37,6 @@ COMMON_DEPEND="
media-gfx/exiv2:=
media-libs/phonon[qt5(+)]
virtual/jpeg:0
face? ( $(add_kdeapps_dep libkface) )
kipi? ( $(add_kdeapps_dep libkipi) )
map? ( $(add_kdeapps_dep libkgeomap) )
raw? ( $(add_kdeapps_dep libkdcraw) )
Expand All @@ -56,7 +55,7 @@ DOCS=( ChangeLog README )
src_configure() {
local mycmakeargs=(
-DENABLE_PLAYGROUND=ON
$(cmake-utils_use_find_package face KF5KFace)
-DCMAKE_DISABLE_FIND_PACKAGE_KF5KFace=ON
$(cmake-utils_use_find_package kipi KF5Kipi)
$(cmake-utils_use_find_package map KF5KGeoMap)
$(cmake-utils_use_find_package raw KF5KDcraw)
Expand Down
1 change: 0 additions & 1 deletion media-gfx/kphotoalbum/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<name>Gentoo KDE Project</name>
</maintainer>
<use>
<flag name="face">Enable face detection and recognition using <pkg>kde-apps/libkface</pkg></flag>
<flag name="kipi">Support for the KDE Image Plugin Interface</flag>
<flag name="map">Enable map display support using <pkg>kde-apps/libkgeomap</pkg></flag>
</use>
Expand Down

0 comments on commit 06ec1a5

Please sign in to comment.