Fix CI [build wheel].

This commit is contained in:
Matthew Einhorn 2020-06-14 03:29:32 -04:00
parent f044806e11
commit 3ce5e982f1
2 changed files with 5 additions and 4 deletions

View File

@ -6,8 +6,9 @@ mkdir ~/kivy_sources;
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/kivy_build/lib;
cd ~/kivy_sources;
git clone --depth 1 https://github.com/spurious/SDL-mirror.git
cd SDL-mirror;
wget http://www.libsdl.org/release/SDL2-2.0.12.tar.gz
tar xzf SDL2-2.0.12.tar.gz
cd SDL2-2.0.12
./configure --prefix="$HOME/kivy_build" --bindir="$HOME/kivy_build/bin" --enable-alsa-shared=no --enable-jack-shared=no --enable-pulseaudio-shared=no --enable-esd-shared=no --enable-arts-shared=no --enable-nas-shared=no --enable-sndio-shared=no --enable-fusionsound-shared=no --enable-libsamplerate-shared=no --enable-wayland-shared=no --enable-x11-shared=no --enable-directfb-shared=no --enable-kmsdrm-shared=no;
make;
make install;

View File

@ -1,9 +1,9 @@
#!/bin/bash
export ARIAL2=1.35.0
export SDL2=2.0.10
export SDL2=2.0.12
export SDL2_IMAGE=2.0.5
export SDL2_MIXER=2.0.4
export SDL2_TTF=2.0.15
export GSTREAMER=1.12.4
export GSTREAMER=1.16.2
export PLATYPUS=5.3