summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Mender2020-12-31 16:58:23 +0100
committerAndy Mender2020-12-31 16:58:23 +0100
commit2ecc4e53e02db70a3c94d39e8379f431809600e8 (patch)
tree262a705a50b3673e28f5a11a69e6cb40a335da99 /PKGBUILD
parent779b9a6f9866e0b027de29aa2b8510889d053049 (diff)
downloadaur-2ecc4e53e02db70a3c94d39e8379f431809600e8.tar.gz
Add optdepend for 'fftw'
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 50496b05de14..a80d620e0bf0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=panda3d
pkgver=1.10.8
-pkgrel=2
+pkgrel=3
pkgdesc="A 3D game engine with Python bindings. SDK package. Optional dependencies you want to support need to be installed before panda3d."
url="http://www.panda3d.org"
arch=('i686' 'x86_64')
@@ -38,6 +38,7 @@ optdepends=(# Recommended
# Optional
'nvidia-cg-toolkit: Shader support'
'opencv: alternative to ffmpeg for video texture support'
+ 'fftw: Support for discrete Fourier transform (DFT)'
'fmodex: Advanced audio engine support (AUR)'
'librocket-asarium-git: librocket GUI support (AUR)'
'libsquish: DXT support (AUR)'