glamor-egl: removed; superseded by xorg-server-1.16.
This commit is contained in:
parent
515355e309
commit
b65d0ce4c3
3 changed files with 0 additions and 32 deletions
|
@ -1356,7 +1356,6 @@ libgraphite2.so.3 graphite-1.2.3_1
|
||||||
libFOX-1.6.so.0 fox-1.6.49_1
|
libFOX-1.6.so.0 fox-1.6.49_1
|
||||||
libCHART-1.6.so.0 fox-1.6.49_1
|
libCHART-1.6.so.0 fox-1.6.49_1
|
||||||
libchromaprint.so.0 chromaprint-0.7_1
|
libchromaprint.so.0 chromaprint-0.7_1
|
||||||
libglamor.so.0 glamor-egl-0.5.1_1
|
|
||||||
libedit.so.0 libedit-20130712.3.1_1
|
libedit.so.0 libedit-20130712.3.1_1
|
||||||
libnet.so.1 libnet-1.1.6_1
|
libnet.so.1 libnet-1.1.6_1
|
||||||
libthreadutil.so.6 libupnp-1.6.18_1
|
libthreadutil.so.6 libupnp-1.6.18_1
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
glamor-egl
|
|
|
@ -1,30 +0,0 @@
|
||||||
# Template build file for 'glamor-egl'.
|
|
||||||
pkgname=glamor-egl
|
|
||||||
version=0.6.0
|
|
||||||
revision=4
|
|
||||||
build_style=gnu-configure
|
|
||||||
hostmakedepends="automake libtool pkg-config xorg-util-macros"
|
|
||||||
makedepends="libdrm-devel MesaLib-devel xorg-server-devel>=1.16<1.17"
|
|
||||||
depends="xserver-abi-video-18_1"
|
|
||||||
short_desc="OpenGL based 2D rendering acceleration library"
|
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
||||||
homepage="http://www.freedesktop.org/wiki/Software/Glamor/"
|
|
||||||
license="MIT"
|
|
||||||
|
|
||||||
do_fetch() {
|
|
||||||
git clone -b ${pkgname}-${version} git://anongit.freedesktop.org/xorg/driver/glamor ${pkgname}-${version}
|
|
||||||
}
|
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
autoreconf -fi
|
|
||||||
}
|
|
||||||
|
|
||||||
glamor-egl-devel_package() {
|
|
||||||
short_desc+=" - development files"
|
|
||||||
depends="MesaLib-devel ${sourcepkg}-${version}_${revision}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/include
|
|
||||||
vmove usr/lib/pkgconfig
|
|
||||||
vmove "usr/lib/*.so"
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue