[maemo-commits] [maemo-commits] r18827 - in projects/haf/trunk/libcairo/debian: . patches
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Jul 2 13:57:54 EEST 2009
- Previous message: [maemo-commits] r18826 - projects/haf/tags/hildon-control-panel
- Next message: [maemo-commits] r18828 - projects/haf/tags/libcairo
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: csaavedra Date: 2009-07-02 13:57:53 +0300 (Thu, 02 Jul 2009) New Revision: 18827 Modified: projects/haf/trunk/libcairo/debian/changelog projects/haf/trunk/libcairo/debian/patches/003-cairo16bpp.diff Log: * debian/patches/003-cairo16bpp.diff: Do not use a C++ comment in a public header. Modified: projects/haf/trunk/libcairo/debian/changelog =================================================================== --- projects/haf/trunk/libcairo/debian/changelog 2009-07-02 10:54:54 UTC (rev 18826) +++ projects/haf/trunk/libcairo/debian/changelog 2009-07-02 10:57:53 UTC (rev 18827) @@ -1,3 +1,10 @@ +cairo (1.8.6-0maemo3) unstable; urgency=low + + * debian/patches/003-cairo16bpp.diff: + Do not use a C++ comment in a public header. + + -- Claudio Saavedra <csaavedra at igalia.com> Thu, 02 Jul 2009 12:54:33 +0200 + cairo (1.8.6-0maemo2) unstable; urgency=low * Fixes: NB#115160 (Cairo 16bpp cairo_image_surface support) Modified: projects/haf/trunk/libcairo/debian/patches/003-cairo16bpp.diff =================================================================== --- projects/haf/trunk/libcairo/debian/patches/003-cairo16bpp.diff 2009-07-02 10:54:54 UTC (rev 18826) +++ projects/haf/trunk/libcairo/debian/patches/003-cairo16bpp.diff 2009-07-02 10:57:53 UTC (rev 18827) @@ -6,7 +6,7 @@ * deprecated, it may eventually acquire complete support in the future. */ -#define CAIRO_FORMAT_RGB16_565 4 -+//#define CAIRO_FORMAT_RGB16_565 4 ++/* #define CAIRO_FORMAT_RGB16_565 4 */ #define CAIRO_FONT_TYPE_ATSUI CAIRO_FONT_TYPE_QUARTZ
- Previous message: [maemo-commits] r18826 - projects/haf/tags/hildon-control-panel
- Next message: [maemo-commits] r18828 - projects/haf/tags/libcairo
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]