[cairo-commit] glitz ChangeLog, 1.67, 1.68 Makefile.am, 1.1.1.1, 1.2 TODO, 1.13, 1.14 configure.in, 1.14, 1.15 glitz-agl.pc.in, 1.1.1.1, NONE glitz-glx.pc.in, 1.1.1.1, NONE glitz.pc.in, 1.1.1.1, NONE

David Reveman commit at pdx.freedesktop.org
Wed Nov 3 14:51:00 PST 2004


Committed by: davidr

Update of /cvs/cairo/glitz
In directory gabe:/tmp/cvs-serv31664a

Modified Files:
	ChangeLog Makefile.am TODO configure.in 
Removed Files:
	glitz-agl.pc.in glitz-glx.pc.in glitz.pc.in 
Log Message:
Source tree restructuring and switch to new drawable interface

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/glitz/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- ChangeLog	20 Oct 2004 23:03:36 -0000	1.67
+++ ChangeLog	3 Nov 2004 22:50:58 -0000	1.68
@@ -1,3 +1,7 @@
+2004-11-03  David Reveman  <c99drn at cs.umu.se>
+
+	* Source tree restructuring and switch to new drawable interface.
+
 2004-10-21  David Reveman  <c99drn at cs.umu.se>
 
 	* src/glitz_pixel.c (glitz_get_pixels): Set read buffer and

Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/glitz/Makefile.am,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- Makefile.am	30 Mar 2004 17:07:18 -0000	1.1.1.1
+++ Makefile.am	3 Nov 2004 22:50:58 -0000	1.2
@@ -1,29 +1,3 @@
 SUBDIRS = . src
 
-if GLITZ_BUILD_GLX_BACKEND
-libglitz_glx_extra_dist = glitz-glx.pc.in
-libglitz_glx_data = glitz-glx.pc
-else
-libglitz_glx_extra_dist =
-libglitz_glx_data =
-endif
-
-if GLITZ_BUILD_AGL_BACKEND
-libglitz_agl_extra_dist = glitz-agl.pc.in
-libglitz_agl_data = glitz-agl.pc
-else
-libglitz_agl_extra_dist =
-libglitz_agl_data =
-endif
-
-EXTRA_DIST = \
-	COPYING \
-	glitz.pc.in \
-	$(libglitz_glx_extra_dist)
-	$(libglitz_agl_extra_dist)
-
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = \
-	glitz.pc \
-	$(libglitz_glx_data) \
-	$(libglitz_agl_data)
+EXTRA_DIST = COPYING
\ No newline at end of file

Index: TODO
===================================================================
RCS file: /cvs/cairo/glitz/TODO,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- TODO	20 Sep 2004 04:59:34 -0000	1.13
+++ TODO	3 Nov 2004 22:50:58 -0000	1.14
@@ -1,3 +1,5 @@
+* API documentation.
+
 * Allow the fragment filters to be applied to mask surfaces
   and not only source surfaces. The filter system and the fragment
   programs are design to work both with source and mask surfaces,

Index: configure.in
===================================================================
RCS file: /cvs/cairo/glitz/configure.in,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- configure.in	4 Oct 2004 11:46:10 -0000	1.14
+++ configure.in	3 Nov 2004 22:50:58 -0000	1.15
@@ -6,7 +6,7 @@
 
 # Package version number, (as distinct from shared library version)
 # This must be manually synchronized with the version in src/glitz.h
-GLITZ_VERSION=0.2.3
+GLITZ_VERSION=0.3.0
 # libtool shared library version
 
 # Increment if the interface has additions, changes, removals.
@@ -93,6 +93,14 @@
 
 dnl ===========================================================================
 
+GLITZ_LIB='-L$(top_builddir)/src -lglitz'
+GLITZ_INC='-I$(top_builddir)/src -I$(top_srcdir)/src'
+
+AC_SUBST(GLITZ_LIB)
+AC_SUBST(GLITZ_INC)
+
+dnl ===========================================================================
+
 AC_ARG_ENABLE(glx,
   AC_HELP_STRING([--disable-glx], [Disable glitz's GLX backend]),
   [use_glx=$enableval], [use_glx=yes])
@@ -193,9 +201,11 @@
 AC_OUTPUT([
 Makefile
 src/Makefile
-glitz.pc
-glitz-glx.pc
-glitz-agl.pc
+src/glx/Makefile
+src/agl/Makefile
+src/glitz.pc
+src/glx/glitz-glx.pc
+src/agl/glitz-agl.pc
 ])
 
 dnl ===========================================================================

--- glitz-agl.pc.in DELETED ---

--- glitz-glx.pc.in DELETED ---

--- glitz.pc.in DELETED ---




More information about the cairo-commit mailing list