diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-30 11:25:23 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-30 11:25:23 +0800 |
commit | c842c7124fcd6840b1083225e4a2924033f58afb (patch) | |
tree | dc98589a26e4f0c75c8e1bcec5486c80243f24a3 /graphics/glitz | |
parent | 2c04e2178d3ccce17af9d227a165f4025e1baf27 (diff) | |
download | marcuscom-ports-c842c7124fcd6840b1083225e4a2924033f58afb.tar.gz marcuscom-ports-c842c7124fcd6840b1083225e4a2924033f58afb.tar.zst marcuscom-ports-c842c7124fcd6840b1083225e4a2924033f58afb.zip |
- Move cairo, glitz, gtk-engines2 out of ports-experimental
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6156 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/glitz')
-rw-r--r-- | graphics/glitz/Makefile | 33 | ||||
-rw-r--r-- | graphics/glitz/distinfo | 3 | ||||
-rw-r--r-- | graphics/glitz/pkg-descr | 5 | ||||
-rw-r--r-- | graphics/glitz/pkg-plist | 12 |
4 files changed, 53 insertions, 0 deletions
diff --git a/graphics/glitz/Makefile b/graphics/glitz/Makefile new file mode 100644 index 000000000..f53489f02 --- /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$ +# $MCom: ports-experimental/graphics/glitz/Makefile,v 1.2 2006/02/26 15:44:51 ahze Exp $ +# + +PORTNAME= glitz +PORTVERSION= 0.5.3 +CATEGORIES= graphics +MASTER_SITES= http://cairographics.org/snapshots/ + +MAINTAINER= gnome@FreeBSD.org +COMMENT= OpenGL image compositing library + +USE_GL= yes +USE_GNOME= pkgconfig gnometarget gnomehack +GNU_CONFIGURE= yes +INSTALLS_SHLIB= yes + +CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ + LDFLAGS="${PTHREAD_LIBS}" + +.include <bsd.port.pre.mk> + +post-patch: +.if ${OSVERSION} < 500000 + @${REINPLACE_CMD} -e 's|stdint.h|inttypes.h|' \ + ${WRKSRC}/src/glitzint.h +.endif + +.include <bsd.port.post.mk> diff --git a/graphics/glitz/distinfo b/graphics/glitz/distinfo new file mode 100644 index 000000000..ebcd6abde --- /dev/null +++ b/graphics/glitz/distinfo @@ -0,0 +1,3 @@ +MD5 (glitz-0.5.3.tar.gz) = 9aefc7006ca74114bc012eec8797e5b2 +SHA256 (glitz-0.5.3.tar.gz) = 99546b8c5a3d7d552be24a161de5753b8e8684543da0f86d0ca41aeec54b5d32 +SIZE (glitz-0.5.3.tar.gz) = 457423 diff --git a/graphics/glitz/pkg-descr b/graphics/glitz/pkg-descr new file mode 100644 index 000000000..d7c1f8266 --- /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://freedesktop.org/Software/glitz diff --git a/graphics/glitz/pkg-plist b/graphics/glitz/pkg-plist new file mode 100644 index 000000000..e87edf032 --- /dev/null +++ b/graphics/glitz/pkg-plist @@ -0,0 +1,12 @@ +include/glitz-glx.h +include/glitz.h +lib/libglitz-glx.a +lib/libglitz-glx.la +lib/libglitz-glx.so +lib/libglitz-glx.so.1 +lib/libglitz.a +lib/libglitz.la +lib/libglitz.so +lib/libglitz.so.1 +libdata/pkgconfig/glitz-glx.pc +libdata/pkgconfig/glitz.pc |