summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Kerrick2023-12-22 16:39:02 -0500
committerEthan Kerrick2023-12-22 16:39:02 -0500
commite9f0a93ad7ed295d718125cad43a034323c2bc5a (patch)
treeed36b8cd0271305812cbd59a740a923c32451f9f
parentebbe9776e34b22eba910f1a08411fceddb532a0c (diff)
downloadaur-e9f0a93ad7ed295d718125cad43a034323c2bc5a.tar.gz
added libxrandr to depends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1359dd34c778..196695ea6c07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = giada
pkgdesc = A free, minimal, hardcore audio tool for DJs, live performers and electronic musicians
pkgver = 0.26.0
- pkgrel = 2
+ pkgrel = 3
url = https://www.giadamusic.com/
arch = x86_64
groups = pro-audio
@@ -33,6 +33,7 @@ pkgbase = giada
depends = fontconfig
depends = libice
depends = python
+ depends = libxrandr
provides = vst3-host
provides = giada
options = !buildflags
@@ -82,6 +83,7 @@ pkgname = giada
depends = fontconfig
depends = libice
depends = python
+ depends = libxrandr
depends = libasound.so
depends = libfreetype.so
depends = libjack.so
diff --git a/PKGBUILD b/PKGBUILD
index f52dc9088286..fe1b04bef1e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
# https://github.com/monocasual/giada/issues/553
pkgname=giada
pkgver=0.26.0
-pkgrel=2
+pkgrel=3
pkgdesc="A free, minimal, hardcore audio tool for DJs, live performers and electronic musicians"
arch=(x86_64)
url="https://www.giadamusic.com/"
license=(GPL3)
groups=(pro-audio)
-depends=(gcc-libs glibc hicolor-icon-theme libx11 libxcursor libxft libxinerama libxpm fmt libsm libxrender libxext libxfixes fontconfig libice python)
+depends=(gcc-libs glibc hicolor-icon-theme libx11 libxcursor libxft libxinerama libxpm fmt libsm libxrender libxext libxfixes fontconfig libice python libxrandr)
options=(!buildflags !makeflags)
# upstream vendors a hacked rtaudio :(
makedepends=(alsa-lib cmake imagemagick jack libpulse libsamplerate libsndfile nlohmann-json rtmidi git)