diff options
author | Hanno Böck <hanno@gentoo.org> | 2009-06-27 12:39:11 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2009-06-27 12:39:11 +0000 |
commit | c6f3e029894fcc45ec6bf10b842a803d7b8b3c5c (patch) | |
tree | 3b3dc18ace0a5a7122d1279fa51b056082db6940 | |
parent | Bump to 0.7.5. Fixes #259844. Ebuild fixups by Tim Harder. (diff) | |
download | gentoo-2-c6f3e029894fcc45ec6bf10b842a803d7b8b3c5c.tar.gz gentoo-2-c6f3e029894fcc45ec6bf10b842a803d7b8b3c5c.tar.bz2 gentoo-2-c6f3e029894fcc45ec6bf10b842a803d7b8b3c5c.zip |
pitivi: add librsvg dependency
(Portage version: 2.2_rc33/cvs/Linux x86_64)
-rw-r--r-- | media-video/pitivi/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/pitivi/pitivi-0.13.1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/media-video/pitivi/ChangeLog b/media-video/pitivi/ChangeLog index d0324310e833..3b80d99cc087 100644 --- a/media-video/pitivi/ChangeLog +++ b/media-video/pitivi/ChangeLog @@ -1,6 +1,9 @@ # 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.17 2009/05/31 10:27:02 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/ChangeLog,v 1.18 2009/06/27 12:39:11 hanno Exp $ + + 27 Jun 2009; Hanno Boeck <hanno@gentoo.org> pitivi-0.13.1.ebuild: + Add librsvg dependency, fix #275344. *pitivi-0.13.1 (31 May 2009) diff --git a/media-video/pitivi/pitivi-0.13.1.ebuild b/media-video/pitivi/pitivi-0.13.1.ebuild index 7475278d54b8..f296423f7294 100644 --- a/media-video/pitivi/pitivi-0.13.1.ebuild +++ b/media-video/pitivi/pitivi-0.13.1.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.13.1.ebuild,v 1.1 2009/05/31 10:27:02 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/pitivi-0.13.1.ebuild,v 1.2 2009/06/27 12:39:11 hanno Exp $ EAPI="2" GCONF_DEBUG="no" @@ -22,6 +22,7 @@ RDEPEND=">=dev-lang/python-2.5 dev-python/pycairo dev-python/pygoocanvas net-zope/zopeinterface + gnome-base/librsvg >=media-libs/gstreamer-0.10.23 >=dev-python/gst-python-0.10.15 |