diff --git a/xorg/libdrm/build b/xorg/libdrm/build new file mode 100755 index 00000000..fcd2743b --- /dev/null +++ b/xorg/libdrm/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +ls +./configure \ + --prefix=/usr \ + --disable-valgrind + +make +make DESTDIR="$1" install diff --git a/xorg/libdrm/checksums b/xorg/libdrm/checksums new file mode 100644 index 00000000..5baf2b23 --- /dev/null +++ b/xorg/libdrm/checksums @@ -0,0 +1 @@ +8be0edccaca3abde8b6bb1431b46354c7fab46e9b91cc6946ba65b51f56f1894 libdrm-2.4.98.tar.bz2 diff --git a/xorg/libdrm/depends b/xorg/libdrm/depends new file mode 100644 index 00000000..e2abcd10 --- /dev/null +++ b/xorg/libdrm/depends @@ -0,0 +1 @@ +libpciaccess make diff --git a/xorg/libdrm/licenses b/xorg/libdrm/licenses new file mode 100644 index 00000000..151a53f7 --- /dev/null +++ b/xorg/libdrm/licenses @@ -0,0 +1,17 @@ + * 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 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. diff --git a/xorg/libdrm/manifest b/xorg/libdrm/manifest new file mode 100644 index 00000000..56d2cb33 --- /dev/null +++ b/xorg/libdrm/manifest @@ -0,0 +1,23 @@ +/var/db/kiss/pixman/version +/var/db/kiss/pixman/sources +/var/db/kiss/pixman/manifest +/var/db/kiss/pixman/licenses +/var/db/kiss/pixman/checksums +/var/db/kiss/pixman/build +/var/db/kiss/pixman/ +/var/db/kiss/ +/var/db/ +/var/ +/usr/lib/pkgconfig/pixman-1.pc +/usr/lib/pkgconfig/ +/usr/lib/libpixman-1.so.0.38.4 +/usr/lib/libpixman-1.so.0 +/usr/lib/libpixman-1.so +/usr/lib/libpixman-1.la +/usr/lib/libpixman-1.a +/usr/lib/ +/usr/include/pixman-1/pixman-version.h +/usr/include/pixman-1/pixman.h +/usr/include/pixman-1/ +/usr/include/ +/usr/ diff --git a/xorg/libdrm/sources b/xorg/libdrm/sources new file mode 100644 index 00000000..1fcd1339 --- /dev/null +++ b/xorg/libdrm/sources @@ -0,0 +1 @@ +https://dri.freedesktop.org/libdrm/libdrm-2.4.98.tar.bz2 diff --git a/xorg/libdrm/version b/xorg/libdrm/version new file mode 100644 index 00000000..e3930a68 --- /dev/null +++ b/xorg/libdrm/version @@ -0,0 +1 @@ +2.4.98 1 diff --git a/xorg/libpciaccess/build b/xorg/libpciaccess/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/xorg/libpciaccess/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/xorg/libpciaccess/checksums b/xorg/libpciaccess/checksums new file mode 100644 index 00000000..ae0b8deb --- /dev/null +++ b/xorg/libpciaccess/checksums @@ -0,0 +1 @@ +3df543e12afd41fea8eac817e48cbfde5aed8817b81670a4e9e493bb2f5bf2a4 libpciaccess-0.14.tar.bz2 diff --git a/xorg/libpciaccess/licenses b/xorg/libpciaccess/licenses new file mode 100644 index 00000000..2c39a67c --- /dev/null +++ b/xorg/libpciaccess/licenses @@ -0,0 +1,97 @@ +(C) Copyright IBM Corporation 2006, 2007 +(C) Copyright Eric Anholt 2006 +(C) Copyright Mark Kettenis 2011 +(C) Copyright Robert Millan 2012 +Copyright (c) 2007, 2008, 2009, 2011, 2012, 2013 Oracle and/or its affiliates. +Copyright 2009, 2012 Red Hat, Inc. +All Rights Reserved. + +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 on +the rights to use, copy, modify, merge, publish, distribute, sub license, +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 NON-INFRINGEMENT. IN NO EVENT SHALL +IBM AND/OR THEIR SUPPLIERS 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. + +------------------------------------------------------------------------------ + +Copyright (c) 2008 Juan Romero Pardines +Copyright (c) 2008, 2011 Mark Kettenis +Copyright (c) 2009 Michael Lorenz +Copyright (c) 2009, 2012 Samuel Thibault + +Permission to use, copy, modify, and distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +------------------------------------------------------------------------------ + +Copyright (C) 2000 The XFree86 Project, Inc. All Rights Reserved. + +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 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 +XFREE86 PROJECT 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. + +Except as contained in this notice, the name of the XFree86 Project shall +not be used in advertising or otherwise to promote the sale, use or other +dealings in this Software without prior written authorization from the +XFree86 Project. + +------------------------------------------------------------------------------ + +Copyright (c) 2007 Paulo R. Zanoni, Tiago Vignatti +Copyright (c) 2009 Tiago Vignatti + +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 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. diff --git a/xorg/libpciaccess/manifest b/xorg/libpciaccess/manifest new file mode 100644 index 00000000..37300257 --- /dev/null +++ b/xorg/libpciaccess/manifest @@ -0,0 +1,21 @@ +/var/db/kiss/libpciaccess/version +/var/db/kiss/libpciaccess/sources +/var/db/kiss/libpciaccess/manifest +/var/db/kiss/libpciaccess/licenses +/var/db/kiss/libpciaccess/checksums +/var/db/kiss/libpciaccess/build +/var/db/kiss/libpciaccess/ +/var/db/kiss/ +/var/db/ +/var/ +/usr/lib/pkgconfig/pciaccess.pc +/usr/lib/pkgconfig/ +/usr/lib/libpciaccess.so.0.11.1 +/usr/lib/libpciaccess.so.0 +/usr/lib/libpciaccess.so +/usr/lib/libpciaccess.la +/usr/lib/libpciaccess.a +/usr/lib/ +/usr/include/pciaccess.h +/usr/include/ +/usr/ diff --git a/xorg/libpciaccess/sources b/xorg/libpciaccess/sources new file mode 100644 index 00000000..4575d348 --- /dev/null +++ b/xorg/libpciaccess/sources @@ -0,0 +1 @@ +https://www.x.org/releases/individual/lib/libpciaccess-0.14.tar.bz2 diff --git a/xorg/libpciaccess/version b/xorg/libpciaccess/version new file mode 100644 index 00000000..44180d99 --- /dev/null +++ b/xorg/libpciaccess/version @@ -0,0 +1 @@ +0.14 1 diff --git a/xorg/xorg-server/depends b/xorg/xorg-server/depends index 05c941e0..03aab5ca 100644 --- a/xorg/xorg-server/depends +++ b/xorg/xorg-server/depends @@ -1 +1,2 @@ pixman make +libdrm make