blob: c99cd1f15738905dd60e012794dc67008a241b42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = obs-scene-notes-dock
pkgdesc = Plugin for OBS Studio allowing you to create a Dock for showing and editing notes for the current active scene
pkgver = 0.2.0
pkgrel = 2
url = https://obsproject.com/forum/resources/scene-notes-dock.1398/
arch = x86_64
arch = aarch64
license = GPL2
makedepends = cmake
makedepends = git
depends = obs-studio>=28
depends = gcc-libs
depends = glibc
depends = qt6-base
options = debug
source = obs-scene-notes-dock::git+https://github.com/exeldro/obs-scene-notes-dock#tag=0.2.0
sha256sums = SKIP
pkgname = obs-scene-notes-dock
|