summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2014-04-22 15:50:19 +0000
committerMichael Palimaka <kensington@gentoo.org>2014-04-22 15:50:19 +0000
commit32d986f17ea2af2f605da8c2e2bc7cf1f19df075 (patch)
tree0e9f8137eed61ba1e31c7499f999523e8ac1a38f /kde-base/artikulate
parentEnable USE="multimedia" for dev-qt/qt-mobility by default as it is required b... (diff)
downloadgentoo-2-32d986f17ea2af2f605da8c2e2bc7cf1f19df075.tar.gz
gentoo-2-32d986f17ea2af2f605da8c2e2bc7cf1f19df075.tar.bz2
gentoo-2-32d986f17ea2af2f605da8c2e2bc7cf1f19df075.zip
Version bump KDE SC 4.13.0
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'kde-base/artikulate')
-rw-r--r--kde-base/artikulate/ChangeLog9
-rw-r--r--kde-base/artikulate/artikulate-4.13.0.ebuild35
-rw-r--r--kde-base/artikulate/metadata.xml5
3 files changed, 49 insertions, 0 deletions
diff --git a/kde-base/artikulate/ChangeLog b/kde-base/artikulate/ChangeLog
new file mode 100644
index 000000000000..71693fec3d11
--- /dev/null
+++ b/kde-base/artikulate/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for kde-base/artikulate
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/artikulate/ChangeLog,v 1.1 2014/04/22 15:50:19 kensington Exp $
+
+*artikulate-4.13.0 (22 Apr 2014)
+
+ 22 Apr 2014; Michael Palimaka <kensington@gentoo.org>
+ +artikulate-4.13.0.ebuild, +metadata.xml:
+ Version bump KDE SC 4.13.0
diff --git a/kde-base/artikulate/artikulate-4.13.0.ebuild b/kde-base/artikulate/artikulate-4.13.0.ebuild
new file mode 100644
index 000000000000..fdf9c607651d
--- /dev/null
+++ b/kde-base/artikulate/artikulate-4.13.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/artikulate/artikulate-4.13.0.ebuild,v 1.1 2014/04/22 15:50:19 kensington Exp $
+
+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 ~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
+}
diff --git a/kde-base/artikulate/metadata.xml b/kde-base/artikulate/metadata.xml
new file mode 100644
index 000000000000..a23f444b67d6
--- /dev/null
+++ b/kde-base/artikulate/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>kde</herd>
+</pkgmetadata>