diff options
author | Hanno Böck <hanno@gentoo.org> | 2006-06-03 01:45:48 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2006-06-03 01:45:48 +0000 |
commit | a007e72ccb5231e2e2b309ef5280b7736e64ef03 (patch) | |
tree | da589cb17d5a9e46a5bc4e6625d820fc5b21de41 | |
parent | revision/security bump, changes to ia64 and filepicker patch, sparc patch int... (diff) | |
download | gentoo-2-a007e72ccb5231e2e2b309ef5280b7736e64ef03.tar.gz gentoo-2-a007e72ccb5231e2e2b309ef5280b7736e64ef03.tar.bz2 gentoo-2-a007e72ccb5231e2e2b309ef5280b7736e64ef03.zip |
fix access violations in pitivi
(Portage version: 2.1_rc3-r5)
-rw-r--r-- | media-video/pitivi/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/pitivi/pitivi-0.10.0.ebuild | 10 |
2 files changed, 13 insertions, 2 deletions
diff --git a/media-video/pitivi/ChangeLog b/media-video/pitivi/ChangeLog index fc14c52de72d..493d6994a46f 100644 --- a/media-video/pitivi/ChangeLog +++ b/media-video/pitivi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/pitivi # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/ChangeLog,v 1.1 2006/05/13 20:49:28 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/ChangeLog,v 1.2 2006/06/03 01:45:48 hanno Exp $ + + 03 Jun 2006; Hanno Boeck <hanno@gentoo.org> pitivi-0.10.0.ebuild: + Fix access violations. *pitivi-0.10.0 (13 May 2006) diff --git a/media-video/pitivi/pitivi-0.10.0.ebuild b/media-video/pitivi/pitivi-0.10.0.ebuild index 71d7955563de..72d50d5357e4 100644 --- a/media-video/pitivi/pitivi-0.10.0.ebuild +++ b/media-video/pitivi/pitivi-0.10.0.ebuild @@ -1,6 +1,6 @@ # 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.0.ebuild,v 1.1 2006/05/13 20:49:28 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/pitivi-0.10.0.ebuild,v 1.2 2006/06/03 01:45:48 hanno Exp $ DESCRIPTION="A non-linear video editor using the GStreamer multimedia framework" HOMEPAGE="http://www.pitivi.org" @@ -24,6 +24,14 @@ RDEPEND="${DEPEND} >=media-plugins/gst-plugins-xvideo-0.10.0 >=media-plugins/gst-plugins-libpng-0.10.0" +src_compile() { + addpredict "/root/.gconf" + addpredict "/root/.gconfd" + addpredict "/root/.gstreamer-0.10" + econf || die + emake || die +} + src_install() { einstall || die domenu pitivi.desktop |