summaryrefslogtreecommitdiff
path: root/pcr/spectrum3d
diff options
context:
space:
mode:
authorGaming4JC <g4jc@openmailbox.org>2016-11-27 00:17:08 -0500
committerGaming4JC <g4jc@openmailbox.org>2016-11-27 00:17:08 -0500
commit3969e08ec4ca42e85b95fdc59d54227006184b67 (patch)
tree490e42951789416796f1167c44792333fd728fde /pcr/spectrum3d
parentbf91684ae61c2ea31e39ea0d22255075c5a8fd48 (diff)
spectrum3d 32bit fixes
Diffstat (limited to 'pcr/spectrum3d')
-rw-r--r--pcr/spectrum3d/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/spectrum3d/PKGBUILD b/pcr/spectrum3d/PKGBUILD
index 175e8fe7b..f50be2a9e 100644
--- a/pcr/spectrum3d/PKGBUILD
+++ b/pcr/spectrum3d/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="An audio spectrum analyser in 3D for Linux"
url="http://spectrum3d.sourceforge.net/index.html"
license=('GPL3')
arch=('i686' 'x86_64')
-makedepends=("automake")
+makedepends=("automake" "glu")
depends=("gtk3" "gstreamer0.10" "sdl" "alsa-lib")
optdepends=("gstreamer0.10-bad-plugins" "gstreamer0.10-ugly-plugins" "jack")
source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")