UmVirt LFS Package info

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

!SDL

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.

Package info

Template:
Codename: !SDL
Source file: SDL-1.2.15.tar.gz
Source directory: SDL-1.2.15
Package URL: SDL-1.2.15.tar.gz
Package md5-checksum URL: SDL-1.2.15.tar.gz.md5sum
Dependances: X, alsa-lib, pulseaudio.
Dependance of: *** NO PACKAGES FOUND ***
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
sed -e '/_XData32/s:register long:register _Xconst long:' \
    -i src/video/x11/SDL_x11sym.h &&

./configure --prefix=/usr

Build script:
make

Install script:
make install

Arch specific instructions

lib32_amd64

Dependances: *** NO DEPENDANCES FOUND ***
Configuration script:
sed -e '/_XData32/s:register long:register _Xconst long:' \
    -i src/video/x11/SDL_x11sym.h

CC="gcc -m32" CXX="g++ -m32" \
    PKG_CONFIG_PATH="/usr/lib32/pkgconfig" \
    ./configure \
        --prefix=/usr \
        --disable-static \
        --libdir=/usr/lib32

Build script:
make

Install script:
make DESTDIR=\$PWD/DESTDIR install
cp -Rv DESTDIR/usr/lib32/* /usr/lib32