remove glitz, it's deprecated and unmaintained upstream and nothing in our

tree uses it anymore since cairo dropped it.

ok eric@ (MAINTAINER)
This commit is contained in:
jasper 2011-03-07 09:26:05 +00:00
parent e4f94c8861
commit f78e922f14
7 changed files with 1 additions and 122 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.276 2010/10/28 12:40:08 landry Exp $
# $OpenBSD: Makefile,v 1.277 2011/03/07 09:26:05 jasper Exp $
# $FreeBSD: Makefile,v 1.55 1997/11/03 12:12:27 tg Exp $
#
@ -71,7 +71,6 @@
SUBDIR += gimp
SUBDIR += gle
SUBDIR += glew
SUBDIR += glitz
SUBDIR += glpng
SUBDIR += gmt
SUBDIR += gocr

View File

@ -1,32 +0,0 @@
# $OpenBSD: Makefile,v 1.10 2010/11/17 08:05:14 espie Exp $
COMMENT= OpenGL image compositing library
DISTNAME= glitz-0.5.6
REVISION = 2
SHARED_LIBS += glitz 2.0 # .1.0
SHARED_LIBS += glitz-glx 2.0 # .1.0
CATEGORIES= graphics
HOMEPAGE= http://www.freedesktop.org/Software/glitz
MAINTAINER= Eric Faurot <eric@openbsd.org>
WANTLIB= GL X11 Xau Xdmcp m pthread-stubs xcb
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://cairographics.org/snapshots/
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
SEPARATE_BUILD= simple
.include <bsd.port.mk>

View File

@ -1,5 +0,0 @@
MD5 (glitz-0.5.6.tar.gz) = xQfxQOzMwGrtiIjJWO3aTA==
RMD160 (glitz-0.5.6.tar.gz) = VH7xvic4VpQuD6NsCXxKyzZzNrI=
SHA1 (glitz-0.5.6.tar.gz) = gWBL8CztqF6jK1JCP3iog6rsbcY=
SHA256 (glitz-0.5.6.tar.gz) = EyrfBuSFMfTAG2ulhDiB4rWEoXDFIiNT0Dy+9zbUpHE=
SIZE (glitz-0.5.6.tar.gz) = 459224

View File

@ -1,48 +0,0 @@
$OpenBSD: patch-configure,v 1.1 2009/01/21 12:05:29 ajacoutot Exp $
--- configure.orig Wed Jan 21 09:01:59 2009
+++ configure Wed Jan 21 09:02:21 2009
@@ -21714,7 +21714,7 @@ echo "${ECHO_T}$xthreads" >&6
if test "x$xthreads" = "xyes"
then
- GLX_LIBS="$GLX_LIBS -lpthread"
+ GLX_LIBS="$GLX_LIBS -pthread"
cat >>confdefs.h <<\_ACEOF
#define XTHREADS 1
_ACEOF
@@ -21830,7 +21830,7 @@ echo "${ECHO_T}$use_agl" >&6
if test "x$use_agl" = "xyes"; then
save_libs="$LIBS"
- LIBS="-lpthread"
+ LIBS="-pthread"
echo "$as_me:$LINENO: checking for PTHREADS" >&5
echo $ECHO_N "checking for PTHREADS... $ECHO_C" >&6
@@ -21892,7 +21892,7 @@ rm -f conftest.err conftest.$ac_objext \
if test "x$use_pthreads" = "xyes"
then
- AGL_LIBS="$AGL_LIBS -lpthread"
+ AGL_LIBS="$AGL_LIBS -pthread"
cat >>confdefs.h <<\_ACEOF
#define PTHREADS 1
_ACEOF
@@ -21945,7 +21945,7 @@ if test "x$use_egl" = "xyes"; then
EGL_CFLAGS="$EGL_CFLAGS"
save_libs="$LIBS"
- LIBS="-lpthread"
+ LIBS="-pthread"
echo "$as_me:$LINENO: checking for PTHREADS" >&5
echo $ECHO_N "checking for PTHREADS... $ECHO_C" >&6
@@ -22007,7 +22007,7 @@ rm -f conftest.err conftest.$ac_objext \
if test "x$use_pthreads" = "xyes"
then
- EGL_LIBS="$EGL_LIBS -lpthread"
+ EGL_LIBS="$EGL_LIBS -pthread"
cat >>confdefs.h <<\_ACEOF
#define PTHREADS 1
_ACEOF

View File

@ -1,21 +0,0 @@
Glitz is an OpenGL image compositing library. Glitz provides
Porter/Duff compositing of images and implicit mask generation for
geometric primitives including trapezoids, triangles, and rectangles.
The semantics of glitz are designed to precisely match the
specification of the X Render extension. Glitz does not only implement
X Render features like component alpha and image transformations, but
also support for additional features like convolution filters and
color gradients, which are not currently part of the X Render
specification.
The performance and capabilities of glitz are much dependent on
graphics hardware. Glitz does not in any way handle software
fall-backs when graphics hardware is insufficient. However, glitz will
report if any requested operation cannot be carried out by graphics
hardware, hence making a higher level software layer responsible for
appropriate actions.
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.

View File

@ -1,3 +0,0 @@
@comment $OpenBSD: PFRAG.shared,v 1.2 2005/12/26 21:32:05 steven Exp $
@lib lib/libglitz-glx.so.${LIBglitz-glx_VERSION}
@lib lib/libglitz.so.${LIBglitz_VERSION}

View File

@ -1,11 +0,0 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/09/11 05:04:32 marcm Exp $
%%SHARED%%
include/glitz-glx.h
include/glitz.h
lib/libglitz-glx.a
lib/libglitz-glx.la
lib/libglitz.a
lib/libglitz.la
lib/pkgconfig/
lib/pkgconfig/glitz-glx.pc
lib/pkgconfig/glitz.pc