blob: dfce04d070ff126eca128e2f4706b2af25b5d4cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
pkgbase = panda3d
pkgdesc = A 3D game engine with Python bindings. SDK package. Optional dependencies you want to support need to be installed before panda3d.
pkgver = 1.9.1
pkgrel = 1
url = http://www.panda3d.org
install = panda3d.install
arch = i686
arch = x86_64
license = BSD
makedepends = python2
makedepends = bison
makedepends = subversion
makedepends = cmake
depends = desktop-file-utils
depends = shared-mime-info
depends = xorg-server
depends = libgl
depends = openssl
depends = libjpeg
depends = libpng
depends = libtiff
depends = freetype2
depends = gtk2
depends = openal
depends = libxrandr
depends = libxcursor
depends = libxxf86dga
optdepends = xorg-server: X11 support
optdepends = libgl: OpenGL support for X11
optdepends = python2: python2 bindings
optdepends = python: Experimental python 3 bindings
optdepends = openssl: Provides some networking and encryption support
optdepends = ffmpeg: Required to load and play video textures
optdepends = libjpeg: Required to read and write jpeg images
optdepends = libpng: Required to read and write png images
optdepends = freetype2: Required to use dynamic fonts (such as TTF fonts)
optdepends = gtk2: PStats analysis and debugging tool
optdepends = libtiff: Required to read and write tiff images
optdepends = nvidia-cg-toolkit: shader support
optdepends = ode-compat: Support for the ODE physics engine
optdepends = openal: OpenAL audio
optdepends = zlib: Compression support
optdepends = libxxf86dga: Relative mouse mode
optdepends = bullet: Support for the physics engine
optdepends = eigen: Optimised linear algebra library
optdepends = fmodex: FMod audio
optdepends = libxcursor: Custom cursor icons
optdepends = libxrandr: Resolution switching
optdepends = librocket: Librocket GUI support
optdepends = libsquish: DXT support (AUR)
optdepends = artoolkit: library for augmented reality (AUR)
optdepends = opencv: alternative to ffmpeg for video texture support
optdepends = fftw: Lossy animation compression in bam files (Does not work)
optdepends = fcollada: used for dae2egg and for loading dae files directly into Panda (unavailable)
optdepends = vrpn: support for virtual reality trackers (unavailable)
optdepends = libgles: OpenGL ES support
optdepends = libegl: GLX for OpenGL ES
source = http://www.panda3d.org/download/panda3d-1.9.1/panda3d-1.9.1.tar.gz
source = panda3d.install
md5sums = a09747c400c85af456e91fd650a60038
md5sums = 057269173f3c1987953302519bc744fa
pkgname = panda3d
|