gnomemm r1533 - in geglmm/trunk: . examples tools/m4



Author: hub
Date: Tue May 27 01:20:05 2008
New Revision: 1533
URL: http://svn.gnome.org/viewvc/gnomemm?rev=1533&view=rev

Log:
	* configure.in:
	* tools/m4/Makefile.am:
	* libgegl/libgeglmm/Makefile.am:
	* README, NEWS:
	* examples/Makefile.am: fix distcheck and number release 0.0.16


Modified:
   geglmm/trunk/ChangeLog
   geglmm/trunk/NEWS
   geglmm/trunk/README
   geglmm/trunk/configure.in
   geglmm/trunk/examples/Makefile.am
   geglmm/trunk/tools/m4/Makefile.am

Modified: geglmm/trunk/NEWS
==============================================================================
--- geglmm/trunk/NEWS	(original)
+++ geglmm/trunk/NEWS	Tue May 27 01:20:05 2008
@@ -0,0 +1,3 @@
+0.0.16
+
+ - initial release. API/ABI unstable.
\ No newline at end of file

Modified: geglmm/trunk/README
==============================================================================
--- geglmm/trunk/README	(original)
+++ geglmm/trunk/README	Tue May 27 01:20:05 2008
@@ -0,0 +1,5 @@
+This if libgeglmm, the C++ bindings for GEGL.
+
+It currently binds gegl 0.0.16 and is in an unstable state.
+
+NO ABI GUARANTEE until 0.0.18 that will come with gegl-0.0.18.
\ No newline at end of file

Modified: geglmm/trunk/configure.in
==============================================================================
--- geglmm/trunk/configure.in	(original)
+++ geglmm/trunk/configure.in	Tue May 27 01:20:05 2008
@@ -18,7 +18,7 @@
 #We use pushdef here because we can't use shell variables before AC_INIT, but we want to use a variable with AC_INIT:
 pushdef([LIBGEGLMM_MAJOR_VERSION],     [0])
 pushdef([LIBGEGLMM_MINOR_VERSION],     [0])
-pushdef([LIBGEGLMM_MICRO_VERSION],     [1])
+pushdef([LIBGEGLMM_MICRO_VERSION],     [16])
 pushdef([LIBGEGLMM_EXTRA_VERSION],     [])
 pushdef([LIBGEGLMM_VERSION], LIBGEGLMM_MAJOR_VERSION.LIBGEGLMM_MINOR_VERSION.LIBGEGLMM_MICRO_VERSION[]LIBGEGLMM_EXTRA_VERSION)
 AC_INIT([libgeglmm], LIBGEGLMM_VERSION, [gtkmm-list gnome org])

Modified: geglmm/trunk/examples/Makefile.am
==============================================================================
--- geglmm/trunk/examples/Makefile.am	(original)
+++ geglmm/trunk/examples/Makefile.am	Tue May 27 01:20:05 2008
@@ -7,6 +7,9 @@
 noinst_PROGRAMS = hello-world geglbuffer-clock 2geglbuffer geglbuffer-add-image
 
 hello_world_SOURCES = hello-world.cc
+geglbuffer_clock_SOURCES = geglbuffer-clock.cc
+2geglbuffer_SOURCES = 2geglbuffer.cc
+geglbuffer_add_image_SOURCES = geglbuffer-add-image.cc
 
 #hello_world_LDFLAGS    = $(common_ldflags)
 #hello_world_LDADD     = $(LIBGEGLMM_LIBS)

Modified: geglmm/trunk/tools/m4/Makefile.am
==============================================================================
--- geglmm/trunk/tools/m4/Makefile.am	(original)
+++ geglmm/trunk/tools/m4/Makefile.am	Tue May 27 01:20:05 2008
@@ -5,5 +5,5 @@
 
 # Install the .m4, files:
 
-tools_m4_includedir = $(libdir)/libgeglmm/proc/m4
+tools_m4_includedir = $(libdir)/libgeglmm-1.0/proc/m4
 tools_m4_include_HEADERS = $(files_tools_m4)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]