summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522021-09-28 17:17:33 +0200
committertytan6522021-09-28 17:17:33 +0200
commit0a89d96e1e7b382d8b35c0fd1e34e9617121244f (patch)
tree593eaf6c272fb413ae14548ee249fca2525670e2
parentf4609a60b530abd359e36b39ab13cc47a26565cf (diff)
downloadaur-0a89d96e1e7b382d8b35c0fd1e34e9617121244f.tar.gz
build: Update to 27.1.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD22
2 files changed, 8 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e5cb47de83a..25a2c645f5a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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, GNOME Wayland fix, Drag & Drop fix backported, V4L2 devices by paths and my bind interface.
- pkgver = 27.0.1
- pkgrel = 9
+ 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.
+ pkgver = 27.1.0
+ pkgrel = 1
url = https://github.com/obsproject/obs-studio
arch = i686
arch = x86_64
@@ -40,10 +40,10 @@ pkgbase = obs-studio-tytan652
optdepends = python: Python scripting
optdepends = sndio: Sndio input client
optdepends = v4l2loopback-dkms: Virtual camera output
- provides = obs-studio=27.0.1
+ provides = obs-studio=27.1.0
conflicts = obs-studio
conflicts = obs-linuxbrowser
- source = obs-studio::git+https://github.com/obsproject/obs-studio.git#tag=27.0.1
+ source = obs-studio::git+https://github.com/obsproject/obs-studio.git#tag=27.1.0
source = python_fix.patch
source = bind_iface.patch
source = v4l2_by-path.patch
diff --git a/PKGBUILD b/PKGBUILD
index 37b7119566e9..e1c4655a4166 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
# No variable change needed anymore \o/
pkgname=obs-studio-tytan652
-pkgver=27.0.1
-pkgrel=9
-pkgdesc="Free and open source software for video recording and live streaming. With Browser dock and sources, VST 2 filter, FTL protocol, VLC sources, GNOME Wayland fix, Drag & Drop fix backported, V4L2 devices by paths and my bind interface."
+pkgver=27.1.0
+pkgrel=1
+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."
arch=("i686" "x86_64" "aarch64")
url="https://github.com/obsproject/obs-studio"
license=("GPL2")
@@ -75,22 +75,6 @@ prepare() {
git config submodule.plugins/obs-browser.url $srcdir/obs-browser
git submodule update
- ## UI: Force Wayland usage under Wayland session (https://github.com/obsproject/obs-studio/commit/47df2467e915e4c471d283ed688a580054aef8bc)
- git cherry-pick --no-commit 47df2467e915e4c471d283ed688a580054aef8bc
-
- ## linux-capture: Lookup session handle without typechecks (https://github.com/obsproject/obs-studio/commit/ef0540c0d7df64b6cb148c80d566281a4ff3ba5c)
- git cherry-pick --no-commit ef0540c0d7df64b6cb148c80d566281a4ff3ba5c
-
- ## Add fixed drag & drop
- # Revert 'UI: Disable drag/drop on Linux scenes/sources (for now)' (https://github.com/obsproject/obs-studio/commit/457adcedd319ca2317d7cd5300694d486e88af90)
- git revert --no-commit 457adcedd319ca2317d7cd5300694d486e88af90
-
- cd "$srcdir/obs-studio/plugins/obs-browser"
- # browser-panel: Manually unset XdndProxy (https://github.com/obsproject/obs-browser/commit/c5ba29f66b2eb8cf63d0fb6a90edd47b650f412a)
- git cherry-pick --no-commit c5ba29f66b2eb8cf63d0fb6a90edd47b650f412a
-
- cd "$srcdir/obs-studio"
-
## libobs/util: Fix loading Python binary modules on *nix (https://github.com/obsproject/obs-studio/pull/3335)
patch -Np1 < "$srcdir/python_fix.patch"