Search Criteria
Package Details: mandelbulber2-git 20170801-1
Git Clone URL: | https://aur.archlinux.org/mandelbulber2-git.git (read-only, click to copy) |
---|---|
Package Base: | mandelbulber2-git |
Description: | 3D application designed to render 3D fractals such as the Mandelbulb, Mandelbox, BulbBox, JuliaBulb, Menger Sponge, and Iterated Function Systems. Git version. |
Upstream URL: | https://github.com/buddhi1980/mandelbulber2 |
Keywords: | 3D bulbbox fractal function git iterated juliabulb mandelbox mandelbulb mandelbulber menger qt sponge systems |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | Madotsuki |
Maintainer: | psyriccio |
Last Packager: | psyriccio |
Votes: | 8 |
Popularity: | 0.015591 |
First Submitted: | 2015-08-04 02:04 |
Last Updated: | 2017-08-01 13:56 |
Latest Comments
1 2 Next › Last »
bartus commented on 2017-08-02 17:35
Please use proper version string:
Without it, none of the aur helpers can detect when there is new upstream git commit and rebuild the package when there is one.
psyriccio commented on 2017-08-01 14:00
fixed
psyriccio commented on 2017-08-01 14:00
fixed
bartus commented on 2017-07-02 11:39
@psyriccio , @evorster Working PKGBUILD (using cmake): https://pastebin.com/06JSyYge
evorster commented on 2017-05-14 06:56
Latest git does not build:
----------
/var/tmp/yaourt-tmp-evert/aur-mandelbulber2-git/./PKGBUILD: line 26: cd: mandelbulber2/mandelbulber2/Release: No such file or directory
----------
I checked, there is no "Release" directory.
networkpanic commented on 2017-05-02 23:50
got it
there was a change in folder structure
Old:
cp -ra "${srcdir}/${_pkgname}/${_pkgname}/qt_data" "$pkgdir/usr/share/${_pkgname}/qt_data"
has to be changed to:
cp -ra "${srcdir}/${_pkgname}/${_pkgname}/formula" "$pkgdir/usr/share/${_pkgname}/formula"
at line 46
networkpanic commented on 2017-05-02 22:41
Build fails on latest git master.
The error happens inside docker, also on my workstation
==> Entering fakeroot environment...
==> Starting package()...
cp: cannot stat '/tmp/mandelbulber2-git/src/mandelbulber2/mandelbulber2/qt_data': No such file or directory
==> ERROR: A failure occurred in package().
Aborting...
The command '/bin/sh -c aurget mandelbulber2-git' returned a non-zero code: 2
psyriccio commented on 2017-04-25 11:00
added 'lzo' to deps
networkpanic commented on 2017-04-23 01:21
please add depend lzo
this is missing in minimal docker images ;-)
psyriccio commented on 2017-02-19 21:13
> networkpanic commented on 2017-02-18 17:51 Pin comment
> please add depend qt5-multimedia
done