Skip to content

Commit

Permalink
✨ feat: Upgrade MediaInfoLib to v24.12
Browse files Browse the repository at this point in the history
  • Loading branch information
caoccao committed Jan 7, 2025
1 parent 13f922a commit 1977a55
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/linux_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:

env:
BETTER_MEDIA_INFO_VERSION: 0.4.0
MEDIA_INFO_LIB_VERSION: v24.12

jobs:
build_package:
Expand Down Expand Up @@ -77,7 +78,7 @@ jobs:
- name: Build MediaInfoLib
run: |
cd ..
git clone https://github.com/MediaArea/MediaInfoLib.git
git clone -b ${{ env.MEDIA_INFO_LIB_VERSION }} --depth 1 https://github.com/MediaArea/MediaInfoLib.git
cd MediaInfoLib/Project/GNU/Library
./autogen.sh
./configure --enable-static
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/macos_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:

env:
BETTER_MEDIA_INFO_VERSION: 0.4.0
MEDIA_INFO_LIB_VERSION: v24.12

jobs:
build_package:
Expand Down Expand Up @@ -86,7 +87,7 @@ jobs:
- name: Build MediaInfoLib
run: |
cd ..
git clone https://github.com/MediaArea/MediaInfoLib.git
git clone -b ${{ env.MEDIA_INFO_LIB_VERSION }} --depth 1 https://github.com/MediaArea/MediaInfoLib.git
cd MediaInfoLib/Project/GNU/Library
./autogen.sh
./configure --enable-static
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/windows_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:

env:
BETTER_MEDIA_INFO_VERSION: 0.4.0
MEDIA_INFO_LIB_VERSION: v24.12

jobs:
build_package:
Expand Down Expand Up @@ -74,7 +75,7 @@ jobs:
- name: Build MediaInfoLib
run: |
cd ..
git clone https://github.com/MediaArea/MediaInfoLib.git
git clone -b ${{ env.MEDIA_INFO_LIB_VERSION }} --depth 1 https://github.com/MediaArea/MediaInfoLib.git
cd MediaInfoLib\Project\MSVC2022
msbuild MediaInfoLib.sln -t:rebuild -verbosity:diag -property:Configuration=Release -property:Platform=x64
Expand Down
5 changes: 5 additions & 0 deletions docs/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Notes

## 0.4.0

* Upgraded Rust toolchain to v1.82.0
* Upgraded MediaInfoLib to v24.12

## 0.3.0

* Upgraded tauri to v2
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "1.79.0"
channel = "1.82.0"
components = ["clippy", "rustfmt"]
profile = "minimal"
2 changes: 1 addition & 1 deletion src/routes/footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</div>
<div>
© Copyright 2024
© Copyright 2024-2025
<a href="https://github.com/caoccao" target="_blank" class={LINK_CLASS}>
Sam Cao
</a>
Expand Down

0 comments on commit 1977a55

Please sign in to comment.