diff options
author | Hanno Boeck <hanno@gentoo.org> | 2007-04-02 22:22:20 +0000 |
---|---|---|
committer | Hanno Boeck <hanno@gentoo.org> | 2007-04-02 22:22:20 +0000 |
commit | 2dd6e1baf68f33bea9aff5346a3c50e6ca492d17 (patch) | |
tree | 841e261c905131a08c187755a2dfcd257f007bac /media-video/pitivi/pitivi-0.10.2.ebuild | |
parent | x86 stable wrt security bug 170303 (diff) | |
download | historical-2dd6e1baf68f33bea9aff5346a3c50e6ca492d17.tar.gz historical-2dd6e1baf68f33bea9aff5346a3c50e6ca492d17.tar.bz2 historical-2dd6e1baf68f33bea9aff5346a3c50e6ca492d17.zip |
pitivi bump
Package-Manager: portage-2.1.2.3
Diffstat (limited to 'media-video/pitivi/pitivi-0.10.2.ebuild')
-rw-r--r-- | media-video/pitivi/pitivi-0.10.2.ebuild | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/media-video/pitivi/pitivi-0.10.2.ebuild b/media-video/pitivi/pitivi-0.10.2.ebuild new file mode 100644 index 000000000000..0cbaa4f6b5d3 --- /dev/null +++ b/media-video/pitivi/pitivi-0.10.2.ebuild @@ -0,0 +1,34 @@ +# 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.2.ebuild,v 1.1 2007/04/02 22:22:20 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,.gconfd,.gstreamer-0.10} + gnome2_src_compile +} |