From 846fff329c0631685340e755ca478c9aef88eb4d Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 28 Jun 2019 09:15:24 +0300 Subject: [PATCH] xorg: Added libepoxy --- xorg/libepoxy/build | 12 ++++++++++ xorg/libepoxy/checksums | 1 + xorg/libepoxy/depends | 3 +++ xorg/libepoxy/licenses | 50 +++++++++++++++++++++++++++++++++++++++++ xorg/libepoxy/sources | 1 + xorg/libepoxy/version | 1 + 6 files changed, 68 insertions(+) create mode 100755 xorg/libepoxy/build create mode 100644 xorg/libepoxy/checksums create mode 100644 xorg/libepoxy/depends create mode 100644 xorg/libepoxy/licenses create mode 100644 xorg/libepoxy/sources create mode 100644 xorg/libepoxy/version diff --git a/xorg/libepoxy/build b/xorg/libepoxy/build new file mode 100755 index 00000000..f01fc322 --- /dev/null +++ b/xorg/libepoxy/build @@ -0,0 +1,12 @@ +#!/bin/sh -e + +meson \ + --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + -Dhas-dlvsym=false \ + . output + +ninja -C output + +DESTDIR="$1" ninja -C output install diff --git a/xorg/libepoxy/checksums b/xorg/libepoxy/checksums new file mode 100644 index 00000000..80a72060 --- /dev/null +++ b/xorg/libepoxy/checksums @@ -0,0 +1 @@ +c2f1e2c9c12dcc57dee07cd4ca47de83cf19d0226a225b695066ce58ebb4b117 1.5.3.tar.gz diff --git a/xorg/libepoxy/depends b/xorg/libepoxy/depends new file mode 100644 index 00000000..699edcb6 --- /dev/null +++ b/xorg/libepoxy/depends @@ -0,0 +1,3 @@ +mesa make +meson make +ninja make diff --git a/xorg/libepoxy/licenses b/xorg/libepoxy/licenses new file mode 100644 index 00000000..f1984589 --- /dev/null +++ b/xorg/libepoxy/licenses @@ -0,0 +1,50 @@ +The libepoxy project code is covered by the MIT license: + +/* + * Copyright © 2013-2014 Intel Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + */ + +The generated code is derived from Khronos's xml files, which appear +under the following license: + +/* + * Copyright (c) 2013 The Khronos Group Inc. + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and/or associated documentation files (the + * "Materials"), to deal in the Materials without restriction, including + * without limitation the rights to use, copy, modify, merge, publish, + * distribute, sublicense, and/or sell copies of the Materials, and to + * permit persons to whom the Materials are furnished to do so, subject to + * the following conditions: + * + * The above copyright notice and this permission notice shall be included + * in all copies or substantial portions of the Materials. + * + * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY + * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, + * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE + * MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. + */ diff --git a/xorg/libepoxy/sources b/xorg/libepoxy/sources new file mode 100644 index 00000000..7d3b4c0e --- /dev/null +++ b/xorg/libepoxy/sources @@ -0,0 +1 @@ +https://github.com/anholt/libepoxy/archive/1.5.3.tar.gz diff --git a/xorg/libepoxy/version b/xorg/libepoxy/version new file mode 100644 index 00000000..dae12545 --- /dev/null +++ b/xorg/libepoxy/version @@ -0,0 +1 @@ +1.5.3 1