File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
buildconfig/manylinux-build/docker_base Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ set -e -x
3
3
4
4
cd $( dirname ` readlink -f " $0 " ` )
5
5
6
- MPG123=" mpg123-1.33.0 "
6
+ MPG123=" mpg123-1.33.2 "
7
7
8
8
curl -sL --retry 10 https://downloads.sourceforge.net/sourceforge/mpg123/${MPG123} .tar.bz2 > ${MPG123} .tar.bz2
9
9
sha512sum -c mpg123.sha512
Original file line number Diff line number Diff line change 1
- c2c6a3536f18334e310337dc2cc7d4af141c1f7fffb02fc079d645f46113581d457587c562cf353d39375d721af6716cb4db6a964ef83284e390b597744c52ea mpg123-1.33.0 .tar.bz2
1
+ 9e9a4d6433e9073470c4cee909dfbfcd4717b1f1534eefeee453870993967026155f913c12b6ca187fb96059e73d9184e71df8a62736b43092d3842b9814c980 mpg123-1.33.2 .tar.bz2
Original file line number Diff line number Diff line change @@ -11,9 +11,7 @@ curl -sL --retry 10 https://github.com/libsndfile/libsndfile/releases/download/$
11
11
sha512sum -c sndfile.sha512
12
12
tar xf ${SNDFILE}
13
13
cd $SNDNAME
14
- # autoreconf -fvi
15
14
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
18
16
make
19
17
make install
You can’t perform that action at this time.
0 commit comments