From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5F5C51384B4 for ; Fri, 1 Jan 2016 16:23:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6C5821C002; Fri, 1 Jan 2016 16:23:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5805C21C002 for ; Fri, 1 Jan 2016 16:23:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 05BC93406F2 for ; Fri, 1 Jan 2016 16:23:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7B96CE8 for ; Fri, 1 Jan 2016 16:22:57 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1451665362.b490f0790ea8473da67a1c9ea7962b8022647a7d.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kdenlive/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kdenlive/kdenlive-9999.ebuild X-VCS-Directories: kde-apps/kdenlive/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: b490f0790ea8473da67a1c9ea7962b8022647a7d X-VCS-Branch: master Date: Fri, 1 Jan 2016 16:22:57 +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: eb05758f-47ce-4fd6-8dca-fa9f97123a3c X-Archives-Hash: 2f09fe40b20336241b48397a78ddd55d commit: b490f0790ea8473da67a1c9ea7962b8022647a7d Author: Andreas Sturmlechner gmail com> AuthorDate: Mon Dec 28 17:05:18 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Jan 1 16:22:42 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b490f079 kde-apps/kdenlive: Add USE=semantic-desktop Package-Manager: portage-2.2.24 kde-apps/kdenlive/kdenlive-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kde-apps/kdenlive/kdenlive-9999.ebuild b/kde-apps/kdenlive/kdenlive-9999.ebuild index d54dc64..a8c1a52 100644 --- a/kde-apps/kdenlive/kdenlive-9999.ebuild +++ b/kde-apps/kdenlive/kdenlive-9999.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://www.kdenlive.org/" LICENSE="GPL-2" KEYWORDS="" -IUSE="v4l" +IUSE="v4l semantic-desktop" RDEPEND=" $(add_frameworks_dep karchive) @@ -50,6 +50,7 @@ RDEPEND=" >=media-libs/mlt-0.9.8[ffmpeg,kdenlive,melt,qt5,sdl,xml] virtual/ffmpeg[encode,sdl,X] virtual/opengl + semantic-desktop? ( $(add_frameworks_dep kfilemetadata) ) v4l? ( media-libs/libv4l ) " DEPEND="${RDEPEND} @@ -59,6 +60,7 @@ DEPEND="${RDEPEND} src_configure() { local mycmakeargs=( $(cmake-utils_use_find_package v4l LibV4L2) + $(cmake-utils_use_find_package semantic-desktop KF5FileMetaData) ) kde5_src_configure