mirror of
https://github.com/jellyfin/jellyfin-ffmpeg.git
synced 2026-09-03 05:09:58 +03:00
Bump version to 6.0-7
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
+4
-4
@@ -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
|
||||
@@ -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
|
||||
|
||||
Vendored
+10
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user