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 50081139694 for ; Sat, 18 Mar 2017 12:18:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F59FE0C17; Sat, 18 Mar 2017 12:18:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DFB8AE0C17 for ; Sat, 18 Mar 2017 12:18:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F73634105A for ; Sat, 18 Mar 2017 12:18:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1663D6C70 for ; Sat, 18 Mar 2017 12:18:43 +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: <1489839454.2409b5c1b935d669916908635dd35cf6964a9b90.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-gfx/digikam/ X-VCS-Repository: proj/kde X-VCS-Files: media-gfx/digikam/digikam-9999.ebuild X-VCS-Directories: media-gfx/digikam/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2409b5c1b935d669916908635dd35cf6964a9b90 X-VCS-Branch: master Date: Sat, 18 Mar 2017 12:18:43 +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: 30f22b70-7f23-4deb-8b62-54a00c0d8dfa X-Archives-Hash: 52464311e35ef3abeb86ac89db8f1c93 commit: 2409b5c1b935d669916908635dd35cf6964a9b90 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 18 12:17:34 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Mar 18 12:17:34 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2409b5c1 media-gfx/digikam: Disable USE=video until QtAV is packaged Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-gfx/digikam/digikam-9999.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/media-gfx/digikam/digikam-9999.ebuild b/media-gfx/digikam/digikam-9999.ebuild index 2627c2dbe5..94ce193fd3 100644 --- a/media-gfx/digikam/digikam-9999.ebuild +++ b/media-gfx/digikam/digikam-9999.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://www.digikam.org/" LICENSE="GPL-2" KEYWORDS="" -IUSE="addressbook calendar gphoto2 jpeg2k +kipi +lensfun marble semantic-desktop mysql opengl openmp +panorama scanner video X" +IUSE="addressbook calendar gphoto2 jpeg2k +kipi +lensfun marble semantic-desktop mysql opengl openmp +panorama scanner X" if [[ ${KDE_BUILD_TYPE} != live ]]; then MY_PV=${PV/_/-} @@ -26,6 +26,8 @@ if [[ ${KDE_BUILD_TYPE} != live ]]; then S="${WORKDIR}/${MY_P}/core" fi +# TODO: Package QtAV http://www.qtav.org/ +# video? ( media-video/qtav ) COMMON_DEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) @@ -80,7 +82,6 @@ COMMON_DEPEND=" panorama? ( $(add_frameworks_dep threadweaver) ) scanner? ( $(add_kdeapps_dep libksane) ) semantic-desktop? ( $(add_frameworks_dep kfilemetadata) ) - video? ( $(add_qt_dep qtmultimedia 'widgets') ) X? ( $(add_qt_dep qtx11extras) x11-libs/libX11 @@ -146,7 +147,7 @@ src_configure() { -DENABLE_APPSTYLES=ON -DENABLE_AKONADICONTACTSUPPORT=$(usex addressbook) -DENABLE_MYSQLSUPPORT=$(usex mysql) - -DENABLE_MEDIAPLAYER=$(usex video) + -DENABLE_MEDIAPLAYER=OFF -DENABLE_OPENCV3=$(has_version ">=media-libs/opencv-3" && echo yes || echo no) $(cmake-utils_use_find_package calendar KF5CalendarCore) $(cmake-utils_use_find_package gphoto2 Gphoto2)