diff options
Diffstat (limited to 'kde-base/artikulate')
| -rw-r--r-- | kde-base/artikulate/Manifest | 1 | ||||
| -rw-r--r-- | kde-base/artikulate/artikulate-4.13.3.ebuild | 35 |
2 files changed, 36 insertions, 0 deletions
diff --git a/kde-base/artikulate/Manifest b/kde-base/artikulate/Manifest new file mode 100644 index 00000000000..81dd5aaf0d4 --- /dev/null +++ b/kde-base/artikulate/Manifest @@ -0,0 +1 @@ +DIST artikulate-4.13.3.tar.xz 3918860 SHA256 51c4886e10b6a44f4d78ef69898ff032aa38c1bd01764b11b2e14b3708cbebf9 SHA512 4e63504612b2b14261cc6a84cd145f54a06e1d6220b0b3f4c4da45304d9d4afcee2a2ba49e1c6a58fbf40ee7cad1e0a80f23d9302495872e6338b98453a14ac1 WHIRLPOOL f9a214d0252b8ce022cc7963eae951a0d9c3a49cd8aba79197f75b74daf9ed91a60bbf8a55642ce917ba7652f88368910dcc42ad65a607025aab4d808b31ebf4 diff --git a/kde-base/artikulate/artikulate-4.13.3.ebuild b/kde-base/artikulate/artikulate-4.13.3.ebuild new file mode 100644 index 00000000000..3edf63f5b83 --- /dev/null +++ b/kde-base/artikulate/artikulate-4.13.3.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 +} |
