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.90.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..51a2baceab0 --- /dev/null +++ b/kde-base/artikulate/Manifest @@ -0,0 +1 @@ +DIST artikulate-4.13.90.tar.xz 3850124 SHA256 3b2234c8beb244dcb253df14970b17aa845eaba44347c6b1371e4f3dd6222bd7 SHA512 b4e03a0feaaec6d42175276614ccaf078df3ee9a6c95207032eb5ac66a752c05788520cf32f0c13b0951d6193a55ef5500cdb0f3731c4d266c67204237e6a2dd WHIRLPOOL c2ca06d2ff169d21c6147535ecc3924f166823094c27ff1b200f85867bf4e925b0c257a10e3f7270f919c7121dfd74287c8b74edea158b039cf7c12c18abd218 diff --git a/kde-base/artikulate/artikulate-4.13.90.ebuild b/kde-base/artikulate/artikulate-4.13.90.ebuild new file mode 100644 index 00000000000..a5a54a1fbf0 --- /dev/null +++ b/kde-base/artikulate/artikulate-4.13.90.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 ~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 +} |
