UmVirt LFS Package info

DB commit: f62baf7ba8eded2e302a2eb6b9da5f0cb7e95fef
APP commit: e09dc78145b10de9481608254eb2ac99efd0068b
[ 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 file size: 460180
Source file MD5-checkum: 04ed17494dad2131b37e0300f8af31ec
Source directory: sdl12-compat-release-1.2.68
Package URL: https://umvirt.com/linux/downloads/0.2.2/packages/s/sdl12-compat-release-1.2.68.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.2/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