UmVirt LFS Package info

DB commit: 57bed5a54ba91b88b24a1c8eb97bd083dbf72f0d
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.64.tar.gz
Source directory: sdl12-compat-release-1.2.64
Package URL: https://umvirt.com/linux/downloads/0.2/packages/s/sdl12-compat-release-1.2.64.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2/packages/s/sdl12-compat-release-1.2.64.tar.gz.md5sum
Dependances: cmake, glu, SDL2.
Dependance of: libdv, libwebp, xine-lib, 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