Skip to content

Commit

Permalink
Update mpg123 to version 1.32.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
enzo1982 committed Feb 18, 2024
1 parent df60791 commit 97149d7
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.3/src/libmpg123/.libs/libmpg123.0.dylib arm64/mpg123-1.32.3/src/libmpg123/.libs/libmpg123.0.dylib -output libmpg123.0.dylib
lipo -create mpg123-1.32.5/src/libmpg123/.libs/libmpg123.0.dylib arm64/mpg123-1.32.5/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.4/.libs/libopus.0.dylib arm64/opus-1.4/.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 @@ -185,7 +185,7 @@ History
- updated Monkey's Audio to version 10.39
- updated FLAC to version 1.4.3
- updated MP4v2 to version 2.1.3
- updated mpg123 to version 1.32.3
- updated mpg123 to version 1.32.5
- 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 @@ -184,7 +184,7 @@ Geschichte
- Monkey's Audio auf Version 10.39 aktualisiert
- FLAC auf Version 1.4.3 aktualisiert
- MP4v2 auf Version 2.1.3 aktualisiert
- mpg123 auf Version 1.32.3 aktualisiert
- mpg123 auf Version 1.32.5 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 @@ -139,8 +139,8 @@ parts:
- usr/lib/libmp4v2.so*

libmpg123:
source: https://mpg123.de/download/mpg123-1.32.3.tar.bz2
source-checksum: sha256/2d9913a57d4ee8f497a182c6e82582602409782a4fb481e989feebf4435867b4
source: https://mpg123.de/download/mpg123-1.32.5.tar.bz2
source-checksum: sha256/af908cdf6cdb6544b97bc706a799f79894e69468af5881bf454a0ebb9171ed63
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.39
mp4v2_version=2.1.3
mpg123_version=1.32.3
mpg123_version=1.32.5
musepack_version=4.75
opus_version=1.4
rnnoise_version=9acc1e5
Expand Down

0 comments on commit 97149d7

Please sign in to comment.