graphics/glitz update to 0.4.4 [PATCH]

Dirk Meyer dirk.meyer at dinoex.sub.org
Tue Oct 25 00:40:18 PDT 2005


Hi,

one of the gnsutep backends is currently broken.
cause the versions of cairo and glitz are not sufficent.

Even the current cairo do not build with glitz support.
[...]
checking PNG_LIBS... -L/usr/local/lib -lpng -lz -lm  
checking for glitz >= 0.4.4... checking for fontconfig... yes
checking FONTCONFIG_CFLAGS... -I/usr/X11R6/include  
checking FONTCONFIG_LIBS... -L/usr/X11R6/lib -lfontconfig  
[...]
cairo will be compiled with the following surface backends:
  Xlib: yes
  Quartz: no
  XCB: no (requires XCB http://xcb.freedesktop.org)
  Win32: no
  PostScript: yes
  PDF: yes
  glitz: no (requires glitz http://freedesktop.org/Software/glitz)
[...]

after this patch cairo builds fine.
[....]
checking PNG_LIBS... -L/usr/local/lib -lpng -lz -lm
checking for glitz >= 0.4.4... yes
checking GLITZ_CFLAGS... -I/usr/local/include
checking GLITZ_LIBS... -L/usr/local/lib -lglitz -lm
checking for fontconfig... yes
checking FONTCONFIG_CFLAGS... -I/usr/X11R6/include
checking FONTCONFIG_LIBS... -L/usr/X11R6/lib -lfontconfig
[...]
cairo will be compiled with the following surface backends:
  Xlib: yes
  Quartz: no
  XCB: no (requires XCB http://xcb.freedesktop.org)
  Win32: no
  PostScript: yes
  PDF: yes
  glitz: yes
[...]

My questions.
1. Does anything speek agains the update of glitz?

2. will cairo be updated ?
Or should we reoprocopy cairo to cairo-devel ?

The current version of caio-0.9.2 have 2 shared libs bumps.
A working port is on:
http://people.freebsd.org/~dinoex/ports/cairo-devel/

- Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany
- [dirk.meyer at dinoex.sub.org],[dirk.meyer at guug.de],[dinoex at FreeBSD.org]

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/graphics/glitz/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	19 Mar 2005 08:43:01 -0000	1.7
+++ Makefile	25 Oct 2005 06:45:37 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	glitz
-PORTVERSION=	0.4.0
+PORTVERSION=	0.4.4
 CATEGORIES=	graphics
 MASTER_SITES=	http://cairographics.org/snapshots/
 
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/graphics/glitz/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	16 Feb 2005 05:36:49 -0000	1.2
+++ distinfo	25 Oct 2005 06:45:37 -0000
@@ -1,2 +1,2 @@
-MD5 (glitz-0.4.0.tar.gz) = 32a34fa31686be88cc5c518085444a68
-SIZE (glitz-0.4.0.tar.gz) = 391481
+MD5 (glitz-0.4.4.tar.gz) = 56162ec6f5df9603c0e98391c64565f8
+SIZE (glitz-0.4.4.tar.gz) = 425742


More information about the freebsd-gnome mailing list