summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2007-06-10 21:36:03 +0000
committerHanno Böck <hanno@gentoo.org>2007-06-10 21:36:03 +0000
commita57fecced437fca622ecaf92fc7a6d8539b90c88 (patch)
tree95b8b99e35885eae6543b98338724417fd250b0d /media-video/pitivi
parentgnonlin bump (diff)
downloadgentoo-2-a57fecced437fca622ecaf92fc7a6d8539b90c88.tar.gz
gentoo-2-a57fecced437fca622ecaf92fc7a6d8539b90c88.tar.bz2
gentoo-2-a57fecced437fca622ecaf92fc7a6d8539b90c88.zip
pitivi bump
(Portage version: 2.1.2.9)
Diffstat (limited to 'media-video/pitivi')
-rw-r--r--media-video/pitivi/ChangeLog7
-rw-r--r--media-video/pitivi/files/digest-pitivi-0.10.33
-rw-r--r--media-video/pitivi/pitivi-0.10.3.ebuild36
3 files changed, 45 insertions, 1 deletions
diff --git a/media-video/pitivi/ChangeLog b/media-video/pitivi/ChangeLog
index 6d9a7dee055e..1725c6ec2673 100644
--- a/media-video/pitivi/ChangeLog
+++ b/media-video/pitivi/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-video/pitivi
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/ChangeLog,v 1.7 2007/04/21 04:55:00 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/ChangeLog,v 1.8 2007/06/10 21:36:03 hanno Exp $
+
+*pitivi-0.10.3 (10 Jun 2007)
+
+ 10 Jun 2007; Hanno Boeck <hanno@gentoo.org> +pitivi-0.10.3.ebuild:
+ Version bump.
21 Apr 2007; Hanno Boeck <hanno@gentoo.org> pitivi-0.10.2.ebuild:
Fix addpredict usage.
diff --git a/media-video/pitivi/files/digest-pitivi-0.10.3 b/media-video/pitivi/files/digest-pitivi-0.10.3
new file mode 100644
index 000000000000..407441aa3afe
--- /dev/null
+++ b/media-video/pitivi/files/digest-pitivi-0.10.3
@@ -0,0 +1,3 @@
+MD5 a833048b7b3068a0df75f7da2f566685 pitivi-0.10.3.tar.bz2 308152
+RMD160 a33c8684b4db294f8266d23f349750edf7047774 pitivi-0.10.3.tar.bz2 308152
+SHA256 cfb703fccf01f61112a7065ddb119886692deb75074a7faab0f039c275b88f39 pitivi-0.10.3.tar.bz2 308152
diff --git a/media-video/pitivi/pitivi-0.10.3.ebuild b/media-video/pitivi/pitivi-0.10.3.ebuild
new file mode 100644
index 000000000000..658b72eab41e
--- /dev/null
+++ b/media-video/pitivi/pitivi-0.10.3.ebuild
@@ -0,0 +1,36 @@
+# 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
+}