embree: update to 3.13.2.

This commit is contained in:
cinerea0 2022-01-27 19:22:00 -05:00 committed by Érico Nogueira
parent d5123dd319
commit e72ef72390
3 changed files with 8 additions and 19 deletions

View file

@ -2379,7 +2379,7 @@ libanthygobject-1.0.so.5 ibus-anthy-1.5.6_1
libtbbmalloc_proxy.so.2 tbb-4.3_1
libtbbmalloc.so.2 tbb-4.3_1
libtbb.so.12 tbb-2021.5.0_1
libembree.so.2 embree-2.5.1_1
libembree.so.3 embree-3.12.2_1
libgtkimageview.so.0 gtkimageview-1.6.4_1
libgoocanvas-2.0.so.9 goocanvas-2.0.4_1
libp8-platform.so.2 p8-platform-2.1.0.1_1

View file

@ -1,12 +0,0 @@
Index: embree-2.17.7/tutorials/common/common.isph
===================================================================
--- embree-2.17.7.orig/tutorials/common/common.isph
+++ embree-2.17.7/tutorials/common/common.isph
@@ -16,7 +16,3 @@
#pragma once
-typedef unsigned int64 uint64;
-typedef unsigned int32 uint32;
-typedef unsigned int16 uint16;
-typedef unsigned int8 uint8;

View file

@ -1,19 +1,20 @@
# Template file for 'embree'
pkgname=embree
version=2.17.7
revision=2
archs="x86_64"
version=3.13.2
revision=1
archs="x86_64*"
build_style=cmake
configure_args="-DTBB_ROOT=/usr -DEMBREE_IGNORE_CMAKE_CXX_FLAGS=OFF"
hostmakedepends="ispc"
makedepends="libfreeglut-devel libXmu-devel tbb-devel MesaLib-devel libpng-devel
libopenexr-devel libjpeg-turbo-devel libmagick-devel"
libopenexr-devel libjpeg-turbo-devel libmagick-devel glfw-devel"
short_desc="High Performance Ray Tracing Kernels"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="Apache-2.0"
homepage="https://embree.github.io/"
distfiles="https://github.com/$pkgname/$pkgname/archive/v$version.tar.gz"
checksum=c0694f287fa1fbb382aba3a895702e248d92f7e89c0e5f64aefee965482ec04c
changelog="https://raw.githubusercontent.com/embree/embree/master/CHANGELOG.md"
distfiles="https://github.com/embree/embree/archive/refs/tags/v${version}.tar.gz"
checksum=dcda827e5b7a606c29d00c1339f1ef00f7fa6867346bc46a2318e8f0a601c6f9
embree-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"