summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2001-04-23 19:59:44 +0000
committerDaniel Robbins <drobbins@gentoo.org>2001-04-23 19:59:44 +0000
commitcbc3a59b8a00da962e20ace02150c6fe3a8f854a (patch)
tree0a01de913056bbf4c8a315b93645dd14a62ec101 /media-libs/smpeg
parentopengl fixes (diff)
downloadgentoo-2-cbc3a59b8a00da962e20ace02150c6fe3a8f854a.tar.gz
gentoo-2-cbc3a59b8a00da962e20ace02150c6fe3a8f854a.tar.bz2
gentoo-2-cbc3a59b8a00da962e20ace02150c6fe3a8f854a.zip
many virtual/x11 and virtual/opengl dependency fixups, and a few removals
of older ebuilds
Diffstat (limited to 'media-libs/smpeg')
-rw-r--r--media-libs/smpeg/smpeg-0.4.1.ebuild38
-rw-r--r--media-libs/smpeg/smpeg-0.4.2-r1.ebuild4
-rw-r--r--media-libs/smpeg/smpeg-0.4.2.ebuild38
3 files changed, 2 insertions, 78 deletions
diff --git a/media-libs/smpeg/smpeg-0.4.1.ebuild b/media-libs/smpeg/smpeg-0.4.1.ebuild
deleted file mode 100644
index 9b0fc7f4c7f4..000000000000
--- a/media-libs/smpeg/smpeg-0.4.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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.4 2000/12/11 16:38:54 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-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-3.4
- >=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 make
-
-}
-
-src_install () {
-
- cd ${S}
- try make DESTDIR=${D} install
- prepman
- dodoc CHANGES COPYING README* TODO
-}
-
-
-
-
diff --git a/media-libs/smpeg/smpeg-0.4.2-r1.ebuild b/media-libs/smpeg/smpeg-0.4.2-r1.ebuild
index 929e8bc05e84..5935de1d0dcc 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.2 2001/02/15 18:16:54 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/smpeg-0.4.2-r1.ebuild,v 1.3 2001/04/23 19:59:39 drobbins Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.lokigames.com/pub/open-source/smpeg/${A}"
HOMEPAGE="http://www.lokigames.com/development/smpeg.php3"
DEPEND=">=media-libs/libsdl-1.0.8
- opengl? ( >=media-libs/mesa-3.4 )
+ opengl? ( virtual/opengl )
gtk? ( >=dev-libs/glib-1.2.8
>=x11-libs/gtk+-1.2.8 )"
diff --git a/media-libs/smpeg/smpeg-0.4.2.ebuild b/media-libs/smpeg/smpeg-0.4.2.ebuild
deleted file mode 100644
index d15a527bbdce..000000000000
--- a/media-libs/smpeg/smpeg-0.4.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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.ebuild,v 1.1 2001/02/10 11:17:24 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-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-3.4
- >=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 make
-
-}
-
-src_install () {
-
- cd ${S}
- try make DESTDIR=${D} install
- prepman
- dodoc CHANGES COPYING README* TODO
-}
-
-
-
-