obs-studio v32.0.1
This commit is contained in:
@@ -4,33 +4,28 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import shelltools, cmaketools, mesontools, pisitools
|
||||
from pisi.actionsapi import cmaketools, mesontools, pisitools
|
||||
|
||||
j = ''.join([
|
||||
' -DCMAKE_BUILD_TYPE=Release',
|
||||
' -DCMAKE_INSTALL_PREFIX=/usr',
|
||||
' -DCMAKE_INSTALL_LIBDIR=lib',
|
||||
' -DCMAKE_C_COMPILER=gcc',
|
||||
' -DCMAKE_CXX_COMPILER=g++',
|
||||
' -DUNIX_STRUCTURE=ON',
|
||||
' -DOpenGL_GL_PREFERENCE=GLVND',
|
||||
' -DBUILD_VST=ON',
|
||||
' -DENABLE_{AJA,VLC,BROWSER}=OFF',
|
||||
' -DENABLE_{AJA,VLC,WEBSOCKET}=OFF',
|
||||
' -DENABLE_JACK=ON',
|
||||
' -DENABLE_LIBFDK=ON',
|
||||
' -DENABLE_NEW_MPEGTS_OUTPUT=ON',
|
||||
' -B_build -G Ninja -L '
|
||||
' -Bbuild -G Ninja -L '
|
||||
])
|
||||
|
||||
def setup():
|
||||
for b in ["browser", "websocket"]:
|
||||
shelltools.touch("plugins/obs-%s/CMakeLists.txt" % b)
|
||||
cmaketools.configure(j)
|
||||
|
||||
def build():
|
||||
mesontools.build("-C _build")
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
mesontools.install("-C _build")
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING")
|
||||
|
||||
@@ -12,15 +12,14 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Open Broadcaster Software.</Summary>
|
||||
<Description>Free and open source software for video recording and live streaming.</Description>
|
||||
<Archive sha1sum="e32c15a9a2e089139cfebd5da80e98cddbde5ee4" type="targz">https://github.com/obsproject/obs-studio/archive/31.0.1/obs-studio-31.0.1.tar.gz</Archive>
|
||||
<Archive sha1sum="092333389ae25315fce84418f65312b5d2340495" type="targz">https://github.com/obsproject/obs-studio/releases/download/32.0.1/OBS-Studio-32.0.1-Sources.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>swig</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>ninja</Dependency>
|
||||
<Dependency>SIMDe</Dependency>
|
||||
<Dependency>uthash</Dependency>
|
||||
<Dependency>vlc-libs</Dependency>
|
||||
<Dependency>srt-devel</Dependency>
|
||||
<Dependency>vlc-devel</Dependency>
|
||||
<Dependency>lua-devel</Dependency>
|
||||
<Dependency>pkgconfig</Dependency>
|
||||
<Dependency>ffnvcodec</Dependency>
|
||||
@@ -37,7 +36,6 @@
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>libv4l-devel</Dependency>
|
||||
<Dependency>libxcb-devel</Dependency>
|
||||
<Dependency>libmfx-devel</Dependency>
|
||||
<Dependency>onevpl-devel</Dependency>
|
||||
<Dependency>librist-devel</Dependency>
|
||||
<Dependency>qt6-svg-devel</Dependency>
|
||||
@@ -61,6 +59,7 @@
|
||||
<Dependency>libfdk-aac-devel</Dependency>
|
||||
<Dependency>fontconfig-devel</Dependency>
|
||||
<Dependency>libXcomposite-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>libdatachannel-devel</Dependency>
|
||||
<Dependency>pulseaudio-libs-devel</Dependency>
|
||||
<Dependency>jack-audio-connection-kit-devel</Dependency>
|
||||
@@ -87,7 +86,6 @@
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libv4l</Dependency>
|
||||
<Dependency>libxcb</Dependency>
|
||||
<Dependency>libmfx</Dependency>
|
||||
<Dependency>onevpl</Dependency>
|
||||
<Dependency>librist</Dependency>
|
||||
<Dependency>qt6-svg</Dependency>
|
||||
@@ -102,7 +100,6 @@
|
||||
<Dependency>freetype</Dependency>
|
||||
<Dependency>libglvnd</Dependency>
|
||||
<Dependency>pipewire</Dependency>
|
||||
<Dependency>vlc-libs</Dependency>
|
||||
<Dependency>qt6-base</Dependency>
|
||||
<Dependency>libXfixes</Dependency>
|
||||
<Dependency>fontconfig</Dependency>
|
||||
@@ -125,7 +122,6 @@
|
||||
<Name>obs-studio-devel</Name>
|
||||
<Summary>Development files for obs-studio</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency release="current">obs-studio</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -136,6 +132,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="16">
|
||||
<Date>2025-10-19</Date>
|
||||
<Version>32.0.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="15">
|
||||
<Date>2025-02-06</Date>
|
||||
<Version>31.0.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user