diff options
Diffstat (limited to 'media-libs/smpeg')
-rw-r--r-- | media-libs/smpeg/smpeg-0.4.2-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media-libs/smpeg/smpeg-0.4.2-r1.ebuild b/media-libs/smpeg/smpeg-0.4.2-r1.ebuild index 2085f67ba1dc..929e8bc05e84 100644 --- a/media-libs/smpeg/smpeg-0.4.2-r1.ebuild +++ b/media-libs/smpeg/smpeg-0.4.2-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-libs/smpeg/smpeg-0.4.2-r1.ebuild,v 1.1 2001/02/13 14:29:41 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/smpeg-0.4.2-r1.ebuild,v 1.2 2001/02/15 18:16:54 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,8 +9,7 @@ DESCRIPTION="SDL MPEG Player Library" SRC_URI="ftp://ftp.lokigames.com/pub/open-source/smpeg/${A}" HOMEPAGE="http://www.lokigames.com/development/smpeg.php3" -DEPEND="virtual/glibc - >=media-libs/libsdl-1.1.7 +DEPEND=">=media-libs/libsdl-1.0.8 opengl? ( >=media-libs/mesa-3.4 ) gtk? ( >=dev-libs/glib-1.2.8 >=x11-libs/gtk+-1.2.8 )" |