clutter-1.0 (1.2.12-0ubuntu13~unity2d1) lucid; urgency=low

  * Backport from Maverick; version required for libunity-misc

 -- Alex Chiang <achiang@canonical.com>  Tue, 08 Feb 2011 12:55:03 -0700

clutter-1.0 (1.2.12-0ubuntu13) maverick; urgency=low

  * debian/patches/lp604777.patch
    - fix for a memory leak in clutk (LP: #604777)

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 16 Sep 2010 10:49:40 -0400

clutter-1.0 (1.2.12-0ubuntu12) maverick; urgency=low

  * debian/patches/always_select_glx_events.patch:
    - Patch taken from upstream git to fix clutter with mesa 7.9 which
      (correctly) only delivers swap_event events when the client has asked
      for them. (LP: #632352) (LP: #638808)

 -- Christopher James Halse Rogers <raof@ubuntu.com>  Tue, 31 Aug 2010 16:16:09 +1000

clutter-1.0 (1.2.12-0ubuntu11) maverick; urgency=low

  * debian/patches/01_speed_current_position_detection.patch:
    - update from Jason Smith to fix clicks on the first pixel of the unity bar
      (lp: #614945)

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 26 Aug 2010 10:16:12 +0200

clutter-1.0 (1.2.12-0ubuntu10) maverick; urgency=low

  * frontend api does not need BACKEND_PC_FILES; introduce a CLUTTER_FRONTEND_REQUIRES
    AC_SUBST and use that in .pc.in files (LP: #623376)
  * cogl-defines from gl breaks cross gles2 builds; needs to guard
    the GL/gl.h include if gl2.h from gles2 was already included (LP: #623376)
  * Provides: libclutter-1.0-0 does not work if there are versioned depends on it;
    fix debian/*.symbols to produce alternative dependencies on glx/es11/es20 for
    rdepends building against libclutter*-dev
  * in turn add make all variants alternative depends of gir1.0-clutter-1.0
    and gir1.0-clutter-eglx-1.0

 -- Alexander Sack <asac@linaro.org>  Mon, 23 Aug 2010 20:21:49 +0200

clutter-1.0 (1.2.12-0ubuntu8) maverick; urgency=low

  * Correct typo in the control file as well 

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 19 Aug 2010 21:15:29 +0200

clutter-1.0 (1.2.12-0ubuntu6.1) maverick; urgency=low

  * Updated the build-depends using the .pc requirements

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 19 Aug 2010 19:35:59 +0200

clutter-1.0 (1.2.12-0ubuntu6) maverick; urgency=low

  * debian/patches/autoreconf.patch, debian/control, debian/rules:
    - use dh-autoreconf
  * debian/control:
    - changed gtk requirements to gdk-pixbuf
    - don't require gir-repository-dev
    - updated the gir build depends and the libclutter-dev requirements

  [ Alexandros Frantzis ]
  * Switch package format to 3.0 (quilt).
  * debian/control:
    - Add binary packages for EGLX OpenGL ES 1.1 and 2.0 variants of Clutter.
    - Add binary packages containing tests for all variants of the library.
    - Update current standards version.
  * debian/rules: 
    - Switch to dh7 (from CDBS).
    - Remove extraneous dependency from gir1.0-clutter-eglx-1.0
  * debian/libclutter-eglx*.links
    - Provide compatibility links to old library names.
  * debian/*.symbols:
    - Updated for unified API.
    - Add symbols introduced by 01_speed_current_position_detection.patch.
  * debian/patches/fix_po_makefile_out_of_tree_build.patch:
    - Fix path in po/Makefile.in.in so that mkinstalldirs can be found for
      out of tree builds.
  * debian/patches/fix_gles1_detection.patch:
    - Fix problems with detection of GLESv1_CM library.
  * debian/patches/fix_test_data_path.patch:
    - Change the test data path to point to the directory where the data will
      be actually installed.
  * debian/patches/remove_gl_dep_for_gles.patch:
    - Remove false GL dependency on library and tests.
  * debian/patches/eglx_texture_pixmap.patch:
    - Use a dummy implementation of the clutter-glx-texture-pixmap API
      that just uses clutter-x11-texture-pixmap for the eglx variant.
  * debian/patches/x11-unified.patch:
    - produce an unified clutter library with a single soname for all
      the variants.
  * debian/patches/hide_internal_glx_eglx_symbols.patch:
    - Hide internal glx and eglx symbols so that they don't contaminate the
      API/ABI.

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 19 Aug 2010 17:07:21 +0200

clutter-1.0 (1.2.12-0ubuntu5) maverick; urgency=low

  * debian/patches/01_speed_current_position_detection.patch:
    - use gl picking

 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 18 Aug 2010 22:50:48 +0200

clutter-1.0 (1.2.12-0ubuntu4) maverick; urgency=low

  * Rebuild with the new gobject introspection

 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 10 Aug 2010 19:24:14 +0200

clutter-1.0 (1.2.12-0ubuntu3) maverick; urgency=low

  * debian/control.in:
    - -dev package should depend on libjson-glib-dev as well

 -- Didier Roche <didrocks@ubuntu.com>  Fri, 06 Aug 2010 13:26:59 +0200

clutter-1.0 (1.2.12-0ubuntu2) maverick; urgency=low

  * debian/patches/01_fix_motion_events.patch,
    02__fix_SIGSEGV_clutter_stage_has_full_redraw_queued.patch:
    removed, included in 01_speed_current_position_detection.patch
  * debian/patches/01_speed_current_position_detection.patch:
    Improve the detection of current mouse position
  * debian/rules:
    - Use external json-glib (LP: #613927)
  * debian/control.in:
    - build-dep on libjson-glib-dev

 -- Didier Roche <didrocks@ubuntu.com>  Fri, 23 Jul 2010 16:03:16 +0200

clutter-1.0 (1.2.12-0ubuntu1) maverick; urgency=low

  * New upstream release
    - Provide a fallback for MESA_copy_sub_buffer by using the
      EXT_blit_framebuffer extension. (BCP#2128)
    - Never promote clipped redraws to fullscreen redraws. (BCP#2136)
    - Fix rounding error in ClutterText. (BCP#2170)
    - Fix drawing of transparent stages on X11. (BCP#2050)
    - ClutterAnimator bug fixes.
    - ClutterAnimation fixes for vector-based API. (BCP#2149)
    - Fixes for the Windows backend event handling. (BCP#2135)
    - Fixes for the setup of the GL context on OSX. (BCP#1394)
    - Documentation improvements. (BCP#2081, BCP#2133)
    - Build fixes for the conformance test suite. (BCP#1930)

 -- Didier Roche <didrocks@ubuntu.com>  Thu, 15 Jul 2010 11:48:06 +0200

clutter-1.0 (1.2.10-0ubuntu2) maverick; urgency=low

  * debian/patches/02_fix_SIGSEGV_clutter_stage_has_full_redraw_queued.patch:
    Ensure that the stage is really a clutter stage before going further
    (Jason Smith) (LP: #594209)

 -- Didier Roche <didrocks@ubuntu.com>  Mon, 12 Jul 2010 15:53:18 +0200

clutter-1.0 (1.2.10-0ubuntu1) maverick; urgency=low

  * New upstream release
  * debian/control.in:
    - add gir1.0-json-glib-1.0 build-dep

 -- Didier Roche <didrocks@ubuntu.com>  Mon, 05 Jul 2010 11:52:36 +0200

clutter-1.0 (1.2.4-0ubuntu1) lucid; urgency=low

  * New upstream release:
    - Revert patch for bug 2017 which broke subclassing ClutterListModel
    - Add more error reporting in case the GLX context creation failed
    - Fix cogl_texture_get_data() returning garbage
    - Fix the computation of the stage bounding rectangle when submitting
      clipped redraw requests
    - Switch texture units before setting the Cogl texture filters
    - Make sure that GLX_SGI_swap_control is set up correctly
  * debian/patches/01_fix_motion_events.patch:
    - Set a default stage for motion events if one isn't available
      (Neil J. Patel)

 -- Didier Roche <didrocks@ubuntu.com>  Thu, 25 Mar 2010 14:16:07 +0100

clutter-1.0 (1.2.2-1ubuntu1) lucid; urgency=low

  * Merge from debian experimental, remaining changes:
    - comment out the enforced building for armv5t in debian/rules, ubuntu
      does not support v5t anymore (fixes FTBFS on armel).
  * don't build with json support (will mean deps update):
    - debian/rules: remove --enable-json
    - debian/control.in: remove libjson-glib-dev (>= 0.8) and
      gir1.0-json-glib-1.0 build-dep

 -- Didier Roche <didrocks@ubuntu.com>  Tue, 23 Mar 2010 20:19:50 +0100

clutter-1.0 (1.2.2-1) experimental; urgency=low

  [ Gustavo Noronha Silva ]
  * debian/control:
  - bump Standards-Version to 3.8.3

  [ Emilio Pozuelo Monfort ]
  * New upstream release.
    - Build depend on libjson-glib-dev and gir1.0-json-glib-1.0.
  * debian/control.in,
    debian/rules:
    - GNOMEify.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Sun, 21 Mar 2010 13:27:56 +0100

clutter-1.0 (1.0.8-1) unstable; urgency=low

  * New upstream release
  * debian/control:
  - adopt new GObject-Introspection mini-policy, by build-depending on
    gobject-introspection >= 0.6.5-3, and using the new gir1.0-* packages
  * debian/control, libclutter-1.0-0.install, gir1.0-clutter-1.0.install:
  - add new package for the typelib files
  * debian/rules:
  - make dh_girepository be called on the packages

 -- Gustavo Noronha Silva <kov@debian.org>  Mon, 19 Oct 2009 13:55:06 -0200

clutter-1.0 (1.0.6-1) unstable; urgency=low

  * New upstream release

 -- Gustavo Noronha Silva <kov@debian.org>  Wed, 30 Sep 2009 19:25:03 +0100

clutter-1.0 (1.0.0-1) unstable; urgency=low

  [ Loïc Minier ]
  * Downgrade pkg-config dep to a recommends.
  * Update download URL in copyright.
  * Use LDFLAGS/CFLAGS vars directly to avoid overriding them completely; bdep
    on cdbs >= 0.4.41.
  * Wrap build-deps and deps.
  * Let libclutter-0.8-dev dep on ${shlibs:Depends}.
  * Bdep on libpango1.0-dev (>= 1.18) and libglib2.0-dev (>= 2.14)
    explicitly.
  * Cleanup rules.
  * Use CDBS gnome.mk class instead of autotools.

  [ Gustavo Noronha Silva ]
  * New stable upstream release
  * Updated build-dependencies according to upstream's configure.ac
  * Build-Depend on cairo explicitly
  * debian/control:
  - make the doc package clutter-version-specific (libclutter-1.0-doc),
    and make it conflict with libclutter-doc
  * debian/copyright:
  - fixed and updated information with recent copyright changes

 -- Gustavo Noronha Silva <kov@debian.org>  Thu, 30 Jul 2009 12:48:00 +0200

clutter (0.8.8-1) unstable; urgency=low

  * New upstream release.
  * Ship the COGL documentation
  * Clean up minor lintian warnings

 -- Ross Burton <ross@debian.org>  Fri, 19 Jun 2009 11:38:03 +0100

clutter (0.8.4-1) unstable; urgency=low

  * New upstream release
    - Fixes linking (Closes: #498506)

 -- Ross Burton <ross@debian.org>  Mon, 01 Dec 2008 14:46:24 +0000

clutter (0.8.2-1) unstable; urgency=low

  * New upstream release.

 -- Rob Bradford <robster@debian.org>  Fri, 26 Sep 2008 16:09:31 +0100

clutter (0.8.0-1) unstable; urgency=low

  * New upstream release.

 -- Rob Bradford <robster@debian.org>  Sat, 12 Jul 2008 21:34:06 +0100

clutter (0.6.4-1) unstable; urgency=low

  * New upstream release.

 -- Rob Bradford <robster@debian.org>  Sun, 29 Jun 2008 21:30:53 +0100

clutter (0.6.2-2) unstable; urgency=low

  * Switch to using -march=armv5t when compiling on ARM (closes: #478152.)

 -- Rob Bradford <robster@debian.org>  Mon, 19 May 2008 15:30:29 +0100

clutter (0.6.2-1) unstable; urgency=low

  * New upstream release.

 -- Rob Bradford <robster@debian.org>  Thu, 03 Apr 2008 15:08:09 +0100

clutter (0.6.0-2) unstable; urgency=low

  * Switch dependency to libgl1-mesa-dev|libgl-dev rather than
    just libgl1-mesa-dev so that it does not conflict with other installed
    OpenGL headers.

 -- Rob Bradford <robster@debian.org>  Thu, 28 Feb 2008 14:54:24 +0000

clutter (0.6.0-1) unstable; urgency=low

  * New upstream release.
  - Replace deprecated substvars.
  - Update debian/copyright file.

 -- Rob Bradford <robster@debian.org>  Mon, 18 Feb 2008 13:27:15 +0000

clutter (0.5.6-1) unstable; urgency=low

  * New (unstable) upstream release.

 -- Rob Bradford <robster@debian.org>  Mon, 11 Feb 2008 17:21:32 +0000

clutter (0.5.2-1) unstable; urgency=low

  * New (unstable) upstream release.

 -- Rob Bradford <robster@debian.org>  Mon, 14 Jan 2008 13:34:58 +0000

clutter (0.5.0-1) unstable; urgency=low

  * New (unstable) upstream release.

 -- Rob Bradford <robster@debian.org>  Thu, 10 Jan 2008 15:58:27 +0000

clutter (0.4.2-1) unstable; urgency=low

  * New upstream release.

 -- Ross Burton <ross@debian.org>  Tue, 18 Sep 2007 11:30:38 +0100

clutter (0.4.1-1) unstable; urgency=low

  * New upstream release.

 -- Ross Burton <ross@debian.org>  Mon, 20 Aug 2007 13:55:10 +0100

clutter (0.4.0-1) unstable; urgency=low

  * New upstream release.

 -- Ross Burton <ross@debian.org>  Tue,  7 Aug 2007 20:50:46 +0100

clutter (0.3.1-1) unstable; urgency=low

  * New upstream release.

 -- Ross Burton <ross@debian.org>  Tue, 24 Jul 2007 09:13:14 +0100

clutter (0.2.3-1) unstable; urgency=low

  * New upstream release.

 -- Ross Burton <ross@debian.org>  Wed, 11 Apr 2007 18:37:12 +0100

clutter (0.2.2-1) unstable; urgency=low

  * New upstream release.
  * Don't compress the examples.

 -- Ross Burton <ross@debian.org>  Wed, 14 Feb 2007 09:26:01 +0000

clutter (0.2.1-1) unstable; urgency=low

  * New upstream release.
    - Upstream package split up, remove Python packaging

 -- Ross Burton <ross@debian.org>  Wed,  7 Feb 2007 16:18:44 +0000

clutter (0.1.0-2) unstable; urgency=low

  * Ship the Python bindings in python2.4-clutter (thanks to Jeff Waugh)

 -- Ross Burton <ross@debian.org>  Fri, 23 Jun 2006 11:48:12 +0100

clutter (0.1.0-1) unstable; urgency=low

  * Initial upload.

 -- Ross Burton <ross@debian.org>  Wed, 21 Jun 2006 17:46:05 +0100

