summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522024-05-03 09:03:10 +0200
committertytan6522024-05-03 09:03:10 +0200
commit0562deef8f392fd906ed98de71232b296ae6de26 (patch)
treef940d016887cfc33fd5934495d9cfa742d109969
parentb5b813b2ce0c4ebb4e82405d495b22467197bb2f (diff)
downloadaur-0562deef8f392fd906ed98de71232b296ae6de26.tar.gz
build: Enforce libdatachannel 0.21 rebuild
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f3a55332750..58981a88e16e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = obs-studio-tytan652
pkgdesc = Free and open source software for video recording and live streaming. With everything except service integrations. Plus my bind interface PR, and sometimes backported fixes
pkgver = 30.1.2
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/obsproject/obs-studio
arch = x86_64
arch = aarch64
@@ -12,7 +12,7 @@ pkgbase = obs-studio-tytan652
makedepends = git
makedepends = uthash
makedepends = libajantv2>=17.0.1
- makedepends = libdatachannel>=0.20
+ makedepends = libdatachannel>=0.21
makedepends = libfdk-aac
makedepends = luajit
makedepends = nlohmann-json
@@ -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.20: WHIP Support
+ optdepends = libdatachannel>=0.21: WHIP Support
optdepends = libajantv2>=17.0.1: AJA support
optdepends = decklink: Blackmagic Design DeckLink support
provides = obs-studio=30.1.2
diff --git a/PKGBUILD b/PKGBUILD
index 8592c9dcd7ad..0ea3466c338b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=obs-studio-tytan652
pkgver=30.1.2
-pkgrel=3
+pkgrel=4
pkgdesc="Free and open source software for video recording and live streaming. With everything except service integrations. Plus my bind interface PR, and sometimes backported fixes"
arch=("x86_64" "aarch64")
url="https://github.com/obsproject/obs-studio"
@@ -10,7 +10,7 @@ license=('GPL-2.0-or-later')
# To manage dependency rebuild easily, this will prevent you to rebuild OBS on non-updated system
_qtver=6.6.2
_libajantv2ver=17.0.1
-_libdatachannelver=0.20
+_libdatachannelver=0.21
_mbedtlsver=3.5.1
_pythonver=3.12
depends=(