~sil2100/nux/ubuntu_quantal

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Łukasz 'sil2100' Zemczak
  • Date: 2012-07-04 15:34:45 UTC
  • mfrom: (159.3.39)
  • Revision ID: lukasz.zemczak@canonical.com-20120704153445-du5b9eou1vultnag
* New upstream release.
  - Conditional jump or move depends on uninitialised value(s) 
    nux::GraphicsDisplay::ProcessXEvent(_XEvent, bool) (LP: #983321)
  - Coverity PW.PARAMETER_HIDDEN - CID 10653 (LP: #937588)
  - Coverity SECURE_CODING - CID 10659 (LP: #937564)
  - Coverity PW.PARAMETER_HIDDEN - CID 10651 (LP: #937576)
  - Coverity PW.PARAMETER_HIDDEN - CID 10652 (LP: #937586)
  - QueueDraw is very expensive (LP: #994884)
  - Unity is slow and pausing occasionally (when its DrawList size spikes, 
    to almost 6000!) (LP: #1014610)
  - IBus hotkey using Release modifier doesn't work in unity (LP: #1016665)
  - Nothing should be written into the dash/hud searchbar when holding super,
    ctrl or Alt (LP: #1013751)
  - IBus can't be activated on dash or HUD since r2428 (LP: #1016354)
* debian/control, debian/libnux-3.0-0.install,
  debian/libnux-3.0-common.install, debian/libnux-3.0-dev.install:
  - switch to nux-3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
#   - Increase micro_version to the next odd number
14
14
#   - Increase interface_version to the next odd number
15
15
16
 
m4_define([nux_major_version], [2])
17
 
m4_define([nux_minor_version], [12])
 
16
m4_define([nux_major_version], [3])
 
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