From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 90DCE1396D9 for ; Sun, 19 Nov 2017 22:57:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8AE9E0F54; Sun, 19 Nov 2017 22:57:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8ACEE0F54 for ; Sun, 19 Nov 2017 22:57:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9727C33FE49 for ; Sun, 19 Nov 2017 22:57:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 528A5A0A4 for ; Sun, 19 Nov 2017 22:57:45 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1511132213.06ec1a5b748a6ec707f0f02596496d330dd97d85.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/kphotoalbum/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/kphotoalbum/kphotoalbum-5.2.ebuild media-gfx/kphotoalbum/metadata.xml X-VCS-Directories: media-gfx/kphotoalbum/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 06ec1a5b748a6ec707f0f02596496d330dd97d85 X-VCS-Branch: master Date: Sun, 19 Nov 2017 22:57:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0ae00243-36de-484b-ac68-505220a45664 X-Archives-Hash: cdd6339ecc4c777c7b9fbaba9f9e3801 commit: 06ec1a5b748a6ec707f0f02596496d330dd97d85 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Nov 13 00:56:42 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 19 22:56:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06ec1a5b media-gfx/kphotoalbum: Drop USE=face 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 media-gfx/kphotoalbum/kphotoalbum-5.2.ebuild | 5 ++--- media-gfx/kphotoalbum/metadata.xml | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/media-gfx/kphotoalbum/kphotoalbum-5.2.ebuild b/media-gfx/kphotoalbum/kphotoalbum-5.2.ebuild index eee7ec2bb48..b251424a6ca 100644 --- a/media-gfx/kphotoalbum/kphotoalbum-5.2.ebuild +++ b/media-gfx/kphotoalbum/kphotoalbum-5.2.ebuild @@ -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) @@ -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) ) @@ -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) diff --git a/media-gfx/kphotoalbum/metadata.xml b/media-gfx/kphotoalbum/metadata.xml index 22ab0f0e1ef..2a675ce364e 100644 --- a/media-gfx/kphotoalbum/metadata.xml +++ b/media-gfx/kphotoalbum/metadata.xml @@ -6,7 +6,6 @@ Gentoo KDE Project - Enable face detection and recognition using kde-apps/libkface Support for the KDE Image Plugin Interface Enable map display support using kde-apps/libkgeomap