summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522024-03-17 18:06:24 +0100
committertytan6522024-03-17 18:06:24 +0100
commit521dd7876ec887105c4b5eb052d52a1c60a663c1 (patch)
tree08c0b45aa75a400345d7a551e16faabe28fa54b6
parent26b4ca29373940773447cb7fe081ac66f8e562bc (diff)
downloadaur-obs-recursion-effect.tar.gz
build: Allow deprecation for future-proofing
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b30f221efa2a..dd0d526d11d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = obs-recursion-effect
pkgdesc = Plugin for add recursion effect to a source using a filter
pkgver = 0.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://obsproject.com/forum/resources/recursion-effect.1008/
arch = x86_64
arch = aarch64
- license = GPL2
+ license = GPL-2.0-or-later
makedepends = cmake
makedepends = git
depends = obs-studio>=28
diff --git a/PKGBUILD b/PKGBUILD
index 1a2b4b50835a..0e0dceaca703 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=obs-recursion-effect
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Plugin for add recursion effect to a source using a filter"
arch=("x86_64" "aarch64")
url="https://obsproject.com/forum/resources/recursion-effect.1008/"
-license=("GPL2")
+license=("GPL-2.0-or-later")
depends=("obs-studio>=28" "glibc")
makedepends=("cmake" "git")
options=('debug')
@@ -19,6 +19,7 @@ build() {
-DCMAKE_INSTALL_PREFIX='/usr' \
-DCMAKE_INSTALL_LIBDIR=lib \
-DLINUX_PORTABLE=OFF \
+ -DCMAKE_C_FLAGS="-Wno-error=deprecated-declarations" \
-Wno-dev
cmake --build build