diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-08-28 22:42:19 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-08-28 22:42:19 +0000 |
commit | 2286cbb2d575854e90bbc42ebc6c50e75141ace0 (patch) | |
tree | f865036ccdba8723a8e18893f4b6c599e0af7052 /media-video/piave | |
parent | clean out old, non-modX ebuild (diff) | |
download | gentoo-2-2286cbb2d575854e90bbc42ebc6c50e75141ace0.tar.gz gentoo-2-2286cbb2d575854e90bbc42ebc6c50e75141ace0.tar.bz2 gentoo-2-2286cbb2d575854e90bbc42ebc6c50e75141ace0.zip |
modX deps from piave-0.2.4-r1
(Portage version: 2.1.1_rc1-r1)
Diffstat (limited to 'media-video/piave')
-rw-r--r-- | media-video/piave/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/piave/piave-0.2.4.ebuild | 22 |
2 files changed, 20 insertions, 9 deletions
diff --git a/media-video/piave/ChangeLog b/media-video/piave/ChangeLog index 7abb72257414..e19a2b805345 100644 --- a/media-video/piave/ChangeLog +++ b/media-video/piave/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/piave -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/piave/ChangeLog,v 1.12 2006/01/25 13:02:43 zypher Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/piave/ChangeLog,v 1.13 2006/08/28 22:42:19 mr_bones_ Exp $ + + 28 Aug 2006; Michael Sterrett <mr_bones_@gentoo.org> piave-0.2.4.ebuild: + modX deps from piave-0.2.4-r1 25 Jan 2005; Marc Hildebrand <zypher@gentoo.org> piave-0.2.4-r1.ebuild: Ported to modular X. diff --git a/media-video/piave/piave-0.2.4.ebuild b/media-video/piave/piave-0.2.4.ebuild index 9750c779cf41..96fed5223121 100644 --- a/media-video/piave/piave-0.2.4.ebuild +++ b/media-video/piave/piave-0.2.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/piave/piave-0.2.4.ebuild,v 1.5 2005/03/03 16:02:05 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/piave/piave-0.2.4.ebuild,v 1.6 2006/08/28 22:42:19 mr_bones_ Exp $ DESCRIPTION="PIAVE - Piave Is A Video Editor" HOMEPAGE="http://modesto.sourceforge.net/piave/index.html" @@ -11,19 +11,27 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ~ppc ~sparc" -DEPEND="virtual/x11 - >=dev-util/pkgconfig-0.15.0 - >=dev-libs/libxml2-2.5.11 +RDEPEND=">=dev-libs/libxml2-2.5.11 >=dev-cpp/libxmlpp-0.21.0 + >=dev-libs/glib-1.2.10-r5 + >=media-libs/libsndfile-1.0.11 >=media-libs/gdk-pixbuf-0.22.0 >=media-libs/libsdl-1.2.6-r2 >=media-libs/sdl-image-1.2.3 - >=media-libs/libdv-0.99-r1 + <=media-libs/libdv-0.102 >=media-libs/libsndfile-1.0.5 >=media-libs/libvorbis-1.0.1 >=sys-libs/libraw1394-0.9.0 - >=sys-libs/libavc1394-0.4.1" + >=sys-libs/libavc1394-0.4.1 + media-libs/nas + || ( ( + x11-libs/libX11 + x11-libs/libXi + x11-libs/libXext + ) virtual/x11 )" +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.15.0" src_compile() { cd ${S} |