Skip to content

Commit

Permalink
Bump version to 6.0-7
Browse files Browse the repository at this point in the history
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
  • Loading branch information
nyanmisaka committed Oct 9, 2023
1 parent d2a55d3 commit ba4bbce
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 10 deletions.
12 changes: 6 additions & 6 deletions build
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ usage() {
echo -e " * bookworm * arm64"
echo -e " * focal"
echo -e " * jammy"
echo -e " * kinetic"
echo -e " * lunar"
echo -e " * mantic"
}

if [[ -z ${1} ]]; then
Expand Down Expand Up @@ -45,16 +45,16 @@ case ${cli_release} in
gcc_version="11"
llvm_version="15"
;;
'kinetic')
release="ubuntu:kinetic"
gcc_version="12"
llvm_version="15"
;;
'lunar')
release="ubuntu:lunar"
gcc_version="12"
llvm_version="15"
;;
'mantic')
release="ubuntu:mantic"
gcc_version="13"
llvm_version="17"
;;
*)
echo "Invalid release."
usage
Expand Down
8 changes: 4 additions & 4 deletions 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: "6.0-6"
version: "6.0-7"
packages:
- buster-amd64
- buster-armhf
Expand All @@ -18,9 +18,9 @@ packages:
- jammy-amd64
- jammy-armhf
- jammy-arm64
- kinetic-amd64
- kinetic-armhf
- kinetic-arm64
- lunar-amd64
- lunar-armhf
- lunar-arm64
- mantic-amd64
- mantic-armhf
- mantic-arm64
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
jellyfin-ffmpeg (6.0-7) unstable; urgency=medium

* Update dependencies
* Add suport for Ubuntu 23.10 (Mantic)
* Drop the EOL Ubuntu 22.10 (Kinetic)
* Fix QSV AV1 encoder ICQ rate control on Linux
* Update VA-API AV1 encoder to the upstream final version

-- nyanmisaka <nst799610810@gmail.com> Fri, 29 Sep 2023 23:43:30 +0800

jellyfin-ffmpeg (6.0-6) unstable; urgency=medium

* Sync intel D3D11VA textures before mapping to OpenCL
Expand Down

0 comments on commit ba4bbce

Please sign in to comment.