mirror of
https://github.com/jellyfin/jellyfin-ffmpeg.git
synced 2024-11-26 23:50:30 +00:00
ci: remove debian buster
This commit is contained in:
parent
efc31adac4
commit
cafffc21e4
12
build
12
build
@ -4,10 +4,9 @@ usage() {
|
||||
echo -e "Build Jellyfin FFMPEG deb packages"
|
||||
echo -e " $0 <release> <arch>"
|
||||
echo -e "Releases: Arches:"
|
||||
echo -e " * buster * amd64"
|
||||
echo -e " * bullseye * armhf"
|
||||
echo -e " * bookworm * arm64"
|
||||
echo -e " * focal"
|
||||
echo -e " * bullseye * amd64"
|
||||
echo -e " * bookworm * armhf"
|
||||
echo -e " * focal * arm64"
|
||||
echo -e " * jammy"
|
||||
echo -e " * noble"
|
||||
}
|
||||
@ -19,11 +18,6 @@ fi
|
||||
|
||||
cli_release="${1}"
|
||||
case ${cli_release} in
|
||||
'buster')
|
||||
release="debian:buster"
|
||||
gcc_version="8"
|
||||
llvm_version="13"
|
||||
;;
|
||||
'bullseye')
|
||||
release="debian:bullseye"
|
||||
gcc_version="10"
|
||||
|
@ -3,9 +3,6 @@
|
||||
name: "jellyfin-ffmpeg"
|
||||
version: "6.0.1-7"
|
||||
packages:
|
||||
- buster-amd64
|
||||
- buster-armhf
|
||||
- buster-arm64
|
||||
- bullseye-amd64
|
||||
- bullseye-armhf
|
||||
- bullseye-arm64
|
||||
|
@ -596,9 +596,6 @@ prepare_extra_amd64() {
|
||||
|
||||
# LIBPLACEBO
|
||||
pl_ver="v6.338.2"
|
||||
if [[ $( lsb_release -c -s ) == "buster" ]]; then
|
||||
pl_ver="v5.264.1"
|
||||
fi
|
||||
pushd ${SOURCE_DIR}
|
||||
git clone -b ${pl_ver} --recursive --depth=1 https://github.com/haasn/libplacebo.git
|
||||
sed -i 's|env: python_env,||g' libplacebo/src/vulkan/meson.build
|
||||
|
Loading…
Reference in New Issue
Block a user