From d150a5f3e462fa7fe194a805a4aa0076f4d03ab9 Mon Sep 17 00:00:00 2001 From: Deposite Pirate Date: Sun, 16 Sep 2018 18:48:36 +0200 Subject: Add ports. --- xorg/mesa/MesaLib-9.0.1-autoreconf.patch.xz | Bin 0 -> 184080 bytes xorg/mesa/glu-9.0.0-autoreconf.patch.xz | Bin 0 -> 227040 bytes xorg/mesa/mesa.build | 164 ++++++++++++++++++++++++++++ 3 files changed, 164 insertions(+) create mode 100644 xorg/mesa/MesaLib-9.0.1-autoreconf.patch.xz create mode 100644 xorg/mesa/glu-9.0.0-autoreconf.patch.xz create mode 100755 xorg/mesa/mesa.build (limited to 'xorg/mesa') diff --git a/xorg/mesa/MesaLib-9.0.1-autoreconf.patch.xz b/xorg/mesa/MesaLib-9.0.1-autoreconf.patch.xz new file mode 100644 index 0000000..b45374e Binary files /dev/null and b/xorg/mesa/MesaLib-9.0.1-autoreconf.patch.xz differ diff --git a/xorg/mesa/glu-9.0.0-autoreconf.patch.xz b/xorg/mesa/glu-9.0.0-autoreconf.patch.xz new file mode 100644 index 0000000..e9ae51d Binary files /dev/null and b/xorg/mesa/glu-9.0.0-autoreconf.patch.xz differ diff --git a/xorg/mesa/mesa.build b/xorg/mesa/mesa.build new file mode 100755 index 0000000..5d5e4f3 --- /dev/null +++ b/xorg/mesa/mesa.build @@ -0,0 +1,164 @@ +#!/bin/bash +# +# Maintainer: Deposite Pirate + +source /usr/src/ports/Build/build.sh + +NAME=mesa +VERSION=9.0.1 +BUILD=1 +DEPENDS=('xorg_libs >= 7.7-3' 'libdrm >= 2.4.41-1' 'talloc >= 2.0.8-1') +GALLIUM="r300,r600,radeonsi,nouveau,svga,swrast" + +# Description + +cat > ${PKG}/install/slack-desc <