mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
multimedia/obs-studio: Updated for version 21.1.2
Signed-off-by: Christoph Willing <chris.willing@linux.com>
This commit is contained in:
parent
7918a47533
commit
9dda78a181
3 changed files with 6 additions and 6 deletions
|
@ -1,3 +1,3 @@
|
|||
This project is a rewrite of what was formerly known as "Open Broadcaster Software", software originally designed for recording and streaming live video content, efficiently.
|
||||
|
||||
For full functionality, plug-ins using jack-audio-connection-kit, libfdk-aac and vlc will be constructed if those packages (all available at SBo) are detected at build time.
|
||||
For full functionality, plug-ins using jack-audio-connection-kit and vlc will be constructed if those packages (all available at SBo) are detected at build time.
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=obs-studio
|
||||
VERSION=${VERSION:-21.1.1}
|
||||
VERSION=${VERSION:-21.1.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="obs-studio"
|
||||
VERSION="21.1.1"
|
||||
VERSION="21.1.2"
|
||||
HOMEPAGE="https://obsproject.com/"
|
||||
DOWNLOAD="https://github.com/obsproject/obs-studio/archive/21.1.1/obs-studio-21.1.1.tar.gz"
|
||||
MD5SUM="cb266b33bde445e6ec5f4706a278c748"
|
||||
DOWNLOAD="https://github.com/obsproject/obs-studio/archive/21.1.2/obs-studio-21.1.2.tar.gz"
|
||||
MD5SUM="fc36a9e8d8c8018955c64197f18f839a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="faac ffmpeg jansson qt5 rtmpdump x264 jack-audio-connection-kit"
|
||||
REQUIRES="faac ffmpeg jansson qt5 rtmpdump x264 jack-audio-connection-kit libfdk-aac"
|
||||
MAINTAINER="Christoph Willing"
|
||||
EMAIL="chris.willing@linux.com"
|
||||
|
|
Loading…
Reference in a new issue