Skip to content

Commit

Permalink
packages: update libopenmpt, libsdl2
Browse files Browse the repository at this point in the history
* libopenmpt: update to 0.7.3

* libsdl2: update to 2.28.4
  • Loading branch information
zhongfly authored Oct 27, 2023
1 parent f039b5a commit 2151b20
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,11 +232,11 @@ to update flags which will pass on gcc, g++ and etc.
- speex (1.2.1)
- ogg (1.3.5)
- lzo (2.10)
- libopenmpt (0.7.2)
- libopenmpt (0.7.3)
- libiconv (1.17)
- gmp (6.3.0)
- vapoursynth (R63)
- libsdl2 (2.28.2)
- libsdl2 (2.28.4)
- mbedtls (3.5.0)
- ~~libressl (3.1.5)~~

Expand Down
4 changes: 2 additions & 2 deletions packages/libopenmpt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ ExternalProject_Add(libopenmpt
ogg
vorbis
libsdl2
URL https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-0.7.2+release.autotools.tar.gz
URL_HASH SHA256=509143E5A4F3B13DD98EAE289BFEC1B564EDDD71BBC7CA7864B82835E31330E1
URL https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-0.7.3+release.autotools.tar.gz
URL_HASH SHA256=2CF8369B7916B09264F3F14B9FB6CEF35A6E9BEE0328DEC4F49D98211CCFD722
DOWNLOAD_DIR ${SOURCE_LOCATION}
CONFIGURE_COMMAND ${EXEC} autoreconf -fi && <SOURCE_DIR>/configure
--host=${TARGET_ARCH}
Expand Down
4 changes: 2 additions & 2 deletions packages/libsdl2.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ExternalProject_Add(libsdl2
URL https://www.libsdl.org/release/SDL2-2.28.2.tar.gz
URL_HASH SHA256=64b1102fa22093515b02ef33dd8739dee1ba57e9dbba6a092942b8bbed1a1c5e
URL https://www.libsdl.org/release/SDL2-2.28.4.tar.gz
URL_HASH SHA256=888B8C39F36AE2035D023D1B14AB0191EB1D26403C3CF4D4D5EDE30E66A4942C
DOWNLOAD_DIR ${SOURCE_LOCATION}
CONFIGURE_COMMAND ${EXEC} <SOURCE_DIR>/autogen.sh && <SOURCE_DIR>/configure
--host=${TARGET_ARCH}
Expand Down

0 comments on commit 2151b20

Please sign in to comment.