summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522021-10-31 20:40:39 +0100
committertytan6522021-10-31 20:40:39 +0100
commitaf621889b16f24b39e760cfdd25c8ec722a78610 (patch)
tree21c88c375354f114208c3339a61cf24257accc35
parent64561daeaba8dbbe04555ea6adcc998a68291722 (diff)
downloadaur-af621889b16f24b39e760cfdd25c8ec722a78610.tar.gz
build: Update to 1.16.3
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7321907aeb00..72ddbc0995b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = obs-advanced-scene-switcher
pkgdesc = An automated scene switcher for OBS Studio
- pkgver = 1.16.1
- pkgrel = 2
+ pkgver = 1.16.3
+ pkgrel = 1
url = https://obsproject.com/forum/resources/advanced-scene-switcher.395/
arch = i686
arch = x86_64
@@ -13,7 +13,8 @@ pkgbase = obs-advanced-scene-switcher
depends = libxss
depends = libxtst
depends = opencv
- source = obs-advanced-scene-switcher::git+https://github.com/WarmUpTill/SceneSwitcher.git#tag=1.16.1
+ depends = procps
+ source = obs-advanced-scene-switcher::git+https://github.com/WarmUpTill/SceneSwitcher.git#tag=1.16.3
source = asio::git+https://github.com/chriskohlhoff/asio.git
source = websocketpp::git+https://github.com/zaphoyd/websocketpp.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c79ee55e7a9e..34756de4727d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: tytan652 <tytan652@tytanium.xyz>
pkgname=obs-advanced-scene-switcher
-pkgver=1.16.1
-pkgrel=2
+pkgver=1.16.3
+pkgrel=1
pkgdesc="An automated scene switcher for OBS Studio"
arch=("i686" "x86_64" "aarch64")
url="https://obsproject.com/forum/resources/advanced-scene-switcher.395/"
license=("GPL2")
-depends=("obs-studio" "libxss" "libxtst" "opencv")
+depends=("obs-studio" "libxss" "libxtst" "opencv" "procps")
makedepends=("cmake" "git")
source=(
"$pkgname::git+https://github.com/WarmUpTill/SceneSwitcher.git#tag=$pkgver"
@@ -36,6 +36,9 @@ build() {
-DBUILD_OUT_OF_TREE=ON \
-DLIBOBS_FRONTEND_INCLUDE_DIR='/usr/include/obs/' \
-DLIBOBS_FRONTEND_API_LIB='/usr/lib/libobs-frontend-api.so'
+ #\
+ #-DPROCPS_INCLUDE_DIR='/usr/include/proc/' \
+ #-DPROCPS_LIBRARY='/usr/lib/libprocps.so'
make -C build
}