multimedia/obs-studio: Updated for version 27.0.0

Signed-off-by: Christoph Willing <chris.willing@linux.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Christoph Willing 2021-06-05 22:28:13 +10:00 committed by Willy Sudiarto Raharjo
parent becf94bba7
commit f238fd2648
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 9 additions and 9 deletions

View file

@ -24,8 +24,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=obs-studio
VERSION=${VERSION:-26.1.2}
COMMIT=3514f4fea5ead7aa15f1e57934a86a55b579fed0
VERSION=${VERSION:-27.0.0}
COMMIT=2b69adf3bcdb195df5373fd31af217157efde001
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,13 +1,13 @@
PRGNAM="obs-studio"
VERSION="26.1.2"
VERSION="27.0.0"
HOMEPAGE="https://obsproject.com/"
DOWNLOAD="https://sourceforge.net/projects/slackbuildsdirectlinks/files/obs/obs-studio-3514f4fea5ead7aa15f1e57934a86a55b579fed0.tar.gz \
https://cef-builds.spotifycdn.com/cef_binary_87.1.14%2Bga29e9a3%2Bchromium-87.0.4280.141_linux32_minimal.tar.bz2"
MD5SUM="932f6cd4787671d07919427d88f0468b \
DOWNLOAD="https://sourceforge.net/projects/slackbuildsdirectlinks/files/obs/obs-studio-2b69adf3bcdb195df5373fd31af217157efde001.tar.gz \
https://cef-builds.spotifycdn.com/cef_binary_87.1.14+ga29e9a3+chromium-87.0.4280.141_linux32_minimal.tar.bz2"
MD5SUM="af439eab99da2b411b9a8d8111a96550 \
0612e9d056cb4af780ccdad0a0e99b13"
DOWNLOAD_x86_64="https://sourceforge.net/projects/slackbuildsdirectlinks/files/obs/obs-studio-3514f4fea5ead7aa15f1e57934a86a55b579fed0.tar.gz \
https://cef-builds.spotifycdn.com/cef_binary_87.1.14%2Bga29e9a3%2Bchromium-87.0.4280.141_linux64_minimal.tar.bz2"
MD5SUM_x86_64="932f6cd4787671d07919427d88f0468b \
DOWNLOAD_x86_64="https://sourceforge.net/projects/slackbuildsdirectlinks/files/obs/obs-studio-2b69adf3bcdb195df5373fd31af217157efde001.tar.gz \
https://cef-builds.spotifycdn.com/cef_binary_87.1.14+ga29e9a3+chromium-87.0.4280.141_linux64_minimal.tar.bz2"
MD5SUM_x86_64="af439eab99da2b411b9a8d8111a96550 \
0aae132dd4d4cd86d412ef81327a8324"
REQUIRES="faac luajit rtmpdump x264 jack libfdk-aac mbedtls"
MAINTAINER="Christoph Willing"