commit 62ca55eb5d27bad8769316669125ab203882b5bb2ded6b00255ae9cfa00a2826 Author: OBS User unknown Date: Tue Jan 9 16:44:20 2007 +0000 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gimp?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/gimp-2.2.13.tar.bz2 b/gimp-2.2.13.tar.bz2 new file mode 100644 index 0000000..1978a27 --- /dev/null +++ b/gimp-2.2.13.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0273a3133461f5531bfa17ee24419abfe1f21121b03ef99195a2371a79b2ed7 +size 12930670 diff --git a/gimp-default-browser.patch b/gimp-default-browser.patch new file mode 100644 index 0000000..4555927 --- /dev/null +++ b/gimp-default-browser.patch @@ -0,0 +1,33 @@ +--- app/config/gimpguiconfig.c ++++ app/config/gimpguiconfig.c +@@ -43,7 +43,7 @@ + #ifdef G_OS_WIN32 + # define DEFAULT_WEB_BROWSER "not used on Windows" + #else +-# define DEFAULT_WEB_BROWSER "mozilla %s" ++# define DEFAULT_WEB_BROWSER "firefox %s" + #endif + + +--- docs/gimprc.5.in ++++ docs/gimprc.5.in +@@ -740,7 +740,7 @@ + web-browser. + + .TP +-(web-browser "mozilla %s") ++(web-browser "firefox %s") + + Sets the external web browser to be used. This can be an absolute path or the + name of an executable to search for in the user's PATH. If the command +--- etc/gimprc ++++ etc/gimprc +@@ -585,7 +585,7 @@ + # appended to the command with a space separating the two. This is a single + # filename. + # +-# (web-browser "mozilla %s") ++# (web-browser "firefox %s") + + # The window type hint that is set on the toolbox. This may affect how your + # window manager decorates and handles the toolbox window. Possible values diff --git a/gimp-logo.png b/gimp-logo.png new file mode 100644 index 0000000..a4b5e40 --- /dev/null +++ b/gimp-logo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:548953a6af2c70cd16d2b11eb41cca9a2c20fe292fa5c4f0134321dc58fa81d2 +size 97828 diff --git a/gimp-splash.png b/gimp-splash.png new file mode 100644 index 0000000..55abaac --- /dev/null +++ b/gimp-splash.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e056a5db049f123acc3bbb5fe8f839170095bd37db5812d201d757ec3c03898 +size 116817 diff --git a/gimp.changes b/gimp.changes new file mode 100644 index 0000000..966c6e8 --- /dev/null +++ b/gimp.changes @@ -0,0 +1,414 @@ +------------------------------------------------------------------- +Wed Jan 3 14:34:24 CET 2007 - sbrabec@suse.cz + +- Spec file cleanup. + +------------------------------------------------------------------- +Fri Dec 22 17:24:03 CST 2006 - maw@suse.de + +- Move to /usr. + +------------------------------------------------------------------- +Tue Dec 5 14:22:58 CET 2006 - sbrabec@suse.cz + +- Build correctly in Build Service. + +------------------------------------------------------------------- +Thu Nov 23 22:21:16 CET 2006 - sbrabec@suse.cz + +- Fixed branding (#204410). + +------------------------------------------------------------------- +Tue Oct 24 23:49:00 CEST 2006 - jhargadon@suse.de + +- changed default browser to firefox to resolve bug #212722 + +------------------------------------------------------------------- +Thu Sep 14 12:03:12 CEST 2006 - sbrabec@suse.cz + +- Updated to version 2.2.13: + * Many bug fixes, see NEWS for details. + * let gimptool use pkg-config to determine compiler and linker + flags at run-time + * added GTK+ category in gimp.desktop file + * made the internal help browser the default for all platforms + * don't use long deprecated libpng API + * plugged a possible buffer overrun in the XCF parser + * avoid endless looping when loading a corrupt XCF file + * avoid a crash when loading a corrupt gradient file +- Removed dcraw hack. + +------------------------------------------------------------------- +Wed Aug 16 12:02:36 CEST 2006 - cthiel@suse.de + +- buildrequire python-gtk-devel instead of python-gtk + +------------------------------------------------------------------- +Mon Aug 7 18:38:17 CEST 2006 - sbrabec@suse.cz + +- Changed branding to SuSE Linux 10.2. + +------------------------------------------------------------------- +Fri Jul 28 13:32:10 CEST 2006 - sbrabec@suse.cz + +- Fixed buffer overflow in xcf_load_vector (CVE-2006-3404, + #190901, GNOME#346742). + +------------------------------------------------------------------- +Thu Jun 29 19:25:33 CEST 2006 - nadvornik@suse.cz + +- do not use deprecated libpng functions + +------------------------------------------------------------------- +Wed Jun 14 18:21:17 CEST 2006 - schwab@suse.de + +- Handle references to datarootdir variable. +- Really enable python scripting. + +------------------------------------------------------------------- +Wed Mar 1 23:59:26 CET 2006 - dobey@suse.de + +- Update splash and logo images with new versions + +------------------------------------------------------------------- +Sun Feb 19 18:42:19 CET 2006 - aj@suse.de + +- Reduce BuildRequires. + +------------------------------------------------------------------- +Thu Jan 26 20:39:45 CET 2006 - dobey@suse.de + +- Add new splash and logo branding images + +------------------------------------------------------------------- +Wed Jan 25 21:31:35 CET 2006 - mls@suse.de + +- converted neededforbuild to BuildRequires + +------------------------------------------------------------------- +Mon Jan 9 12:40:09 CET 2006 - sbrabec@suse.cz + +- Call aclocal to build in supplementary. + +------------------------------------------------------------------- +Thu Jan 5 16:24:53 CET 2006 - sbrabec@suse.cz + +- Updated to version 2.2.10. +- Worked around MMX/SSE problems (#133813). +- Enabled python scripting (#141117). +- Suggest AdobeICCProfiles (#141180). +- Enabled parallel build. + +------------------------------------------------------------------- +Fri Nov 18 16:25:57 CET 2005 - sbrabec@suse.cz + +- Moved gimptool to -devel subpackage. + +------------------------------------------------------------------- +Wed Nov 9 16:06:51 CET 2005 - sbrabec@suse.cz + +- Better fix for MMX CFLAGS. + +------------------------------------------------------------------- +Wed Nov 9 11:58:27 CET 2005 - rguenther@suse.de + +- Fix gimp-mmx.patch to apply and to make one more register + available for reloading those mmx asms with -fomit-frame-pointer. + Fixes building with gcc 4.1 on i386. + +------------------------------------------------------------------- +Mon Nov 7 19:10:20 CET 2005 - sbrabec@suse.cz + +- Updated to version 2.2.9. + +------------------------------------------------------------------- +Mon Sep 26 22:45:18 CEST 2005 - mls@suse.de + +- make devel package require base package + +------------------------------------------------------------------- +Tue Sep 6 16:24:30 CEST 2005 - sbrabec@suse.cz + +- Czech typo fix. + +------------------------------------------------------------------- +Mon Aug 15 13:18:09 CEST 2005 - sbrabec@suse.cz + +- Provide gimp-2.0 virtual. + +------------------------------------------------------------------- +Mon Jul 11 17:53:04 CEST 2005 - sbrabec@suse.cz + +- Updated to version 2.2.8. +- Removed unneeded static modules and .la files for modules. + +------------------------------------------------------------------- +Thu Jul 7 22:43:59 CEST 2005 - gekker@suse.de + +- Fix use of uninitialized variables +- Fix to work with -D_FORTIFY_SOURCE=2 + +------------------------------------------------------------------- +Tue Jun 7 11:35:22 CEST 2005 - sbrabec@suse.cz + +- Fixed multiple processors option. + +------------------------------------------------------------------- +Wed Jun 1 18:03:49 CEST 2005 - sbrabec@suse.cz + +- Fixed devel requirements. + +------------------------------------------------------------------- +Wed May 18 16:19:32 CEST 2005 - sbrabec@suse.cz + +- Updated to version 2.2.7. + +------------------------------------------------------------------- +Tue May 10 00:56:08 CEST 2005 - ro@suse.de + +- use -mmmx and -msse to compile asm-code for these extensions + +------------------------------------------------------------------- +Tue Apr 12 13:16:43 CEST 2005 - sbrabec@suse.cz + +- Updated to version 2.2.6. + +------------------------------------------------------------------- +Wed Apr 6 19:32:12 CEST 2005 - sbrabec@suse.cz + +- Fixed incomplete array element type. + +------------------------------------------------------------------- +Mon Feb 28 12:17:23 CET 2005 - sbrabec@suse.cz + +- Updated to version 2.2.4. + +------------------------------------------------------------------- +Mon Jan 24 12:40:09 CET 2005 - sbrabec@suse.cz + +- Updated to version 2.2.3. + +------------------------------------------------------------------- +Mon Jan 17 18:49:10 CET 2005 - sbrabec@suse.cz + +- Updated to version 2.2.2. + +------------------------------------------------------------------- +Thu Jan 6 23:54:17 CET 2005 - ro@suse.de + +- postfix is in neededforbuild, so add "-sendmail" for PLUS + +------------------------------------------------------------------- +Thu Jan 06 18:56:01 CET 2005 - sbrabec@suse.cz + +- Updated to version 2.2.1. + +------------------------------------------------------------------- +Tue Oct 26 23:55:35 CEST 2004 - mmj@suse.de + +- locale rename no to nb + +------------------------------------------------------------------- +Wed Sep 22 17:44:34 CEST 2004 - adrian@suse.de + +- add MimeTypes line to desktop file. Gimp does support .xcf files now + +------------------------------------------------------------------- +Mon Aug 30 23:31:20 CEST 2004 - rml@suse.de + +- upgrade to gimp 2.0.4 (Ximian bug #64677) + +------------------------------------------------------------------- +Fri Aug 27 18:45:47 CEST 2004 - shprasad@suse.de + +- Fixes bug #63425 + Fixes GIMP Crash at the time of acquiring screen-shot and select + extension type as png + +- Partially fixes bug #63420 + Doesn't allow to crash. + +------------------------------------------------------------------- +Mon Aug 16 12:07:51 CEST 2004 - shprasad@suse.de + +- Fixes bug #63006. + Added the gtk-file-chooser dialog to Open/Save a file. + +------------------------------------------------------------------- +Thu Jun 17 18:26:48 CEST 2004 - sbrabec@suse.cz + +- Updated to version 2.0.2. + +------------------------------------------------------------------- +Fri Jun 04 12:43:35 CEST 2004 - sbrabec@suse.cz + +- Updated to bugfix version 2.0.1. + +------------------------------------------------------------------- +Tue May 25 17:29:09 CEST 2004 - ro@suse.de + +- added libcroco to neededforbuild + +------------------------------------------------------------------- +Wed May 19 15:18:52 CEST 2004 - sbrabec@suse.cz + +- German translation update from Karl Eichwalder. + +------------------------------------------------------------------- +Fri May 07 15:16:05 CEST 2004 - sbrabec@suse.cz + +- Better fix (fork() instead of fail wrapper) of gimp-remote bug + (#38512), backported from gimp-2.0.1. + http://bugzilla.gnome.org/show_bug.cgi?id=139158 + +------------------------------------------------------------------- +Wed Apr 7 15:36:22 CEST 2004 - sbrabec@suse.cz + +- Work around of gimp-remote bug (#38512). + http://bugzilla.gnome.org/show_bug.cgi?id=139158 + +------------------------------------------------------------------- +Wed Apr 7 15:08:29 CEST 2004 - sbrabec@suse.cz + +- Fixed WMF plugin (#38582). + +------------------------------------------------------------------- +Thu Mar 25 23:28:16 CET 2004 - mmj@suse.de + +- Add postfix to # neededforbuild + +------------------------------------------------------------------- +Wed Mar 24 12:19:14 CET 2004 - hhetter@suse.de + +- updated to version 2.0.0 finally + +------------------------------------------------------------------- +Mon Mar 22 17:51:32 CET 2004 - sbrabec@suse.cz + +- Provide gimp2-devel. + +------------------------------------------------------------------- +Mon Mar 22 13:38:03 CET 2004 - sbrabec@suse.cz + +- Updated to version 2.0rc1. +- GIMP GNOME MIME info files linked to proper place, +- Obsolete gimp2-devel, too. + +------------------------------------------------------------------- +Fri Mar 5 10:35:43 CET 2004 - hhetter@suse.de + +- updated to 2.0pre4 +- removed gimp-po-de.patch, it's upstream +- adapted tiff_no_lzw patch + +------------------------------------------------------------------- +Tue Mar 02 15:38:47 CET 2004 - sbrabec@suse.cz + +- Symlink binaries for convenience. + +------------------------------------------------------------------- +Tue Mar 02 14:36:40 CET 2004 - sbrabec@suse.cz + +- German typo fix (bug #34349). + +------------------------------------------------------------------- +Fri Feb 27 13:59:54 CET 2004 - schwab@suse.de + +- Fix broken configure check. + +------------------------------------------------------------------- +Fri Feb 20 12:58:44 CET 2004 - sbrabec@suse.cz + +- Provide and obsolete gimp2. + +------------------------------------------------------------------- +Thu Feb 19 16:08:48 CET 2004 - sbrabec@suse.cz + +- Package renamed to gimp. + +------------------------------------------------------------------- +Thu Feb 5 10:08:37 CET 2004 - hhetter@suse.de + +- updated to version 2.0pre3 +- remove desktop file patch, it's called gimp2 now + +------------------------------------------------------------------- +Thu Jan 29 11:45:22 CET 2004 - hhetter@suse.de + +- updated to version 2.0pre2 + +------------------------------------------------------------------- +Tue Jan 27 12:41:16 CET 2004 - hhetter@suse.de + +- updated to version 2.0pre1 +- renew patch for LZW deactivation + +------------------------------------------------------------------- +Mon Oct 20 16:02:06 CEST 2003 - sbrabec@suse.cz + +- Updated to version 1.3.21. Fixes screenshot bug (#32288). +- Build SVG plug-in. +- Clean-up of neededforbuild. + +------------------------------------------------------------------- +Wed Oct 15 02:15:02 CEST 2003 - ro@suse.de + +- run full autoreconf + +------------------------------------------------------------------- +Thu Sep 18 16:42:16 CEST 2003 - sbrabec@suse.cz + +- Do not show LZW in tiff save dialog at all (bug #29849). + +------------------------------------------------------------------- +Mon Sep 15 14:26:12 CEST 2003 - hhetter@suse.de + +- name label "Gimp 1.3" in desktop file (Bug Id #30841) + +------------------------------------------------------------------- +Mon Sep 08 13:55:29 CEST 2003 - sbrabec@suse.cz + +- Updated to version 1.3.20. + +------------------------------------------------------------------- +Thu Aug 28 15:55:40 CEST 2003 - sbrabec@suse.cz + +- Updated to version 1.3.19. +- Enabled EXIF support. + +------------------------------------------------------------------- +Sat Aug 16 23:19:28 CEST 2003 - adrian@suse.de + +- install desktop file + +------------------------------------------------------------------- +Thu Aug 14 11:24:10 CEST 2003 - sbrabec@suse.cz + +- Updated to version 1.3.18. + +------------------------------------------------------------------- +Mon Aug 04 14:44:09 CEST 2003 - sbrabec@suse.cz + +- Updated to version 1.3.17. + +------------------------------------------------------------------- +Fri Jul 25 06:26:44 CEST 2003 - hhetter@suse.de + +- fix build + +------------------------------------------------------------------- +Thu Jun 26 18:15:42 CEST 2003 - sbrabec@suse.cz + +- Updated to version 1.3.15. +- Used system libgimpprint. + +------------------------------------------------------------------- +Fri Jun 20 01:59:59 CEST 2003 - ro@suse.de + +- added directories to filelist + +------------------------------------------------------------------- +Tue Jun 10 13:16:54 CEST 2003 - sbrabec@suse.cz + +- Initial SuSE version of GTK2 port. + diff --git a/gimp.spec b/gimp.spec new file mode 100644 index 0000000..f12a68e --- /dev/null +++ b/gimp.spec @@ -0,0 +1,907 @@ +# +# spec file for package gimp (Version 2.2.13) +# +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. +# This file and all modifications and additions to the pristine +# package are under the same license as the package itself. +# +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + +# norootforbuild + +Name: gimp +#!BuildIgnore: sendmail +BuildRequires: aalib-devel alsa-devel cups cups-devel gcc-c++ gnome-common gtk-doc intltool libexif libgimpprint libgimpprint-devel libgtkhtml-devel libmng-devel librsvg-devel libtiff-devel libwmf-devel perl-XML-Parser postfix python-devel slang-devel update-desktop-files +%if %suse_version > 1010 || 0%{?opensuse_bs} +BuildRequires: python-gtk-devel +%else +BuildRequires: python-gtk +%endif +URL: http://www.gimp.org/ +Version: 2.2.13 +Release: 40 +License: GNU General Public License (GPL) +Group: Productivity/Graphics/Bitmap Editors +Provides: gimp2 gimp-2.0 +Obsoletes: libgimp gimp2-svg gimp2 +Autoreqprov: on +%if %suse_version > 1000 +Suggests: AdobeICCProfiles +%endif +Summary: The GNU Image Manipulation Program +Source: ftp://ftp.gimp.org/pub/gimp/v2.2/%{name}-%{version}.tar.bz2 +Source1: gimp-logo.png +Source2: gimp-splash.png +Patch: gimp-default-browser.patch +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +The GIMP (GNU Image Manipulation Program) is a powerful image +composition and editing program, which can be extremely useful for +creating logos and other graphics for Web pages. The GIMP has many of +the tools and filters you would expect to find in similar commercial +offerings and some interesting extras as well. The GIMP provides a +large image manipulation toolbox, including channel operations and +layers, effects, subpixel imaging and antialiasing, and conversions, +all with multilevel undo. + +The GIMP includes a scripting facility, but many of the included +scripts rely on fonts that we cannot distribute. The GIMP FTP site has +a package of fonts that you can install by yourself, which includes all +the fonts needed to run the included scripts. Some of the fonts have +unusual licensing requirements; all the licenses are documented in the +package. Get ftp://ftp.gimp.org/pub/gimp/fonts/freefonts-0.10.tar.gz +and ftp://ftp.gimp.org/pub/gimp/fonts/sharefonts-0.10.tar.gz if you are +so inclined. Alternatively, choose fonts which exist on your system +before running the scripts. + +Install the GIMP if you need a powerful image manipulation program. + + + +Authors: +-------- + Spencer Kimball + Peter Mattis + Lauri Alanko + Shawn Amundson + Sven Anders + Karl-Johan Andersson + John Beale + Zach Beane + Tom Bech + Marc Bless + Edward Blevins + Reagan Blundell + Xavier Bouchoux + Roberto Boyd + Stanislav Brabec + Robert Brady + Hans Breuer + Simon Budig + Carey Bunks + Seth Burgess + Brent Burton + Francisco Bustamante + Albert Cahalan + Sean Cier + Winston Chang + Kenneth Christiansen + Zbigniew Chyla + Ed Connel + Piers Cornwell + Daniel Cotting + Jay Cox + Brian Degenhardt + Gert Dewit + Andreas Dilger + Austin Donnelly + Scott Draves + Daniel Dunbar + Misha Dynin + Daniel Egger + Morton Eriksen + Larry Ewing + Nick Fetchak + Valek Filippov + David Forsyth + Raphael Francois + Jochen Friedrich + Sami Gerdt + Jim Geuther + Graeme Gill + Scott Goehring + Heiko Goller + Marcelo de Gomensoro Malheiros + Pavel Grinfeld + Michael Hammel + Henrik Hansen + Ville Hautamaki + James Henstridge + Eric Hernes + David Hodson + Christoph Hoegl + Wolfgang Hofer + Jan Hubicka + Andreas Hyden + Ben Jackson + Krzysztof Jakubowski + Simon Janes + Tim Janik + Fellmann Joaquim + Andrew Kieschnick + Peter Kirchgessner + Philipp Klaus + David Koblas + Robert L Krawitz + Tuomas Kuosmanen + Karin Kylander + Olof S Kylander + Karl La Rocca + Chris Lahey + Nick Lamb + Marco Lamberto + Jens Lautenbacher + Laramie Leavitt + Elliot Lee + Marc Lehmann + Ray Lehtiniemi + Raph Levien + Wing Tung Leung + Adrian Likins + Tor Lillqvist + Ingo Luetkebohle + Josh MacDonald + Ed Mackey + Vidar Madsen + Ian Main + Kjartan Maraas + Kelly Martin + Torsten Martinsen + Gordon Matzigkeit + Gregory McLean + Daniele Medri + Federico Mena Quintero + James Mitchell + Hirotsuna Mizuno + David Monniaux + Adam D Moss + Balazs Nagy + Yukihiro Nakai + Sung-Hyun Nam + Shuji Narazaki + Felix Natter + Michael Natterer + David Neary + Sven Neumann + Stephen Robert Norris + Tim Newsome + Erik Nygren + Miles O'Neal + David Neary + David Necas + David Odin + Thom van Os + Garry R. Osgood + Alan Paeth + Jay Painter + Sergey Panov + Ville Patsi + Asbjorn Pettersen + Mike Phillips + Artur Polaczynski + Raphael Quinet + Tom Rathborne + Vincent Renardias + Jens Restemeier + Maurits Rijk + Daniel Risacher + James Robinson + Guillermo S. Romero + Tim Rowley + Pablo Saratxaga + Mike Schaeffer + John Schlag + Norbert Schmitz + Thorsten Schnier + Alexander Schulz + Tracy Scott + Craig Setera + Aaron Sherman + Manish Singh + Daniel Skarda + Adam Spiers + Jakub Steiner + Nathan Summers + Mike Sweet + Yuri Syrota + Eiichi Takamori + Tristan Tarrant + Michael Taylor + Owen Taylor + Ian Tester + Andy Thomas + Kevin Turner + Rebecca Walter + Martin Weber + James Wang + Kris Wehner + Nigel Wetten + Calvin Williamson + Matthew Wilson + Shirasaki Yasuhiro + +%package devel +Summary: GIMP Plugin and Extension Development Kit +Provides: gimp2-devel gimp-2.0-devel +Requires: %{name} = %{version} gtk2-devel glib2-devel glibc-devel +Obsoletes: gimpdev libgimpd gimp2-devel +Group: Development/Libraries/GNOME + +%description devel +Install gimp-devel if you're going to create plug-ins and/or extensions +for the GIMP. + + + +Authors: +-------- + Spencer Kimball + Peter Mattis + Lauri Alanko + Shawn Amundson + Sven Anders + Karl-Johan Andersson + John Beale + Zach Beane + Tom Bech + Marc Bless + Edward Blevins + Reagan Blundell + Xavier Bouchoux + Roberto Boyd + Stanislav Brabec + Robert Brady + Hans Breuer + Simon Budig + Carey Bunks + Seth Burgess + Brent Burton + Francisco Bustamante + Albert Cahalan + Sean Cier + Winston Chang + Kenneth Christiansen + Zbigniew Chyla + Ed Connel + Piers Cornwell + Daniel Cotting + Jay Cox + Brian Degenhardt + Gert Dewit + Andreas Dilger + Austin Donnelly + Scott Draves + Daniel Dunbar + Misha Dynin + Daniel Egger + Morton Eriksen + Larry Ewing + Nick Fetchak + Valek Filippov + David Forsyth + Raphael Francois + Jochen Friedrich + Sami Gerdt + Jim Geuther + Graeme Gill + Scott Goehring + Heiko Goller + Marcelo de Gomensoro Malheiros + Pavel Grinfeld + Michael Hammel + Henrik Hansen + Ville Hautamaki + James Henstridge + Eric Hernes + David Hodson + Christoph Hoegl + Wolfgang Hofer + Jan Hubicka + Andreas Hyden + Ben Jackson + Krzysztof Jakubowski + Simon Janes + Tim Janik + Fellmann Joaquim + Andrew Kieschnick + Peter Kirchgessner + Philipp Klaus + David Koblas + Robert L Krawitz + Tuomas Kuosmanen + Karin Kylander + Olof S Kylander + Karl La Rocca + Chris Lahey + Nick Lamb + Marco Lamberto + Jens Lautenbacher + Laramie Leavitt + Elliot Lee + Marc Lehmann + Ray Lehtiniemi + Raph Levien + Wing Tung Leung + Adrian Likins + Tor Lillqvist + Ingo Luetkebohle + Josh MacDonald + Ed Mackey + Vidar Madsen + Ian Main + Kjartan Maraas + Kelly Martin + Torsten Martinsen + Gordon Matzigkeit + Gregory McLean + Daniele Medri + Federico Mena Quintero + James Mitchell + Hirotsuna Mizuno + David Monniaux + Adam D Moss + Balazs Nagy + Yukihiro Nakai + Sung-Hyun Nam + Shuji Narazaki + Felix Natter + Michael Natterer + David Neary + Sven Neumann + Stephen Robert Norris + Tim Newsome + Erik Nygren + Miles O'Neal + David Neary + David Necas + David Odin + Thom van Os + Garry R. Osgood + Alan Paeth + Jay Painter + Sergey Panov + Ville Patsi + Asbjorn Pettersen + Mike Phillips + Artur Polaczynski + Raphael Quinet + Tom Rathborne + Vincent Renardias + Jens Restemeier + Maurits Rijk + Daniel Risacher + James Robinson + Guillermo S. Romero + Tim Rowley + Pablo Saratxaga + Mike Schaeffer + John Schlag + Norbert Schmitz + Thorsten Schnier + Alexander Schulz + Tracy Scott + Craig Setera + Aaron Sherman + Manish Singh + Daniel Skarda + Adam Spiers + Jakub Steiner + Nathan Summers + Mike Sweet + Yuri Syrota + Eiichi Takamori + Tristan Tarrant + Michael Taylor + Owen Taylor + Ian Tester + Andy Thomas + Kevin Turner + Rebecca Walter + Martin Weber + James Wang + Kris Wehner + Nigel Wetten + Calvin Williamson + Matthew Wilson + Shirasaki Yasuhiro + +%package doc +Summary: Additional Package Documentation. +Provides: gimp2-doc gimp-2.0-doc +Requires: %{name} = %{version} +Obsoletes: gimpdev libgimpd gimp2-devel +Group: Productivity/Graphics/Bitmap Editors + +%description doc +The GIMP (GNU Image Manipulation Program) is a powerful image +composition and editing program, which can be extremely useful for +creating logos and other graphics for Web pages. The GIMP has many of +the tools and filters you would expect to find in similar commercial +offerings and some interesting extras as well. The GIMP provides a +large image manipulation toolbox, including channel operations and +layers, effects, subpixel imaging and antialiasing, and conversions, +all with multilevel undo. + +The GIMP includes a scripting facility, but many of the included +scripts rely on fonts that we cannot distribute. The GIMP FTP site has +a package of fonts that you can install by yourself, which includes all +the fonts needed to run the included scripts. Some of the fonts have +unusual licensing requirements; all the licenses are documented in the +package. Get ftp://ftp.gimp.org/pub/gimp/fonts/freefonts-0.10.tar.gz +and ftp://ftp.gimp.org/pub/gimp/fonts/sharefonts-0.10.tar.gz if you are +so inclined. Alternatively, choose fonts which exist on your system +before running the scripts. + +Install the GIMP if you need a powerful image manipulation program. + + + +Authors: +-------- + Spencer Kimball + Peter Mattis + Lauri Alanko + Shawn Amundson + Sven Anders + Karl-Johan Andersson + John Beale + Zach Beane + Tom Bech + Marc Bless + Edward Blevins + Reagan Blundell + Xavier Bouchoux + Roberto Boyd + Stanislav Brabec + Robert Brady + Hans Breuer + Simon Budig + Carey Bunks + Seth Burgess + Brent Burton + Francisco Bustamante + Albert Cahalan + Sean Cier + Winston Chang + Kenneth Christiansen + Zbigniew Chyla + Ed Connel + Piers Cornwell + Daniel Cotting + Jay Cox + Brian Degenhardt + Gert Dewit + Andreas Dilger + Austin Donnelly + Scott Draves + Daniel Dunbar + Misha Dynin + Daniel Egger + Morton Eriksen + Larry Ewing + Nick Fetchak + Valek Filippov + David Forsyth + Raphael Francois + Jochen Friedrich + Sami Gerdt + Jim Geuther + Graeme Gill + Scott Goehring + Heiko Goller + Marcelo de Gomensoro Malheiros + Pavel Grinfeld + Michael Hammel + Henrik Hansen + Ville Hautamaki + James Henstridge + Eric Hernes + David Hodson + Christoph Hoegl + Wolfgang Hofer + Jan Hubicka + Andreas Hyden + Ben Jackson + Krzysztof Jakubowski + Simon Janes + Tim Janik + Fellmann Joaquim + Andrew Kieschnick + Peter Kirchgessner + Philipp Klaus + David Koblas + Robert L Krawitz + Tuomas Kuosmanen + Karin Kylander + Olof S Kylander + Karl La Rocca + Chris Lahey + Nick Lamb + Marco Lamberto + Jens Lautenbacher + Laramie Leavitt + Elliot Lee + Marc Lehmann + Ray Lehtiniemi + Raph Levien + Wing Tung Leung + Adrian Likins + Tor Lillqvist + Ingo Luetkebohle + Josh MacDonald + Ed Mackey + Vidar Madsen + Ian Main + Kjartan Maraas + Kelly Martin + Torsten Martinsen + Gordon Matzigkeit + Gregory McLean + Daniele Medri + Federico Mena Quintero + James Mitchell + Hirotsuna Mizuno + David Monniaux + Adam D Moss + Balazs Nagy + Yukihiro Nakai + Sung-Hyun Nam + Shuji Narazaki + Felix Natter + Michael Natterer + David Neary + Sven Neumann + Stephen Robert Norris + Tim Newsome + Erik Nygren + Miles O'Neal + David Neary + David Necas + David Odin + Thom van Os + Garry R. Osgood + Alan Paeth + Jay Painter + Sergey Panov + Ville Patsi + Asbjorn Pettersen + Mike Phillips + Artur Polaczynski + Raphael Quinet + Tom Rathborne + Vincent Renardias + Jens Restemeier + Maurits Rijk + Daniel Risacher + James Robinson + Guillermo S. Romero + Tim Rowley + Pablo Saratxaga + Mike Schaeffer + John Schlag + Norbert Schmitz + Thorsten Schnier + Alexander Schulz + Tracy Scott + Craig Setera + Aaron Sherman + Manish Singh + Daniel Skarda + Adam Spiers + Jakub Steiner + Nathan Summers + Mike Sweet + Yuri Syrota + Eiichi Takamori + Tristan Tarrant + Michael Taylor + Owen Taylor + Ian Tester + Andy Thomas + Kevin Turner + Rebecca Walter + Martin Weber + James Wang + Kris Wehner + Nigel Wetten + Calvin Williamson + Matthew Wilson + Shirasaki Yasuhiro + +%prep +%setup -q +# We can ignore these warnings: +# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22197 +# gimpvector.c: 1021 +# curve.c: 113 +# spline.c: 44 +# gimpbilinear.c: 179, 132 +# fit.c: 1302 +%patch +rm po*/no.* +sed -i "/ALL_LINGUAS=/s/ no / /" configure.in + +%build +# Remove redundand Norwegian locale. +%{?suse_update_config:%{suse_update_config -f}} +#aclocal +#automake +autoconf +export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" +%configure \ +%ifarch %ix86 + --enable-mmx \ + --enable-sse \ +%endif + --enable-mp \ + --enable-python +%ifarch %ix86 +#cd app/composite +## FIXME: +## gimp-composite-mmx.c: In function 'gimp_composite_burn_rgba8_rgba8_rgba8_mmx': +## gimp-composite-mmx.c:148: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm' +## gimp-composite-sse.c: In function 'gimp_composite_burn_rgba8_rgba8_rgba8_sse': +## gimp-composite-sse.c:127: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm' +#make CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -O0" \ +# libcompositemmx.a libcompositesse.a +#cd ../.. +%endif +make %{?jobs:-j %jobs} + +%install +make install DESTDIR=$RPM_BUILD_ROOT +cp -a %{SOURCE1} %{SOURCE2} $RPM_BUILD_ROOT/%{_datadir}/gimp/2.0/images/ +rm -rf $RPM_BUILD_ROOT/root +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/applications +ln $RPM_BUILD_ROOT/%{_datadir}/gimp/2.0/misc/gimp.desktop \ + $RPM_BUILD_ROOT/%{_datadir}/applications/gimp.desktop +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/application-registry +ln $RPM_BUILD_ROOT/%{_datadir}/gimp/2.0/misc/gimp.applications \ + $RPM_BUILD_ROOT/%{_datadir}/application-registry/gimp.applications +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/mime-info +ln $RPM_BUILD_ROOT/%{_datadir}/gimp/2.0/misc/gimp.keys \ + $RPM_BUILD_ROOT/%{_datadir}/mime-info/gimp.keys +%suse_update_desktop_file gimp Graphics RasterGraphics +rm $RPM_BUILD_ROOT/%{_libdir}/gimp/2.0/modules/*.*a +rm $RPM_BUILD_ROOT/%{_datadir}/application-registry/gimp.applications $RPM_BUILD_ROOT/%{_datadir}/mime-info/gimp.keys +%find_lang gimp20 +%find_lang gimp20-libgimp gimp20.lang +%find_lang gimp20-script-fu gimp20.lang +%find_lang gimp20-std-plug-ins gimp20.lang + +%post +%run_ldconfig + +%postun +%run_ldconfig + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f gimp20.lang +%defattr(-,root,root) +%doc AUTHORS COPYING ChangeLog* NEWS* README* +%{_datadir}/applications/gimp.desktop +%{_datadir}/gimp +%{_datadir}/gimp/2.0 +%{_bindir}/gimp +%{_bindir}/gimp-* +%{_libdir}/*.so.* +%{_libdir}/gimp +%doc %{_mandir}/man?/*.* +%{_sysconfdir}/gimp + +%files devel +%defattr(-,root,root) +%{_bindir}/gimptool* +%{_includedir}/* +%{_libdir}/*.*a +%{_libdir}/*.so +%{_libdir}/pkgconfig/*.pc +%{_datadir}/aclocal/*.m4 + +%files doc +%defattr(-,root,root) +%{_datadir}/gtk-doc/html/* + +%changelog -n gimp +* Wed Jan 03 2007 - sbrabec@suse.cz +- Spec file cleanup. +* Fri Dec 22 2006 - maw@suse.de +- Move to /usr. +* Tue Dec 05 2006 - sbrabec@suse.cz +- Build correctly in Build Service. +* Thu Nov 23 2006 - sbrabec@suse.cz +- Fixed branding (#204410). +* Tue Oct 24 2006 - jhargadon@suse.de +- changed default browser to firefox to resolve bug #212722 +* Thu Sep 14 2006 - sbrabec@suse.cz +- Updated to version 2.2.13: + * Many bug fixes, see NEWS for details. + * let gimptool use pkg-config to determine compiler and linker + flags at run-time + * added GTK+ category in gimp.desktop file + * made the internal help browser the default for all platforms + * don't use long deprecated libpng API + * plugged a possible buffer overrun in the XCF parser + * avoid endless looping when loading a corrupt XCF file + * avoid a crash when loading a corrupt gradient file +- Removed dcraw hack. +* Wed Aug 16 2006 - cthiel@suse.de +- buildrequire python-gtk-devel instead of python-gtk +* Mon Aug 07 2006 - sbrabec@suse.cz +- Changed branding to SuSE Linux 10.2. +* Fri Jul 28 2006 - sbrabec@suse.cz +- Fixed buffer overflow in xcf_load_vector (CVE-2006-3404, + [#190901], GNOME#346742). +* Thu Jun 29 2006 - nadvornik@suse.cz +- do not use deprecated libpng functions +* Wed Jun 14 2006 - schwab@suse.de +- Handle references to datarootdir variable. +- Really enable python scripting. +* Wed Mar 01 2006 - dobey@suse.de +- Update splash and logo images with new versions +* Sun Feb 19 2006 - aj@suse.de +- Reduce BuildRequires. +* Thu Jan 26 2006 - dobey@suse.de +- Add new splash and logo branding images +* Wed Jan 25 2006 - mls@suse.de +- converted neededforbuild to BuildRequires +* Mon Jan 09 2006 - sbrabec@suse.cz +- Call aclocal to build in supplementary. +* Thu Jan 05 2006 - sbrabec@suse.cz +- Updated to version 2.2.10. +- Worked around MMX/SSE problems (#133813). +- Enabled python scripting (#141117). +- Suggest AdobeICCProfiles (#141180). +- Enabled parallel build. +* Fri Nov 18 2005 - sbrabec@suse.cz +- Moved gimptool to -devel subpackage. +* Wed Nov 09 2005 - sbrabec@suse.cz +- Better fix for MMX CFLAGS. +* Wed Nov 09 2005 - rguenther@suse.de +- Fix gimp-mmx.patch to apply and to make one more register + available for reloading those mmx asms with -fomit-frame-pointer. + Fixes building with gcc 4.1 on i386. +* Mon Nov 07 2005 - sbrabec@suse.cz +- Updated to version 2.2.9. +* Mon Sep 26 2005 - mls@suse.de +- make devel package require base package +* Tue Sep 06 2005 - sbrabec@suse.cz +- Czech typo fix. +* Mon Aug 15 2005 - sbrabec@suse.cz +- Provide gimp-2.0 virtual. +* Mon Jul 11 2005 - sbrabec@suse.cz +- Updated to version 2.2.8. +- Removed unneeded static modules and .la files for modules. +* Thu Jul 07 2005 - gekker@suse.de +- Fix use of uninitialized variables +- Fix to work with -D_FORTIFY_SOURCE=2 +* Tue Jun 07 2005 - sbrabec@suse.cz +- Fixed multiple processors option. +* Wed Jun 01 2005 - sbrabec@suse.cz +- Fixed devel requirements. +* Wed May 18 2005 - sbrabec@suse.cz +- Updated to version 2.2.7. +* Tue May 10 2005 - ro@suse.de +- use -mmmx and -msse to compile asm-code for these extensions +* Tue Apr 12 2005 - sbrabec@suse.cz +- Updated to version 2.2.6. +* Wed Apr 06 2005 - sbrabec@suse.cz +- Fixed incomplete array element type. +* Mon Feb 28 2005 - sbrabec@suse.cz +- Updated to version 2.2.4. +* Mon Jan 24 2005 - sbrabec@suse.cz +- Updated to version 2.2.3. +* Mon Jan 17 2005 - sbrabec@suse.cz +- Updated to version 2.2.2. +* Thu Jan 06 2005 - ro@suse.de +- postfix is in neededforbuild, so add "-sendmail" for PLUS +* Thu Jan 06 2005 - sbrabec@suse.cz +- Updated to version 2.2.1. +* Tue Oct 26 2004 - mmj@suse.de +- locale rename no to nb +* Wed Sep 22 2004 - adrian@suse.de +- add MimeTypes line to desktop file. Gimp does support .xcf files now +* Mon Aug 30 2004 - rml@suse.de +- upgrade to gimp 2.0.4 (Ximian bug #64677) +* Fri Aug 27 2004 - shprasad@suse.de +- Fixes bug #63425 + Fixes GIMP Crash at the time of acquiring screen-shot and select + extension type as png +- Partially fixes bug #63420 + Doesn't allow to crash. +* Mon Aug 16 2004 - shprasad@suse.de +- Fixes bug #63006. + Added the gtk-file-chooser dialog to Open/Save a file. +* Thu Jun 17 2004 - sbrabec@suse.cz +- Updated to version 2.0.2. +* Fri Jun 04 2004 - sbrabec@suse.cz +- Updated to bugfix version 2.0.1. +* Tue May 25 2004 - ro@suse.de +- added libcroco to neededforbuild +* Wed May 19 2004 - sbrabec@suse.cz +- German translation update from Karl Eichwalder. +* Fri May 07 2004 - sbrabec@suse.cz +- Better fix (fork() instead of fail wrapper) of gimp-remote bug + (#38512), backported from gimp-2.0.1. + http://bugzilla.gnome.org/show_bug.cgi?id=139158 +* Wed Apr 07 2004 - sbrabec@suse.cz +- Work around of gimp-remote bug (#38512). + http://bugzilla.gnome.org/show_bug.cgi?id=139158 +* Wed Apr 07 2004 - sbrabec@suse.cz +- Fixed WMF plugin (#38582). +* Thu Mar 25 2004 - mmj@suse.de +- Add postfix to # neededforbuild +* Wed Mar 24 2004 - hhetter@suse.de +- updated to version 2.0.0 finally +* Mon Mar 22 2004 - sbrabec@suse.cz +- Provide gimp2-devel. +* Mon Mar 22 2004 - sbrabec@suse.cz +- Updated to version 2.0rc1. +- GIMP GNOME MIME info files linked to proper place, +- Obsolete gimp2-devel, too. +* Fri Mar 05 2004 - hhetter@suse.de +- updated to 2.0pre4 +- removed gimp-po-de.patch, it's upstream +- adapted tiff_no_lzw patch +* Tue Mar 02 2004 - sbrabec@suse.cz +- Symlink binaries for convenience. +* Tue Mar 02 2004 - sbrabec@suse.cz +- German typo fix (bug #34349). +* Fri Feb 27 2004 - schwab@suse.de +- Fix broken configure check. +* Fri Feb 20 2004 - sbrabec@suse.cz +- Provide and obsolete gimp2. +* Thu Feb 19 2004 - sbrabec@suse.cz +- Package renamed to gimp. +* Thu Feb 05 2004 - hhetter@suse.de +- updated to version 2.0pre3 +- remove desktop file patch, it's called gimp2 now +* Thu Jan 29 2004 - hhetter@suse.de +- updated to version 2.0pre2 +* Tue Jan 27 2004 - hhetter@suse.de +- updated to version 2.0pre1 +- renew patch for LZW deactivation +* Mon Oct 20 2003 - sbrabec@suse.cz +- Updated to version 1.3.21. Fixes screenshot bug (#32288). +- Build SVG plug-in. +- Clean-up of neededforbuild. +* Wed Oct 15 2003 - ro@suse.de +- run full autoreconf +* Thu Sep 18 2003 - sbrabec@suse.cz +- Do not show LZW in tiff save dialog at all (bug #29849). +* Mon Sep 15 2003 - hhetter@suse.de +- name label "Gimp 1.3" in desktop file (Bug Id #30841) +* Mon Sep 08 2003 - sbrabec@suse.cz +- Updated to version 1.3.20. +* Thu Aug 28 2003 - sbrabec@suse.cz +- Updated to version 1.3.19. +- Enabled EXIF support. +* Sat Aug 16 2003 - adrian@suse.de +- install desktop file +* Thu Aug 14 2003 - sbrabec@suse.cz +- Updated to version 1.3.18. +* Mon Aug 04 2003 - sbrabec@suse.cz +- Updated to version 1.3.17. +* Fri Jul 25 2003 - hhetter@suse.de +- fix build +* Thu Jun 26 2003 - sbrabec@suse.cz +- Updated to version 1.3.15. +- Used system libgimpprint. +* Fri Jun 20 2003 - ro@suse.de +- added directories to filelist +* Tue Jun 10 2003 - sbrabec@suse.cz +- Initial SuSE version of GTK2 port. diff --git a/ready b/ready new file mode 100644 index 0000000..473a0f4