povray: update to 3.7.0.8.
This commit is contained in:
parent
b0522936cf
commit
9891b7c23e
1 changed files with 6 additions and 7 deletions
|
@ -1,16 +1,13 @@
|
||||||
# Template file for 'povray'
|
# Template file for 'povray'
|
||||||
pkgname=povray
|
pkgname=povray
|
||||||
version=3.7.0.7
|
version=3.7.0.8
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
_v=${version%.*.*}
|
_v=${version%.*.*}
|
||||||
|
configure_args="COMPILED_BY=Void"
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/povray/$_v/povray.conf
|
/etc/povray/$_v/povray.conf
|
||||||
/etc/povray/$_v/povray.ini"
|
/etc/povray/$_v/povray.ini"
|
||||||
nocross="Builds fail on ARM architectures, while on x86_64-musl it: (1) fails
|
|
||||||
to build or (2) if patched to make it build correctly it segfaults on startup.
|
|
||||||
Logs are at https://travis-ci.org/void-linux/void-packages/builds/412583835."
|
|
||||||
configure_args="COMPILED_BY=Void"
|
|
||||||
hostmakedepends="git autoconf automake"
|
hostmakedepends="git autoconf automake"
|
||||||
makedepends="boost-devel libpng-devel tiff-devel SDL-devel"
|
makedepends="boost-devel libpng-devel tiff-devel SDL-devel"
|
||||||
depends="openexr"
|
depends="openexr"
|
||||||
|
@ -19,7 +16,9 @@ maintainer="Brenton Horne <brentonhorne77@gmail.com>"
|
||||||
license="AGPL-3.0-or-later"
|
license="AGPL-3.0-or-later"
|
||||||
homepage="http://povray.org/"
|
homepage="http://povray.org/"
|
||||||
distfiles="https://github.com/POV-Ray/povray/archive/v${version}.tar.gz"
|
distfiles="https://github.com/POV-Ray/povray/archive/v${version}.tar.gz"
|
||||||
checksum=085746e891edbb2cfda22bb2a8b86043bd680a68ad9121bc568118c730ace7b9
|
checksum=53d11ebd2972fc452af168a00eb83aefb61387662c10784e81b63e44aa575de4
|
||||||
|
nocross="Builds fail on ARM architectures
|
||||||
|
Logs are at https://travis-ci.org/void-linux/void-packages/builds/412583835."
|
||||||
|
|
||||||
case $XBPS_TARGET_MACHINE in
|
case $XBPS_TARGET_MACHINE in
|
||||||
*-musl) broken="segfaults on start";;
|
*-musl) broken="segfaults on start";;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue