> Why is bullet still listed as a dependency here when it's omitted from the final build?
That's a mistake. Removed bullet from dependency list.
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
- Show 17 more dependencies...
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 10 .. 13 Next › Last »
corro commented on 2012-11-29 07:34 (UTC)
Vixus commented on 2012-11-27 17:06 (UTC)
Why is bullet still listed as a dependency here when it's omitted from the final build?
I have actually got a working panda3d compiled with bullet (old SVN revision -- maybe I should make a separate package for panda3d-bullet) but my current problem is that I have no audio at all. I'm not sure if it's an openal issue.
corro commented on 2012-10-19 09:53 (UTC)
Changed PKGBUILD the way avantjazz suggested.
avantjazz commented on 2012-10-18 11:45 (UTC)
For those having trouble installing this package, I successfully installed it by adding --no-fmodex and --no-bullet to the arguments of makepanda.py.
In other words, replace
python2 makepanda/makepanda.py --everything --no-opencv --no-ode --no-maya2012 --no-ffmpeg
with
python2 makepanda/makepanda.py --everything --no-opencv --no-ode --no-maya2 --no-ffmpeg --no-fmodex --no-bullet
in the PKGBUILD.
I hope the devs look into this issue themselves, though.
<deleted-account> commented on 2012-08-28 16:12 (UTC)
I think this software is great!
Hope it will be in the community repo.
corro commented on 2012-08-06 16:50 (UTC)
Droped ffmpeg support, thanks for the hint.
<deleted-account> commented on 2012-08-05 18:57 (UTC)
python2 makepanda/makepanda.py --everything --no-maya2012 --no-ode --no-opencv --no-ffmpeg
Compiled fine the CVS version, but you loose ffmpeg support.
archaeopteryx commented on 2012-07-30 00:24 (UTC)
I get the same issue as qubodup below:
Storing dependency cache.
Elapsed Time: 11 min 56 sec
The following command returned a non-zero value: g++ -ftemplate-depth-30 -fPIC -c -o built/tmp/p3movies_composite2.o -Ibuilt/tmp -Ibuilt/include -I/usr/include/python2.7 -DMAKEPANDA= -Ipanda/src/movies -pthread -msse2 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -DBUILDING_PANDA panda/src/movies/p3movies_composite2.cxx
Build terminated.
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build panda3d.
qubodup commented on 2012-07-10 19:20 (UTC)
panda/src/audiotraits/fmodAudioManager.cxx: In member function ‘FMOD::DSP* FmodAudioManager::make_dsp(const FilterProperties::FilterConfig&)’:
panda/src/audiotraits/fmodAudioManager.cxx:242:51: error: ‘FMOD_DSP_TYPE_REVERB’ was not declared in this scope
panda/src/audiotraits/fmodAudioManager.cxx:311:28: error: ‘FMOD_DSP_CHORUS_FEEDBACK’ was not declared in this scope
panda/src/audiotraits/fmodAudioManager.cxx:314:28: error: ‘FMOD_DSP_REVERB_DRYMIX’ was not declared in this scope
panda/src/audiotraits/fmodAudioManager.cxx:315:28: error: ‘FMOD_DSP_REVERB_WETMIX’ was not declared in this scope
panda/src/audiotraits/fmodAudioManager.cxx:316:28: error: ‘FMOD_DSP_REVERB_ROOMSIZE’ was not declared in this scope
panda/src/audiotraits/fmodAudioManager.cxx:317:28: error: ‘FMOD_DSP_REVERB_DAMP’ was not declared in this scope
panda/src/audiotraits/fmodAudioManager.cxx:318:28: error: ‘FMOD_DSP_REVERB_WIDTH’ was not declared in this scope
panda/src/audiotraits/fmodAudioManager.cxx: In member function ‘virtual int FmodAudioManager::getSpeakerSetup()’:
panda/src/audiotraits/fmodAudioManager.cxx:486:11: error: ‘FMOD_SPEAKERMODE_PROLOGIC’ was not declared in this scope
Storing dependency cache.
Elapsed Time: 24 min 38 sec
The following command returned a non-zero value: g++ -ftemplate-depth-30 -fPIC -c -o built/tmp/fmod_audio_fmod_audio_composite1.o -Ibuilt/tmp -Ibuilt/include -I/usr/include/python2.7 -I/usr/include/fmodex -DMAKEPANDA= -Ipanda/src/audiotraits -pthread -msse2 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -DBUILDING_FMOD_AUDIO panda/src/audiotraits/fmod_audio_composite1.cxx
Build terminated.
==> ERROR: A failure occurred in build().
Pinned Comments