mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +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'
|
||||
pkgname=povray
|
||||
version=3.7.0.8
|
||||
revision=10
|
||||
revision=11
|
||||
build_style=gnu-configure
|
||||
_v=${version%.*.*}
|
||||
configure_args="COMPILED_BY=Void --disable-optimiz-arch"
|
||||
|
@ -9,7 +9,7 @@ conf_files="
|
|||
/etc/povray/$_v/povray.conf
|
||||
/etc/povray/$_v/povray.ini"
|
||||
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"
|
||||
short_desc="Script-based raytracer for 3D graphic production"
|
||||
maintainer="Brenton Horne <brentonhorne77@gmail.com>"
|
||||
|
|
Loading…
Add table
Reference in a new issue