blob: ba331c57aa0d6fe64b3ea88ac63f5154fa29d9c1 (
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
65
|
pkgbase = panda3d-python2
pkgdesc = A 3D game engine with Python bindings. SDK package. Optional dependencies you want to support need to be installed before panda3d.
pkgver = 1.10.11
pkgrel = 1
url = http://www.panda3d.org
install = panda3d.install
arch = i686
arch = x86_64
license = BSD
makedepends = python2
makedepends = bison
makedepends = cmake
makedepends = flex
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: 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 = openexp: OpenEXR image format support
optdepends = assimp: Open Asset Import
optdepends = opus: Read .opus audio files
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 = fcollada: used for dae2egg and for loading dae files directly into Panda (unavailable)
optdepends = vrpn-git: support for virtual reality trackers (unavailable)
optdepends = libgles: OpenGL ES support
optdepends = libegl: GLX for OpenGL ES
source = https://github.com/panda3d/panda3d/archive/v1.10.11.tar.gz
source = panda3d.install
md5sums = 9aeb39d97c7afe87cd211fdda70eea4d
md5sums = 057269173f3c1987953302519bc744fa
pkgname = panda3d-python2
|