Package Details: panda3d 1.10.14-1

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: 43
Popularity: 0.009827
First Submitted: 2010-01-30 22:41 (UTC)
Last Updated: 2024-01-09 17:44 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 13 Next › Last »

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().

<deleted-account> commented on 2012-06-30 15:13 (UTC)

bison is part of the base-devel [1] group which is assumed to be installed prior to executing makepkg. Source: https://wiki.archlinux.org/index.php/Makepkg#Usage [1] http://www.archlinux.org/groups/i686/base-devel/

corro commented on 2012-06-30 13:01 (UTC)

@Kenji_Takahashi: Thanks for the hint, added it to the makedeps.