diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-06-18 23:26:50 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-06-18 23:26:50 +0800 |
commit | 31ff002c8060c787cef187efdb76021857c345e7 (patch) | |
tree | bcec0f64675febc8f1537223ff51287e6c0b7c84 | |
parent | 760f2b16207e15ac90b0b9944ae99990b9cba5b3 (diff) | |
download | marcuscom-ports-31ff002c8060c787cef187efdb76021857c345e7.tar marcuscom-ports-31ff002c8060c787cef187efdb76021857c345e7.tar.gz marcuscom-ports-31ff002c8060c787cef187efdb76021857c345e7.tar.bz2 marcuscom-ports-31ff002c8060c787cef187efdb76021857c345e7.tar.lz marcuscom-ports-31ff002c8060c787cef187efdb76021857c345e7.tar.xz marcuscom-ports-31ff002c8060c787cef187efdb76021857c345e7.tar.zst marcuscom-ports-31ff002c8060c787cef187efdb76021857c345e7.zip |
- Add glitz at version 0.4.3
* cairo 0.5.0 update port
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4096 df743ca5-7f9a-e211-a948-0013205c9059
-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 000000000..3e584f3bb --- /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.4.3 +CATEGORIES= graphics +MASTER_SITES= http://cairographics.org/snapshots/ + +MAINTAINER= gnome@FreeBSD.org +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_CFLAGS}" \ + LDFLAGS="${PTHREAD_LIBS}" + +.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 000000000..535da89e2 --- /dev/null +++ b/graphics/glitz/distinfo @@ -0,0 +1,2 @@ +MD5 (glitz-0.4.3.tar.gz) = 100c4272ad181dcd3b53f602cee3f189 +SIZE (glitz-0.4.3.tar.gz) = 424121 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..176914f9a --- /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 |