2009-12-24 02:32:26 +00:00
|
|
|
# Template file for 'SDL'
|
|
|
|
pkgname=SDL
|
2012-01-21 20:07:50 +00:00
|
|
|
version=1.2.15
|
2013-03-24 10:20:04 +00:00
|
|
|
revision=6
|
2011-06-08 14:45:39 +00:00
|
|
|
patch_args="-Np1"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2009-12-24 02:32:26 +00:00
|
|
|
configure_args="--enable-alsa --disable-esd --disable-rpath
|
2013-03-24 10:20:04 +00:00
|
|
|
--enable-clock_gettime --disable-nas --disable-arts --disable-x11-shared
|
|
|
|
--disable-alsa-shared --disable-pulseaudio-shared --disable-video-dga
|
|
|
|
--disable-osmesa-shared"
|
2012-12-09 09:32:45 +00:00
|
|
|
subpackages="SDL-devel"
|
2009-12-24 02:32:26 +00:00
|
|
|
short_desc="Simple Directmedia Layer"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-06-08 14:45:39 +00:00
|
|
|
homepage="http://www.libsdl.org/"
|
|
|
|
license="LGPL-2.1"
|
2012-07-31 13:01:34 +00:00
|
|
|
distfiles="http://www.libsdl.org/release/SDL-$version.tar.gz"
|
2012-01-21 20:07:50 +00:00
|
|
|
checksum=d6d316a793e5e348155f0dd93b979798933fb98aa1edebcc108829d6474aad00
|
2009-12-24 02:32:26 +00:00
|
|
|
long_desc="
|
|
|
|
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."
|
2012-12-09 09:32:45 +00:00
|
|
|
|
2013-03-24 10:20:04 +00:00
|
|
|
hostmakedepends="pkg-config nasm"
|
|
|
|
makedepends="alsa-lib-devel"
|