mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
multimedia/obs-studio: Updated for version 28.0.2
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d46f92610c
commit
db7e7d6c6a
2 changed files with 11 additions and 12 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for Open Broadcaster Software
|
||||
#
|
||||
# Copyright 2015 Gethyn ThomasQuail <gethyn@bloodbathsoftworks.com>
|
||||
# Copyright 2016-2021 Christoph Willing, Brisbane Australia
|
||||
# Copyright 2016-2022 Christoph Willing, Brisbane Australia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,8 +26,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=obs-studio
|
||||
VERSION=${VERSION:-27.2.3}
|
||||
COMMIT=490c6214f0df47edd9362f839f2d22210de5647d
|
||||
VERSION=${VERSION:-28.0.2}
|
||||
COMMIT=087ee39e2d8b9240b2ada1492fc7ad85102084ab
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then
|
|||
esac
|
||||
fi
|
||||
|
||||
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
|
||||
# the name of the created package would be, and then exit. This information
|
||||
# could be useful to other scripts.
|
||||
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
||||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
||||
exit 0
|
||||
|
@ -104,6 +101,8 @@ cd build
|
|||
-DOBS_MULTIARCH_SUFFIX="$LIBDIRSUFFIX" \
|
||||
-DOBS_VERSION_OVERRIDE=${VERSION} \
|
||||
-DUNIX_STRUCTURE=ON \
|
||||
-DENABLE_NEW_MPEGTS_OUTPUT=OFF \
|
||||
-DENABLE_AJA=OFF \
|
||||
-DBUILD_BROWSER=ON \
|
||||
-DCEF_ROOT_DIR="../../$CEF_ROOT" \
|
||||
-DCMAKE_BUILD_TYPE=Release ..
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
PRGNAM="obs-studio"
|
||||
VERSION="27.2.3"
|
||||
VERSION="28.0.2"
|
||||
HOMEPAGE="https://obsproject.com/"
|
||||
DOWNLOAD="https://sourceforge.net/projects/slackbuildsdirectlinks/files/obs/obs-studio-490c6214f0df47edd9362f839f2d22210de5647d.tar.gz \
|
||||
DOWNLOAD="https://sourceforge.net/projects/slackbuildsdirectlinks/files/obs/obs-studio-087ee39e2d8b9240b2ada1492fc7ad85102084ab.tar.gz \
|
||||
https://cef-builds.spotifycdn.com/cef_binary_87.1.14+ga29e9a3+chromium-87.0.4280.141_linux32_minimal.tar.bz2"
|
||||
MD5SUM="e60c165c87ce09af7fbd328bc3794c12 \
|
||||
MD5SUM="965ec59d43784f43a4880ac1bdc104b7 \
|
||||
0612e9d056cb4af780ccdad0a0e99b13"
|
||||
DOWNLOAD_x86_64="https://sourceforge.net/projects/slackbuildsdirectlinks/files/obs/obs-studio-490c6214f0df47edd9362f839f2d22210de5647d.tar.gz \
|
||||
DOWNLOAD_x86_64="https://sourceforge.net/projects/slackbuildsdirectlinks/files/obs/obs-studio-087ee39e2d8b9240b2ada1492fc7ad85102084ab.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="e60c165c87ce09af7fbd328bc3794c12 \
|
||||
MD5SUM_x86_64="965ec59d43784f43a4880ac1bdc104b7 \
|
||||
0aae132dd4d4cd86d412ef81327a8324"
|
||||
REQUIRES="faac luajit rtmpdump x264 jack libfdk-aac mbedtls"
|
||||
REQUIRES="faac luajit rtmpdump x264 jack libfdk-aac mbedtls vlc"
|
||||
MAINTAINER="Christoph Willing"
|
||||
EMAIL="chris.willing@linux.com"
|
||||
|
|
Loading…
Reference in a new issue