Hello community, here is the log from the commit of package gimp-save-for-web for openSUSE:Factory checked in at Tue Oct 18 14:03:40 CEST 2011.
-------- --- openSUSE:Factory/gimp-save-for-web/gimp-save-for-web.changes 2011-10-02 10:03:38.000000000 +0200 +++ /mounts/work_src_done/STABLE/gimp-save-for-web/gimp-save-for-web.changes 2011-10-17 21:04:21.000000000 +0200 @@ -1,0 +2,9 @@ +Mon Oct 17 20:48:02 CEST 2011 - [email protected] + +- Update to version 0.29.3: + + Fix build with GIMP 2.7+ + + Fix build errors + + Updated translations. +- Drop gsfw-libm.patch: fixed upstream. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- gimp-save-for-web-0.29.0.tar.bz2 gsfw-libm.patch New: ---- gimp-save-for-web-0.29.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gimp-save-for-web.spec ++++++ --- /var/tmp/diff_new_pack.dtMP2H/_old 2011-10-18 14:03:33.000000000 +0200 +++ /var/tmp/diff_new_pack.dtMP2H/_new 2011-10-18 14:03:33.000000000 +0200 @@ -18,15 +18,13 @@ Name: gimp-save-for-web -Version: 0.29.0 -Release: 6 +Version: 0.29.3 +Release: 1 License: GPLv2+ ; MIT License (or similar) Summary: Save for Web plug-in for The Gimp Url: http://registry.gimp.org/node/33 Group: Productivity/Graphics/Bitmap Editors -Source: %{name}-%{version}.tar.bz2 -# PATCH-FIX-UPSTREAM gsfw-libm.patch [email protected] -- Link to libm, sent upstream by mail on 2011-09-28 -Patch0: gsfw-libm.patch +Source: http://registry.gimp.org/files/%{name}-%{version}.tar.bz2 BuildRequires: gimp-devel BuildRequires: intltool %if %{?gimp_api_version:1}0 @@ -48,7 +46,6 @@ %lang_package %prep %setup -q -%patch0 %build autoreconf -fiv ++++++ gimp-save-for-web-0.29.0.tar.bz2 -> gimp-save-for-web-0.29.3.tar.bz2 ++++++ ++++ 13604 lines of diff (skipped) ++++ retrying with extended exclude list diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gimp-save-for-web-0.29.0/ChangeLog new/gimp-save-for-web-0.29.3/ChangeLog --- old/gimp-save-for-web-0.29.0/ChangeLog 2010-02-01 19:59:18.000000000 +0100 +++ new/gimp-save-for-web-0.29.3/ChangeLog 2011-10-14 15:08:55.000000000 +0200 @@ -1,5 +1,45 @@ # Generated by Makefile. Do not edit. +commit 1832bfdd97184e4c60031e554bec013fb7865709 +Author: Aurimas Juška <[email protected]> +Date: Fri Oct 14 16:00:34 2011 +0300 + + Fix build with GIMP 2.7+. + + configure.in | 4 ++-- + src/webx_dialog.h | 2 +- + 2 files changed, 3 insertions(+), 3 deletions(-) + +commit 866817e1adf3ac40cc4c82d64f9ebe92da566402 +Author: Aurimas Juška <[email protected]> +Date: Wed Sep 28 12:33:21 2011 +0300 + + Apply build fix provided by Vincent Untz. + + configure.in | 2 ++ + src/Makefile.am | 3 ++- + 2 files changed, 4 insertions(+), 1 deletions(-) + +commit 21fc38e1681bd415bba1fabcc288330ba99b7919 +Author: Aurimas Juška <[email protected]> +Date: Thu Oct 14 10:05:54 2010 +0300 + + Add Portuguese (Brazil) translation by Thiago Lima de Sousa. + + configure.in | 6 +- + po/pt_BR.po | 184 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + 2 files changed, 187 insertions(+), 3 deletions(-) + +commit cfa1bd90183368ffcfebc288409466d95e653a9d +Author: Aurimas Juška <[email protected]> +Date: Fri Apr 2 21:10:52 2010 +0300 + + Add Japanese translation by Yoshinori Yamakawa + + configure.in | 6 +- + po/ja.po | 202 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + 2 files changed, 205 insertions(+), 3 deletions(-) + commit 3a911d5fde70d565f752f99e44d871870e325cfc Author: Aurimas Juška <[email protected]> Date: Sun Nov 22 14:31:09 2009 +0200 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gimp-save-for-web-0.29.0/config.h.in new/gimp-save-for-web-0.29.3/config.h.in --- old/gimp-save-for-web-0.29.0/config.h.in 2010-02-01 19:58:58.000000000 +0100 +++ new/gimp-save-for-web-0.29.3/config.h.in 2011-10-14 15:08:54.000000000 +0200 @@ -90,7 +90,7 @@ /* Save for Web */ #undef PLUGIN_NAME -/* 0.29.0 */ +/* 0.29.3 */ #undef PLUGIN_VERSION /* Define to 1 if you have the ANSI C header files. */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gimp-save-for-web-0.29.0/configure.in new/gimp-save-for-web-0.29.3/configure.in --- old/gimp-save-for-web-0.29.0/configure.in 2010-01-31 20:52:18.000000000 +0100 +++ new/gimp-save-for-web-0.29.3/configure.in 2011-10-14 15:05:31.000000000 +0200 @@ -8,7 +8,7 @@ dnl These three define the plug-in version number m4_define([plugin_major_version], [0]) m4_define([plugin_minor_version], [29]) -m4_define([plugin_micro_version], [0]) +m4_define([plugin_micro_version], [3]) m4_define([plugin_version], [plugin_major_version.plugin_minor_version.plugin_micro_version]) @@ -16,7 +16,7 @@ AC_INIT([plugin_name], [plugin_version]) AC_DEFINE(PLUGIN_NAME, PACKAGE_NAME, [Save for Web]) -AC_DEFINE(PLUGIN_VERSION, PACKAGE_VERSION, [0.29.0]) +AC_DEFINE(PLUGIN_VERSION, PACKAGE_VERSION, [0.29.3]) AC_DEFINE(PLUGIN_MAJOR_VERSION, plugin_major_version, [Plug-In major version]) AC_DEFINE(PLUGIN_MINOR_VERSION, plugin_minor_version, [Plug-In minor version]) @@ -152,7 +152,7 @@ [The gettext translation domain.]) dnl Add the languages which your application supports here. -ALL_LINGUAS="ca es fr it ko ru sk sv" +ALL_LINGUAS="ca es fr ja it ko pt_BR ru sk sv" AC_PROG_INTLTOOL AM_GLIB_GNU_GETTEXT @@ -191,6 +191,8 @@ CPPFLAGS="$CPPFLAGS -DGIMP_DISABLE_DEPRECATED" fi +AC_CHECK_LIBM +AC_SUBST(LIBM) AC_CONFIG_FILES([ Makefile diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gimp-save-for-web-0.29.0/po/ja.po new/gimp-save-for-web-0.29.3/po/ja.po --- old/gimp-save-for-web-0.29.0/po/ja.po 1970-01-01 01:00:00.000000000 +0100 +++ new/gimp-save-for-web-0.29.3/po/ja.po 2011-10-14 14:37:49.000000000 +0200 @@ -0,0 +1,202 @@ +# This is the Japanese locale definition for the GIMP Plug-In Template. +# Copyright (C) 2000 Free Software Foundation, Inc. +# Michael Natterer <[email protected]> +# +msgid "" +msgstr "" +"Project-Id-Version: save-for-web 0.29.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-03 00:15+0900\n" +"PO-Revision-Date: 2010-04-03 00:41+0900\n" +"Last-Translator: Yoshinori Yamakawa <[email protected]>\n" +"Language-Team: Japanese <[email protected]>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Japanese\n" +"X-Poedit-Country: JAPAN\n" + +#: ../src/webx_crop_widget.c:87 +msgid "Crop" +msgstr "トリミング" + +#: ../src/webx_crop_widget.c:95 +msgid "X Offset:" +msgstr "Xオフセット:" + +#: ../src/webx_crop_widget.c:110 +msgid "Y Offset:" +msgstr "Yオフセット:" + +#: ../src/webx_crop_widget.c:125 +#: ../src/webx_resize_widget.c:95 +msgid "Width:" +msgstr "幅:" + +#: ../src/webx_crop_widget.c:140 +#: ../src/webx_resize_widget.c:109 +msgid "Height:" +msgstr "高さ:" + +#: ../src/webx_dialog.c:216 +msgid "Save for Web" +msgstr "Web用に保存" + +#: ../src/webx_dialog.c:334 +msgid "JPEG" +msgstr "" + +#: ../src/webx_dialog.c:340 +msgid "JPEG 2000" +msgstr "" + +#: ../src/webx_dialog.c:346 +msgid "PNG-8" +msgstr "" + +#: ../src/webx_dialog.c:352 +msgid "PNG-24" +msgstr "" + +#: ../src/webx_dialog.c:358 +msgid "GIF" +msgstr "" + +#: ../src/webx_dialog.c:480 +msgid "Save Image" +msgstr "画像を保存" + +#: ../src/webx_dialog.c:509 +msgid "Failed to save the file!" +msgstr "ファイルへの保存に失敗しました!" + +#: ../src/webx_dialog.c:579 +#: ../src/webx_preview.c:430 +msgid "File size: unknown" +msgstr "ファイルサイズ:不明" + +#: ../src/webx_dialog.c:610 +#: ../src/webx_preview.c:418 +#, c-format +msgid "File size: %02.01f kB" +msgstr "ファイルサイズ:%02.01f kB" + +#: ../src/webx_gif_target.c:72 +#: ../src/webx_png24_target.c:86 +#: ../src/webx_png8_target.c:87 +msgid "_Interlace" +msgstr "インターレース(_I)" + +#. +#. * reuse existing +#. +#: ../src/webx_indexed_target.c:79 +msgid "Reuse existing palette" +msgstr "既存のパレットを使用" + +#: ../src/webx_indexed_target.c:96 +msgid "Generate optimum palette" +msgstr "最適化されたパレットを生成" + +#: ../src/webx_indexed_target.c:108 +msgid "Number of colors:" +msgstr "色数:" + +#: ../src/webx_indexed_target.c:129 +msgid "Use web-optimized palette" +msgstr "Webカラーパレットを使用" + +#: ../src/webx_indexed_target.c:146 +msgid "Use black and white palette" +msgstr "白黒2値のパレットを使用" + +#: ../src/webx_indexed_target.c:158 +msgid "Remove unused colors" +msgstr "未使用のカラーを削除" + +#: ../src/webx_indexed_target.c:174 +msgid "Dither:" +msgstr "ディザ:" + +#: ../src/webx_indexed_target.c:179 +msgid "None" +msgstr "なし" + +#: ../src/webx_indexed_target.c:181 +msgid "Floyd-Steinberg" +msgstr "" + +#: ../src/webx_indexed_target.c:183 +msgid "Floyd-Steinberg 2" +msgstr "" + +#: ../src/webx_indexed_target.c:185 +msgid "Positioned" +msgstr "パターン" + +#: ../src/webx_indexed_target.c:199 +msgid "Dithering of transparency" +msgstr "半透明部分をディザ処理" + +#: ../src/webx_jpeg_target.c:87 +msgid "_Quality" +msgstr "品質(_Q)" + +#: ../src/webx_jpeg_target.c:91 +msgid "_Smoothing" +msgstr "スムージング(_S)" + +#: ../src/webx_jpeg_target.c:95 +msgid "_Optimize" +msgstr "最適化(_O)" + +#: ../src/webx_jpeg_target.c:99 +msgid "_Progressive" +msgstr "プログレッシブ(_P)" + +#: ../src/webx_jpeg_target.c:103 +msgid "_Baseline" +msgstr "ベースライン(_B)" + +#: ../src/webx_jpeg_target.c:107 +msgid "Strip _EXIF" +msgstr "_EXIF情報を削除" + +#: ../src/webx_main.c:70 +msgid "Optimize & save image for web" +msgstr "Web向けに最適化して画像を保存します" + +#: ../src/webx_main.c:75 +msgid "Save for Web..." +msgstr "Web用に保存..." + +#: ../src/webx_main.c:134 +msgid "The image is too large for Save for Web!" +msgstr "Web用に使用するには画像が大きすぎます!" + +#: ../src/webx_png24_target.c:90 +#: ../src/webx_png8_target.c:91 +msgid "_Compression" +msgstr "圧縮レベル(_C)" + +#: ../src/webx_preview.c:314 +msgid "Show preview" +msgstr "プレビュー" + +#: ../src/webx_preview.c:361 +msgid "Fit Width" +msgstr "幅に合わせる" + +#: ../src/webx_preview.c:362 +msgid "Fit Visible" +msgstr "全体表示" + +#: ../src/webx_resize_widget.c:87 +msgid "Resize" +msgstr "拡大縮小" + +#: ../src/webx_prefs.c:124 +#, c-format +msgid "Couldn't save resource file: %s" +msgstr "設定ファイルを保存できません:%s" + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gimp-save-for-web-0.29.0/po/pt_BR.po new/gimp-save-for-web-0.29.3/po/pt_BR.po --- old/gimp-save-for-web-0.29.0/po/pt_BR.po 1970-01-01 01:00:00.000000000 +0100 +++ new/gimp-save-for-web-0.29.3/po/pt_BR.po 2011-10-14 14:37:49.000000000 +0200 @@ -0,0 +1,184 @@ +# translation of es.po to +# This is the Portuguese locale definition for the GIMP Plug-In Template. +# Copyright (C) 2001, 2007 Free Software Foundation, Inc. +# +# +# Thiago Lima de Sousa <[email protected]>, 2010. +msgid "" +msgstr "" +"Project-Id-Version: fr\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2007-03-16 19:45+0200\n" +"PO-Revision-Date: 2010-09-25 07:11-0300\n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Gtranslator 1.9.6\n" + +#: ../src/webx_crop_widget.c:93 +msgid "Crop" +msgstr "Cortar" + +#: ../src/webx_crop_widget.c:107 +msgid "X Offset:" +msgstr "Descolamento X:" + +#: ../src/webx_crop_widget.c:120 +msgid "Y Offset:" +msgstr "Deslocamento Y:" + +#: ../src/webx_crop_widget.c:133 ../src/webx_resize_widget.c:108 +msgid "Width:" +msgstr "Largura:" + +#: ../src/webx_crop_widget.c:146 ../src/webx_resize_widget.c:120 +msgid "Height:" +msgstr "Altura:" + +#: ../src/webx_dialog.c:155 +msgid "Save for Web" +msgstr "Salvar para a Web" + +#: ../src/webx_dialog.c:243 ../src/webx_jpeg_target.c:173 +msgid "JPEG" +msgstr "JPEG" + +#: ../src/webx_dialog.c:249 +msgid "JPEG 2000" +msgstr "JPEG 2000" + +#: ../src/webx_dialog.c:255 ../src/webx_png8_target.c:141 +msgid "PNG-8" +msgstr "PNG-8" + +#: ../src/webx_dialog.c:261 ../src/webx_png24_target.c:141 +msgid "PNG-24" +msgstr "PNG-24" + +#: ../src/webx_dialog.c:267 ../src/webx_gif_target.c:120 +msgid "GIF" +msgstr "GIF" + +#: ../src/webx_dialog.c:368 +msgid "Save Image" +msgstr "Salvar Imagem" + +#: ../src/webx_dialog.c:398 +msgid "Failed to save the file!" +msgstr "Falha ao salvar o arquivo!" + +#: ../src/webx_dialog.c:464 +msgid "File size: unknown" +msgstr "Tamanho do arquivo: desconhecido" + +#: ../src/webx_dialog.c:509 +#, c-format +msgid "File size: %02.01f kB" +msgstr "Tamanho do arquivo: %02.01f kB" + +#: ../src/webx_gif_target.c:74 ../src/webx_png24_target.c:88 +#: ../src/webx_png8_target.c:89 +msgid "_Interlace" +msgstr "Entrelaçado (_i)" + +#. +#. * reuse existing +#. +#: ../src/webx_indexed_target.c:81 +msgid "Reuse existing palette" +msgstr "Reutilizar uma paleta existente" + +#: ../src/webx_indexed_target.c:98 +msgid "Generate optimum palette" +msgstr "Gerar uma paleta ideal" + +#: ../src/webx_indexed_target.c:110 +msgid "Number of colors:" +msgstr "Número de Cores" + +#: ../src/webx_indexed_target.c:131 +msgid "Use web-optimized palette" +msgstr "Usar paleta otimizada para web" + +#: ../src/webx_indexed_target.c:148 +msgid "Use black and white palette" +msgstr "Utilizar paleta preto e branco" + +#: ../src/webx_indexed_target.c:160 +msgid "Remove unused colors" +msgstr "Excluir cores não utilizadas" + +#: ../src/webx_indexed_target.c:176 +msgid "Dither:" +msgstr "Tremido:" + +#: ../src/webx_indexed_target.c:181 +msgid "None" +msgstr "Nada" + +#: ../src/webx_indexed_target.c:183 +msgid "Floyd-Steinberg" +msgstr "Floyd-Steinberg" + +#: ../src/webx_indexed_target.c:185 +msgid "Floyd-Steinberg 2" +msgstr "Floyd-Steinberg 2" + +#: ../src/webx_indexed_target.c:187 +msgid "Positioned" +msgstr "Posicionado" + +#: ../src/webx_indexed_target.c:201 +msgid "Dithering of transparency" +msgstr "Transparência Blur" + +#: ../src/webx_jpeg_target.c:87 +msgid "_Quality" +msgstr "_Qualidade" + +#: ../src/webx_jpeg_target.c:91 +msgid "_Smoothing" +msgstr "_Suavizado" + +#: ../src/webx_jpeg_target.c:95 +msgid "_Optimize" +msgstr "_Otimizado" + +#: ../src/webx_jpeg_target.c:99 +msgid "_Progressive" +msgstr "_Progressivo" + +#: ../src/webx_jpeg_target.c:103 +msgid "_Baseline" +msgstr "_Baseline" + +#: ../src/webx_main.c:68 +msgid "Optimize & save image for web" +msgstr "Otimizar e salvar imagem para web" + +#: ../src/webx_main.c:73 +msgid "Save for Web..." +msgstr "Salvar para Web..." + +#: ../src/webx_png24_target.c:92 ../src/webx_png8_target.c:93 +msgid "_Compression" +msgstr "_Compressão" + +#: ../src/webx_preview.c:295 +msgid "Show preview" +msgstr "Preview" + +#: ../src/webx_preview.c:335 +msgid "Fit Width" +msgstr "Ajustar largura" + +#: ../src/webx_preview.c:336 +msgid "Fit Visible" +msgstr "Ajustar à área visível" + +#: ../src/webx_resize_widget.c:94 +msgid "Resize" +msgstr "Redimensionar" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gimp-save-for-web-0.29.0/src/Makefile.am new/gimp-save-for-web-0.29.3/src/Makefile.am --- old/gimp-save-for-web-0.29.0/src/Makefile.am 2010-01-31 20:52:18.000000000 +0100 +++ new/gimp-save-for-web-0.29.3/src/Makefile.am 2011-10-14 14:37:49.000000000 +0200 @@ -60,4 +60,5 @@ $(GIMP_LIBS) \ $(GTK_LIBS) \ $(RT_LIBS) \ - $(INTLLIBS) + $(INTLLIBS) \ + $(LIBM) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gimp-save-for-web-0.29.0/src/webx_dialog.h new/gimp-save-for-web-0.29.3/src/webx_dialog.h --- old/gimp-save-for-web-0.29.0/src/webx_dialog.h 2010-01-31 20:52:18.000000000 +0100 +++ new/gimp-save-for-web-0.29.3/src/webx_dialog.h 2011-10-14 14:41:02.000000000 +0200 @@ -21,7 +21,7 @@ #ifndef __WEBX_DIALOG_H__ #define __WEBX_DIALOG_H__ -#include <libgimpwidgets/gimpdialog.h> +#include <libgimpwidgets/gimpwidgets.h> G_BEGIN_DECLS continue with "q"... Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
