summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522024-01-22 14:08:53 +0100
committertytan6522024-01-22 14:08:53 +0100
commit25347747bc1f61fe4b1f9851920d441d31836786 (patch)
treebae35b5953da2b9cb2a86830befdd1bec7b22e83
parent536d59093917fb903e752161cef603a55f77d3ee (diff)
downloadaur-25347747bc1f61fe4b1f9851920d441d31836786.tar.gz
build: Enforce rebuild with libdatachannel 0.20
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 314d83c7274a..4edb31f516bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,22 @@
pkgbase = obs-studio-tytan652
pkgdesc = Free and open source software for video recording and live streaming. With everything except service integrations. Plus V4L2 devices by paths, my bind interface PR, and sometimes backported fixes
pkgver = 30.0.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/obsproject/obs-studio
arch = x86_64
arch = aarch64
- license = GPL3
+ license = GPL-2.0-or-later
makedepends = asio
makedepends = cmake
makedepends = jack
makedepends = git
makedepends = uthash
makedepends = libajantv2
- makedepends = libdatachannel-nice>=0.19.2
+ makedepends = libdatachannel-nice>=0.20
makedepends = libfdk-aac
- makedepends = libvpl
makedepends = luajit
makedepends = nlohmann-json
+ makedepends = libvpl
makedepends = python>=3.11
makedepends = sndio
makedepends = swig
@@ -84,7 +84,7 @@ pkgbase = obs-studio-tytan652
optdepends = v4l-utils: V4L2 support
optdepends = systemd-libs: V4L2 support
optdepends = v4l2loopback-dkms: V4L2 virtual camera output
- optdepends = libdatachannel>=0.19.2: WHIP Support
+ optdepends = libdatachannel>=0.20: WHIP Support
optdepends = decklink: Blackmagic Design DeckLink support
provides = obs-studio=30.0.2
provides = obs-vst
diff --git a/PKGBUILD b/PKGBUILD
index 475e2a19f547..3d81e20b1019 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=obs-studio-tytan652
pkgver=30.0.2
-pkgrel=2
+pkgrel=3
pkgdesc="Free and open source software for video recording and live streaming. With everything except service integrations. Plus V4L2 devices by paths, my bind interface PR, and sometimes backported fixes"
arch=("x86_64" "aarch64")
url="https://github.com/obsproject/obs-studio"
-license=("GPL3")
+license=('GPL-2.0-or-later')
# To manage dependency rebuild easily, this will prevent you to rebuild OBS on non-updated system
-_libdatachannelver=0.19.2
+_libdatachannelver=0.20
_mbedtlsver=3.4
_pythonver=3.11
depends=(