~dandrader/nux/geis

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Tarmac
  • Author(s): Łukasz 'sil2100' Zemczak, Jay Taoko
  • Date: 2012-07-03 11:33:20 UTC
  • mfrom: (624.2.2 nux.api-3.0)
  • Revision ID: tarmac-20120703113320-gdhbpb05v9gajz7y
Updated Nux API version to 3.0. Deprecated nux-image library. The feature by nux-image has been merged into nux-graphics.. Fixes: . Approved by Łukasz Zemczak, Didier Roche, Tim Penhey.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
m4_define([nux_minor_version], [0])
18
18
m4_define([nux_micro_version], [0])
19
19
 
20
 
m4_define([nux_api_version], [2.0])
 
20
m4_define([nux_api_version], [3.0])
21
21
# Increase the number (to the current date) everytime you propose a branch that breaks the API or ABI
22
22
# The number format is : year/month/day
23
23
# e.g.: december 5th, 2011 is: 20111205
24
24
# To make more than one API change in a day, add a number to the date. Like 20111205.xx
25
 
m4_define([nux_abi_version], [20120411.01])
 
25
m4_define([nux_abi_version], [20120525.01])
26
26
 
27
27
m4_define([nux_version],
28
28
          [nux_major_version.nux_minor_version.nux_micro_version])
141
141
AC_SUBST(NUX_CORE_CFLAGS)
142
142
AC_SUBST(NUX_CORE_LIBS)
143
143
 
144
 
PKG_CHECK_MODULES(NUX_IMAGE,
 
144
PKG_CHECK_MODULES(NUX_GRAPHICS,
145
145
                  glib-2.0 >= 2.25.14
146
146
                  gdk-pixbuf-2.0
147
147
                  cairo >= 1.9.14
148
148
                  libpng >= 1.2.44
149
 
                  sigc++-2.0
150
 
                  )
151
 
AC_SUBST(NUX_IMAGE_CFLAGS)
152
 
AC_SUBST(NUX_IMAGE_LIBS)
153
 
 
154
 
PKG_CHECK_MODULES(NUX_GRAPHICS,
155
 
                  glib-2.0 >= 2.25.14
156
 
                  gdk-pixbuf-2.0
157
149
                  $GL_PKGS
158
150
                  xxf86vm
159
151
                  sigc++-2.0
334
326
  data/Makefile
335
327
  NuxCore/Makefile
336
328
  NuxCore/nux-core.pc
337
 
  NuxImage/Makefile
338
 
  NuxImage/nux-image.pc
339
329
  NuxGraphics/Makefile
340
330
  NuxGraphics/nux-graphics.pc
341
331
  Nux/Makefile