mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-21 18:04:41 -07:00
xorg: Added libxshmfence
This commit is contained in:
parent
b18940f032
commit
0f5d7c5459
8
xorg/libxshmfence/build
Executable file
8
xorg/libxshmfence/build
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--with-shared-memory-dir=/dev/shm
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
1
xorg/libxshmfence/checksums
Normal file
1
xorg/libxshmfence/checksums
Normal file
@ -0,0 +1 @@
|
||||
b884300d26a14961a076fbebc762a39831cb75f92bed5ccf9836345b459220c7 libxshmfence-1.3.tar.bz2
|
1
xorg/libxshmfence/depends
Normal file
1
xorg/libxshmfence/depends
Normal file
@ -0,0 +1 @@
|
||||
xorgproto make
|
19
xorg/libxshmfence/licenses
Normal file
19
xorg/libxshmfence/licenses
Normal file
@ -0,0 +1,19 @@
|
||||
Copyright © 2013 Keith Packard
|
||||
|
||||
Permission to use, copy, modify, distribute, and sell this software and its
|
||||
documentation for any purpose is hereby granted without fee, provided that
|
||||
the above copyright notice appear in all copies and that both that copyright
|
||||
notice and this permission notice appear in supporting documentation, and
|
||||
that the name of the copyright holders not be used in advertising or
|
||||
publicity pertaining to distribution of the software without specific,
|
||||
written prior permission. The copyright holders make no representations
|
||||
about the suitability of this software for any purpose. It is provided "as
|
||||
is" without express or implied warranty.
|
||||
|
||||
THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
||||
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
||||
EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, 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.
|
23
xorg/libxshmfence/manifest
Normal file
23
xorg/libxshmfence/manifest
Normal file
@ -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/
|
1
xorg/libxshmfence/sources
Normal file
1
xorg/libxshmfence/sources
Normal file
@ -0,0 +1 @@
|
||||
https://www.x.org/releases/individual/lib/libxshmfence-1.3.tar.bz2
|
1
xorg/libxshmfence/version
Normal file
1
xorg/libxshmfence/version
Normal file
@ -0,0 +1 @@
|
||||
1.3 1
|
@ -1,11 +1,12 @@
|
||||
bison make
|
||||
expat make
|
||||
flex make
|
||||
libX11 make
|
||||
libXext make
|
||||
libdrm make
|
||||
libxcb make
|
||||
python make
|
||||
python-mako make
|
||||
xorgproto make
|
||||
zlib make
|
||||
bison make
|
||||
expat make
|
||||
flex make
|
||||
libX11 make
|
||||
libXext make
|
||||
libdrm make
|
||||
libxcb make
|
||||
libxshmfence make
|
||||
python make
|
||||
python-mako make
|
||||
xorgproto make
|
||||
zlib make
|
||||
|
Loading…
Reference in New Issue
Block a user