diff options
author | krion <krion@FreeBSD.org> | 2004-10-12 13:07:09 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-10-12 13:07:09 +0000 |
commit | f8add89cbbdc50cc92403287775352e1146e0e14 (patch) | |
tree | a00e90aa38320dbdc0c2348f1e7dd76d0329169f /graphics/glitz | |
parent | b900856f22dafc0f6a9cf1187db929e2b2a57805 (diff) | |
download | FreeBSD-ports-f8add89cbbdc50cc92403287775352e1146e0e14.zip FreeBSD-ports-f8add89cbbdc50cc92403287775352e1146e0e14.tar.gz |
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>
Diffstat (limited to 'graphics/glitz')
-rw-r--r-- | graphics/glitz/Makefile | 33 | ||||
-rw-r--r-- | graphics/glitz/distinfo | 2 | ||||
-rw-r--r-- | graphics/glitz/pkg-descr | 5 | ||||
-rw-r--r-- | graphics/glitz/pkg-plist | 10 |
4 files changed, 50 insertions, 0 deletions
diff --git a/graphics/glitz/Makefile b/graphics/glitz/Makefile new file mode 100644 index 0000000..e93b560 --- /dev/null +++ b/graphics/glitz/Makefile @@ -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> diff --git a/graphics/glitz/distinfo b/graphics/glitz/distinfo new file mode 100644 index 0000000..8d621df --- /dev/null +++ b/graphics/glitz/distinfo @@ -0,0 +1,2 @@ +MD5 (glitz-0.2.3.tar.gz) = e5b0994978ca8c2dadde45743cce6df2 +SIZE (glitz-0.2.3.tar.gz) = 370765 diff --git a/graphics/glitz/pkg-descr b/graphics/glitz/pkg-descr new file mode 100644 index 0000000..5330a3b --- /dev/null +++ b/graphics/glitz/pkg-descr @@ -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/ diff --git a/graphics/glitz/pkg-plist b/graphics/glitz/pkg-plist new file mode 100644 index 0000000..176914f --- /dev/null +++ b/graphics/glitz/pkg-plist @@ -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 |