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

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 Next › Last »

<deleted-account> commented on 2011-05-22 12:01 (UTC)

Updated the package, changed the following things: - Split build() and package() - Put libs in the proper place for x86_64 - Fixed depends and makedepends - Fixed the arch array - Added an install file to update the mime stuff Most of the changes were suggestions from namcap. Just noticed I probably should not recreate the symlinks for i686, although doing so won't hurt :p

<deleted-account> commented on 2011-04-30 18:26 (UTC)

Panda doesn't use deprecated or unsupported libs, but tries to run as stable as possible with the current stable. Archlinux, on the other side, always rides the bleeding edge. Btw, thanks for the tip with the kernel. If I didn't read about the problem here, I'd upgrade my kernel as well :-)

<deleted-account> commented on 2011-04-29 08:43 (UTC)

@dapids Thanks for the solution! but I'm not willing to downgrade kernel :P. I had a lot of problem installing panda3d since like 1 year ago, because panda use deprecated/unsupported libs/header. Maybe it's time to find another game engine :P.

<deleted-account> commented on 2011-04-28 21:29 (UTC)

@phifo I had the same problem. Unfortunately, in the kernel 2.6.38 the header videodev.h is no longer supported. I fixed it downgrading the kernel at the 2.6.37. At the moment it seems to be the unique solution. I hope to find a way to solve the problem with the kernel 2.6.38.

<deleted-account> commented on 2011-04-28 07:11 (UTC)

[ 32%] Building C++ object built/tmp/vision_composite1.o In file included from panda/src/vision/vision_composite1.cxx:6:0: panda/src/vision/webcamVideoCursorV4L.cxx:22:28: fatal error: linux/videodev.h: No such file or directory

<deleted-account> commented on 2011-04-08 08:38 (UTC)

Linking error: [T1] Linking dynamic library built/lib/libp3dtoolconfig.so [T2] Linking dynamic library built/lib/libp3pystub.so [T2] Linking executable built/bin/interrogate [T1] Linking executable built/bin/interrogate_module /usr/bin/ld: cannot find -lp3dtoolconfig [...] Build process aborting. Build terminated.

sftrytry commented on 2011-03-20 22:50 (UTC)

Updated. Compiling with "python2 makepanda/makepanda.py --everything --no-opencv || return 1" I randomly tested some sample. Most of them worked well.

sftrytry commented on 2011-03-20 21:57 (UTC)

It seems that panda3d is trying to link opencv 1 but official opencv in arch is 2.2. Maybe that causes the problem. I add "--no-opencv", and it compiles.

<deleted-account> commented on 2011-03-16 10:03 (UTC)

Weird, usually the threads option works just fine with official releases. Do you have a multicore or single core machine?

<deleted-account> commented on 2011-03-16 07:36 (UTC)

I had to delete --thread parameter to get a successful compilation.