mid-kid
8 years ago
4 changed files with 57 additions and 12 deletions
@ -0,0 +1,18 @@ |
|||
import 'compile/configure' |
|||
|
|||
name=SDL2_image |
|||
version=2.0.1 |
|||
update_url='https://www.libsdl.org/projects/SDL_image/' |
|||
|
|||
dlextract "https://www.libsdl.org/projects/SDL_image/release/$name-$version.tar.gz" \ |
|||
'd94b94555ba022fa249a53a021dc3606' |
|||
header_end |
|||
|
|||
cd "$name-$version" |
|||
compile_configure -- --disable-static \ |
|||
--disable-jpg-shared \ |
|||
--disable-png-shared \ |
|||
--disable-tif-shared \ |
|||
--disable-webp-shared |
|||
|
|||
# vim:set tabstop=4 shiftwidth=4 syntax=sh et: |
@ -0,0 +1,21 @@ |
|||
import 'compile/configure' |
|||
|
|||
name=SDL2_mixer |
|||
version=2.0.1 |
|||
update_url='https://www.libsdl.org/projects/SDL_mixer/' |
|||
update_names="$name-$version.tar.gz</A>" |
|||
|
|||
dlextract "https://www.libsdl.org/projects/SDL_mixer/release/$name-$version.tar.gz" \ |
|||
'c6c4f556d4415871f526248f5c9a627d' |
|||
header_end |
|||
|
|||
cd "$name-$version" |
|||
compile_configure -- --disable-static \ |
|||
--disable-music-mod-modplug-shared \ |
|||
--disable-music-mod-mikmod-shared \ |
|||
--disable-music-midi-fluidsynth-shared \ |
|||
--disable-music-ogg-shared \ |
|||
--disable-music-flac-shared \ |
|||
--disable-music-mp3-smpeg-shared |
|||
|
|||
# vim:set tabstop=4 shiftwidth=4 syntax=sh et: |
Loading…
Reference in new issue