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 122E71388C0 for ; Tue, 23 Feb 2016 14:15:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95D60E07E2; Tue, 23 Feb 2016 14:15:34 +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 CDD6EE07E6 for ; Tue, 23 Feb 2016 14:15:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 11E7E340775 for ; Tue, 23 Feb 2016 14:15:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B50A1BA1 for ; Tue, 23 Feb 2016 14:15:29 +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: <1456236919.00d162673eb4358dfb735d331a0234dc21fa88eb.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/artikulate/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/artikulate/artikulate-9999.ebuild kde-apps/artikulate/metadata.xml X-VCS-Directories: kde-apps/artikulate/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 00d162673eb4358dfb735d331a0234dc21fa88eb X-VCS-Branch: master Date: Tue, 23 Feb 2016 14:15:29 +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: 20aeb2eb-180c-48c9-b220-e72fcd607f68 X-Archives-Hash: 08af4a254167c961b74cbddfcd3f7add commit: 00d162673eb4358dfb735d331a0234dc21fa88eb Author: Andreas Sturmlechner gmail com> AuthorDate: Sun Feb 21 12:18:05 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Feb 23 14:15:19 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=00d16267 kde-apps/artikulate: Add DEPENDs Package-Manager: portage-2.2.27 kde-apps/artikulate/artikulate-9999.ebuild | 20 ++++++++++++++++---- kde-apps/artikulate/metadata.xml | 3 +++ 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/kde-apps/artikulate/artikulate-9999.ebuild b/kde-apps/artikulate/artikulate-9999.ebuild index 8eb6e28..baa60a3 100644 --- a/kde-apps/artikulate/artikulate-9999.ebuild +++ b/kde-apps/artikulate/artikulate-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 KDE_HANDBOOK="true" inherit kde5 @@ -10,13 +10,13 @@ inherit kde5 DESCRIPTION="Language learning application that helps improving pronunciation skills" HOMEPAGE="https://edu.kde.org/applications/language/artikulate" KEYWORDS="" -IUSE="" +IUSE="+gstreamer qtmedia" DEPEND=" + $(add_frameworks_dep karchive) $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcrash) - $(add_frameworks_dep kdeclarative) $(add_frameworks_dep ki18n) $(add_frameworks_dep knewstuff) $(add_frameworks_dep kwidgetsaddons) @@ -27,6 +27,18 @@ DEPEND=" $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) $(add_qt_dep qtxmlpatterns) - >=media-libs/qt-gstreamer-1.2.0[qt5] + gstreamer? ( >=media-libs/qt-gstreamer-1.2.0[qt5] ) + qtmedia? ( $(add_qt_dep qtmultimedia) ) " RDEPEND="${DEPEND}" + +REQUIRED_USE="|| ( gstreamer qtmedia )" + +src_configure() { + local mycmakeargs=( + -DBUILD_GSTREAMER_PLUGIN=$(usex gstreamer) + -DBUILD_QTMULTIMEDIA_PLUGIN=$(usex qtmedia) + ) + + kde5_src_configure +} diff --git a/kde-apps/artikulate/metadata.xml b/kde-apps/artikulate/metadata.xml index 2fdbf33..34d1ba6 100644 --- a/kde-apps/artikulate/metadata.xml +++ b/kde-apps/artikulate/metadata.xml @@ -5,4 +5,7 @@ kde@gentoo.org Gentoo KDE Project + + Enable playback via Qt5Multimedia +