public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:master commit in: media-libs/clutter-gst/
@ 2011-10-09 20:39 Alexandre Restovtsev
  0 siblings, 0 replies; 9+ messages in thread
From: Alexandre Restovtsev @ 2011-10-09 20:39 UTC (permalink / raw
  To: gentoo-commits

commit:     f70bb3b15fae99119c41d3b8cd68bf280da201f1
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Sun Oct  9 20:33:33 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sun Oct  9 20:37:12 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f70bb3b1

media-libs/clutter-gst: drop -D*_DISABLE_DEPRECATED flags (#385171)

Not needed for the overlay, but a good policy in any case. Addresses
bug #385171 reported by Olivier Rolland <billl <AT> users.sf.net>.

---
 media-libs/clutter-gst/clutter-gst-1.4.2.ebuild |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/media-libs/clutter-gst/clutter-gst-1.4.2.ebuild b/media-libs/clutter-gst/clutter-gst-1.4.2.ebuild
index 700bc8e..1f424ad 100644
--- a/media-libs/clutter-gst/clutter-gst-1.4.2.ebuild
+++ b/media-libs/clutter-gst/clutter-gst-1.4.2.ebuild
@@ -39,6 +39,9 @@ src_prepare() {
 
 	gnome2_src_prepare
 	python_convert_shebangs 2 "${S}"/scripts/pso2h.py
+
+	# Remove *_DISABLE_DEPRECATED, bug #385171
+	sed -e 's/-D.*_DISABLE_DEPRECATED//g' -i clutter-gst/Makefile.*
 }
 
 src_compile() {



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

* [gentoo-commits] proj/gnome:master commit in: media-libs/clutter-gst/
@ 2011-10-09 20:40 Alexandre Restovtsev
  0 siblings, 0 replies; 9+ messages in thread
From: Alexandre Restovtsev @ 2011-10-09 20:40 UTC (permalink / raw
  To: gentoo-commits

commit:     db64c5d46e5d8e473dc5947e9c1fa071d49d2b28
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Sun Oct  9 20:39:50 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sun Oct  9 20:39:50 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=db64c5d4

media-libs/clutter-gst: qa

die if sed failed

---
 media-libs/clutter-gst/clutter-gst-1.4.2.ebuild |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/media-libs/clutter-gst/clutter-gst-1.4.2.ebuild b/media-libs/clutter-gst/clutter-gst-1.4.2.ebuild
index 1f424ad..fe5aff6 100644
--- a/media-libs/clutter-gst/clutter-gst-1.4.2.ebuild
+++ b/media-libs/clutter-gst/clutter-gst-1.4.2.ebuild
@@ -41,7 +41,7 @@ src_prepare() {
 	python_convert_shebangs 2 "${S}"/scripts/pso2h.py
 
 	# Remove *_DISABLE_DEPRECATED, bug #385171
-	sed -e 's/-D.*_DISABLE_DEPRECATED//g' -i clutter-gst/Makefile.*
+	sed -e 's/-D.*_DISABLE_DEPRECATED//g' -i clutter-gst/Makefile.* || die
 }
 
 src_compile() {



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

* [gentoo-commits] proj/gnome:master commit in: media-libs/clutter-gst/
@ 2011-10-17 16:44 Alexandre Restovtsev
  0 siblings, 0 replies; 9+ messages in thread
From: Alexandre Restovtsev @ 2011-10-17 16:44 UTC (permalink / raw
  To: gentoo-commits

commit:     98a187b9a8a06657e41de9e38a7c389c321413e6
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Mon Oct 17 16:38:27 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Mon Oct 17 16:38:27 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=98a187b9

media-libs/clutter-gst: in gx86

---
 media-libs/clutter-gst/clutter-gst-1.4.2.ebuild |   53 -----------------------
 1 files changed, 0 insertions(+), 53 deletions(-)

diff --git a/media-libs/clutter-gst/clutter-gst-1.4.2.ebuild b/media-libs/clutter-gst/clutter-gst-1.4.2.ebuild
deleted file mode 100644
index fe5aff6..0000000
--- a/media-libs/clutter-gst/clutter-gst-1.4.2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter-gst/clutter-gst-1.3.14.ebuild,v 1.1 2011/09/09 17:14:58 pacho Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2" # Just a build-time dependency
-GNOME_TARBALL_SUFFIX="xz"
-CLUTTER_LA_PUNT="yes"
-
-# inherit clutter after gnome2 so that defaults aren't overriden
-# inherit gnome.org in the end so we use gnome mirrors and get the xz tarball
-inherit python gnome2 clutter gnome.org
-
-DESCRIPTION="GStreamer Integration library for Clutter"
-
-SLOT="1.0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug doc examples +introspection"
-
-# Automagic cogl-1.8 dependency, and cogl requires clutter-1.8
-RDEPEND="
-	>=dev-libs/glib-2.20:2
-	>=media-libs/clutter-1.8.0:1.0[introspection?]
-	>=media-libs/cogl-1.8.0:1.0[introspection?]
-	>=media-libs/gstreamer-0.10.26:0.10[introspection?]
-	media-libs/gst-plugins-base:0.10[introspection?]
-	introspection? ( >=dev-libs/gobject-introspection-0.6.8 )"
-DEPEND="${RDEPEND}
-	sys-apps/sed
-	doc? ( >=dev-util/gtk-doc-1.8 )"
-
-DOCS="AUTHORS NEWS README"
-EXAMPLES="examples/{*.c,*.png,README}"
-
-src_prepare() {
-	# XXX: debug default is "minimum" in even releases; "yes" in odd releases
-	G2CONF="${G2CONF}
-		$(use_enable introspection)"
-
-	gnome2_src_prepare
-	python_convert_shebangs 2 "${S}"/scripts/pso2h.py
-
-	# Remove *_DISABLE_DEPRECATED, bug #385171
-	sed -e 's/-D.*_DISABLE_DEPRECATED//g' -i clutter-gst/Makefile.* || die
-}
-
-src_compile() {
-	# Clutter tries to access dri without userpriv
-	# Massive failure of a hack, see bug 360219, bug 360073, bug 363917, bug 385433
-	DISPLAY="999invalid"
-
-	gnome2_src_compile
-}



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

* [gentoo-commits] proj/gnome:master commit in: media-libs/clutter-gst/
@ 2012-10-28 11:41 Gilles Dartiguelongue
  0 siblings, 0 replies; 9+ messages in thread
From: Gilles Dartiguelongue @ 2012-10-28 11:41 UTC (permalink / raw
  To: gentoo-commits

commit:     38f63eedcc0aaa5f33f86fc8afca8f4659b1042e
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 28 11:41:05 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct 28 11:41:05 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=38f63eed

media-libs/clutter-gst: 1.6.0 → 1.9.92

---
 media-libs/clutter-gst/clutter-gst-1.9.92.ebuild |   56 ++++++++++++++++++++++
 1 files changed, 56 insertions(+), 0 deletions(-)

diff --git a/media-libs/clutter-gst/clutter-gst-1.9.92.ebuild b/media-libs/clutter-gst/clutter-gst-1.9.92.ebuild
new file mode 100644
index 0000000..bdb09ad
--- /dev/null
+++ b/media-libs/clutter-gst/clutter-gst-1.9.92.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter-gst/clutter-gst-1.6.0.ebuild,v 1.4 2012/10/25 20:26:29 eva Exp $
+
+EAPI="4"
+GCONF_DEBUG="yes"
+CLUTTER_LA_PUNT="yes"
+
+# inherit clutter after gnome2 so that defaults aren't overriden
+# inherit gnome.org in the end so we use gnome mirrors and get the xz tarball
+# no PYTHON_DEPEND, python2 is just a build-time dependency
+inherit python gnome2 clutter gnome.org
+
+DESCRIPTION="GStreamer Integration library for Clutter"
+
+SLOT="2.0"
+KEYWORDS="~alpha ~amd64 ~ppc64 ~x86"
+IUSE="examples +introspection"
+
+# FIXME: Support for gstreamer-basevideo-0.10 (HW decoder support) is automagic
+RDEPEND="
+	>=dev-libs/glib-2.20:2
+	>=media-libs/clutter-1.6.0:1.0[introspection?]
+	>=media-libs/cogl-1.8:1.0[introspection?]
+	media-libs/gstreamer:1.0[introspection?]
+	media-libs/gst-plugins-bad:1.0
+	media-libs/gst-plugins-base:1.0[introspection?]
+	introspection? ( >=dev-libs/gobject-introspection-0.6.8 )
+"
+DEPEND="${RDEPEND}
+	>=dev-util/gtk-doc-am-1.8
+	=dev-lang/python-2*
+	virtual/pkgconfig
+"
+
+pkg_setup() {
+	python_set_active_version 2
+	python_pkg_setup
+}
+
+src_prepare() {
+	DOCS="AUTHORS NEWS README"
+	EXAMPLES="examples/{*.c,*.png,README}"
+	G2CONF="${G2CONF}
+		--disable-maintainer-flags
+		$(use_enable introspection)"
+
+	gnome2_src_prepare
+}
+
+src_compile() {
+	# Clutter tries to access dri without userpriv, upstream bug #661873
+	# Massive failure of a hack, see bug 360219, bug 360073, bug 363917
+	unset DISPLAY
+	default
+}


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

* [gentoo-commits] proj/gnome:master commit in: media-libs/clutter-gst/
@ 2012-11-01 22:48 Gilles Dartiguelongue
  0 siblings, 0 replies; 9+ messages in thread
From: Gilles Dartiguelongue @ 2012-11-01 22:48 UTC (permalink / raw
  To: gentoo-commits

commit:     b06531d70237b4266ade6c2028707c8297faa271
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  1 21:19:49 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Nov  1 21:41:25 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b06531d7

media-libs/clutter-gst: fix parallel installation

---
 media-libs/clutter-gst/clutter-gst-1.9.92.ebuild |   14 ++++++++++++++
 media-libs/clutter-gst/metadata.xml              |    9 +++++++++
 2 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/media-libs/clutter-gst/clutter-gst-1.9.92.ebuild b/media-libs/clutter-gst/clutter-gst-1.9.92.ebuild
index bdb09ad..d124c55 100644
--- a/media-libs/clutter-gst/clutter-gst-1.9.92.ebuild
+++ b/media-libs/clutter-gst/clutter-gst-1.9.92.ebuild
@@ -45,6 +45,20 @@ src_prepare() {
 		--disable-maintainer-flags
 		$(use_enable introspection)"
 
+	# Make doc parallel installable
+	cd "${S}"/doc/reference
+	sed -e "s/\(DOC_MODULE.*=\).*/\1${PN}-${SLOT}/" \
+		-e "s/\(DOC_MAIN_SGML_FILE.*=\).*/\1${PN}-docs-${SLOT}.sgml/" \
+		-i Makefile.am Makefile.in || die
+	sed -e "s/\(<book.*name=\"\)clutter-gst/\1${PN}-${SLOT}/" \
+		-i html/clutter-gst.devhelp2 || die
+	mv clutter-gst-docs{,-${SLOT}}.sgml || die
+	mv clutter-gst-overrides{,-${SLOT}}.txt || die
+	mv clutter-gst-sections{,-${SLOT}}.txt || die
+	mv clutter-gst{,-${SLOT}}.types || die
+	mv html/clutter-gst{,-${SLOT}}.devhelp2
+
+	cd "${S}"
 	gnome2_src_prepare
 }
 

diff --git a/media-libs/clutter-gst/metadata.xml b/media-libs/clutter-gst/metadata.xml
new file mode 100644
index 0000000..f3e5efc
--- /dev/null
+++ b/media-libs/clutter-gst/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>gnome</herd>
+  <use>
+    <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg> for
+		introspection</flag>
+  </use>
+</pkgmetadata>


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

* [gentoo-commits] proj/gnome:master commit in: media-libs/clutter-gst/
@ 2012-12-09 20:32 Alexandre Rostovtsev
  0 siblings, 0 replies; 9+ messages in thread
From: Alexandre Rostovtsev @ 2012-12-09 20:32 UTC (permalink / raw
  To: gentoo-commits

commit:     a96a76b964133e0a261bb175d72658361ee166e2
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  9 20:31:52 2012 +0000
Commit:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Sun Dec  9 20:31:52 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a96a76b9

media-libs/clutter-gst: moved to gx86

---
 media-libs/clutter-gst/clutter-gst-1.9.92.ebuild |   70 ----------------------
 media-libs/clutter-gst/metadata.xml              |    9 ---
 2 files changed, 0 insertions(+), 79 deletions(-)

diff --git a/media-libs/clutter-gst/clutter-gst-1.9.92.ebuild b/media-libs/clutter-gst/clutter-gst-1.9.92.ebuild
deleted file mode 100644
index 8eda4be..0000000
--- a/media-libs/clutter-gst/clutter-gst-1.9.92.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter-gst/clutter-gst-1.6.0.ebuild,v 1.4 2012/10/25 20:26:29 eva Exp $
-
-EAPI="5"
-GCONF_DEBUG="yes"
-CLUTTER_LA_PUNT="yes"
-
-# inherit clutter after gnome2 so that defaults aren't overriden
-# inherit gnome.org in the end so we use gnome mirrors and get the xz tarball
-# no PYTHON_DEPEND, python2 is just a build-time dependency
-inherit python gnome2 clutter gnome.org
-
-DESCRIPTION="GStreamer Integration library for Clutter"
-
-SLOT="2.0"
-KEYWORDS="~alpha ~amd64 ~ppc64 ~x86"
-IUSE="examples +introspection"
-
-# FIXME: Support for gstreamer-basevideo-0.10 (HW decoder support) is automagic
-RDEPEND="
-	>=dev-libs/glib-2.20:2
-	>=media-libs/clutter-1.6.0:1.0=[introspection?]
-	>=media-libs/cogl-1.8:1.0=[introspection?]
-	media-libs/gstreamer:1.0[introspection?]
-	media-libs/gst-plugins-bad:1.0
-	media-libs/gst-plugins-base:1.0[introspection?]
-	introspection? ( >=dev-libs/gobject-introspection-0.6.8 )
-"
-DEPEND="${RDEPEND}
-	>=dev-util/gtk-doc-am-1.8
-	=dev-lang/python-2*
-	virtual/pkgconfig
-"
-
-pkg_setup() {
-	python_set_active_version 2
-	python_pkg_setup
-}
-
-src_prepare() {
-	DOCS="AUTHORS NEWS README"
-	EXAMPLES="examples/{*.c,*.png,README}"
-	G2CONF="${G2CONF}
-		--disable-maintainer-flags
-		$(use_enable introspection)"
-
-	# Make doc parallel installable
-	cd "${S}"/doc/reference
-	sed -e "s/\(DOC_MODULE.*=\).*/\1${PN}-${SLOT}/" \
-		-e "s/\(DOC_MAIN_SGML_FILE.*=\).*/\1${PN}-docs-${SLOT}.sgml/" \
-		-i Makefile.am Makefile.in || die
-	sed -e "s/\(<book.*name=\"\)clutter-gst/\1${PN}-${SLOT}/" \
-		-i html/clutter-gst.devhelp2 || die
-	mv clutter-gst-docs{,-${SLOT}}.sgml || die
-	mv clutter-gst-overrides{,-${SLOT}}.txt || die
-	mv clutter-gst-sections{,-${SLOT}}.txt || die
-	mv clutter-gst{,-${SLOT}}.types || die
-	mv html/clutter-gst{,-${SLOT}}.devhelp2
-
-	cd "${S}"
-	gnome2_src_prepare
-}
-
-src_compile() {
-	# Clutter tries to access dri without userpriv, upstream bug #661873
-	# Massive failure of a hack, see bug 360219, bug 360073, bug 363917
-	unset DISPLAY
-	default
-}

diff --git a/media-libs/clutter-gst/metadata.xml b/media-libs/clutter-gst/metadata.xml
deleted file mode 100644
index f3e5efc..0000000
--- a/media-libs/clutter-gst/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <herd>gnome</herd>
-  <use>
-    <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg> for
-		introspection</flag>
-  </use>
-</pkgmetadata>


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

* [gentoo-commits] proj/gnome:master commit in: media-libs/clutter-gst/
@ 2015-05-10 21:49 Gilles Dartiguelongue
  0 siblings, 0 replies; 9+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-10 21:49 UTC (permalink / raw
  To: gentoo-commits

commit:     0e8ffa976c1bd500a0b648ff7111f1b93b7e68e7
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun May 10 21:43:58 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun May 10 21:43:58 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=0e8ffa97

media-libs/clutter-gst: 2.0.14 → 3.0.4

 media-libs/clutter-gst/clutter-gst-3.0.4.ebuild | 82 +++++++++++++++++++++++++
 media-libs/clutter-gst/metadata.xml             |  5 ++
 2 files changed, 87 insertions(+)

diff --git a/media-libs/clutter-gst/clutter-gst-3.0.4.ebuild b/media-libs/clutter-gst/clutter-gst-3.0.4.ebuild
new file mode 100644
index 0000000..d3f95d5
--- /dev/null
+++ b/media-libs/clutter-gst/clutter-gst-3.0.4.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+GCONF_DEBUG="yes"
+GNOME2_LA_PUNT="yes"
+PYTHON_COMPAT=( python2_7 )
+
+inherit gnome2 python-any-r1
+
+HOMEPAGE="http://www.clutter-project.org/"
+DESCRIPTION="GStreamer integration library for Clutter"
+
+LICENSE="LGPL-2.1+"
+SLOT="3.0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="examples +introspection"
+
+# >=cogl-1.18 provides cogl-2.0-experimental
+# FIXME:
+# - udev is automagic
+# - provide a USE flag for HW decode support (--enable-gl-texture-upload)
+COMMON_DEPEND="
+	>=dev-libs/glib-2.20:2
+	>=media-libs/clutter-1.20:1.0=[introspection?]
+	>=media-libs/cogl-1.18:1.0=[introspection?]
+	>=media-libs/gstreamer-1.4:1.0[introspection?]
+	>=media-libs/gst-plugins-bad-1.4:1.0
+	>=media-libs/gst-plugins-base-1.4:1.0[introspection?]
+	virtual/libgudev
+	introspection? ( >=dev-libs/gobject-introspection-0.6.8 )
+"
+# uses goom from gst-plugins-good
+RDEPEND="${COMMON_DEPEND}
+	>=media-libs/gst-plugins-good-1.4:1.0
+"
+DEPEND="${COMMON_DEPEND}
+	${PYTHON_DEPS}
+	>=dev-util/gtk-doc-am-1.11
+	virtual/pkgconfig
+"
+
+src_prepare() {
+	# Make doc parallel installable
+	#cd "${S}"/doc/reference
+	#sed -e "s/\(DOC_MODULE.*=\).*/\1${PN}-${SLOT}/" \
+#		-e "s/\(DOC_MAIN_SGML_FILE.*=\).*/\1${PN}-docs-${SLOT}.sgml/" \
+#		-i Makefile.am Makefile.in || die
+#	sed -e "s/\(<book.*name=\"\)clutter-gst/\1${PN}-${SLOT}/" \
+#		-i html/clutter-gst.devhelp2 || die
+#	mv clutter-gst-docs{,-${SLOT}}.sgml || die
+#	mv clutter-gst-overrides{,-${SLOT}}.txt || die
+#	mv clutter-gst-sections{,-${SLOT}}.txt || die
+#	mv clutter-gst{,-${SLOT}}.types || die
+#	mv html/clutter-gst{,-${SLOT}}.devhelp2
+
+#	cd "${S}"
+	gnome2_src_prepare
+}
+
+src_configure() {
+	gnome2_src_configure \
+		--disable-maintainer-flags \
+		$(use_enable introspection)
+}
+
+src_compile() {
+	# Clutter tries to access dri without userpriv, upstream bug #661873
+	# Massive failure of a hack, see bug 360219, bug 360073, bug 363917
+	unset DISPLAY
+	gnome2_src_compile
+}
+
+src_install() {
+	gnome2_src_install
+
+	if use examples; then
+		insinto /usr/share/doc/"${PF}"/examples
+		doins examples/{*.c,*.png,README}
+	fi
+}

diff --git a/media-libs/clutter-gst/metadata.xml b/media-libs/clutter-gst/metadata.xml
new file mode 100644
index 0000000..6e0e2ec
--- /dev/null
+++ b/media-libs/clutter-gst/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>gnome</herd>
+</pkgmetadata>


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

* [gentoo-commits] proj/gnome:master commit in: media-libs/clutter-gst/
@ 2015-05-25 14:05 Gilles Dartiguelongue
  0 siblings, 0 replies; 9+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-25 14:05 UTC (permalink / raw
  To: gentoo-commits

commit:     848e15b8830679a96242aeb83a8e0d05ad2d9002
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon May 25 10:47:15 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon May 25 10:47:15 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=848e15b8

media-libs/clutter-gst: 3.0.4 → 3.0.6

 ...utter-gst-3.0.4.ebuild => clutter-gst-3.0.6.ebuild} | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/media-libs/clutter-gst/clutter-gst-3.0.4.ebuild b/media-libs/clutter-gst/clutter-gst-3.0.6.ebuild
similarity index 72%
rename from media-libs/clutter-gst/clutter-gst-3.0.4.ebuild
rename to media-libs/clutter-gst/clutter-gst-3.0.6.ebuild
index d3f95d5..1aea6d4 100644
--- a/media-libs/clutter-gst/clutter-gst-3.0.4.ebuild
+++ b/media-libs/clutter-gst/clutter-gst-3.0.6.ebuild
@@ -41,24 +41,6 @@ DEPEND="${COMMON_DEPEND}
 	virtual/pkgconfig
 "
 
-src_prepare() {
-	# Make doc parallel installable
-	#cd "${S}"/doc/reference
-	#sed -e "s/\(DOC_MODULE.*=\).*/\1${PN}-${SLOT}/" \
-#		-e "s/\(DOC_MAIN_SGML_FILE.*=\).*/\1${PN}-docs-${SLOT}.sgml/" \
-#		-i Makefile.am Makefile.in || die
-#	sed -e "s/\(<book.*name=\"\)clutter-gst/\1${PN}-${SLOT}/" \
-#		-i html/clutter-gst.devhelp2 || die
-#	mv clutter-gst-docs{,-${SLOT}}.sgml || die
-#	mv clutter-gst-overrides{,-${SLOT}}.txt || die
-#	mv clutter-gst-sections{,-${SLOT}}.txt || die
-#	mv clutter-gst{,-${SLOT}}.types || die
-#	mv html/clutter-gst{,-${SLOT}}.devhelp2
-
-#	cd "${S}"
-	gnome2_src_prepare
-}
-
 src_configure() {
 	gnome2_src_configure \
 		--disable-maintainer-flags \


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

* [gentoo-commits] proj/gnome:master commit in: media-libs/clutter-gst/
@ 2015-06-09  9:16 Gilles Dartiguelongue
  0 siblings, 0 replies; 9+ messages in thread
From: Gilles Dartiguelongue @ 2015-06-09  9:16 UTC (permalink / raw
  To: gentoo-commits

commit:     4dfe8a378e88fc15c582823c81e0d06b558bb114
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  8 22:24:01 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Jun  8 22:24:01 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=4dfe8a37

media-libs/clutter-gst: moved to gentoo-x86

 media-libs/clutter-gst/clutter-gst-3.0.6.ebuild | 64 -------------------------
 1 file changed, 64 deletions(-)

diff --git a/media-libs/clutter-gst/clutter-gst-3.0.6.ebuild b/media-libs/clutter-gst/clutter-gst-3.0.6.ebuild
deleted file mode 100644
index 1aea6d4..0000000
--- a/media-libs/clutter-gst/clutter-gst-3.0.6.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python2_7 )
-
-inherit gnome2 python-any-r1
-
-HOMEPAGE="http://www.clutter-project.org/"
-DESCRIPTION="GStreamer integration library for Clutter"
-
-LICENSE="LGPL-2.1+"
-SLOT="3.0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="examples +introspection"
-
-# >=cogl-1.18 provides cogl-2.0-experimental
-# FIXME:
-# - udev is automagic
-# - provide a USE flag for HW decode support (--enable-gl-texture-upload)
-COMMON_DEPEND="
-	>=dev-libs/glib-2.20:2
-	>=media-libs/clutter-1.20:1.0=[introspection?]
-	>=media-libs/cogl-1.18:1.0=[introspection?]
-	>=media-libs/gstreamer-1.4:1.0[introspection?]
-	>=media-libs/gst-plugins-bad-1.4:1.0
-	>=media-libs/gst-plugins-base-1.4:1.0[introspection?]
-	virtual/libgudev
-	introspection? ( >=dev-libs/gobject-introspection-0.6.8 )
-"
-# uses goom from gst-plugins-good
-RDEPEND="${COMMON_DEPEND}
-	>=media-libs/gst-plugins-good-1.4:1.0
-"
-DEPEND="${COMMON_DEPEND}
-	${PYTHON_DEPS}
-	>=dev-util/gtk-doc-am-1.11
-	virtual/pkgconfig
-"
-
-src_configure() {
-	gnome2_src_configure \
-		--disable-maintainer-flags \
-		$(use_enable introspection)
-}
-
-src_compile() {
-	# Clutter tries to access dri without userpriv, upstream bug #661873
-	# Massive failure of a hack, see bug 360219, bug 360073, bug 363917
-	unset DISPLAY
-	gnome2_src_compile
-}
-
-src_install() {
-	gnome2_src_install
-
-	if use examples; then
-		insinto /usr/share/doc/"${PF}"/examples
-		doins examples/{*.c,*.png,README}
-	fi
-}


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

end of thread, other threads:[~2015-06-09  9:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-09 20:40 [gentoo-commits] proj/gnome:master commit in: media-libs/clutter-gst/ Alexandre Restovtsev
  -- strict thread matches above, loose matches on Subject: below --
2015-06-09  9:16 Gilles Dartiguelongue
2015-05-25 14:05 Gilles Dartiguelongue
2015-05-10 21:49 Gilles Dartiguelongue
2012-12-09 20:32 Alexandre Rostovtsev
2012-11-01 22:48 Gilles Dartiguelongue
2012-10-28 11:41 Gilles Dartiguelongue
2011-10-17 16:44 Alexandre Restovtsev
2011-10-09 20:39 Alexandre Restovtsev

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