Embree: bump, fix, cleanup (#2141)

This commit is contained in:
miqlas
2018-01-20 10:53:28 +01:00
committed by GitHub
parent 864ff7e063
commit 267a3aba26
2 changed files with 4 additions and 6 deletions

View File

@@ -12,22 +12,20 @@ COPYRIGHT="2013-2017 Intel Corporation"
LICENSE="Apache v2"
REVISION="1"
SOURCE_URI="https://github.com/embree/embree/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="04e9893101086b0567cad326abaf32b65b0ee1c0db3ebcac3ede76dafdf6c1de"
SOURCE_DIR="embree-$portVersion"
PATCHES="embree_isa-$portVersion.patchset"
CHECKSUM_SHA256="546e981b7542639a29d5d7655e16d5750986c57ad553795ec24b80f11cb8994d"
PATCHES="embree-$portVersion.patchset"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
embree$secondaryArchSuffix = $portVersion
lib:libembree$secondaryArchSuffix >= 2.17.0 compat >= 2
lib:libembree$secondaryArchSuffix = 2.17.0 compat >= 2
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libgl$secondaryArchSuffix
lib:libglu$secondaryArchSuffix
lib:libglut$secondaryArchSuffix
lib:libjpeg$secondaryArchSuffix
lib:libMagick++_7.Q16HDRI$secondaryArchSuffix
lib:libpng16$secondaryArchSuffix
@@ -36,7 +34,7 @@ REQUIRES="
PROVIDES_devel="
embree${secondaryArchSuffix}_devel = $portVersion
cmd:embree2
devel:libembree$secondaryArchSuffix >= 2.17.0 compat >= 2
devel:libembree$secondaryArchSuffix = 2.17.0 compat >= 2
"
REQUIRES_devel="
embree$secondaryArchSuffix == $portVersion base