Package Details: makehuman 1.3.0-1

Git Clone URL: https://aur.archlinux.org/makehuman.git (read-only, click to copy)
Package Base: makehuman
Description: Parametrical modeling program for creating human bodies
Upstream URL: http://www.makehumancommunity.org/
Keywords: 3D
Licenses: AGPL-3.0-or-later AND CC0-1.0
Submitter: stativ
Maintainer: pekkarr
Last Packager: pekkarr
Votes: 98
Popularity: 0.000000
First Submitted: 2007-02-10 11:16 (UTC)
Last Updated: 2024-05-21 16:23 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

stativ commented on 2014-05-22 09:03 (UTC)

MrFox: fixed, I guess you were building in a directory mounted with noexec There's no version bump, as there's no need for update if you have built it already.

MrFox commented on 2014-05-21 03:43 (UTC)

Line 29 was giving a *permission denied* error until changing it from `./build_prepare.py ...` to `python2 ./build_prepare.py ...` I have python3 and python2, so running `python ./build_prepare.py` threw a different error.

Johnny commented on 2014-03-21 20:00 (UTC)

Thanks for this package. I just tested a fix for the upcoming 1.0.1 service release, and got an error about /usr/bin/env python22.7 not found. It's solved with: sed -i 's/\(^#!.*python\).*/\12/' ...to take into consideration that now some of the shebangs seem to be stating a particular python version. Cheers, Johnny :o)

altkrall commented on 2014-03-19 21:09 (UTC)

nice (and nice PKGBUILD).

stativ commented on 2014-03-16 09:20 (UTC)

Oh, sorry I missed that.

mstone commented on 2014-03-15 21:06 (UTC)

Package needs makedepends=('mercurial'). Thanks for the PKGBUILD.

CruzR commented on 2014-03-02 17:03 (UTC)

Hi, version is up to 1.0.alpha.8.rc3. They also changed the layout of the source zip, so you'll need to change the PKGBUILD to something like this: http://pastie.org/8823901

cguenther commented on 2014-02-20 19:17 (UTC)

The 1.0 alpha 8 is available http://www.makehuman.org/content/download_makehuman_10_alpha_8.html

isacdaavid commented on 2013-10-08 13:48 (UTC)

Indeed, rebuilding makes it work. Thanks