tachyon: update to 0.99.5.

This commit is contained in:
Gonzalo Tornaría 2022-12-20 21:22:39 -03:00 committed by Andrew Benson
parent 4a88a3cdf8
commit ab3023bf8e

View file

@ -1,6 +1,6 @@
# Template file for 'tachyon'
pkgname=tachyon
version=0.99~b6+dsx
version=0.99.5
revision=1
build_wrksrc=unix
build_style=gnu-makefile
@ -9,9 +9,9 @@ makedepends="libpng-devel libjpeg-turbo-devel"
short_desc="Multithreaded ray tracing software"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="BSD-3-Clause"
homepage="http://jedi.ks.uiuc.edu/~johns/raytracer/"
distfiles="${DEBIAN_SITE}/main/t/tachyon/tachyon_${version}.orig.tar.xz"
checksum=ec90074f569d6d797576611527caa6b1aac96125aea1ec89a31b2867f1cdf7ff
homepage="https://mirrors.mit.edu/sage/spkg/upstream/tachyon/index.html"
distfiles="https://mirrors.mit.edu/sage/spkg/upstream/tachyon/tachyon-${version}.tar.bz2"
checksum=09203c102311149f5df5cc367409f96c725742666d19c24db5ba994d5a81a6f5
pre_build() {
export LIBS+=" -ltachyon -ljpeg -lpng -lm -lpthread"