Skip to content

Commit

Permalink
increase bundled ffmpeg to 7.0 so it will build on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
electronstudio committed Aug 3, 2024
1 parent 534212d commit 4dc0521
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "weylus"
version = "2024.8.1"
version = "2024.8.3"
authors = ["HMH <[email protected]>"]
license = "AGPL-3.0-or-later"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion deps/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -ex

test -d x264 || git clone --depth 1 -b stable https://code.videolan.org/videolan/x264.git x264
test -d ffmpeg || git clone --depth 1 -b n5.1 https://git.ffmpeg.org/ffmpeg.git ffmpeg
test -d ffmpeg || git clone --depth 1 -b n7.0 https://git.ffmpeg.org/ffmpeg.git ffmpeg
if [ "$TARGET_OS" == "linux" ]; then
test -d nv-codec-headers || git clone --depth 1 https://git.videolan.org/git/ffmpeg/nv-codec-headers.git
test -d libva || git clone --depth 1 -b 2.15.0 https://github.com/intel/libva
Expand Down
7 changes: 6 additions & 1 deletion io.github.electronstudio.WeylusCommunityEdition.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,14 @@
</developer>

<releases>
<release version="2024.8.3" date="2024-8-3">
<description>
<p>Increase bundled ffmpeg to 7.0 so it will build on macos.</p>
</description>
</release>
<release version="2024.8.1" date="2024-8-1">
<description>
<p>Support for flatpak build</p>
<p>Support for flatpak build.</p>
</description>
</release>
</releases>
Expand Down

0 comments on commit 4dc0521

Please sign in to comment.