Skip to content

Commit

Permalink
Update FFmpeg to version 6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
enzo1982 committed Dec 30, 2023
1 parent 18c1841 commit 427a29b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tools/build-macos
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ if [[ ${MACOSX_DEPLOYMENT_TARGET:0:2} = 11 ]]; then
lipo -create musepack_src_r475/mpcenc/mpcenc arm64/musepack_src_r475/mpcenc/mpcenc -output mpcenc
lipo -create wavpack-5.6.0/cli/wavpack arm64/wavpack-5.6.0/cli/wavpack -output wavpack
lipo -create wavpack-5.6.0/cli/wvunpack arm64/wavpack-5.6.0/cli/wvunpack -output wvunpack
lipo -create ffmpeg-6.0/ffmpeg arm64/ffmpeg-6.0/ffmpeg -output ffmpeg
lipo -create ffmpeg-6.1/ffmpeg arm64/ffmpeg-6.1/ffmpeg -output ffmpeg

sudo cp lib*.dylib /usr/local/lib
sudo cp ffmpeg mpc* w*pack /usr/local/bin
Expand Down
3 changes: 2 additions & 1 deletion Readme
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Requirements
History
-------

Version 1.1.8 (October 2023)
Version 1.1.8 (November 2023)

- Improvements

Expand All @@ -177,6 +177,7 @@ History

- Updated codecs

- updated FFmpeg to version 6.1
- updated Opus to version 1.4
- updated Monkey's Audio to version 10.25
- updated FLAC to version 1.4.3
Expand Down
3 changes: 2 additions & 1 deletion Readme.de
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Voraussetzungen
Geschichte
----------

Version 1.1.8 (Oktober 2023)
Version 1.1.8 (November 2023)

- Verbesserungen

Expand All @@ -176,6 +176,7 @@ Geschichte

- Aktualisierte Codecs

- FFmpeg auf Version 6.1 aktualisiert
- Opus auf Version 1.4 aktualisiert
- Monkey's Audio auf Version 10.25 aktualisiert
- FLAC auf Version 1.4.3 aktualisiert
Expand Down
4 changes: 2 additions & 2 deletions packaging/flatpak/org.freac.freac.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@
"sources": [
{
"type": "archive",
"url": "https://ffmpeg.org/releases/ffmpeg-6.0.tar.xz",
"sha256": "57be87c22d9b49c112b6d24bc67d42508660e6b718b3db89c44e47e289137082"
"url": "https://ffmpeg.org/releases/ffmpeg-6.1.tar.xz",
"sha256": "488c76e57dd9b3bee901f71d5c95eaf1db4a5a31fe46a28654e837144207c270"
}
]
},
Expand Down
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ parts:
- usr/lib/libvorbis*.so*

ffmpeg:
source: https://ffmpeg.org/releases/ffmpeg-6.0.tar.xz
source-checksum: sha256/57be87c22d9b49c112b6d24bc67d42508660e6b718b3db89c44e47e289137082
source: https://ffmpeg.org/releases/ffmpeg-6.1.tar.xz
source-checksum: sha256/488c76e57dd9b3bee901f71d5c95eaf1db4a5a31fe46a28654e837144207c270
plugin: autotools
autotools-configure-parameters: [ --prefix=/usr, --disable-autodetect, --enable-gpl, --enable-small, --enable-runtime-cpudetect, --disable-vsx ]
build-packages:
Expand Down
2 changes: 1 addition & 1 deletion tools/build-codecs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ exhale_version=1.2.0
faac_version=1.30
faad2_version=2.10.0
fdk_aac_version=2.0.2
ffmpeg_version=6.0
ffmpeg_version=6.1
flac_version=1.4.3
lame_version=3.100
libcdio_version=2.1.0
Expand Down

0 comments on commit 427a29b

Please sign in to comment.