summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjmcb2023-06-21 16:26:18 +0100
committerjmcb2023-06-21 16:26:18 +0100
commit20b7bdceac92636977b14771c050a47d9d8dad95 (patch)
treeda39deab84dfd5a8b60869147377fe04bc56d5d2 /PKGBUILD
parentced84b6246d9504eb38519c5ceb33569e8a1fb9b (diff)
downloadaur-20b7bdceac92636977b14771c050a47d9d8dad95.tar.gz
Move openframeworks deps from makedepends to depends
Might want to be more selective with it later
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 00b630978e87..a577b6daa51d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,9 @@ pkgdesc="Oscilloscope written in OF."
arch=('x86_64')
url="https://github.com/kritzikratzi/Oscilloscope"
license=('MIT')
-depends=()
+# from https://aur.archlinux.org/packages/openframeworks
+depends=('make' 'pkgconf' 'gcc' 'poco' 'openal' 'python-lxml' 'glew' 'glfw-x11' 'pugixml' 'freeglut' 'freeimage' 'gstreamer' 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-bad' 'gst-plugins-ugly' 'gst-libav' 'opencv' 'libxcursor' 'assimp' 'boost' 'mpg123' 'rtaudio' 'uriparser')
makedepends=('git'
- # from https://aur.archlinux.org/packages/openframeworks
- 'make' 'pkgconf' 'gcc' 'poco' 'openal' 'python-lxml' 'glew' 'glfw-x11' 'pugixml' 'freeglut' 'freeimage' 'gstreamer' 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-bad' 'gst-plugins-ugly' 'gst-libav' 'opencv' 'libxcursor' 'assimp' 'boost' 'mpg123' 'rtaudio' 'uriparser'
'gcc6')
checkdepends=()
optdepends=()