OpenSuse
For openSuse Leap install, run the following commands in a terminal. Note: you may have to zypper libavc and libiec versions if not already installed. And cinelerra packages are unsigned so you will have to ignore: Package is not signed! message.
For Leap 15.1, run:
sudo zypper ar -f https://cinelerra-gg.org/download/pkgs/leap15.1/ cingg
sudo zypper install -r cingg cinelerra
For Leap 15.2, run:
sudo zypper ar -f https://cinelerra-gg.org/download/pkgs/leap15.2/ cingg
sudo zypper install -r cingg cinelerra
Pour OpenSUSE Tumbleweed, exécutez :
sudo zypper ar -f https://cinelerra-gg.org/download/pkgs/tweed/ cingg
NOTE : pour certaines versions, avant d’exécuter l’installation pour OpenSUSE, vous devrez peut-être d’abord supprimer la vérification GPG :
sudo zypper mr -G cingg
sudo zypper install -r cingg cinelerra
Pour mettre à jour une installation précédente, lancez :
sudo zypper refresh cingg
sudo zypper up cinelerra
Pour supprimer Cinelerra-GG, lancez :
sudo zypper remove cinelerra
Attention:
A special version with 10bit color support is also available (for 15.1 only). This can not be used with 8bit color files!
To install Cinelerra-GG 10bit, replace the install command with:
sudo zypper install -r cingg cinelerra10bit
Pour mettre à jour une installation précédente, lancez :
zypper refresh cinelerra10bit
zypper up cinelerra10bit
Pour supprimer Cinelerra-GG 10bit, exécutez :
sudo zypper remove cinelerra10bit