[Lunar-commits] <moonbase-other> SDL2: Adding to moonbase, does not conflict with SDL
Dennis Veatch
dennisveatch at bellsouth.net
Wed Oct 22 13:02:28 CEST 2014
commit 96f3a3cbbee21cd6b69037770e51b4571d28c580
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Wed, 22 Oct 2014 07:02:06 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/96f3a3cbbee21cd6b69037770e51b4571d28c580
SDL2: Adding to moonbase, does not conflict with SDL
---
graphics/SDL2/CONFIGURE | +1/-0
graphics/SDL2/DEPENDS | +27/-0
graphics/SDL2/DETAILS | +16/-0
3 files changed, 44 insertions(+)
--- /dev/null
+++ b/graphics/SDL2/CONFIGURE
@@ -0,0 +1 @@
+mquery PTHREAD "Use POSIX threads for multi-threading?" y "--enable-pthreads" "--disable-pthreads"
--- /dev/null
+++ b/graphics/SDL2/DEPENDS
@@ -0,0 +1,27 @@
+depends pkgconfig
+
+optional_depends "alsa-lib" \
+ "--enable-alsa" \
+ "--disable-alsa" \
+ "for Advanced Linux Sound Architecture support"
+
+optional_depends "esound" \
+ "--enable-esd" \
+ "--disable-esd" \
+ "for Enlighted Sound Daemon support"
+
+optional_depends "nas" \
+ "--enable-nas" \
+ "--disable-nas" \
+ "for Network Audio System support"
+
+optional_depends "pulseaudio" \
+ "--enable-pulseaudio" \
+ "--disable-pulseaudio" \
+ "for PulseAudio audio support"
+
+optional_depends "libX11" \
+ "--enable-video-x11" \
+ "--disable-video-x11" \
+ "for X11 video driver"
+
--- /dev/null
+++ b/graphics/SDL2/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=SDL2
+ VERSION=2.0.3
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://www.libsdl.org/release/
+ SOURCE_VFY=sha1:21c45586a4e94d7622e371340edec5da40d06ecc
+ WEB_SITE=http://www.libsdl.org
+ ENTERED=20141007
+ UPDATED=20141007
+ SHORT="portable game library for low-level access to hardware"
+
+cat << EOF
+SDL is a library that allows you portable low-level access to a video
+framebuffer, audio output, mouse, and keyboard. With SDL, it is easy to
+write portable games which run on Linux (x86, Sparc, PPC, Alpha),
+Solaris (Sparc), Win32 (95, 98, NT), BeOS (x86), and MacOS (PPC).
+EOF
More information about the Lunar-commits
mailing list