Remove glitz, outdated and unmaintained.

This commit is contained in:
Juan RP 2011-07-06 18:06:54 +02:00
parent 42cef9711a
commit 5ca9f16055
5 changed files with 0 additions and 53 deletions

View file

@ -1 +0,0 @@
glitz

View file

@ -1,2 +0,0 @@
abi_depends=">=0.5.6"
api_depends="${abi_depends}"

View file

@ -1,18 +0,0 @@
# Template file for 'glitz-devel'.
#
short_desc="${sourcepkg} - development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
revision=1
Add_dependency run glitz
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
}

View file

@ -1,30 +0,0 @@
# Template build file for 'glitz'.
pkgname=glitz
version=0.5.6
revision=1
distfiles="http://cairographics.org/snapshots/$pkgname-$version.tar.gz"
build_style=gnu_configure
configure_args="--with-x --enable-glx"
short_desc="OpenGL 2D graphics library"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=132adf06e48531f4c01b6ba5843881e2b584a170c5222353d03cbef736d4a471
long_desc="
Glitz is a portable 2D graphics library that uses OpenGL to render hardware
accelerated graphics. It supports many of the latest OpenGL features, such as
efficient off-screen rendering using pbuffers. Rendering can be carried out by
arbitrary OpenGL layers, thanks to glitz's extensible backend system.
Glitz is designed to match the X Render Extension semantics and provides
a general way for accelerating this imaging model. Glitz can be used as
a stand-alone layer above OpenGL but is also designed to act as a backend for
cairo, providing it with OpenGL accelerated output."
subpackages="$pkgname-devel"
Add_dependency run glibc
Add_dependency run libX11
Add_dependency run libXt
Add_dependency run MesaLib
Add_dependency build pkg-config
Add_dependency build libX11-devel
Add_dependency build libXt-devel
Add_dependency build MesaLib-devel

View file

@ -261,8 +261,6 @@ libXfontcache.so libXfontcache libXfontcache-devel
libXv.so libXv libXv-devel
libXvMC.so libXvMC libXvMC-devel
libXvMCW.so libXvMC libXvMC-devel
libglitz.so glitz glitz-devel
libglitz-glx.so glitz glitz-devel
libxcb-render-util.so xcb-util xcb-util-devel
libxcb-icccm.so xcb-util xcb-util-devel
libxcb-aux.so xcb-util xcb-util-devel