http://pastebin.com/pneJxbfc
Search Criteria
Package Details: panda3d 1.10.14-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/panda3d.git (read-only, click to copy) |
---|---|
Package Base: | panda3d |
Description: | A 3D game engine with Python bindings. SDK package. Optional dependencies you want to support need to be installed before panda3d. |
Upstream URL: | https://www.panda3d.org |
Keywords: | engine game |
Licenses: | BSD |
Submitter: | wonder |
Maintainer: | rdb (Moguri) |
Last Packager: | Moguri |
Votes: | 44 |
Popularity: | 0.037820 |
First Submitted: | 2010-01-30 22:41 (UTC) |
Last Updated: | 2024-01-09 17:44 (UTC) |
Dependencies (37)
- assimp (assimp-gitAUR)
- desktop-file-utils (desktop-file-utils-gitAUR)
- freetype2 (freetype2-macosAUR, freetype2-gitAUR, freetype2-qdoledAUR)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, amdgpu-pro-oglpAUR, nvidia-340xx-utilsAUR, libglvnd)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libtiff (libtiff-gitAUR, libtiff-lercAUR)
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR)
- libxcursor
- libxrandr (libxrandr-gitAUR)
- openal (openal-gitAUR)
- openexr (openexr-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- shared-mime-info
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- bison (byacc-bisonAUR, bison-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- flex (flex-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- bullet (bullet-gitAUR, bullet-dp) (optional) – Support for the Bullet physics engine
- eigen (eigen-gitAUR) (optional) – Optimised linear algebra library
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR) (optional) – Required to load and play video textures
- fftw (optional) – Support for discrete Fourier transform (DFT)
- fmodexAUR (optional) – Advanced audio engine support (AUR)
- gtk2 (gtk2-patched-filechooser-icon-viewAUR) (optional) – PStats profiling server
- libegl (libglvnd-gitAUR, nvidia-340xx-utilsAUR, libglvnd) (optional) – GLX for OpenGL ES
- libgles (libglvnd-gitAUR, nvidia-340xx-utilsAUR, libglvnd) (optional) – OpenGL ES support
- libjpeg (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR, libjpeg-turbo) (optional) – JPEG image format support
- librocket-asarium-git (optional) – librocket GUI support (AUR)
- libsquish (libsquish-fixed-tablesAUR) (optional) – DXT support (AUR)
- libxxf86dgaAUR (optional) – Relative mouse mode (AUR)
- nvidia-cg-toolkit (optional) – Automatic shader support
- ode (optional) – Support for the ODE physics engine
- opencv (opencv-cuda) (optional) – alternative to ffmpeg for video texture support
- opusfile (opusfile-gitAUR) (optional) – Support for manipulating opus audio files
- python (python37AUR, python311AUR, python310AUR) (optional) – Python 3 bindings
- vrpn-gitAUR (optional) – Support for virtual reality trackers (AUR)
- xorg-server (xorg-server-gitAUR, xorg-server-bug865-issue1578AUR, xorg-server-bug865AUR) (optional) – X11 support
Required by (4)
- cosmonium-git (make)
- lui-git (make)
- python-ursina
- yorg-git
Sources (2)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 13 Next › Last »
<deleted-account> commented on 2014-04-03 21:19 (UTC)
croxis commented on 2014-02-11 21:03 (UTC)
Updated. Thanks.
2M1R commented on 2014-01-10 14:36 (UTC)
This is my pkgbuild with patch for panda_glxext.h and with freeglut dependency: http://www.sendspace.com/file/cca9tm
gadget3000 commented on 2014-01-08 19:12 (UTC)
I think this requires freeglut as a dependency. Without it I get the following error when building bullet:
In file included from /tmp/yaourt-tmp-gadget/aur-panda3d/src/panda3d-1.8.1/bullet/src/BulletMultiThreaded/GpuSoftBodySolvers/OpenCL/btSoftBodySolverOutputCLtoGL.cpp:5:0:
/tmp/yaourt-tmp-gadget/aur-panda3d/src/panda3d-1.8.1/bullet/src/BulletMultiThreaded/GpuSoftBodySolvers/OpenCL/btSoftBodySolverVertexBuffer_OpenGL.h:51:21: fatal error: GL/glut.h: No such file or directory
#include <GL/glut.h>
^
compilation terminated
croxis commented on 2013-04-15 17:08 (UTC)
I took over maintaining panda3d. This is the first time I ever maintained a package for any linux distro. Forgive the dumb moments I may have.
I've included Vixus' bullet build script. ODE is still not supported.
corro commented on 2013-03-22 12:36 (UTC)
Bump to 1.8.0-11.
Changes:
- Added --no-gles2 argument as PyroDevil suggested (thanks for the hint)
I'm orphaning this package since I'm no longer actively using it. Feel free to adopt it again.
PyroDevil commented on 2013-03-21 19:35 (UTC)
You need to add --no-gles2, because otherwise the build will fail.
corro commented on 2012-12-14 10:42 (UTC)
Included ffmpeg-legacy as optional dependency, as Grungi_Ankhfire suggested. Remember to remove --no-ffmpeg flag in the PKGBUILD before building panda3d.
Grungi_Ankhfire commented on 2012-12-11 06:46 (UTC)
> my current problem is that I have no audio at all. I'm not sure if it's an openal issue.
I had the same problem. Turns out that FFMpeg is needed to have sound with the OpenAL audio engine. I looked around and Panda3D seems to compile fine with the ffmpeg-legacy package installed instead of the regular ffmpeg (and removing --no-ffmpeg from the PKGBUILD). I cannot test the sound right now, but I will report as soon as I have more information.
EDIT : So, it worked. Maybe we could somehow use ffmpeg-legacy as an optional dependency ?
Pinned Comments