| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.33 | 8 | ~amd64 ~x86 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_P="${PN}2-${PV}"
inherit desktop qmake-utils toolchain-funcs xdg
DESCRIPTION="Tool to render 3D fractals"
HOMEPAGE="https://www.mandelbulber.com"
SRC_URI="https://github.com/buddhi1980/${PN}2/releases/download/${PV}/${MY_P}.tar.gz
https://downloads.sourceforge.net/${PN}/${MY_P}.tar.gz"
S="${WORKDIR}"/${MY_P}
LICENSE="CC-BY-4.0 GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="opencl openexr sndfile tiff"
# IUSE="joystick"
# joystick? ( dev-qt/qtgamepad:6 )
RDEPEND="
dev-libs/lzo
dev-qt/qtbase:6[concurrent,gui,network,widgets]
dev-qt/qtmultimedia:6[qml]
media-libs/libpng:=
sci-libs/gsl:=
opencl? (
dev-cpp/clhpp
virtual/opencl
)
openexr? (
dev-libs/imath:=
media-libs/openexr:=
)
sndfile? ( media-libs/libsndfile )
tiff? ( media-libs/tiff:= )
"
DEPEND="${RDEPEND}
dev-qt/qttools:6[designer]
"
BDEPEND="virtual/pkgconfig"
PATCHES=(
"${FILESDIR}"/${PN}-2.33-gsl.patch
)
pkg_pretend() {
[[ ${MERGE_TYPE} != binary ]] && tc-check-openmp
}
pkg_setup() {
[[ ${MERGE_TYPE} != binary ]] && tc-check-openmp
}
src_prepare() {
default
sed -i -e "s/qtHaveModule(gamepad)/false/" makefiles/common.pri || die # TODO: dev-qt/qtgamepad:6
use openexr || sed -i -e "s/packagesExist(OpenEXR)/false/" makefiles/common.pri || die
use sndfile || sed -i -e "s/packagesExist(sndfile)/false/" makefiles/common.pri || die
use tiff || sed -i -e "s/packagesExist(libtiff-4)/false/" makefiles/common.pri || die
}
src_configure() {
if use opencl; then
eqmake6 makefiles/${PN}-opencl.pro
else
eqmake6 makefiles/${PN}.pro
fi
}
src_install() {
dobin ${PN}2
dodoc README NEWS usr/share/doc/${PN}2/Mandelbulber_Manual.pdf
insinto /usr/share/${PN}2
doins -r usr/share/${PN}2/*
domenu ${PN}2.desktop
newicon -s 256 qt/icons/${PN}.png ${PN}2.png
}
dev-libs/lzo dev-qt/qtbase:6[concurrent,gui,network,widgets] dev-qt/qtmultimedia:6[qml] media-libs/libpng:= sci-libs/gsl:= opencl? ( dev-cpp/clhpp virtual/opencl ) openexr? ( dev-libs/imath:= media-libs/openexr:= ) sndfile? ( media-libs/libsndfile ) tiff? ( media-libs/tiff:= ) dev-qt/qttools:6[designer]
dev-libs/lzo dev-qt/qtbase:6[concurrent,gui,network,widgets] dev-qt/qtmultimedia:6[qml] media-libs/libpng:= sci-libs/gsl:= opencl? ( dev-cpp/clhpp virtual/opencl ) openexr? ( dev-libs/imath:= media-libs/openexr:= ) sndfile? ( media-libs/libsndfile ) tiff? ( media-libs/tiff:= )
virtual/pkgconfig
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | mandelbulber2-2.33.tar.gz | 136014229 bytes |
https://downloads.sourceforge.net/mandelbulber/mandelbulber2-2.33.tar.gz https://github.com/buddhi1980/mandelbulber2/releases/download/2.33/mandelbulber2-2.33.tar.gz |