UmVirt LFS Package info

DB commit: 34a83c7a68a930f721bd7a7f9cb2c2ac41e76ba8
APP commit: 0bd167a48557b5a14ac68d0229893245aacc7f12
[ BASH | XML | JSON ]

sdl12-compat

The Simple DirectMedia Layer (SDL for short) is a cross-platform library designed to make it easy to write multimedia software, such as games and emulators. This code is a compatibility layer; it provides a binary and source compatible API for programs written against SDL 1.2, but it uses SDL 2.0 behind the scenes.

Package info

Template:
Codename: sdl12-compat
Source file: sdl12-compat-release-1.2.68.tar.gz
Source directory: sdl12-compat-release-1.2.68
Package URL: sdl12-compat-release-1.2.68.tar.gz
Package md5-checksum URL: sdl12-compat-release-1.2.68.tar.gz.md5sum
Dependances: cmake, glu, SDL3.
Dependance of: SDL_net, openglide, fuse-emulator, dgen-sdl, libdv, pce, PCem, dosbox, libwebp, dosbox-staging, dosbox-x, xine-lib, MPlayer, vlc.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build &&
cd    build &&

cmake -DCMAKE_INSTALL_PREFIX=/usr \
      -DCMAKE_BUILD_TYPE=RELEASE  \
      ..

Build script:
cd    build &&
make

Install script:
cd    build &&
make install &&
rm -vf /usr/lib/libSDLmain.a