diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-18 20:36:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-18 20:36:59 +0000 |
commit | 674c24520899bdf87af69cf46658265cdbcd793e (patch) | |
tree | 456b3fbd79fe197c5e9124d6c4999d118503f997 | |
parent | old (diff) | |
download | gentoo-2-674c24520899bdf87af69cf46658265cdbcd793e.tar.gz gentoo-2-674c24520899bdf87af69cf46658265cdbcd793e.tar.bz2 gentoo-2-674c24520899bdf87af69cf46658265cdbcd793e.zip |
STABLE PHEAR !
-rw-r--r-- | media-libs/libsdl/libsdl-1.2.7.ebuild | 4 | ||||
-rw-r--r-- | media-libs/libsdl/metadata.xml | 21 |
2 files changed, 23 insertions, 2 deletions
diff --git a/media-libs/libsdl/libsdl-1.2.7.ebuild b/media-libs/libsdl/libsdl-1.2.7.ebuild index f7be7e409257..36243e28cb1f 100644 --- a/media-libs/libsdl/libsdl-1.2.7.ebuild +++ b/media-libs/libsdl/libsdl-1.2.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.7.ebuild,v 1.3 2004/03/30 05:24:29 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.7.ebuild,v 1.4 2004/04/18 20:36:59 vapier Exp $ inherit fixheadtails eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.libsdl.org/release/SDL-${PV}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ia64" +KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64" IUSE="oss alsa esd arts nas X dga xv xinerama fbcon directfb ggi svga aalib opengl noaudio novideo nojoystick" # if you disable audio/video/joystick and something breaks, you pick up the pieces diff --git a/media-libs/libsdl/metadata.xml b/media-libs/libsdl/metadata.xml new file mode 100644 index 000000000000..7bffbdb345a5 --- /dev/null +++ b/media-libs/libsdl/metadata.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>games</herd> +<longdescription> +Simple DirectMedia Layer is a cross-platform multimedia library designed +to provide low level access to audio, keyboard, mouse, joystick, 3D +hardware via OpenGL, and 2D video framebuffer. It is used by MPEG +playback software, emulators, and many popular games, including the +award winning Linux port of "Civilization: Call To Power." + +Simple DirectMedia Layer supports Linux, Windows, BeOS, MacOS Classic, +MacOS X, FreeBSD, OpenBSD, BSD/OS, Solaris, IRIX, and QNX. There is also +code, but no official support, for Windows CE, AmigaOS, Dreamcast, +Atari, NetBSD, AIX, OSF/Tru64, RISC OS, and SymbianOS. + +SDL is written in C, but works with C++ natively, and has bindings to +several other languages, including Ada, Eiffel, Java, Lua, ML, Perl, +PHP, Pike, Python, and Ruby. +</longdescription> +</pkgmetadata> |