summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-01-20 23:43:01 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-01-20 23:43:01 +0000
commitcc5dc001779b2cee66965cd0dc97784478b110e3 (patch)
treeeabe791b91e05e7b0b45be8526304d89cb3c18d9 /media-libs/clutter-gst
parentBump, fixes assorted bugs. (diff)
downloadgentoo-2-cc5dc001779b2cee66965cd0dc97784478b110e3.tar.gz
gentoo-2-cc5dc001779b2cee66965cd0dc97784478b110e3.tar.bz2
gentoo-2-cc5dc001779b2cee66965cd0dc97784478b110e3.zip
Bump, fixes memory leaks. Drop old.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/clutter-gst')
-rw-r--r--media-libs/clutter-gst/ChangeLog8
-rw-r--r--media-libs/clutter-gst/clutter-gst-1.4.6.ebuild (renamed from media-libs/clutter-gst/clutter-gst-1.4.2.ebuild)18
2 files changed, 12 insertions, 14 deletions
diff --git a/media-libs/clutter-gst/ChangeLog b/media-libs/clutter-gst/ChangeLog
index d1139e2eacfe..c9ae9405541e 100644
--- a/media-libs/clutter-gst/ChangeLog
+++ b/media-libs/clutter-gst/ChangeLog
@@ -1,6 +1,12 @@
# 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.20 2012/01/14 16:38:31 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter-gst/ChangeLog,v 1.21 2012/01/20 23:43:01 tetromino Exp $
+
+*clutter-gst-1.4.6 (20 Jan 2012)
+
+ 20 Jan 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+ -clutter-gst-1.4.2.ebuild, +clutter-gst-1.4.6.ebuild:
+ Bump, fixes memory leaks. Drop old.
14 Jan 2012; Markus Meier <maekke@gentoo.org> clutter-gst-1.4.4.ebuild:
x86 stable, bug #393007
diff --git a/media-libs/clutter-gst/clutter-gst-1.4.2.ebuild b/media-libs/clutter-gst/clutter-gst-1.4.6.ebuild
index 626f39d7f59b..fafe385f93e2 100644
--- a/media-libs/clutter-gst/clutter-gst-1.4.2.ebuild
+++ b/media-libs/clutter-gst/clutter-gst-1.4.6.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2011 Gentoo Foundation
+# 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.2.ebuild,v 1.1 2011/10/15 22:59:07 pacho Exp $
+# $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 $
EAPI="4"
GCONF_DEBUG="yes"
-PYTHON_DEPEND="2" # Just a build-time dependency
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"
@@ -24,7 +24,7 @@ RDEPEND="
media-libs/gst-plugins-base:0.10[introspection?]
introspection? ( >=dev-libs/gobject-introspection-0.6.8 )"
DEPEND="${RDEPEND}
- sys-apps/sed
+ =dev-lang/python-2*
doc? ( >=dev-util/gtk-doc-1.8 )"
pkg_setup() {
@@ -33,18 +33,10 @@ pkg_setup() {
G2CONF="${G2CONF}
$(use_enable introspection)"
+ python_set_active_version 2
python_pkg_setup
}
-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.am clutter-gst/Makefile.in || die
-}
-
src_compile() {
# Clutter tries to access dri without userpriv, upstream bug #661873
# Massive failure of a hack, see bug 360219, bug 360073, bug 363917