mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
povray: build with new sdl12-compat library
This commit is contained in:
parent
f95c022d10
commit
4954974574
1 changed files with 2 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=10
|
revision=11
|
||||||
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,7 @@ 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 SDL-devel"
|
makedepends="boost-devel 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