UmVirt LFS Package info

DB commit: 06a3bafc31a9f2da2aecdf7c1c6e8b91885cb553
APP commit: 634ff2193dea70dde75eb1916d758638b7417453

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

Codename: sdl12-compat
Source file: sdl12-compat-release-1.2.68.tar.gz
Source directory: sdl12-compat-release-1.2.68
Package URL: https://umvirt.com/linux/downloads/0.2.1/packages/s/sdl12-compat-release-1.2.68.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.1/packages/s/sdl12-compat-release-1.2.68.tar.gz.md5sum
Dependances: cmake, glu, SDL2.
Dependance of: libdv, 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