diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-05-03 17:36:25 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-05-03 17:36:25 +0000 |
commit | cff8ec861c8491c0b0811429cd39f1cb2750726c (patch) | |
tree | be1123636d0a0fb5e2153f2122c006e63e37c9b8 /media-video | |
parent | Stable on alpha, bug #266986 (diff) | |
download | gentoo-2-cff8ec861c8491c0b0811429cd39f1cb2750726c.tar.gz gentoo-2-cff8ec861c8491c0b0811429cd39f1cb2750726c.tar.bz2 gentoo-2-cff8ec861c8491c0b0811429cd39f1cb2750726c.zip |
Move to split python dependencies, raise some deps according to .spec and clean up old revisions.
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/pitivi/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/pitivi/pitivi-0.10.3.ebuild | 36 | ||||
-rw-r--r-- | media-video/pitivi/pitivi-0.11.1.ebuild | 56 | ||||
-rw-r--r-- | media-video/pitivi/pitivi-0.11.3.ebuild | 20 |
4 files changed, 17 insertions, 102 deletions
diff --git a/media-video/pitivi/ChangeLog b/media-video/pitivi/ChangeLog index 814653b3e3db..ae7867d135de 100644 --- a/media-video/pitivi/ChangeLog +++ b/media-video/pitivi/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-video/pitivi # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/ChangeLog,v 1.15 2009/04/14 18:50:19 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/ChangeLog,v 1.16 2009/05/03 17:36:25 eva Exp $ + + 03 May 2009; Gilles Dartiguelongue <eva@gentoo.org> -pitivi-0.10.3.ebuild, + -pitivi-0.11.1.ebuild, pitivi-0.11.3.ebuild: + Move to split python dependencies, raise some deps according to .spec and + clean up old revisions. 14 Apr 2009; Hanno Boeck <hanno@gentoo.org> +files/pitivi-0.11.3-reserved-word.patch, pitivi-0.11.3.ebuild: diff --git a/media-video/pitivi/pitivi-0.10.3.ebuild b/media-video/pitivi/pitivi-0.10.3.ebuild deleted file mode 100644 index 658b72eab41e..000000000000 --- a/media-video/pitivi/pitivi-0.10.3.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/pitivi-0.10.3.ebuild,v 1.1 2007/06/10 21:36:03 hanno Exp $ - -inherit gnome2 - -DESCRIPTION="A non-linear video editor using the GStreamer multimedia framework" -HOMEPAGE="http://www.pitivi.org" -SRC_URI="mirror://gnome/sources/${PN}/0.10/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -DEPEND=">=media-libs/gstreamer-0.10.4 - >=dev-lang/python-2.3.0 - >=dev-python/pygtk-2.8.0 - >=dev-python/gnome-python-2.12.0 - >=dev-python/gst-python-0.10.0 - >=media-libs/gnonlin-0.10.7" -RDEPEND="${DEPEND} - >=media-libs/gst-plugins-base-0.10.0 - >=media-libs/gst-plugins-good-0.10.0 - >=media-plugins/gst-plugins-ffmpeg-0.10.0 - >=media-plugins/gst-plugins-xvideo-0.10.0 - >=media-plugins/gst-plugins-libpng-0.10.0" - -DOCS="AUTHORS ChangeLog NEWS RELEASE" - -src_compile() { - addpredict $(unset HOME; echo ~)/.gconf - addpredict $(unset HOME; echo ~)/.gconfd - addpredict $(unset HOME; echo ~)/.gstreamer-0.10 - gnome2_src_compile -} diff --git a/media-video/pitivi/pitivi-0.11.1.ebuild b/media-video/pitivi/pitivi-0.11.1.ebuild deleted file mode 100644 index a0eee0a33e26..000000000000 --- a/media-video/pitivi/pitivi-0.11.1.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/pitivi-0.11.1.ebuild,v 1.2 2008/02/24 21:10:09 eva Exp $ - -inherit gnome2 python - -DESCRIPTION="A non-linear video editor using the GStreamer multimedia framework" -HOMEPAGE="http://www.pitivi.org" -SRC_URI="mirror://gnome/sources/${PN}/0.11/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -DEPEND=">=media-libs/gstreamer-0.10.4 - >=dev-lang/python-2.3.0 - >=dev-python/pygtk-2.8.0 - >=dev-python/gnome-python-2.12.0 - >=dev-python/gst-python-0.10.0 - >=media-libs/gnonlin-0.10.7 - net-zope/zopeinterface - dev-python/setuptools" -RDEPEND="${DEPEND} - >=media-libs/gst-plugins-base-0.10.0 - >=media-libs/gst-plugins-good-0.10.0 - >=media-plugins/gst-plugins-ffmpeg-0.10.0 - >=media-plugins/gst-plugins-xvideo-0.10.0 - >=media-plugins/gst-plugins-libpng-0.10.0" - -DOCS="AUTHORS ChangeLog NEWS RELEASE" - -src_unpack() { - gnome2_src_unpack - - # disable pyc compiling - mv py-compile py-compile.orig - ln -s $(type -P true) py-compile -} - -src_compile() { - addpredict $(unset HOME; echo ~)/.gconf - addpredict $(unset HOME; echo ~)/.gconfd - addpredict $(unset HOME; echo ~)/.gstreamer-0.10 - gnome2_src_compile -} - -pkg_postinst() { - gnome2_pkg_postinst - python_mod_optimize "/usr/$(get_libdir)/${PN}/python/${PN}" -} - -pkg_postrm() { - gnome2_pkg_postrm - python_mod_cleanup "/usr/$(get_libdir)/${PN}/python/${PN}" -} diff --git a/media-video/pitivi/pitivi-0.11.3.ebuild b/media-video/pitivi/pitivi-0.11.3.ebuild index 94b54dcc4701..865c6b3050e9 100644 --- a/media-video/pitivi/pitivi-0.11.3.ebuild +++ b/media-video/pitivi/pitivi-0.11.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/pitivi-0.11.3.ebuild,v 1.4 2009/04/14 18:50:19 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/pitivi-0.11.3.ebuild,v 1.5 2009/05/03 17:36:25 eva Exp $ inherit gnome2 python eutils @@ -13,22 +13,24 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND=">=media-libs/gstreamer-0.10.4 - >=dev-lang/python-2.5 +RDEPEND=">=dev-lang/python-2.5 >=dev-python/pygtk-2.8.0 - >=dev-python/gnome-python-2.12.0 dev-python/dbus-python - >=dev-python/gst-python-0.10.0 + >=dev-python/gconf-python-2.12 + dev-python/pycairo + dev-python/pygoocanvas + net-zope/zopeinterface + + >=media-libs/gstreamer-0.10.13.1 + >=dev-python/gst-python-0.10.6 >=media-libs/gnonlin-0.10.10 >=media-libs/gst-plugins-base-0.10.0 >=media-libs/gst-plugins-good-0.10.0 >=media-plugins/gst-plugins-ffmpeg-0.10.0 >=media-plugins/gst-plugins-xvideo-0.10.0 - >=media-plugins/gst-plugins-libpng-0.10.0 - net-zope/zopeinterface - dev-python/pygoocanvas - dev-python/setuptools" + >=media-plugins/gst-plugins-libpng-0.10.0" DEPEND="${RDEPEND} + dev-python/setuptools >=dev-util/intltool-0.35.5" DOCS="AUTHORS ChangeLog NEWS RELEASE" |