1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Add glitz 0.2.3,

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.

PR:		ports/72390
Submitted by:	Michael Johnson <ahze@ahze.net>
This commit is contained in:
Kirill Ponomarev 2004-10-12 13:07:09 +00:00
parent c1a2f15956
commit d63df3cf32
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119008
5 changed files with 51 additions and 0 deletions

View File

@ -127,6 +127,7 @@
SUBDIR += glew
SUBDIR += glfw
SUBDIR += glide3
SUBDIR += glitz
SUBDIR += gliv
SUBDIR += gltk
SUBDIR += gltt

33
graphics/glitz/Makefile Normal file
View File

@ -0,0 +1,33 @@
# New ports collection makefile for: glitz
# Date created: 2004-10-06
# Whom: Michael Johnson <ahze@ahze.net>
#
# $FreeBSD$
#
PORTNAME= glitz
PORTVERSION= 0.2.3
CATEGORIES= graphics
MASTER_SITES= http://cairographics.org/snapshots/
MAINTAINER= ahze@ahze.net
COMMENT= OpenGL image compositing library
USE_REINPLACE= yes
USE_GL= yes
USE_GNOME= pkgconfig gnometarget gnomehack
USE_LIBTOOL_VER=15
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CLFAGS}" \
LDFLAGS="${PTHREAD_LDFLAGS}"
.include <bsd.port.pre.mk>
post-patch:
.if ${OSVERSION} < 500000
@${REINPLACE_CMD} -e 's|stdint.h|inttypes.h|' \
${WRKSRC}/src/glitz.h
.endif
.include <bsd.port.post.mk>

2
graphics/glitz/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (glitz-0.2.3.tar.gz) = e5b0994978ca8c2dadde45743cce6df2
SIZE (glitz-0.2.3.tar.gz) = 370765

5
graphics/glitz/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
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/

10
graphics/glitz/pkg-plist Normal file
View File

@ -0,0 +1,10 @@
include/glitz-glx.h
include/glitz.h
lib/libglitz-glx.a
lib/libglitz-glx.so
lib/libglitz-glx.so.1
lib/libglitz.a
lib/libglitz.so
lib/libglitz.so.1
libdata/pkgconfig/glitz-glx.pc
libdata/pkgconfig/glitz.pc