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: GPL3
Conflicts: mandelbulber2
Provides: mandelbulber2
Submitter: Madotsuki
Maintainer: psyriccio
Last Packager: psyriccio
Votes: 8
Popularity: 0.000000
First Submitted: 2015-08-04 02:04 (UTC)
Last Updated: 2017-08-01 13:56 (UTC)

Latest Comments

1 2 Next › Last »

bartus commented on 2017-08-02 17:35 (UTC) (edited on 2019-09-10 05:42 (UTC) by bartus)

Please use proper version string:

pkgver() {
  cd ${srcdir}/${_pkgname}
  git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}

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

fixed

psyriccio commented on 2017-08-01 14:00 (UTC)

fixed

bartus commented on 2017-07-02 11:39 (UTC)

@psyriccio , @evorster Working PKGBUILD (using cmake): https://pastebin.com/06JSyYge

evorster commented on 2017-05-14 06:56 (UTC)

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

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

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

added 'lzo' to deps

networkpanic commented on 2017-04-23 01:21 (UTC)

please add depend lzo this is missing in minimal docker images ;-)