diff options
author | lioux <lioux@FreeBSD.org> | 2001-10-17 10:12:55 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-10-17 10:12:55 +0800 |
commit | da21e6cc570695b24bca773dbda97b9a2e023f1c (patch) | |
tree | cd42426759cd2f690b9a027c380f9fda8467abde /devel/linux-f8-sdl12/pkg-descr | |
parent | da916422640cf22dc3c66b2db1e412119ad4635f (diff) | |
download | freebsd-ports-gnome-da21e6cc570695b24bca773dbda97b9a2e023f1c.tar.gz freebsd-ports-gnome-da21e6cc570695b24bca773dbda97b9a2e023f1c.tar.zst freebsd-ports-gnome-da21e6cc570695b24bca773dbda97b9a2e023f1c.zip |
New port linux-sdl12 version 1.2.2.1: Cross-platform multi-media
development API (linux version)
Submitted by: Martin Matuska <matuska@wu-wien.ac.at>
Reviewed by: Patrick Li <pat@databits.net>
Diffstat (limited to 'devel/linux-f8-sdl12/pkg-descr')
-rw-r--r-- | devel/linux-f8-sdl12/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/linux-f8-sdl12/pkg-descr b/devel/linux-f8-sdl12/pkg-descr new file mode 100644 index 000000000000..3c378f3d553e --- /dev/null +++ b/devel/linux-f8-sdl12/pkg-descr @@ -0,0 +1,10 @@ +Unstable development version of the SDL library (linux version). + +This library is designed to make it easy to write games that run +on UNIX, Win32 and BeOS using the various native high-performance +media interfaces, (for video, audio, etc) and presenting a single +source-code level API to your application. This is a fairly low +level API, but using this, completely portable applications can be +written with a great deal of flexibility. + +WWW: http://www.libsdl.org/ |