forked from blender/blender
Brecht Van Lommel
829dce524d
ALSA and OSS are not available for the snap packages, and trying to initialize them seems to cause some problems for other applications. Instead configure OpenAL and SDL to use PulseAudio, and set PULSE_SERVER environment variable to make it work. |
||
---|---|---|
.. | ||
blender-wrapper | ||
bundle.py | ||
README.txt | ||
snapcraft.yaml.in |
Snap Package Instructions ========================= This folder contains the scripts for creating and uploading the snap on: https://snapcraft.io/blender Setup ----- This has only been tested to work on Ubuntu. # Install required packages sudo apt install snapd snapcraft Steps ----- # Build the snap file python3 bundle.py --version 2.XX --url https://download.blender.org/release/Blender2.XX/blender-2.XX-x86_64.tar.bz2 # Install snap to test # --dangerous is needed since the snap has not been signed yet # --classic is required for installing Blender in general sudo snap install --dangerous --classic blender_2.XX_amd64.snap # Upload snapcraft push --release=stable blender_2.XX_amd64.snap Release Values -------------- stable: final release candidate: release candidates