diff options
author | 2000-11-02 02:17:13 +0000 | |
---|---|---|
committer | 2000-11-02 02:17:13 +0000 | |
commit | 1efa950931bfd7284036697bf197594d9c2a5641 (patch) | |
tree | 313931df40c80041e6bb575cfc840b996c22bad8 /media-video | |
parent | fileutils upgrade and portage fix (diff) | |
download | gentoo-2-1efa950931bfd7284036697bf197594d9c2a5641.tar.gz gentoo-2-1efa950931bfd7284036697bf197594d9c2a5641.tar.bz2 gentoo-2-1efa950931bfd7284036697bf197594d9c2a5641.zip |
Added dependencies
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/bcast-2000/bcast-2000a-r1.ebuild | 10 | ||||
-rw-r--r-- | media-video/lamp/lamp-20000903.ebuild | 10 |
2 files changed, 18 insertions, 2 deletions
diff --git a/media-video/bcast-2000/bcast-2000a-r1.ebuild b/media-video/bcast-2000/bcast-2000a-r1.ebuild index 1c604224a1fe..df7eacbf2eaf 100644 --- a/media-video/bcast-2000/bcast-2000a-r1.ebuild +++ b/media-video/bcast-2000/bcast-2000a-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-video/bcast-2000/bcast-2000a-r1.ebuild,v 1.4 2000/10/29 20:37:00 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/bcast-2000/bcast-2000a-r1.ebuild,v 1.5 2000/11/02 02:17:13 achim Exp $ P=bcast-2000a A=${P}-src.tar.gz @@ -10,6 +10,14 @@ DESCRIPTION="Realtime audio and video editor" SRC_URI="http://heroine.linuxave.net/${A}" HOMEPAGE="http://heroine.linuxave.net/bcast2000.html" +DEPEND=">=sys-libs/glibc-2.1.3 + >=sys-devel/gcc-2.95.2 + >=media-sound/esound-0.2.19 + >=media-libs/jpeg-6b + >=media-libs/tiff-3.5.5 + >=media-libs/libpng-1.0.7 + >=x11-base/xfree-4.0.1" + src_unpack() { unpack ${A} cd ${S}/esound diff --git a/media-video/lamp/lamp-20000903.ebuild b/media-video/lamp/lamp-20000903.ebuild index 75276cef8b3b..f1e0a84e6bfc 100644 --- a/media-video/lamp/lamp-20000903.ebuild +++ b/media-video/lamp/lamp-20000903.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-video/lamp/lamp-20000903.ebuild,v 1.3 2000/09/15 20:09:05 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/lamp/lamp-20000903.ebuild,v 1.4 2000/11/02 02:17:13 achim Exp $ P=lamp-2000.09.03 A=${P}.tar.gz @@ -10,6 +10,14 @@ DESCRIPTION="A Video Player for mpeg2/3, avi and quicktime movie" SRC_URI="http://pauillac.inria.fr/lamp/src/${A}" HOMEPAGE="http://pauillac.inria.fr/lamp/" +DEPEND=">=sys-devel/gcc-2.95.2 + >=sys-libs/glibc-2.1.3 + >=dev-lang/nasm-0.98 + >=media-libs/libsdl-1.1.5 + >=media-libs/jpeg-6b + >=media-libs/libpng-1.0.7 + >=x11-base/xfree-4.0.1" + src_unpack () { WIN32=/usr/libexec/avifile/win32 |