summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Boeck <hanno@gentoo.org>2006-08-08 13:45:09 +0000
committerHanno Boeck <hanno@gentoo.org>2006-08-08 13:45:09 +0000
commit8ffe06a0a1ce1585efbd71f86734bbe4b99469f5 (patch)
treee63d010f66e79c5b0094463010e7c7fbb916337a /media-video/pitivi/pitivi-0.10.1.ebuild
parentRemoved broken version; bug #141088 (diff)
downloadhistorical-8ffe06a0a1ce1585efbd71f86734bbe4b99469f5.tar.gz
historical-8ffe06a0a1ce1585efbd71f86734bbe4b99469f5.tar.bz2
historical-8ffe06a0a1ce1585efbd71f86734bbe4b99469f5.zip
pitivi bump
Package-Manager: portage-2.1.1_pre4-r4
Diffstat (limited to 'media-video/pitivi/pitivi-0.10.1.ebuild')
-rw-r--r--media-video/pitivi/pitivi-0.10.1.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/media-video/pitivi/pitivi-0.10.1.ebuild b/media-video/pitivi/pitivi-0.10.1.ebuild
new file mode 100644
index 000000000000..baaf8c110ef5
--- /dev/null
+++ b/media-video/pitivi/pitivi-0.10.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/pitivi-0.10.1.ebuild,v 1.1 2006/08/08 13:45:09 hanno Exp $
+
+inherit gnome2
+
+DESCRIPTION="A non-linear video editor using the GStreamer multimedia framework"
+HOMEPAGE="http://www.pitivi.org"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~x86"
+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.4"
+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"