Search Criteria
Package Details: obs-plugin-vertical-canvas-git 1.2.1.r4.g392729a-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/obs-plugin-vertical-canvas-git.git (read-only, click to copy) |
|---|---|
| Package Base: | obs-plugin-vertical-canvas-git |
| Description: | OBS Studio plugin to record in vertical canvas by aitum. |
| Upstream URL: | https://github.com/Aitum/obs-vertical-canvas |
| Licenses: | GPL2 |
| Groups: | obs-plugins |
| Provides: | obs-plugin-vertical-canvas |
| Submitter: | mesmer |
| Maintainer: | mesmer |
| Last Packager: | mesmer |
| Votes: | 1 |
| Popularity: | 0.009658 |
| First Submitted: | 2023-04-04 00:17 (UTC) |
| Last Updated: | 2023-04-09 15:12 (UTC) |
Dependencies (5)
- obs-studio (teb-obsAUR, obs-studio-gitAUR, obs-studio-libertyAUR, obs-studio-rcAUR, obs-studio-browserAUR, obs-studio-tytan652AUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- make (make-gitAUR, make-staticAUR) (make)
Latest Comments
gyfooya commented on 2026-04-29 15:35 (UTC) (edited on 2026-04-29 15:36 (UTC) by gyfooya)
ERROR :
-canvas.so': No such file or directory ==> ERROR: A failure occurred in package(). Aborting... -> error making: obs-plugin-vertical-canvas-git-exit status 4 -> Failed to install the following packages. Manual intervention is required: obs-plugin-vertical-canvas-git - exit status 4
Upgrade package to 1.6.3, Thx
povly0 commented on 2026-02-15 13:28 (UTC) (edited on 2026-02-15 13:30 (UTC) by povly0)
Fixed the installation issue (CachyOS)
Clone the package: Download the source files via Git or your preferred AUR helper.
Modify the PKGBUILD: Update the
prepare()function as follows:prepare() { cd "${srcdir}/${_pkgname}" sed -i 's/find_qt(COMPONENTS Widgets Core)/find_package(Qt6 REQUIRED COMPONENTS Core Widgets Gui)/g' CMakeLists.txt sed -i 's/find_package(Qt6 REQUIRED/find_package(Qt6 REQUIRED COMPONENTS GuiPrivate/g' CMakeLists.txt }ZekeTheGhost commented on 2025-10-15 13:44 (UTC)
fix your upload please
rzi3d commented on 2025-06-18 17:56 (UTC) (edited on 2025-06-18 18:04 (UTC) by rzi3d)
it wasnt working for me, i had to add:
replace_find_qt.patch:
PKGBUILD: