** Summary changed: - Please sync pigment(0.3.13-1) from debian Experimental + FFe and sync request for pigment(0.3.14-1) from debian Experimental
** Description changed: + Rational: + Needed to resolve Bug #315704 and Bug #331162 - Builds in Jaunty pbuilder. - - pigment (0.3.13-1) experimental; urgency=low - - * New upstream release; with API additions and API removal. - - Rename libpigment0.3-6 to -8 for new SONAME. - * debian/control: - - Added build-depend version >= 2.12.0 for libgtk2.0-dev. - - Added myself as uploader. - - Removed the no longer necessary Replaces: libpigment0.3-4. - - -- Paul van Tilburg <[email protected]> Sun, 01 Feb 2009 16:42:55 +0100 - + I have built, installed, and used this under Jaunty. Build logs are + available in the comments. + + Rdepends: + + $ apt-cache rdepends libpigment0.3-5 + libpigment0.3-5 + Reverse Depends: + python-pgm + libpigment0.3-dev + libpigment-dbg + + Debian Changes: + + pigment (0.3.14-1) experimental; urgency=low + + * New upstream release. + - Rename libpigment0.3-6 to -9 for new SONAME. + * debian/control: + - Really removed the Replaces: libpigment0.3-4. + + -- Paul van Tilburg <[email protected]> Sat, 14 Feb 2009 22:17:48 + +0100 + + pigment (0.3.13-1) experimental; urgency=low + + * New upstream release; with API additions and API removal. + - Rename libpigment0.3-6 to -8 for new SONAME. + * debian/control: + - Added build-depend version >= 2.12.0 for libgtk2.0-dev. + - Added myself as uploader. + - Removed the no longer necessary Replaces: libpigment0.3-4. + + -- Paul van Tilburg <[email protected]> Sun, 01 Feb 2009 16:42:55 + +0100 + pigment (0.3.8-1) experimental; urgency=low - * New upstream release; with API additions and an API removal. - - Rename libpigment0.3-5 to -6 for new SONAME; reset shlibs. - - Bdep on libxrender-dev. - - Install the new imaging lib along the others. + * New upstream release; with API additions and an API removal. + - Rename libpigment0.3-5 to -6 for new SONAME; reset shlibs. + - Bdep on libxrender-dev. + - Install the new imaging lib along the others. -- Loic Minier <[email protected]> Mon, 15 Sep 2008 22:48:45 +0200 + + Upstream Changes: + + This is Pigment 0.3.14, "Jazz Brakes" (February 6, 2009) + ======================================================== + + Changes since 0.3.13: + + * Added support to apply a scaling factor to drawables. + * Added support to return a value to the WindowProc for Win32 messages. + + Tickets fixed since 0.3.13: + + * #294 : Crash when a PgmText has its size (width or height) set to 0 + * #295 : Support for drawable scaling + * #298 : "win32-message" signal doesn't handle WinProc LRESULT return va... + * #299 : Support for Win32 multimedia keys + * #300 : Monitor goes into standby + + API added since 0.3.13: + + * pgm_drawable_get_scale() function + * pgm_drawable_set_scale() function + + API changed since 0.3.13: + + * PgmViewport::win32-message-event signal + + + This is Pigment 0.3.13, "Herbs" (December 9, 2008) + ================================================== + + Changes since 0.3.12: + + * Added support for drag-and-drop on Windows in the OpenGL plugin. + * Fixed potential crash in the picking process. + + Tickets fixed since 0.3.12: + + * #289 : [Win32] Drag and drop support + * #290 : Crash removing drawable from canvas in picking signals + + + This is Pigment 0.3.12, "Armistice" (November 11, 2008) + ======================================================= + + Changes since 0.3.11: + + * Improved rendering of text objects. + + Tickets fixed since 0.3.11: + + * #283 : pgm_canvas_get_order() does not return an error if used with a ... + * #285 : Objects are displayed as a horizontal line (or smaller than the... + * #287 : Texts not aligned to pixel boundaries + + + This is Pigment 0.3.11, "Fallacy Method" (October 6, 2008) + ========================================================== + + Changes since 0.3.10: + + * Added support to prevent rendering when the window is fully obscured or + iconified. + * Fixed compilation warnings generated by GCC 4.3. + + Tickets fixed since 0.3.10: + + * #279 : Pigment fails to compile with gcc 4.3 + * #281 : Full CPU usage when the window is iconified + + + This is Pigment 0.3.10, "Commando" (September 29, 2008) + ======================================================= + + Changes since 0.3.9: + + * Improved video playback performance for Intel 945GM chipsets on + windows. + + Tickets fixed since 0.3.9: + + * #280 : Slow video playback on Windows with Intel 945GM + + API added since 0.3.9: + + * PgmImageWrapping::PGM_IMAGE_TRANSPARENT enum field + + + This is Pigment 0.3.9, "Prototry" (September 16, 2008) + ====================================================== + + Changes since 0.3.8: + + * Added support to iconify and give focus to viewports. + * Added support to track state changes on viewports. + * Added fixes to the autotools build files. + + Tickets fixed since 0.3.8: + + * #277 : syntax error at configuring in Bash + * #278 : Typo in configure.ac HAVE_IMAGING_LIBRARY=="no" + + API added since 0.3.8: + + * pgm_viewport_get_iconified() function + * pgm_viewport_set_iconified() function + * pgm_viewport_focus() function + * PgmViewport::state-event signal + * PgmEventType::PGM_STATE enum field + * PgmViewportState enum + * PgmEventState struct + + API removed since 0.3.8: + + * Removed PgmViewportClass::get_fullscreen virtual method. + + + This is Pigment 0.3.8, "Large Hadron Collider" (September 10, 2008) + =================================================================== + + Changes since 0.3.7: + + * Reduced memory comsumption of programs loading images from files. + * Added a library dedicated to software image processing. + * Deferred image loadings to dedicated thread(s). + * Added support for infinite image scrolling effects. + * Added support to anti-alias edges of images. + + Tickets fixed since 0.3.7: + + * #175 : Image decoding has to be done in dedicated thread(s) + * #269 : Pigment build fails with internal linking problems when built w... + * #271 : clicked signal emitted at the end of dragging + * #273 : Add a drag distance threshold to cover before emitting 'drag-be... + * #274 : Add cloning information signals to PgmImage + * #275 : Pixbuf allocation must be freed after upload to video memory + * #276 : Add a repeat image wrapping mode + + API added since 0.3.7: + + * pgm_imaging_linear_alpha_gradient() function + * pgm_drawable_get_drag_distance() function + * pgm_drawable_set_drag_distance() function + * pgm_image_set_from_pixbuf() function + * pgm_image_new_from_pixbuf() function + * pgm_image_to_pixbuf() function + * pgm_image_get_wrapping() function + * pgm_image_set_wrapping() function + * PgmImage::file-loaded signal + * PgmImage::cloned signal + * PgmImage::un-cloned signal + * PgmImageStorageType::PGM_IMAGE_FILE enum field + * PgmDrawableProperty::PGM_IMAGE_DATA_FILE struct field + * PgmDrawableProperty::PGM_IMAGE_WRAPPING struct field + * PgmImageWrapping enum + * PgmImageFile struct + + API changed since 0.3.7: + + * Removed PgmImage::pixbuf-loaded signal ** Tags added: ffe -- FFe and sync request for pigment(0.3.14-1) from debian Experimental https://bugs.launchpad.net/bugs/331159 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
