summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-22 15:42:48 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-22 15:42:48 +0000
commitf83a09d99ff0852df20da7d200ddb0339b148048 (patch)
treee8c1b1493c9f33eec5e3a03e0c65ea9274f12980 /media-libs/libsdl
parentFixed #5359 for this package; should now be FHS compliant. (diff)
downloadgentoo-2-f83a09d99ff0852df20da7d200ddb0339b148048.tar.gz
gentoo-2-f83a09d99ff0852df20da7d200ddb0339b148048.tar.bz2
gentoo-2-f83a09d99ff0852df20da7d200ddb0339b148048.zip
repoman'd
Diffstat (limited to 'media-libs/libsdl')
-rw-r--r--media-libs/libsdl/files/digest-libsdl-1.2.4-r21
-rw-r--r--media-libs/libsdl/libsdl-1.2.4-r2.ebuild97
-rw-r--r--media-libs/libsdl/libsdl-1.2.4.20020601.ebuild10
3 files changed, 5 insertions, 103 deletions
diff --git a/media-libs/libsdl/files/digest-libsdl-1.2.4-r2 b/media-libs/libsdl/files/digest-libsdl-1.2.4-r2
deleted file mode 100644
index d7cf1782b39d..000000000000
--- a/media-libs/libsdl/files/digest-libsdl-1.2.4-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 116c083aad99faae691c6ca8dcdf406d SDL-1.2.4.tar.gz 1806163
diff --git a/media-libs/libsdl/libsdl-1.2.4-r2.ebuild b/media-libs/libsdl/libsdl-1.2.4-r2.ebuild
deleted file mode 100644
index b77f0c33dcf2..000000000000
--- a/media-libs/libsdl/libsdl-1.2.4-r2.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.4-r2.ebuild,v 1.4 2002/07/16 11:36:48 seemant Exp $
-
-S=${WORKDIR}/SDL-${PV}
-DESCRIPTION="Simple Direct Media Layer"
-SRC_URI="http://www.libsdl.org/release/SDL-${PV}.tar.gz"
-HOMEPAGE="http://www.libsdl.org/"
-
-RDEPEND=">=media-libs/audiofile-0.1.9
- X? ( virtual/x11 )
- esd? ( >=media-sound/esound-0.2.19 )
- ggi? ( >=media-libs/libggi-2.0_beta3 )
- nas? ( media-libs/nas )
- alsa? ( media-libs/alsa-lib )
- arts? ( kde-base/arts )
- svga? ( >=media-libs/svgalib-1.4.2 )
- opengl? ( virtual/opengl )
- directfb? ( >=dev-libs/DirectFB-0.9.7 )"
-
-DEPEND="${RDEPEND}
- dev-lang/nasm"
-
-SLOT="0"
-LICENSE="LGPL"
-KEYWORDS="x86 ppc"
-
-src_compile() {
- local myconf
-
- use X \
- && myconf="${myconf} --enable-video-x11" \
- || myconf="${myconf} --disable-video-x11"
-
- use xv \
- && myconf="${myconf} --enable-video-x11-xv" \
- || myconf="${myconf} --disable-video-x11-xv"
-
- use esd \
- && myconf="--enable-esd" \
- || myconf="--disable-esd"
-
- use ggi \
- && myconf="${myconf} --enable-video-ggi" \
- || myconf="${myconf} --disable-video-ggi"
-
- use nas \
- && myconf="${myconf} --enable-nas" \
- || myconf="${myconf} --disable-nas"
-
- use alsa \
- && myconf="${myconf} --enable-alsa" \
- || myconf="${myconf} --disable-alsa"
-
- use arts \
- && myconf="${myconf} --enable-arts" \
- || myconf="${myconf} --disable-arts"
-
- use svga \
- && myconf="${myconf} --enable-video-svga" \
- || myconf="${myconf} --disable-video-svga"
-
- use aalib \
- && myconf="${myconf} --enable-video-aalib" \
- || myconf="${myconf} --disable-video-aalib"
-
- use fbcon \
- && myconf="${myconf} --enable-video-fbcon" \
- || myconf="${myconf} --disable-video-fbcon"
-
- use opengl \
- && myconf="${myconf} --enable-video-opengl" \
- || myconf="${myconf} --disable-video-opengl"
-
- use directfb \
- && myconf="${myconf} --enable-video-directfb" \
- || myconf="${myconf} --disable-video-directfb"
-
- ./configure \
- --host=${CHOST} \
- --enable-input-events \
- --prefix=/usr \
- --mandir=/usr/share/man \
- ${myconf} || die
-
- emake || die
-}
-
-src_install() {
- make \
- DESTDIR=${D} \
- install || die
-
- preplib /usr
- dodoc BUGS COPYING CREDITS README* TODO WhatsNew
- dohtml -r ./
-}
diff --git a/media-libs/libsdl/libsdl-1.2.4.20020601.ebuild b/media-libs/libsdl/libsdl-1.2.4.20020601.ebuild
index a8c3c3601716..e4bc6be95852 100644
--- a/media-libs/libsdl/libsdl-1.2.4.20020601.ebuild
+++ b/media-libs/libsdl/libsdl-1.2.4.20020601.ebuild
@@ -1,12 +1,16 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.4.20020601.ebuild,v 1.3 2002/07/16 11:36:48 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.4.20020601.ebuild,v 1.4 2002/07/22 15:42:48 seemant Exp $
S=${WORKDIR}/SDL12
DESCRIPTION="Simple Direct Media Layer"
SRC_URI="http://www.libsdl.org/release/${P}.tar.bz2"
HOMEPAGE="http://www.libsdl.org/"
+SLOT="0"
+LICENSE="LGPL-2"
+KEYWORDS="x86 ppc"
+
RDEPEND=">=media-libs/audiofile-0.1.9
X? ( virtual/x11 )
esd? ( >=media-sound/esound-0.2.19 )
@@ -21,10 +25,6 @@ RDEPEND=">=media-libs/audiofile-0.1.9
DEPEND="${RDEPEND}
dev-lang/nasm"
-SLOT="0"
-LICENSE="LGPL"
-KEYWORDS="x86 ppc"
-
src_unpack() {
unpack ${A}