gegl r2130 - in trunk: . operations
- From: ok svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r2130 - in trunk: . operations
- Date: Wed, 27 Feb 2008 11:20:24 +0000 (GMT)
Author: ok
Date: Wed Feb 27 11:20:24 2008
New Revision: 2130
URL: http://svn.gnome.org/viewvc/gegl?rev=2130&view=rev
Log:
* NEWS: updated.
* operations/Makefile-common.am: only link plug-ins to glib, babl and
friends on win32.
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/operations/Makefile-common.am
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Wed Feb 27 11:20:24 2008
@@ -13,12 +13,12 @@
through GeglProcessor.
when processed using a GeglProcessor.
â constification of GeglRectangles and babl formats.
- â Build and dist fixes, general sanity improvements to APIs, plugged
- annoying buffer leaks.
+ â Build and dist fixes, plugged annoying buffer leaks, GEGL now
+ also works on OSX
Contributions from:
Ãyvind KolÃs, Ãtienne Bersac, Kevin Cozens, Sven Neumann,
- Manish Singh, Michael Natterer, Hand Brauer, Deji Akingunola,
+ Manish Singh, Michael Natterer, Hans Brauer, Deji Akingunola,
Bradley Broom and Tor Lillqvist.
Changes in GEGL 0.0.14
Modified: trunk/operations/Makefile-common.am
==============================================================================
--- trunk/operations/Makefile-common.am (original)
+++ trunk/operations/Makefile-common.am Wed Feb 27 11:20:24 2008
@@ -1,8 +1,10 @@
if OS_WIN32
no_undefined = -no-undefined
-libgegl = $(top_builddir)/gegl/libgegl-$(GEGL_API_VERSION).la
+libgegl = $(top_builddir)/gegl/libgegl-$(GEGL_API_VERSION).la @DEP_LIBS@ @BABL_LIBS@
endif
+op_libs = $(libgegl)
+
GEGLHEADERS = $(wildcard $(top_srcdir)/gegl/*.h)\
$(wildcard $(top_srcdir)/gegl/buffer/*.h)
@@ -20,5 +22,4 @@
-I$(top_srcdir)/gegl/module
AM_LDFLAGS = -avoid-version -export-dynamic -module $(no_undefined)
-op_libs = @DEP_LIBS@ @BABL_LIBS@ $(libgegl)
ext_dir = $(DESTDIR)$(libdir)/gegl- GEGL_API_VERSION@
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]