summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcroxis2016-07-21 08:21:10 -0700
committercroxis2016-07-21 08:21:10 -0700
commit417042b476434bd179c62f09a9adbdd89606d86b (patch)
treecd1c741a980625115bb96ef49f68fddd7f0382b8
parentdbfaa78bdaddced2a4747daffeeefcc9397775b9 (diff)
downloadaur-417042b476434bd179c62f09a9adbdd89606d86b.tar.gz
Removed fftw suppoert per upstream suggestion
-rwxr-xr-xPKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b8bdcc3571d..2dcc4f58d98b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=panda3d
pkgver=1.9.2
-pkgrel=1
+pkgrel=2
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')
@@ -19,6 +19,10 @@ makedepends=('python2' 'bison' 'subversion' 'cmake')
# installed before compiletime! You don't need to change anything in the
# pkgbuild to get support; makepanda automatically detects available
# dependencies.
+
+# PYTHON NOTICE: Replace all instances of python2 with python to compile with
+# python 3 support instead
+
optdepends=(# Pretty much required
'xorg-server: X11 support'
'libgl: OpenGL support for X11'
@@ -47,7 +51,6 @@ optdepends=(# Pretty much required
'libsquish: DXT support (AUR)'
'artoolkit: library for augmented reality (AUR)'
'opencv: alternative to ffmpeg for video texture support'
- 'fftw: Lossy animation compression in bam files (Does not work)'
'fcollada: used for dae2egg and for loading dae files directly into Panda (unavailable)'
'vrpn: support for virtual reality trackers (unavailable)'
# ARM stuff, not really applicable, stated for completeness