summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522024-02-17 23:42:53 +0100
committertytan6522024-02-17 23:42:53 +0100
commitdcdba598eba08834c93db38a5987fb36cc740762 (patch)
tree2da63bb80de3284b38838da5010ac140a9b07f39
parentc315310cd1cc0ffb7616a3d1394f0603dd23c4ce (diff)
downloadaur-dcdba598eba08834c93db38a5987fb36cc740762.tar.gz
build: Enforce rebuild against 6.6.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89cd2443db7a..8ea8c64cc78c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = obs-studio-browser
pkgdesc = Free and open source software for video recording and live streaming. With everything except service integration
pkgver = 30.0.2
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/obsproject/obs-studio
arch = x86_64
arch = aarch64
@@ -46,9 +46,9 @@ pkgbase = obs-studio-browser
depends = mbedtls>=3.5.1
depends = pciutils
depends = qrcodegencpp-cmake
- depends = qt6-base
- depends = qt6-svg
- depends = qt6-wayland
+ depends = qt6-base>=6.6.2
+ depends = qt6-svg>=6.6.2
+ depends = qt6-wayland>=6.6.2
depends = rnnoise
depends = speexdsp
depends = srt
diff --git a/PKGBUILD b/PKGBUILD
index fd2ca18733b2..698aab5d010d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,13 @@
pkgname=obs-studio-browser
pkgver=30.0.2
-pkgrel=5
+pkgrel=6
pkgdesc="Free and open source software for video recording and live streaming. With everything except service integration"
arch=("x86_64" "aarch64")
url="https://github.com/obsproject/obs-studio"
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
_libdatachannelver=0.20
_mbedtlsver=3.5.1
_pythonver=3.11
@@ -39,9 +40,9 @@ depends=(
"mbedtls>=$_mbedtlsver" # Deps of OBS Studio and Outputs plugin
"pciutils" # Deps of FFmpeg plugin
"qrcodegencpp-cmake" # Deps of Websocket plugin
- "qt6-base" # Deps of OBS Studio and any frontend plugin
- "qt6-svg" # Deps of OBS Studio
- "qt6-wayland" # Needed to use Qt on Wayland platform
+ "qt6-base>=$_qtver" # Deps of OBS Studio and any frontend plugin
+ "qt6-svg>=$_qtver" # Deps of OBS Studio
+ "qt6-wayland>=$_qtver" # Needed to use Qt on Wayland platform
"rnnoise" # Deps if the filter plugin
"speexdsp" # Deps if the filter plugin
"srt" # Deps of FFmpeg plugin