0
0
forked from blender/blender
blender/release/freedesktop/snap
Brecht Van Lommel 829dce524d Fix T72920: Snap package fails to play audio and blocks audio in other apps
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.
2020-05-12 21:52:43 +02:00
..
blender-wrapper Fix T72920: Snap package fails to play audio and blocks audio in other apps 2020-05-12 21:52:43 +02:00
bundle.py
README.txt
snapcraft.yaml.in Fix T72920: Snap package fails to play audio and blocks audio in other apps 2020-05-12 21:52:43 +02:00

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