summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2023-04-06 16:15:30 +0200
committerFrederik “Freso” S. Olesen2023-04-06 16:15:30 +0200
commit800bcdece3a20b2e77552aa3f231e77c1a913f32 (patch)
tree7e8ef0ce18510f3636fe0fcea862373bfb9844b7
parentfe87b98151b880709c2078d10da4892f3c24bbb5 (diff)
downloadaur-800bcdece3a20b2e77552aa3f231e77c1a913f32.tar.gz
StreamFX 0.12.0 Beta 202
https://github.com/Xaymar/obs-StreamFX/releases/tag/0.12.0b202
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0dff0b618b61..eb60c9ab3679 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.0b191
- pkgrel = 2
+ pkgver = 0.12.0b202
+ pkgrel = 1
url = https://github.com/Xaymar/obs-StreamFX
arch = x86_64
license = GPL2
@@ -23,11 +23,11 @@ pkgbase = obs-streamfx-unstable
depends = qt5-x11extras
depends = curl
depends = gtk-update-icon-cache
- depends = obs-studio>=28
+ depends = obs-studio>=29
depends = nlohmann-json
provides = obs-streamfx
conflicts = obs-streamfx
- source = obs-StreamFX::git+https://github.com/Xaymar/obs-StreamFX.git#tag=0.12.0b191
+ source = obs-StreamFX::git+https://github.com/Xaymar/obs-StreamFX.git#tag=0.12.0b202
source = 00001-fix-build-on-ffmpeg-6.patch
md5sums = SKIP
md5sums = e532ab3c20aa2b40099706990ec92ba0
diff --git a/PKGBUILD b/PKGBUILD
index 71a7414042e8..e446175b8d98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Hugo Denizart <hugo at denizart dot pro>
_pkgname=obs-StreamFX
pkgname=${_pkgname,,}-unstable
-pkgver=0.12.0b191
-pkgrel=2
+pkgver=0.12.0b202
+pkgrel=1
pkgdesc="Bring your stream back to life with modern effects! (unstable/testing version)"
arch=("x86_64")
url="https://github.com/Xaymar/$_pkgname"
@@ -11,7 +11,7 @@ license=("GPL2")
# same dependencies as OBS Studio + nlohmann-json + ninja makedepends
depends=("ffmpeg" "jansson" "libxinerama" "libxkbcommon-x11"
"qt5-x11extras" "curl" "gtk-update-icon-cache"
- "obs-studio>=28" "nlohmann-json")
+ "obs-studio>=29" "nlohmann-json")
makedepends=("cmake" "git" "libfdk-aac" "libxcomposite" "x264" "jack"
"vlc" "swig" "luajit" "python" "ninja")
provides=(${_pkgname,,})