Skip to content

Commit

Permalink
Merge pull request #105 from jellyfin/dash-3
Browse files Browse the repository at this point in the history
Bump revision to -3 for 4.4.1-3
  • Loading branch information
joshuaboniface committed Mar 6, 2022
2 parents fed6ef9 + 8da3d2f commit 3b1ed54
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-win64
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ done

# Use the latest distro for toolchains
distro="ubuntu:impish"
ffrevison="2"
ffrevison="3"
image_name="jellyfin-ffmpeg-build-windows-win64"
package_temporary_dir="$( mktemp -d )"
current_user="$( whoami )"
Expand Down
2 changes: 1 addition & 1 deletion build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# We just wrap `build` so this is really it
name: "jellyfin-ffmpeg"
version: "4.4.1-2"
version: "4.4.1-3"
packages:
- buster-amd64
- buster-armhf
Expand Down
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
jellyfin-ffmpeg (4.4.1-3) unstable; urgency=medium

* Allow configuration of used driver via ENV variable (#101)
* Add oneVPL runtime for QSV on 12th Gen Intel processors (#103)
* Add fixes for corrupted hevc-vaapi on TGL (#104)
* CI migration to GitHub Actions

-- Joshua Boniface <joshua@boniface.me> Sat, 05 Mar 2022 14:48:21 -0500

jellyfin-ffmpeg (4.4.1-2) unstable; urgency=medium

* Fix the OpenCL dynamic linking issue on Win64 (#82)
Expand Down

0 comments on commit 3b1ed54

Please sign in to comment.