[gentoo-commits] proj/kde:master commit in: kde-base/artikulate/

2014-04-22 Thread Michael Palimaka
commit: 08aca49a9d3437340c54b8f1f3fc2969768254e4
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Apr 22 15:40:14 2014 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Apr 22 15:40:14 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=08aca49a

[kde-base/artikulate] New package.

Package-Manager: portage-2.2.8-r1

---
 kde-base/artikulate/artikulate-4.13.49..ebuild | 35 ++
 kde-base/artikulate/artikulate-.ebuild | 35 ++
 kde-base/artikulate/metadata.xml   |  5 
 3 files changed, 75 insertions(+)

diff --git a/kde-base/artikulate/artikulate-4.13.49..ebuild 
b/kde-base/artikulate/artikulate-4.13.49..ebuild
new file mode 100644
index 000..30a1ca4
--- /dev/null
+++ b/kde-base/artikulate/artikulate-4.13.49..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=""
+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/artikulate-.ebuild 
b/kde-base/artikulate/artikulate-.ebuild
new file mode 100644
index 000..30a1ca4
--- /dev/null
+++ b/kde-base/artikulate/artikulate-.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=""
+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 000..a23f444
--- /dev/null
+++ b/kde-base/artikulate/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   kde
+



[gentoo-commits] proj/kde:master commit in: kde-base/artikulate/

2014-07-28 Thread Michael Palimaka
commit: c288f97d79c8a313f49f2cd16c4093aa36e63563
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Jul 28 11:03:36 2014 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Jul 28 11:03:36 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c288f97d

[kde-base/artikulate] gstreamer is now mandatory.

Package-Manager: portage-2.2.10

---
 kde-base/artikulate/artikulate-4.14.49..ebuild | 17 ++---
 kde-base/artikulate/artikulate-4..ebuild   | 17 ++---
 2 files changed, 4 insertions(+), 30 deletions(-)

diff --git a/kde-base/artikulate/artikulate-4.14.49..ebuild 
b/kde-base/artikulate/artikulate-4.14.49..ebuild
index 30a1ca4..f06e7cd 100644
--- a/kde-base/artikulate/artikulate-4.14.49..ebuild
+++ b/kde-base/artikulate/artikulate-4.14.49..ebuild
@@ -11,25 +11,12 @@ inherit kde4-base multilib
 DESCRIPTION="Language learning application that helps improving pronunciation 
skills"
 HOMEPAGE="http://edu.kde.org/applications/language/artikulate";
 KEYWORDS=""
-IUSE="debug gstreamer"
+IUSE="debug"
 
 DEPEND="
dev-qt/qtxmlpatterns:4
-   media-libs/phonon
-   gstreamer? ( media-libs/qt-gstreamer )
-   !gstreamer? ( dev-qt/qt-mobility[multimedia] )
+   >=media-libs/qt-gstreamer-1.2.0
 "
 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/artikulate-4..ebuild 
b/kde-base/artikulate/artikulate-4..ebuild
index 30a1ca4..f06e7cd 100644
--- a/kde-base/artikulate/artikulate-4..ebuild
+++ b/kde-base/artikulate/artikulate-4..ebuild
@@ -11,25 +11,12 @@ inherit kde4-base multilib
 DESCRIPTION="Language learning application that helps improving pronunciation 
skills"
 HOMEPAGE="http://edu.kde.org/applications/language/artikulate";
 KEYWORDS=""
-IUSE="debug gstreamer"
+IUSE="debug"
 
 DEPEND="
dev-qt/qtxmlpatterns:4
-   media-libs/phonon
-   gstreamer? ( media-libs/qt-gstreamer )
-   !gstreamer? ( dev-qt/qt-mobility[multimedia] )
+   >=media-libs/qt-gstreamer-1.2.0
 "
 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
-}