summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2023-05-24 23:27:03 +0200
committerFrederik “Freso” S. Olesen2023-05-24 23:27:03 +0200
commit41bc57befefd512a1784010bef1ece4d1fb3a00e (patch)
tree228d1903479e07a9c1d33d33e7d90a53b2aad434
parente3e04a918fa2a0d85d5cb0848c28f1515d22df06 (diff)
downloadaur-41bc57befefd512a1784010bef1ece4d1fb3a00e.tar.gz
Depend on Qt 6 rather than 5
Plugin already builds against 6 rather than 5 if available, and OBS 29 is also built against Qt 6, so this plugin would probably already fail if built against Qt 5.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ba3f6ea521f..14bd8b2db972 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = obs-streamfx-unstable
pkgdesc = Bring your stream back to life with modern effects! (unstable/testing version)
pkgver = 0.12.0b299
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Xaymar/obs-StreamFX
arch = x86_64
license = GPL2
@@ -20,7 +20,7 @@ pkgbase = obs-streamfx-unstable
depends = jansson
depends = libxinerama
depends = libxkbcommon-x11
- depends = qt5-x11extras
+ depends = qt6-base
depends = curl
depends = gtk-update-icon-cache
depends = obs-studio>=29
diff --git a/PKGBUILD b/PKGBUILD
index 1fe44f7bdc7f..f6b6a5ad47a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_pkgname=obs-StreamFX
pkgname=${_pkgname,,}-unstable
pkgver=0.12.0b299
-pkgrel=1
+pkgrel=2
pkgdesc="Bring your stream back to life with modern effects! (unstable/testing version)"
arch=("x86_64")
url="https://github.com/Xaymar/$_pkgname"
license=("GPL2")
# same dependencies as OBS Studio + nlohmann-json + ninja makedepends
depends=("ffmpeg" "jansson" "libxinerama" "libxkbcommon-x11"
- "qt5-x11extras" "curl" "gtk-update-icon-cache"
+ "qt6-base" "curl" "gtk-update-icon-cache"
"obs-studio>=29" "nlohmann-json")
makedepends=("cmake" "git" "libfdk-aac" "libxcomposite" "x264" "jack"
"vlc" "swig" "luajit" "python" "ninja")