xorg: Added libepoxy

This commit is contained in:
Dylan Araps 2019-06-28 09:15:24 +03:00
parent 7699213169
commit 846fff329c
6 changed files with 68 additions and 0 deletions

12
xorg/libepoxy/build Executable file
View File

@ -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

1
xorg/libepoxy/checksums Normal file
View File

@ -0,0 +1 @@
c2f1e2c9c12dcc57dee07cd4ca47de83cf19d0226a225b695066ce58ebb4b117 1.5.3.tar.gz

3
xorg/libepoxy/depends Normal file
View File

@ -0,0 +1,3 @@
mesa make
meson make
ninja make

50
xorg/libepoxy/licenses Normal file
View File

@ -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.
*/

1
xorg/libepoxy/sources Normal file
View File

@ -0,0 +1 @@
https://github.com/anholt/libepoxy/archive/1.5.3.tar.gz

1
xorg/libepoxy/version Normal file
View File

@ -0,0 +1 @@
1.5.3 1