summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-11-02 02:17:12 +0000
committerAchim Gottinger <achim@gentoo.org>2000-11-02 02:17:12 +0000
commitc6d94ae841e4ee0be900ac0d1b0b605bd33781fa (patch)
tree559b67fc8ee2cae850920615ad3f922cac3d05eb /media-libs/smpeg
parentfileutils upgrade and portage fix (diff)
downloadhistorical-c6d94ae841e4ee0be900ac0d1b0b605bd33781fa.tar.gz
historical-c6d94ae841e4ee0be900ac0d1b0b605bd33781fa.tar.bz2
historical-c6d94ae841e4ee0be900ac0d1b0b605bd33781fa.zip
Added dependencies
Diffstat (limited to 'media-libs/smpeg')
-rw-r--r--media-libs/smpeg/smpeg-0.4.1.ebuild11
1 files changed, 9 insertions, 2 deletions
diff --git a/media-libs/smpeg/smpeg-0.4.1.ebuild b/media-libs/smpeg/smpeg-0.4.1.ebuild
index d4b1bc7d7fa6..e5bfd9af1ac5 100644
--- a/media-libs/smpeg/smpeg-0.4.1.ebuild
+++ b/media-libs/smpeg/smpeg-0.4.1.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.1.ebuild,v 1.2 2000/10/04 16:04:34 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/smpeg-0.4.1.ebuild,v 1.3 2000/11/02 02:17:12 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -9,11 +9,18 @@ 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=">=sys-apps/bash-2.04
+ >=sys-libs/glibc-2.1.3
+ >=media-libs/libsdl-1.1.5
+ >=media-libs/mesa-glu-3.2.1
+ >=dev-libs/glib-1.2.8
+ >=x11-libs/gtk+-1.2.8"
src_compile() {
cd ${S}
- try ./configure --prefix=/usr --host=${CHOST} --disable-opengl-player
+ try ./configure --prefix=/usr --host=${CHOST}
+#--disable-opengl-player
try make
}