~ubuntu-branches/ubuntu/precise/nux/precise

« back to all changes in this revision

Viewing changes to NuxImage/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Didier Roche, Aurélien Gâteau
  • Date: 2012-01-13 09:04:48 UTC
  • mfrom: (1.1.34)
  • Revision ID: package-import@ubuntu.com-20120113090448-gtw9g6kfo1sui1f1
Tags: 2.0.0-0ubuntu1
[ Aurélien Gâteau ]
* New upstream release:
  - compiz crashed with SIGSEGV in nux::ROProperty<std::string>::operator
    std::string() (LP: #881106)
  - compiz crashed with SIGSEGV in
    nux::WindowCompositor::FindKeyFocusAreaFrom() (LP: #860852)
  - compiz crashed with SIGSEGV in nux::Area::FindKeyFocusArea()
    (LP: #848952)
  - compiz crashed with SIGILL in typeinfo for std::ostream() (LP: #849881)
  - compiz crashed with SIGSEGV in nux::WindowThread::IsInsideLayoutCycle()
    (LP: #864686)
  - Select quicklist items with just one right click (LP: #688830)
  - OnMouseDoubleClick in InputArea isn't working (LP: #708020)
  - Menubar - horizontal scroll over a menu opens it (LP: #775872)
  - Clicking on a dash category header should not give it keyboard focus
    (LP: #905921)
  - Horizontal scroll on maximize/restore window control restores window.
    (LP: #809717)
  - Horizontally scrolling while highlighting an item in the dash or on an
    indicator will open the item. (LP: #837004)
  - compiz crashed with SIGSEGV in free() (LP: #864446)
  - Mouse wheel doesn't works if the mouse pointer is inside dash scrollbar.
    (LP: #888819)
* debian/rules, debian/control:
  - add nuxabiversion capability as upstream is breaking a lot the ABI
    wasn't bumping the soname. Create a virtual package similar to what
    we already do in compiz to ensure we dep on the right version.
    Remove the makeshlibs override then as not needed anymore.
  - bump to nux 2.0 with new libnux-2.0-0, libnux-2.0-common, libnux-2.0-dev
    packages. Make the necessary changes in .install files as well
  - don't ship anymore the -doc package.
* debian/nux-tools.install:
  - move the apport file there instead of the -common package to enable
    co-instability

Show diffs side-by-side

added added

removed removed

Lines of Context:
197
197
EXEEXT = @EXEEXT@
198
198
FGREP = @FGREP@
199
199
GCC_FLAGS = @GCC_FLAGS@
 
200
GL_PKGS = @GL_PKGS@
200
201
GREP = @GREP@
201
202
INSTALL = @INSTALL@
202
203
INSTALL_DATA = @INSTALL_DATA@
217
218
MKDIR_P = @MKDIR_P@
218
219
NM = @NM@
219
220
NMEDIT = @NMEDIT@
 
221
NUX_ABI_VERSION = @NUX_ABI_VERSION@
220
222
NUX_API_VERSION = @NUX_API_VERSION@
221
223
NUX_CFLAGS = @NUX_CFLAGS@
222
224
NUX_CORE_CFLAGS = @NUX_CORE_CFLAGS@
233
235
NUX_LT_LDFLAGS = @NUX_LT_LDFLAGS@
234
236
NUX_LT_VERSION = @NUX_LT_VERSION@
235
237
NUX_MAJOR_VERSION = @NUX_MAJOR_VERSION@
236
 
NUX_MESH_CFLAGS = @NUX_MESH_CFLAGS@
237
 
NUX_MESH_LIBS = @NUX_MESH_LIBS@
238
238
NUX_MICRO_VERSION = @NUX_MICRO_VERSION@
239
239
NUX_MINOR_VERSION = @NUX_MINOR_VERSION@
240
240
NUX_VERSION = @NUX_VERSION@