mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
multimedia/obs-studio: Updated for version 0.16.6
Signed-off-by: Christoph Willing <chris.willing@iinet.net.au>
This commit is contained in:
parent
31038d3c84
commit
4f50efb3cb
2 changed files with 6 additions and 6 deletions
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=obs-studio
|
||||
VERSION=${VERSION:-0.15.4}
|
||||
VERSION=${VERSION:-0.16.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -61,7 +61,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xf $CWD/$PRGNAM-$VERSION.tar.gz 2>/dev/null || tar xf $CWD/$VERSION.tar.gz
|
||||
tar xf $CWD/$PRGNAM-$VERSION.tar.gz || tar xf $CWD/$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="obs-studio"
|
||||
VERSION="0.15.4"
|
||||
VERSION="0.16.6"
|
||||
HOMEPAGE="https://obsproject.com/"
|
||||
DOWNLOAD="https://github.com/jp9000/obs-studio/archive/0.15.4.tar.gz"
|
||||
MD5SUM="380f195e3073eed4a9909a7f8b7babcf"
|
||||
DOWNLOAD="https://github.com/jp9000/obs-studio/archive/0.16.6/obs-studio-0.16.6.tar.gz"
|
||||
MD5SUM="8d572fc692b75aca07bd0aa6ef008289"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="faac ffmpeg jansson qt5 rtmpdump x264"
|
||||
REQUIRES="faac ffmpeg jansson qt5 rtmpdump x264 jack-audio-connection-kit"
|
||||
MAINTAINER="Christoph Willing"
|
||||
EMAIL="chris.willing@linux.com"
|
||||
|
|
Loading…
Reference in a new issue