Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Oct 2004 12:34:37 -0400 (EDT)
From:      Michael Johnson <ahze@ahze.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/72390: [NEW PORT] graphics/glitz: OpenGL image compositing library
Message-ID:  <200410061634.i96GYbZw077007@blueheron.ahze.net>
Resent-Message-ID: <200410061640.i96GeRfx075484@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         72390
>Category:       ports
>Synopsis:       [NEW PORT] graphics/glitz: OpenGL image compositing library
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 06 16:40:27 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Michael Johnson
>Release:        FreeBSD 5.3-BETA6 i386
>Organization:
>Environment:
System: FreeBSD blueheron.ahze.net 5.3-BETA6 FreeBSD 5.3-BETA6 #67: Fri Oct  1 15:03:41 EDT
>Description:
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.

WWW:	http://www.cairographics.org/

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- glitz-0.2.3.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	glitz
#	glitz/pkg-descr
#	glitz/Makefile
#	glitz/pkg-plist
#	glitz/distinfo
#
echo c - glitz
mkdir -p glitz > /dev/null 2>&1
echo x - glitz/pkg-descr
sed 's/^X//' >glitz/pkg-descr << 'END-of-glitz/pkg-descr'
XGlitz is an OpenGL image compositing library. Glitz provides
XPorter/Duff compositing of images and implicit mask generation for
Xgeometric primitives including trapezoids, triangles, and rectangles.
X
XWWW:	http://www.cairographics.org/
END-of-glitz/pkg-descr
echo x - glitz/Makefile
sed 's/^X//' >glitz/Makefile << 'END-of-glitz/Makefile'
X# New ports collection makefile for:	glitz
X# Date created:		2004-10-06
X# Whom:			Michael Johnson <ahze@ahze.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	glitz
XPORTVERSION=	0.2.3
XCATEGORIES=	graphics
XMASTER_SITES=	http://cairographics.org/snapshots/
X
XMAINTAINER=	ahze@ahze.net
XCOMMENT=	OpenGL image compositing library
X
XUSE_REINPLACE=	yes
XUSE_GL=		yes
XUSE_GNOME=	pkgconfig gnometarget gnomehack
XUSE_LIBTOOL_VER=15
XINSTALLS_SHLIB=	yes
X
XCONFIGURE_ENV=	CPPFLAGS="${PTHREAD_CLFAGS}" \
X		LDFLAGS="${PTHREAD_LDFLAGS}"
X
X.include <bsd.port.pre.mk>
X
Xpost-patch:
X.if ${OSVERSION} < 500000
X	@${REINPLACE_CMD} -e 's|stdint.h|inttypes.h|' \
X		${WRKSRC}/src/glitz.h
X.endif
X
X.include <bsd.port.post.mk>
END-of-glitz/Makefile
echo x - glitz/pkg-plist
sed 's/^X//' >glitz/pkg-plist << 'END-of-glitz/pkg-plist'
Xinclude/glitz-glx.h
Xinclude/glitz.h
Xlib/libglitz-glx.a
Xlib/libglitz-glx.so
Xlib/libglitz-glx.so.1
Xlib/libglitz.a
Xlib/libglitz.so
Xlib/libglitz.so.1
Xlibdata/pkgconfig/glitz-glx.pc
Xlibdata/pkgconfig/glitz.pc
END-of-glitz/pkg-plist
echo x - glitz/distinfo
sed 's/^X//' >glitz/distinfo << 'END-of-glitz/distinfo'
XMD5 (glitz-0.2.3.tar.gz) = e5b0994978ca8c2dadde45743cce6df2
XSIZE (glitz-0.2.3.tar.gz) = 370765
END-of-glitz/distinfo
exit
--- glitz-0.2.3.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410061634.i96GYbZw077007>