Skip to content

Commit

Permalink
ci: remove debian buster
Browse files Browse the repository at this point in the history
  • Loading branch information
gnattu committed Jun 29, 2024
1 parent efc31ad commit cafffc2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
12 changes: 3 additions & 9 deletions build
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand All @@ -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"
Expand Down
3 changes: 0 additions & 3 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cafffc2

Please sign in to comment.