Skip to content

Commit

Permalink
Update mpg123 to version 1.32.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
enzo1982 committed Oct 31, 2024
1 parent 0194bce commit 3259f24
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tools/build-macos
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ if [[ ${MACOSX_DEPLOYMENT_TARGET:0:2} = 11 ]]; then
lipo -create faad2-2_10_0/libfaad/.libs/libfaad.2.dylib arm64/faad2-2_10_0/libfaad/.libs/libfaad.2.dylib -output libfaad.2.dylib
lipo -create mp4v2-2.1.3/.libs/libmp4v2.2.dylib arm64/mp4v2-2.1.3/.libs/libmp4v2.2.dylib -output libmp4v2.2.dylib
lipo -create lame-3.100/libmp3lame/.libs/libmp3lame.0.dylib arm64/lame-3.100/libmp3lame/.libs/libmp3lame.0.dylib -output libmp3lame.0.dylib
lipo -create mpg123-1.32.7/src/libmpg123/.libs/libmpg123.0.dylib arm64/mpg123-1.32.7/src/libmpg123/.libs/libmpg123.0.dylib -output libmpg123.0.dylib
lipo -create mpg123-1.32.8/src/libmpg123/.libs/libmpg123.0.dylib arm64/mpg123-1.32.8/src/libmpg123/.libs/libmpg123.0.dylib -output libmpg123.0.dylib
lipo -create libogg-1.3.5/src/.libs/libogg.0.dylib arm64/libogg-1.3.5/src/.libs/libogg.0.dylib -output libogg.0.dylib
lipo -create opus-1.5.2/.libs/libopus.0.dylib arm64/opus-1.5.2/.libs/libopus.0.dylib -output libopus.0.dylib
lipo -create speex-1.2.1/libspeex/.libs/libspeex.1.dylib arm64/speex-1.2.1/libspeex/.libs/libspeex.1.dylib -output libspeex.1.dylib
Expand Down
2 changes: 1 addition & 1 deletion Readme
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ History
- updated WavPack to version 5.7.0
- updated FLAC to version 1.4.3
- updated MP4v2 to version 2.1.3
- updated mpg123 to version 1.32.7
- updated mpg123 to version 1.32.8
- updated libfdk-aac to version 2.0.3
- updated libsndfile to version 1.2.2

Expand Down
2 changes: 1 addition & 1 deletion Readme.de
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Geschichte
- WavPack auf Version 5.7.0 aktualisiert
- FLAC auf Version 1.4.3 aktualisiert
- MP4v2 auf Version 2.1.3 aktualisiert
- mpg123 auf Version 1.32.7 aktualisiert
- mpg123 auf Version 1.32.8 aktualisiert
- libfdk-aac auf Version 2.0.3 aktualisiert
- libsndfile auf Version 1.2.2 aktualisiert

Expand Down
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ parts:
- usr/lib/libmp4v2.so*

libmpg123:
source: https://mpg123.de/download/mpg123-1.32.7.tar.bz2
source-checksum: sha256/3c8919243707951cac0e3c39bbf28653bcaffc43c98ff16801a27350db8f0f21
source: https://mpg123.de/download/mpg123-1.32.8.tar.bz2
source-checksum: sha256/feee1374c79540e0e405df0bc45fde20ad67011425c361a2759e2146894a27a7
plugin: make
build-environment:
- CFLAGS: "${CFLAGS-} -O3 -funroll-loops"
Expand Down
2 changes: 1 addition & 1 deletion tools/build-codecs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ libsamplerate_version=0.2.2
libsndfile_version=1.2.2
mac_version=10.76
mp4v2_version=2.1.3
mpg123_version=1.32.7
mpg123_version=1.32.8
musepack_version=4.75
opus_version=1.5.2
rnnoise_version=9acc1e5
Expand Down

0 comments on commit 3259f24

Please sign in to comment.