summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522022-07-05 20:39:31 +0200
committertytan6522022-07-05 20:39:31 +0200
commit9a479dbb4f4904c309b60a52b802397d5c891dec (patch)
tree2799efe85c0979898c0b001317489ae1ccc341dc
parentc100418efd1e43c98a7bba494aea23e8ef2b9040 (diff)
downloadaur-9a479dbb4f4904c309b60a52b802397d5c891dec.tar.gz
build: Cleanup
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD14
2 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7edead50293..79dbb10af89e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = obs-studio-tytan652
- pkgdesc = Free and open source software for video recording and live streaming. With Browser dock and sources, VST 2 filter, FTL protocol, VLC sources, V4L2 devices by paths, my bind interface PR, and sometimes backported fixes.
+ pkgdesc = Free and open source software for video recording and live streaming. With everything except service integrations. Plus V4L2 devices by paths, my bind interface PR, and sometimes backported fixes
pkgver = 27.2.4
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/obsproject/obs-studio
arch = i686
arch = x86_64
arch = aarch64
- license = GPL2
+ license = GPL3
makedepends = cmake
makedepends = git
makedepends = libfdk-aac
@@ -54,14 +54,14 @@ pkgbase = obs-studio-tytan652
conflicts = obs-browser
options = debug
source = obs-studio::git+https://github.com/obsproject/obs-studio.git#tag=27.2.4
+ source = obs-browser::git+https://github.com/obsproject/obs-browser.git
+ source = obs-vst::git+https://github.com/obsproject/obs-vst.git
source = bind_iface.patch
source = v4l2_by-path.patch
- source = obs-browser::git+https://github.com/obsproject/obs-browser.git
- source = obs-vst::git+https://github.com/obsproject/obs-vst.git#commit=cca219fa3613dbc65de676ab7ba29e76865fa6f8
sha256sums = SKIP
- sha256sums = 4dc22cc6a71f879486946032debef5789b144d1d108a678379910480601937ca
- sha256sums = e0cfe383286ae1b7e9a4f88ea0e8f05e79470bf677b16ac18bd2a64826c2ae28
sha256sums = SKIP
sha256sums = SKIP
+ sha256sums = 4dc22cc6a71f879486946032debef5789b144d1d108a678379910480601937ca
+ sha256sums = e0cfe383286ae1b7e9a4f88ea0e8f05e79470bf677b16ac18bd2a64826c2ae28
pkgname = obs-studio-tytan652
diff --git a/PKGBUILD b/PKGBUILD
index 7b7d5e440f19..771b0b21f427 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ DISTRIB_ID=`lsb_release --id | cut -f2 -d$'\t'`
pkgname=obs-studio-tytan652
pkgver=27.2.4
-pkgrel=5
-pkgdesc="Free and open source software for video recording and live streaming. With Browser dock and sources, VST 2 filter, FTL protocol, VLC sources, V4L2 devices by paths, my bind interface PR, and sometimes backported fixes."
+pkgrel=6
+pkgdesc="Free and open source software for video recording and live streaming. With everything except service integrations. Plus V4L2 devices by paths, my bind interface PR, and sometimes backported fixes"
arch=("i686" "x86_64" "aarch64")
url="https://github.com/obsproject/obs-studio"
-license=("GPL2")
+license=("GPL3")
_mbedtlsver=2.28
_pythonver=3.10
depends=(
@@ -85,17 +85,17 @@ conflicts=("obs-studio" "obs-vst")
options=('debug')
source=(
"obs-studio::git+https://github.com/obsproject/obs-studio.git#tag=$pkgver"
+ "obs-browser::git+https://github.com/obsproject/obs-browser.git"
+ "obs-vst::git+https://github.com/obsproject/obs-vst.git"
"bind_iface.patch" # Based on https://patch-diff.githubusercontent.com/raw/obsproject/obs-studio/pull/4219.patch
"v4l2_by-path.patch" # https://patch-diff.githubusercontent.com/raw/obsproject/obs-studio/pull/3437.patch
- "obs-browser::git+https://github.com/obsproject/obs-browser.git"
- "obs-vst::git+https://github.com/obsproject/obs-vst.git#commit=cca219fa3613dbc65de676ab7ba29e76865fa6f8"
)
sha256sums=(
"SKIP"
- "4dc22cc6a71f879486946032debef5789b144d1d108a678379910480601937ca"
- "e0cfe383286ae1b7e9a4f88ea0e8f05e79470bf677b16ac18bd2a64826c2ae28"
"SKIP"
"SKIP"
+ "4dc22cc6a71f879486946032debef5789b144d1d108a678379910480601937ca"
+ "e0cfe383286ae1b7e9a4f88ea0e8f05e79470bf677b16ac18bd2a64826c2ae28"
)
if [[ $DISTRIB_ID == 'ManjaroLinux' ]]; then