@@ -862,8 +862,11 @@ if build "libogg" "1.3.3"; then
862862 build_done " libogg" " 1.3.3"
863863fi
864864
865- if build " libvorbis" " 1.3.6" ; then
866- download " https://ftp.osuosl.org/pub/xiph/releases/vorbis/libvorbis-1.3.6.tar.gz"
865+ if build " libvorbis" " 1.3.7" ; then
866+ download " https://ftp.osuosl.org/pub/xiph/releases/vorbis/libvorbis-1.3.7.tar.gz"
867+ echo $PWD
868+ patch configure.ac ../../vorbis.config.patch
869+ ./autogen.sh
867870 if $SHARED_LIBRARIES ; then
868871 execute ./configure --prefix=" ${WORKSPACE} " --with-ogg-libraries=" ${WORKSPACE} " /lib --with-ogg-includes=" ${WORKSPACE} " /include/ --disable-static --enable-shared --disable-oggtest
869872 else
@@ -872,7 +875,7 @@ if build "libvorbis" "1.3.6"; then
872875 execute make -j $MJOBS
873876 execute make install
874877
875- build_done " libvorbis" " 1.3.6 "
878+ build_done " libvorbis" " 1.3.7 "
876879fi
877880CONFIGURE_OPTIONS+=(" --enable-libvorbis" )
878881
970973# # other library
971974# #
972975
973- if build " libsdl" " 2.0.14 " ; then
974- download " https://www.libsdl.org/release/SDL2-2.0.14 .tar.gz"
976+ if build " libsdl" " 2.28.5 " ; then
977+ download " https://www.libsdl.org/release/SDL2-2.28.5 .tar.gz"
975978 if $SHARED_LIBRARIES ; then
976979 execute ./configure --prefix=" ${WORKSPACE} " --enable-shared --disable-static
977980 else
@@ -980,7 +983,7 @@ if build "libsdl" "2.0.14"; then
980983 execute make -j $MJOBS
981984 execute make install
982985
983- build_done " libsdl" " 2.0.14 "
986+ build_done " libsdl" " 2.28.5 "
984987fi
985988
986989if $NONFREE_AND_GPL ; then
0 commit comments