obs-studio-git
This commit is contained in:
parent
8fea677b11
commit
e7223f0c9a
@ -1,5 +1,5 @@
|
||||
name='obs-studio'
|
||||
version='29.0.2'
|
||||
name='obs-studio-git'
|
||||
version='latest'
|
||||
release='1'
|
||||
desc='OBS Studio is software designed for capturing, compositing, encoding, recording, and streaming video content, efficiently.'
|
||||
homepage='https://github.com/obsproject/obs-studio'
|
||||
@ -91,6 +91,11 @@ build_deps_redos=('alsa-plugins-oss'
|
||||
'x264-devel'
|
||||
'pciutils-devel'
|
||||
'nv-codec-headers'
|
||||
'speexdsp-devel'
|
||||
'freetype-devel'
|
||||
'fontconfig-devel'
|
||||
'libdatachannel-devel'
|
||||
'mbedtls-devel'
|
||||
)
|
||||
|
||||
sources=("https://cdn-fastly.obsproject.com/downloads/cef_binary_5060_linux64.tar.bz2"
|
||||
@ -101,13 +106,12 @@ checksums=('SKIP'
|
||||
)
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/obs-studio
|
||||
cd ${srcdir}/obs-studio-git
|
||||
git submodule update --init --recursive
|
||||
mkdir build
|
||||
cd ./build
|
||||
cmake -DENABLE_BROWSER=ON -DCEF_ROOT_DIR="../../cef_binary_5060_linux64" -DENABLE_AJA=OFF -DENABLE_NEW_MPEGTS_OUTPUT=OFF ..
|
||||
make -j$(nproc)
|
||||
sudo make install
|
||||
}
|
||||
|
||||
package() {
|
Loading…
Reference in New Issue
Block a user