mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-05 19:43:07 +02:00
povray: for boost-1.88
This commit is contained in:
parent
6d20770bb1
commit
0af096db4e
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'povray'
|
# Template file for 'povray'
|
||||||
pkgname=povray
|
pkgname=povray
|
||||||
version=3.7.0.8
|
version=3.7.0.8
|
||||||
revision=11
|
revision=12
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
_v=${version%.*.*}
|
_v=${version%.*.*}
|
||||||
configure_args="COMPILED_BY=Void --disable-optimiz-arch"
|
configure_args="COMPILED_BY=Void --disable-optimiz-arch"
|
||||||
|
@ -9,7 +9,8 @@ conf_files="
|
||||||
/etc/povray/$_v/povray.conf
|
/etc/povray/$_v/povray.conf
|
||||||
/etc/povray/$_v/povray.ini"
|
/etc/povray/$_v/povray.ini"
|
||||||
hostmakedepends="git autoconf automake"
|
hostmakedepends="git autoconf automake"
|
||||||
makedepends="boost-devel libpng-devel tiff-devel sdl12-compat-devel"
|
makedepends="boost-devel-minimal libboost_thread
|
||||||
|
libpng-devel tiff-devel sdl12-compat-devel"
|
||||||
depends="openexr"
|
depends="openexr"
|
||||||
short_desc="Script-based raytracer for 3D graphic production"
|
short_desc="Script-based raytracer for 3D graphic production"
|
||||||
maintainer="Brenton Horne <brentonhorne77@gmail.com>"
|
maintainer="Brenton Horne <brentonhorne77@gmail.com>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue