summaryrefslogtreecommitdiff
path: root/kde-base/artikulate/artikulate-4.13.2.ebuild
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2014-06-12 21:31:10 +1000
committerMichael Palimaka <kensington@gentoo.org>2014-06-12 21:31:10 +1000
commit5a961f6806ff2f1bc4cff969e312efd324ba9a96 (patch)
tree50d37bc7961072c1a86bb1d3314e6c58edbb7edf /kde-base/artikulate/artikulate-4.13.2.ebuild
parent153155fcb6ba97af8f731f7b37177a4cf636b735 (diff)
downloadkde-5a961f6806ff2f1bc4cff969e312efd324ba9a96.tar.gz
kde-5a961f6806ff2f1bc4cff969e312efd324ba9a96.tar.bz2
kde-5a961f6806ff2f1bc4cff969e312efd324ba9a96.zip
[kde-base] Add KDE SC 4.13.2
Diffstat (limited to 'kde-base/artikulate/artikulate-4.13.2.ebuild')
-rw-r--r--kde-base/artikulate/artikulate-4.13.2.ebuild35
1 files changed, 35 insertions, 0 deletions
diff --git a/kde-base/artikulate/artikulate-4.13.2.ebuild b/kde-base/artikulate/artikulate-4.13.2.ebuild
new file mode 100644
index 00000000000..3edf63f5b83
--- /dev/null
+++ b/kde-base/artikulate/artikulate-4.13.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+DECLARATIVE_REQUIRED="always"
+KDE_HANDBOOK="optional"
+inherit kde4-base multilib
+
+DESCRIPTION="Language learning application that helps improving pronunciation skills"
+HOMEPAGE="http://edu.kde.org/applications/language/artikulate"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug gstreamer"
+
+DEPEND="
+ dev-qt/qtxmlpatterns:4
+ media-libs/phonon
+ gstreamer? ( media-libs/qt-gstreamer )
+ !gstreamer? ( dev-qt/qt-mobility[multimedia] )
+"
+RDEPEND="${DEPEND}
+ $(add_kdebase_dep kqtquickcharts)
+"
+
+src_configure() {
+ # Paths are required because qt-mobility is installed to custom location
+ local mycmakeargs=(
+ -DCMAKE_INCLUDE_PATH="${EPREFIX}/usr/include/qt4"
+ -DCMAKE_LIBRARY_PATH="${EPREFIX}/usr/$(get_libdir)/qt4"
+ $(cmake-utils_use_find_package gstreamer QtGStreamer)
+ )
+
+ kde4-base_src_configure
+}