ffmpeg from home:ItachiSan:archlinux project

Vyberte váš operační systém

V Arch Linuxu upravte /etc/pacman.conf a přidejte následující (pozor, pořadí repozitářů v souboru pacman.conf je důležité, protože pacman vždy stahuje první nalezený balíček):
[home_ItachiSan_archlinux_standard]
Server = https://download.opensuse.org/repositories/home:/ItachiSan:/archlinux/standard/$arch
Potom jako root spusťte následující
key=$(curl -fsSL https://download.opensuse.org/repositories/home:ItachiSan:archlinux/standard/$(uname -m)/home_ItachiSan_archlinux_standard.key)
fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }')

pacman-key --init
pacman-key --add - <<< "${key}"
pacman-key --lsign-key "${fingerprint}"

pacman -Sy home_ItachiSan_archlinux_standard/ffmpeg

Balíčky pro standard: