smplayer from home:smplayerdev:tests project

お使いのオペレーティングシステムの選択

Arch Linux の場合は /etc/pacman.conf を編集し、下記を追加してください (ただし、 pacman が想定どおりのパッケージをダウンロードできるよう、リポジトリの順序についても注意してください):
[home_smplayerdev_tests_Arch_Extra]
Server = https://download.opensuse.org/repositories/home:/smplayerdev:/tests/Arch_Extra/$arch
その後、 root で下記のコマンドを実行してください:
key=$(curl -fsSL https://download.opensuse.org/repositories/home:smplayerdev:tests/Arch_Extra/$(uname -m)/home_smplayerdev_tests_Arch_Extra.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_smplayerdev_tests_Arch_Extra/smplayer

Arch Extra 向けのパッケージ:

Debian 9.0 の場合は、下記のコマンドを実行してください:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/smplayerdev:/tests/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:smplayerdev:tests.list
curl -fsSL https://download.opensuse.org/repositories/home:smplayerdev:tests/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smplayerdev_tests.gpg > /dev/null
sudo apt update
sudo apt install smplayer
Debian 8.0 の場合は、下記のコマンドを実行してください:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/smplayerdev:/tests/Debian_8.0/ /' | sudo tee /etc/apt/sources.list.d/home:smplayerdev:tests.list
curl -fsSL https://download.opensuse.org/repositories/home:smplayerdev:tests/Debian_8.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smplayerdev_tests.gpg > /dev/null
sudo apt update
sudo apt install smplayer
Debian 13 の場合は、下記のコマンドを実行してください:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/smplayerdev:/tests/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/home:smplayerdev:tests.list
curl -fsSL https://download.opensuse.org/repositories/home:smplayerdev:tests/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smplayerdev_tests.gpg > /dev/null
sudo apt update
sudo apt install smplayer
Debian 12 の場合は、下記のコマンドを実行してください:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/smplayerdev:/tests/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:smplayerdev:tests.list
curl -fsSL https://download.opensuse.org/repositories/home:smplayerdev:tests/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smplayerdev_tests.gpg > /dev/null
sudo apt update
sudo apt install smplayer
Debian 11 の場合は、下記のコマンドを実行してください:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/smplayerdev:/tests/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:smplayerdev:tests.list
curl -fsSL https://download.opensuse.org/repositories/home:smplayerdev:tests/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smplayerdev_tests.gpg > /dev/null
sudo apt update
sudo apt install smplayer
Debian 10 の場合は、下記のコマンドを実行してください:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/smplayerdev:/tests/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:smplayerdev:tests.list
curl -fsSL https://download.opensuse.org/repositories/home:smplayerdev:tests/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smplayerdev_tests.gpg > /dev/null
sudo apt update
sudo apt install smplayer
openSUSE Tumbleweed の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/home:smplayerdev:tests/openSUSE_Tumbleweed/home:smplayerdev:tests.repo
zypper refresh
zypper install smplayer
openSUSE Leap 42.3 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/home:smplayerdev:tests/openSUSE_Leap_42.3/home:smplayerdev:tests.repo
zypper refresh
zypper install smplayer
openSUSE Leap 42.2 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/home:smplayerdev:tests/openSUSE_Leap_42.2/home:smplayerdev:tests.repo
zypper refresh
zypper install smplayer
openSUSE Leap 42.1 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/home:smplayerdev:tests/openSUSE_Leap_42.1/home:smplayerdev:tests.repo
zypper refresh
zypper install smplayer
openSUSE 13.2 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/home:smplayerdev:tests/openSUSE_13.2/home:smplayerdev:tests.repo
zypper refresh
zypper install smplayer
xUbuntu 24.04 の場合は、下記のコマンドを実行してください:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/smplayerdev:/tests/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:smplayerdev:tests.list
curl -fsSL https://download.opensuse.org/repositories/home:smplayerdev:tests/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smplayerdev_tests.gpg > /dev/null
sudo apt update
sudo apt install smplayer
xUbuntu 23.04 の場合は、下記のコマンドを実行してください:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/smplayerdev:/tests/xUbuntu_23.04/ /' | sudo tee /etc/apt/sources.list.d/home:smplayerdev:tests.list
curl -fsSL https://download.opensuse.org/repositories/home:smplayerdev:tests/xUbuntu_23.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smplayerdev_tests.gpg > /dev/null
sudo apt update
sudo apt install smplayer
xUbuntu 22.10 の場合は、下記のコマンドを実行してください:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/smplayerdev:/tests/xUbuntu_22.10/ /' | sudo tee /etc/apt/sources.list.d/home:smplayerdev:tests.list
curl -fsSL https://download.opensuse.org/repositories/home:smplayerdev:tests/xUbuntu_22.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smplayerdev_tests.gpg > /dev/null
sudo apt update
sudo apt install smplayer
xUbuntu 22.04 の場合は、下記のコマンドを実行してください:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/smplayerdev:/tests/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:smplayerdev:tests.list
curl -fsSL https://download.opensuse.org/repositories/home:smplayerdev:tests/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smplayerdev_tests.gpg > /dev/null
sudo apt update
sudo apt install smplayer
xUbuntu 21.04 の場合は、下記のコマンドを実行してください:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/smplayerdev:/tests/xUbuntu_21.04/ /' | sudo tee /etc/apt/sources.list.d/home:smplayerdev:tests.list
curl -fsSL https://download.opensuse.org/repositories/home:smplayerdev:tests/xUbuntu_21.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smplayerdev_tests.gpg > /dev/null
sudo apt update
sudo apt install smplayer
xUbuntu 20.04 の場合は、下記のコマンドを実行してください:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/smplayerdev:/tests/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:smplayerdev:tests.list
curl -fsSL https://download.opensuse.org/repositories/home:smplayerdev:tests/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smplayerdev_tests.gpg > /dev/null
sudo apt update
sudo apt install smplayer
xUbuntu 18.04 の場合は、下記のコマンドを実行してください:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/smplayerdev:/tests/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:smplayerdev:tests.list
curl -fsSL https://download.opensuse.org/repositories/home:smplayerdev:tests/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smplayerdev_tests.gpg > /dev/null
sudo apt update
sudo apt install smplayer
xUbuntu 16.04 の場合は、下記のコマンドを実行してください:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/smplayerdev:/tests/xUbuntu_16.04/ /' | sudo tee /etc/apt/sources.list.d/home:smplayerdev:tests.list
curl -fsSL https://download.opensuse.org/repositories/home:smplayerdev:tests/xUbuntu_16.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smplayerdev_tests.gpg > /dev/null
sudo apt update
sudo apt install smplayer
xUbuntu 14.04 の場合は、下記のコマンドを実行してください:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/smplayerdev:/tests/xUbuntu_14.04/ /' | sudo tee /etc/apt/sources.list.d/home:smplayerdev:tests.list
curl -fsSL https://download.opensuse.org/repositories/home:smplayerdev:tests/xUbuntu_14.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smplayerdev_tests.gpg > /dev/null
sudo apt update
sudo apt install smplayer

xUbuntu 24.04 向けのパッケージ:

xUbuntu 23.04 向けのパッケージ:

xUbuntu 22.10 向けのパッケージ:

xUbuntu 22.04 向けのパッケージ:

xUbuntu 21.04 向けのパッケージ:

xUbuntu 20.04 向けのパッケージ: