public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-base/artikulate/
@ 2014-04-22 15:43 Michael Palimaka
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Palimaka @ 2014-04-22 15:43 UTC (permalink / raw
  To: gentoo-commits

commit:     08aca49a9d3437340c54b8f1f3fc2969768254e4
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 22 15:40:14 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Apr 22 15:40:14 2014 +0000
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.9999.ebuild | 35 ++++++++++++++++++++++
 kde-base/artikulate/artikulate-9999.ebuild         | 35 ++++++++++++++++++++++
 kde-base/artikulate/metadata.xml                   |  5 ++++
 3 files changed, 75 insertions(+)

diff --git a/kde-base/artikulate/artikulate-4.13.49.9999.ebuild b/kde-base/artikulate/artikulate-4.13.49.9999.ebuild
new file mode 100644
index 0000000..30a1ca4
--- /dev/null
+++ b/kde-base/artikulate/artikulate-4.13.49.9999.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-9999.ebuild b/kde-base/artikulate/artikulate-9999.ebuild
new file mode 100644
index 0000000..30a1ca4
--- /dev/null
+++ b/kde-base/artikulate/artikulate-9999.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 0000000..a23f444
--- /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>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/artikulate/
@ 2014-07-28 11:03 Michael Palimaka
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Palimaka @ 2014-07-28 11:03 UTC (permalink / raw
  To: gentoo-commits

commit:     c288f97d79c8a313f49f2cd16c4093aa36e63563
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 28 11:03:36 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Jul 28 11:03:36 2014 +0000
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.9999.ebuild | 17 ++---------------
 kde-base/artikulate/artikulate-4.9999.ebuild       | 17 ++---------------
 2 files changed, 4 insertions(+), 30 deletions(-)

diff --git a/kde-base/artikulate/artikulate-4.14.49.9999.ebuild b/kde-base/artikulate/artikulate-4.14.49.9999.ebuild
index 30a1ca4..f06e7cd 100644
--- a/kde-base/artikulate/artikulate-4.14.49.9999.ebuild
+++ b/kde-base/artikulate/artikulate-4.14.49.9999.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.9999.ebuild b/kde-base/artikulate/artikulate-4.9999.ebuild
index 30a1ca4..f06e7cd 100644
--- a/kde-base/artikulate/artikulate-4.9999.ebuild
+++ b/kde-base/artikulate/artikulate-4.9999.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
-}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-28 11:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-28 11:03 [gentoo-commits] proj/kde:master commit in: kde-base/artikulate/ Michael Palimaka
  -- strict thread matches above, loose matches on Subject: below --
2014-04-22 15:43 Michael Palimaka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox