mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
137 lines
3.9 KiB
Bash
137 lines
3.9 KiB
Bash
SUMMARY="Multi-platform GL implementation"
|
||
DESCRIPTION="Mesa is an open-source implementation of the OpenGL \
|
||
specification. The OpenGL specification documents a system for rendering \
|
||
interactive 3D graphics. Mesa fills the role of the Haiku OpenGL kit \
|
||
providing 3D rendering to Haiku applications."
|
||
HOMEPAGE="http://www.mesa3d.org/"
|
||
COPYRIGHT="1999-2013 Brian Paul"
|
||
LICENSE="MIT"
|
||
REVISION="2"
|
||
SOURCE_URI="ftp://ftp.freedesktop.org/pub/mesa/${portVersion}/mesa-${portVersion}.tar.xz"
|
||
CHECKSUM_SHA256="43d0dfcd1f1e36f07f8228cd76d90175d3fc74c1ed25d7071794a100a98ef2a6"
|
||
PATCHES="mesa-11.0.1.patchset"
|
||
|
||
ARCHITECTURES="!x86_gcc2 x86 x86_64 ?arm ?ppc"
|
||
SECONDARY_ARCHITECTURES="x86"
|
||
|
||
PROVIDES="
|
||
mesa$secondaryArchSuffix = $portVersion compat >= 10.0
|
||
lib:libGL$secondaryArchSuffix
|
||
lib:libEGL$secondaryArchSuffix
|
||
"
|
||
REQUIRES="
|
||
haiku$secondaryArchSuffix
|
||
lib:libz$secondaryArchSuffix
|
||
"
|
||
|
||
PROVIDES_devel="
|
||
mesa${secondaryArchSuffix}_devel = $portVersion
|
||
devel:libGL$secondaryArchSuffix = $portVersion
|
||
devel:libEGL$secondaryArchSuffix = $portVersion
|
||
"
|
||
REQUIRES_devel="
|
||
mesa$secondaryArchSuffix == $portVersion base
|
||
"
|
||
|
||
BUILD_REQUIRES="
|
||
haiku${secondaryArchSuffix}_devel
|
||
devel:libz$secondaryArchSuffix |