summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-01-30 18:47:57 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-01-30 18:47:57 +0000
commitaafb89e3cc854c023abc1fe3024cdb639504764e (patch)
treeba2d577ca26dd6cac17e7052834989e30f0d1aa1 /media-libs/clutter-gst
parentStable for AMD64, wrt security bug #401533 (diff)
downloadgentoo-2-aafb89e3cc854c023abc1fe3024cdb639504764e.tar.gz
gentoo-2-aafb89e3cc854c023abc1fe3024cdb639504764e.tar.bz2
gentoo-2-aafb89e3cc854c023abc1fe3024cdb639504764e.zip
Call eautoreconf to fix building on arm (bug #401383, thanks to Fabio Erculiani for reporting).
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/clutter-gst')
-rw-r--r--media-libs/clutter-gst/ChangeLog7
-rw-r--r--media-libs/clutter-gst/clutter-gst-1.4.6.ebuild12
2 files changed, 16 insertions, 3 deletions
diff --git a/media-libs/clutter-gst/ChangeLog b/media-libs/clutter-gst/ChangeLog
index c9ae9405541e..995108e7daf3 100644
--- a/media-libs/clutter-gst/ChangeLog
+++ b/media-libs/clutter-gst/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/clutter-gst
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter-gst/ChangeLog,v 1.21 2012/01/20 23:43:01 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter-gst/ChangeLog,v 1.22 2012/01/30 18:47:57 tetromino Exp $
+
+ 30 Jan 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+ clutter-gst-1.4.6.ebuild:
+ Call eautoreconf to fix building on arm (bug #401383, thanks to Fabio
+ Erculiani for reporting).
*clutter-gst-1.4.6 (20 Jan 2012)
diff --git a/media-libs/clutter-gst/clutter-gst-1.4.6.ebuild b/media-libs/clutter-gst/clutter-gst-1.4.6.ebuild
index fafe385f93e2..d60a78a1f102 100644
--- a/media-libs/clutter-gst/clutter-gst-1.4.6.ebuild
+++ b/media-libs/clutter-gst/clutter-gst-1.4.6.ebuild
@@ -1,6 +1,6 @@
# 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.4.6.ebuild,v 1.1 2012/01/20 23:43:01 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter-gst/clutter-gst-1.4.6.ebuild,v 1.2 2012/01/30 18:47:57 tetromino Exp $
EAPI="4"
GCONF_DEBUG="yes"
@@ -9,7 +9,7 @@ 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
+inherit autotools python gnome2 clutter gnome.org
DESCRIPTION="GStreamer Integration library for Clutter"
@@ -26,6 +26,7 @@ RDEPEND="
DEPEND="${RDEPEND}
=dev-lang/python-2*
doc? ( >=dev-util/gtk-doc-1.8 )"
+# eautoreconf does *not* need gtk-doc-am, see build/autotools/ directory
pkg_setup() {
DOCS="AUTHORS NEWS README"
@@ -37,6 +38,13 @@ pkg_setup() {
python_pkg_setup
}
+src_prepare() {
+ # bug #401383, https://bugzilla.gnome.org/show_bug.cgi?id=669054
+ eautoreconf
+
+ 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