Skip to content

Commit f3ea6fe

Browse files
committed
Bump/update SDL_mixer deps
1 parent ceb5773 commit f3ea6fe

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

buildconfig/manylinux-build/docker_base/mpg123/build-mpg123.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e -x
33

44
cd $(dirname `readlink -f "$0"`)
55

6-
MPG123="mpg123-1.33.0"
6+
MPG123="mpg123-1.33.2"
77

88
curl -sL --retry 10 https://downloads.sourceforge.net/sourceforge/mpg123/${MPG123}.tar.bz2 > ${MPG123}.tar.bz2
99
sha512sum -c mpg123.sha512
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c2c6a3536f18334e310337dc2cc7d4af141c1f7fffb02fc079d645f46113581d457587c562cf353d39375d721af6716cb4db6a964ef83284e390b597744c52ea mpg123-1.33.0.tar.bz2
1+
9e9a4d6433e9073470c4cee909dfbfcd4717b1f1534eefeee453870993967026155f913c12b6ca187fb96059e73d9184e71df8a62736b43092d3842b9814c980 mpg123-1.33.2.tar.bz2

buildconfig/manylinux-build/docker_base/sndfile/build-sndfile.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ curl -sL --retry 10 https://github.com/libsndfile/libsndfile/releases/download/$
1111
sha512sum -c sndfile.sha512
1212
tar xf ${SNDFILE}
1313
cd $SNDNAME
14-
# autoreconf -fvi
1514

16-
# alsa is only needed for examples here
17-
./configure $PG_BASE_CONFIGURE_FLAGS --disable-mpeg --disable-alsa
15+
cmake . $PG_BASE_CMAKE_FLAGS -DBUILD_PROGRAMS=OFF -DBUILD_EXAMPLES=OFF -DCMAKE_POLICY_VERSION_MINIMUM=3.5
1816
make
1917
make install

0 commit comments

Comments
 (0)