diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-11-02 08:31:54 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-11-02 08:31:54 +0000 |
commit | 2198a2cf845c9511fe0052b4a230169733bf689f (patch) | |
tree | 61cb7cc59c11b86079854be338ca711bdf538032 /media-video/xawtv | |
parent | Added building of shared libs. (diff) | |
download | gentoo-2-2198a2cf845c9511fe0052b4a230169733bf689f.tar.gz gentoo-2-2198a2cf845c9511fe0052b4a230169733bf689f.tar.bz2 gentoo-2-2198a2cf845c9511fe0052b4a230169733bf689f.zip |
Added dependencies
Diffstat (limited to 'media-video/xawtv')
-rw-r--r-- | media-video/xawtv/xawtv-3.20.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/media-video/xawtv/xawtv-3.20.ebuild b/media-video/xawtv/xawtv-3.20.ebuild index b7f110d67443..9597e84bfee3 100644 --- a/media-video/xawtv/xawtv-3.20.ebuild +++ b/media-video/xawtv/xawtv-3.20.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/xawtv/xawtv-3.20.ebuild,v 1.2 2000/09/15 20:09:06 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/xawtv/xawtv-3.20.ebuild,v 1.3 2000/11/02 08:31:51 achim Exp $ A=xawtv_3.20.tar.gz S=${WORKDIR}/${P} @@ -9,6 +9,12 @@ DESCRIPTION="TV application for the bttv driver" SRC_URI="http://www.strusel007.de/linux/xawtv/"${A} HOMEPAGE="http://www.strusel007.de/linux/xawtv/" +DEPEND=">=sys-libs/glibc-2.1.3 + >=sys-libs/gpm-1.19.3 + >=sys-libs/ncurses-5.1 + >=media-libs/jpeg-6b + >=x11-base/xfree-4.0.1" + src_unpack() { unpack ${A} } |