This commit is contained in:
committed by
Git OBS Bridge
parent
48721d226a
commit
0c3933328b
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8a4d3b28b3a11ea7564df09c8990d1c90bc3dd713b1dde0737e08603854b01b4
|
||||
size 13102077
|
3
gimp-2.4.0.tar.bz2
Normal file
3
gimp-2.4.0.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ddeafb632050bba9163416c4a18c4cb8706b922c0fa99a0c216176584826a9dc
|
||||
size 17617876
|
@@ -1,33 +0,0 @@
|
||||
--- 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
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:79cd10f38f49d13d8279b38036c644d8158762d9b7d538cd2cdf6edbc6b63087
|
||||
size 33773
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:993f77dc234d02b4c4d0c796fa06cf7d0e274ff347fb9f1ec77cad56b50ef095
|
||||
size 28867
|
344
gimp.changes
344
gimp.changes
@@ -1,113 +1,128 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 15 17:18:08 CEST 2007 - coolo@suse.de
|
||||
Wed Oct 24 16:01:59 CEST 2007 - sbrabec@suse.cz
|
||||
|
||||
- revert the last change as the dependency is way too big for 10.3
|
||||
- Updated to version 2.4.0:
|
||||
* further improved the rectangle select and crop tools
|
||||
* allow to mark out-of-gamut colors when doing a soft proof
|
||||
* bug fixes
|
||||
- Package renamed from gimp-unstable to gimp.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 13 20:18:48 CEST 2007 - mauro@suse.de
|
||||
Thu Oct 11 18:40:37 CEST 2007 - sbrabec@suse.cz
|
||||
|
||||
- Added support for gutenprint, discarded the old libgimpprint module.
|
||||
This fixes bug bnc #245683.
|
||||
- poppler devel package names prepended by "lib".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 1 19:30:24 CEST 2007 - stbinner@suse.de
|
||||
Mon Oct 8 17:05:26 CEST 2007 - sbrabec@suse.cz
|
||||
|
||||
- update branding to 10.3 artwork (#296499)
|
||||
- Use binding specific poppler devel package.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 9 19:31:45 CEST 2007 - maw@suse.de
|
||||
Mon Sep 24 11:23:01 CEST 2007 - stbinner@suse.de
|
||||
|
||||
- Fix up the lang subpackage
|
||||
- s#%run_ldconfig#/sbin/ldconfig# in %post and %postun.
|
||||
- update to GIMP 2.3 Release Candidate 3 (#327516)
|
||||
* Changes in GIMP 2.4.0-rc3:
|
||||
- use the new format for storing recently used files
|
||||
- added conversion options to the color profile conversion plug-in
|
||||
- allow to disable the toolbox menu on all platforms
|
||||
- further improved handling of the JPEG settings
|
||||
- switch tabs when hovering over them
|
||||
- added a PDB function to remove the alpha channel from a layer
|
||||
- plug-in previews remember the state of the Preview checkbox
|
||||
- allow to grow the image/layer using the Crop tool
|
||||
* Changes in GIMP 2.4.0-rc2:
|
||||
- more improvements and bug fixes in the rectangle tools
|
||||
- antialias the display for zoom levels between 100% and 200%
|
||||
- fix zoomed-out display problems
|
||||
- improve handling of JPEG settings
|
||||
- fix script-fu error reporting
|
||||
- on OS X, get rid of menubars in windows and use the global menubar
|
||||
- fix plug-ins using GimpZoomPreview
|
||||
- throw properly catchable exceptions from foreign script-fu function
|
||||
(like PDB wrappers)
|
||||
* Changes in GIMP 2.4.0-rc1:
|
||||
- further improvement to the Print plug-in
|
||||
- completed the color management functionality for 2.4
|
||||
- store JPEG setting with the image and use them when saving as JPEG
|
||||
- further improved the rectangle tools, in particular handling of the
|
||||
fixed aspect ratio
|
||||
- added color profile selector widget
|
||||
- further improved the display quality for zoomed-out views
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 8 01:43:46 CEST 2007 - mauro@suse.de
|
||||
Tue Sep 11 11:28:46 CEST 2007 - stbinner@suse.de
|
||||
|
||||
- Split out a -lang subpackage
|
||||
- Add %fdupes stuff
|
||||
- add Conflict with gimp-lang (#307289)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 25 22:08:25 CEST 2007 - maw@suse.de
|
||||
|
||||
- Update to version 2.2.17 (#293749)
|
||||
- Remove upstreamed gimp-psd-overflow.patch and
|
||||
gimp-sunras-overflow.patch
|
||||
- The following bug numbers in this changelog entry are against
|
||||
bugzilla.gnome.org:
|
||||
|
||||
Bugs fixed in GIMP 2.2.17
|
||||
=========================
|
||||
|
||||
- fixed regression in PSD load plug-in (bug #456042)
|
||||
- fixed crash when loading a corrupt PSD file (bug #327444)
|
||||
- work around for Pango appending " Not-Rotated" to font names
|
||||
|
||||
|
||||
Bugs fixed in GIMP 2.2.16
|
||||
=========================
|
||||
|
||||
- improved input value validation in several file plug-ins (bug #453973)
|
||||
- improved handling of corrupt or invalid XCF files
|
||||
- guard against integer overflows in several file plug-ins (bug #451379)
|
||||
- fixed handling of background alpha channel in XCF files (bug #443097)
|
||||
- improved forward compatibility of the config parser
|
||||
- fixed crash when previewing some animated brushes (bug #446005)
|
||||
|
||||
|
||||
Bugs fixed in GIMP 2.2.15
|
||||
=========================
|
||||
|
||||
- fixed parsing of GFig files with CRLF line endings (bug #346988)
|
||||
- guard against a possible stack overflow in the Sunras loader (bug #433902)
|
||||
- fixed definition of datarootdir in gimptool-2.0 (bug #436386)
|
||||
- fixed Perspective tool crash on Mac OS X (bug #349483)
|
||||
- fixed area resizing in the Image Map plug-in (bug #439222)
|
||||
- added missing library in gimptool-2.0 --libs output
|
||||
- added new localizations: Occitan and Persian
|
||||
|
||||
|
||||
Bugs fixed in GIMP 2.2.14
|
||||
=========================
|
||||
|
||||
- avoid crashing on newer versions of the winicon format (bug #352899)
|
||||
- fixed crash in Postscript plug-in (bug #353381)
|
||||
- fixed handling of TABs in the text tool (bug #353132)
|
||||
- fixed bug in Depth Merge plug-in (bug #355219)
|
||||
- fixed bug in GimpDrawablePreview widget (bug #353639)
|
||||
- fixed bug in Line Nove script (bug #357433)
|
||||
- fixed bug in Ripple plug-in (bug #357431)
|
||||
- save locale independent files from Fractal Explorer plug-in (bug #360095)
|
||||
- fixed bug in Super Nova plug-in (bug #340073)
|
||||
- be more robust against broken XCF files (bug #357809)
|
||||
- fixed drawing issues in Image Map plug-in (bug #311621)
|
||||
- fixed smoothing option in Fractal Explorer plug-in (bug #372671)
|
||||
- load channels in the proper order when opening an XCF file (bug #378003)
|
||||
- deal with floating selections in the Burn-In Animation script (bug #384096)
|
||||
- fixed clipping in the GimpPreviewArea widget (bug #392692)
|
||||
- fixed a potential crash in gimp-remote (bug #392111)
|
||||
- work around a file-chooser problem on Windows (bug #398726)
|
||||
- fixed markup of the gimp(1) manual page (bug #401145)
|
||||
- fixed the fix for the right-to-left layout in layers dialog (bug #348347)
|
||||
- fixed PSD save plug-in on 64bit architectures (bug #335130)
|
||||
- added missing dependency in gimpui-2.0.pc file (bug #356394)
|
||||
- fixed a crash in the PSD save plug-in (bug #395385)
|
||||
- improved robustness of transform tool preview code (bug #420595)
|
||||
- improved forward compatibility of XCF loader (bug #316207)
|
||||
- don't crash in the Compressor plug-in if files can't be opened (bug #422444)
|
||||
- fixed sensitivity of input fields in the Lighting plug-in (bug #359833)
|
||||
Mon Jul 30 20:51:52 CEST 2007 - maw@suse.de
|
||||
|
||||
- Update to version 2.3.19:
|
||||
+ support long layer names in PSD files
|
||||
+ improved EXIF handling in the JPEG file plug-in
|
||||
+ added control for the playback speed in the Animation Playback plug-in
|
||||
+ avoid needless image preview invalidation
|
||||
+ allow to edit the image comment in the Image Properties dialog
|
||||
+ further improved rectangle tools
|
||||
+ made JPEG save parameters user-configurable
|
||||
+ avoid color conversions between identical ICC color profiles
|
||||
+ improved Print plug-in
|
||||
+ improved loading and saving of indexed TGA images
|
||||
+ temporarily show the hidden image statusbar while the progress is active
|
||||
+ added support for loading .abr v6 Photoshop brushes
|
||||
+ improved usability of color scales
|
||||
+ improved display quality of zoomed-out image view
|
||||
+ improved import of multi-page TIFF files
|
||||
+ reduced rounding errors in Blur routines (core and plug-ins)
|
||||
+ further improved parameter checks in the PDB
|
||||
+ added support for loading .abr v2 Photoshop brushes
|
||||
+ improved border behavior of the Blur tool
|
||||
+ show the brush outline at the Clone tool's source position
|
||||
+ added libgimpbase API to retrieve the user's Pictures folder
|
||||
+ add a shortcut to the user's Pictures folder to the file-chooser dialog
|
||||
+ improved the quality of the Motion Blur filter
|
||||
+ save paths in TIFF files
|
||||
+ let the Screenshot plug-in name the new layer after the window
|
||||
+ use memory slices to reduce memory fragmentation
|
||||
+ some code cleanup
|
||||
+ lots of bug fixes
|
||||
- Remove upstreamed gimp-psd-overflow.patch and gimp-sunras-overflow.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 19 00:05:23 CEST 2007 - maw@suse.de
|
||||
Thu Jul 19 00:34:33 CEST 2007 - maw@suse.de
|
||||
|
||||
- Respin gimp-psd-overflow.patch (http://bugzilla.gnome.org/show_bug.cgi?id=456042
|
||||
and https://bugzilla.novell.com/show_bug.cgi?id=284288#c13).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 4 00:22:16 CEST 2007 - maw@suse.de
|
||||
Wed Jul 4 00:37:01 CEST 2007 - maw@suse.de
|
||||
|
||||
- Add gimp-psd-overflow.patch (#284288 and CVE-2007-2949), fixing
|
||||
a buffer overflow.
|
||||
a buffer overflow.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 11 10:46:17 CEST 2007 - pgajdos@suse.cz
|
||||
|
||||
- removed gnome-icon-theme from BuildRequires and Requires
|
||||
[#247450]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 7 15:53:06 CEST 2007 - sbrabec@suse.cz
|
||||
|
||||
* Updated to version gimp-2.3.16:
|
||||
* XOR color configurable as a workaround for broken drivers
|
||||
* keyboard shortcuts can assign to procedures without menu entry
|
||||
* configurable height of the preview area in data editors
|
||||
* improved file detection in TGA plug-in
|
||||
* improved brush scaling code, now also scales up
|
||||
* converted standard pixmap brushes to parametric ones
|
||||
* improved zoom tool behavior
|
||||
* D-Bus methods have a return value indicating success or failure
|
||||
* added more menu tooltips
|
||||
* procedures can request the display ID they are called from
|
||||
* depend on GTK+ >= 2.10.6
|
||||
* filename passed on the command-line can open new image
|
||||
* various optimizations, bug fixes and code cleanup
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 4 15:32:01 CEST 2007 - sbrabec@suse.cz
|
||||
@@ -116,60 +131,47 @@ Fri May 4 15:32:01 CEST 2007 - sbrabec@suse.cz
|
||||
CVE-2007-2356).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 27 22:39:05 CET 2007 - dmueller@suse.de
|
||||
Wed Apr 4 17:58:14 CEST 2007 - sbrabec@suse.cz
|
||||
|
||||
- adjust BuildRequires: libexif->libexif-devel
|
||||
- Updated to version gimp-2.3.15:
|
||||
* Fixes, improvements, UI and API changes. See NEWS for more.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 3 14:34:24 CET 2007 - sbrabec@suse.cz
|
||||
Thu Mar 8 12:42:36 CET 2007 - sbrabec@suse.cz
|
||||
|
||||
- Removed obsolete hicolor icon symlink (#248676).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 7 13:15:37 CET 2007 - pgajdos@suse.cz
|
||||
|
||||
- fixed 'warning: subscript out of range' (#231161)
|
||||
- subscript-outrng.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 27 22:39:36 CET 2007 - dmueller@suse.de
|
||||
|
||||
- adjust buildrequires: libexif -> libexif-devel
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 3 14:40:21 CET 2007 - sbrabec@suse.cz
|
||||
|
||||
- Prefix changed to /usr.
|
||||
- Spec file cleanup.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 22 17:24:03 CST 2006 - maw@suse.de
|
||||
Thu Sep 14 18:07:32 CEST 2006 - sbrabec@suse.cz
|
||||
|
||||
- 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
|
||||
- Updated to version 2.3.11:
|
||||
* Many new features, see
|
||||
/usr/share/doc/packages/gimp-unstable/NEWS for more.
|
||||
* Many bug fixes and code cleanup.
|
||||
- Removed dcraw hack.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 16 12:02:36 CEST 2006 - cthiel@suse.de
|
||||
Wed Aug 16 12:03:09 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
|
||||
|
||||
@@ -177,91 +179,93 @@ Fri Jul 28 13:32:10 CEST 2006 - sbrabec@suse.cz
|
||||
#190901, GNOME#346742).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 29 19:25:33 CEST 2006 - nadvornik@suse.cz
|
||||
Thu Jun 29 19:26:56 CEST 2006 - nadvornik@suse.cz
|
||||
|
||||
- do not use deprecated libpng functions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 14 18:21:17 CEST 2006 - schwab@suse.de
|
||||
Wed Feb 15 10:31:33 CET 2006 - stbinner@suse.de
|
||||
|
||||
- Handle references to datarootdir variable.
|
||||
- Really enable python scripting.
|
||||
- use just "Gimp" as name, don't duplicate GenericName description
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 1 23:59:26 CET 2006 - dobey@suse.de
|
||||
Fri Feb 10 16:25:00 CET 2006 - sbrabec@suse.cz
|
||||
|
||||
- Update splash and logo images with new versions
|
||||
- Updated to version 2.3.7.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
Wed Jan 25 21:31:36 CET 2006 - mls@suse.de
|
||||
|
||||
- converted neededforbuild to BuildRequires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 9 12:40:09 CET 2006 - sbrabec@suse.cz
|
||||
Thu Jan 5 17:11:33 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).
|
||||
- Updated to version 2.3.6.
|
||||
- Enabled parallel build.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 18 16:25:57 CET 2005 - sbrabec@suse.cz
|
||||
Tue Jan 3 15:58:27 CET 2006 - sbrabec@suse.cz
|
||||
|
||||
- Suggest AdobeICCProfiles.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 21 15:44:56 CET 2005 - sbrabec@suse.cz
|
||||
|
||||
- Moved gimptool to -devel subpackage.
|
||||
- Provide gimp symlink.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 9 16:06:51 CET 2005 - sbrabec@suse.cz
|
||||
Tue Nov 8 11:34:46 CET 2005 - sbrabec@suse.cz
|
||||
|
||||
- Better fix for MMX CFLAGS.
|
||||
- Build with strict aliasing.
|
||||
- Fixed random return value.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 9 11:58:27 CET 2005 - rguenther@suse.de
|
||||
Mon Nov 7 15:11:03 CET 2005 - sbrabec@suse.cz
|
||||
|
||||
- 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.
|
||||
- Updated to version 2.3.5.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 7 19:10:20 CET 2005 - sbrabec@suse.cz
|
||||
Wed Nov 2 23:05:44 CET 2005 - dmueller@suse.de
|
||||
|
||||
- Updated to version 2.2.9.
|
||||
- don't build as root
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 26 22:45:18 CEST 2005 - mls@suse.de
|
||||
Tue Sep 27 19:59:09 CEST 2005 - sbrabec@suse.cz
|
||||
|
||||
- make devel package require base package
|
||||
- Updated to version 2.3.4.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
Mon Aug 15 13:18:28 CEST 2005 - sbrabec@suse.cz
|
||||
|
||||
- Provide gimp-2.0 virtual.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 11 17:53:04 CEST 2005 - sbrabec@suse.cz
|
||||
Wed Aug 10 14:43:02 CEST 2005 - sbrabec@suse.cz
|
||||
|
||||
- Updated to version 2.2.8.
|
||||
- Updated to version 2.3.3.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 4 18:45:24 CEST 2005 - sbrabec@suse.cz
|
||||
|
||||
- Do not self-conflict.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 15 11:56:01 CEST 2005 - sbrabec@suse.cz
|
||||
|
||||
- Provide and conflict with gimp.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 12 11:03:52 CEST 2005 - sbrabec@suse.cz
|
||||
|
||||
- Fixed MMX patch reject.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 11 16:52:29 CEST 2005 - sbrabec@suse.cz
|
||||
|
||||
- Created SuSE package for unstable branch.
|
||||
- Updated to version 2.3.2.
|
||||
- Removed unneeded static modules and .la files for modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
467
gimp.spec
467
gimp.spec
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package gimp (Version 2.2.17)
|
||||
# spec file for package gimp (Version 2.4.0)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@@ -12,55 +12,47 @@
|
||||
|
||||
Name: gimp
|
||||
#!BuildIgnore: sendmail
|
||||
BuildRequires: aalib-devel alsa-devel cups cups-devel fdupes gcc-c++ gnome-common gtk-doc intltool
|
||||
BuildRequires: libexif-devel 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
|
||||
BuildRequires: aalib-devel alsa-devel cups cups-devel curl-devel dbus-1-glib-devel gnome-common gnutls-devel gtk-doc gutenprint-devel hal-devel intltool libexif-devel libgimpprint libgimpprint-devel libglade2-devel libgnomeprintui-devel libgnomeui-devel libgtkhtml-devel liblcms-devel libmng-devel libpoppler-glib-devel librsvg-devel libtiff-devel libwmf-devel libwnck-devel perl-XML-Parser postfix python-devel python-gtk-devel slang-devel update-desktop-files
|
||||
Url: http://www.gimp.org/
|
||||
Version: 2.2.17
|
||||
Release: 33
|
||||
Version: 2.4.0
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Graphics/Bitmap Editors
|
||||
Provides: gimp2 gimp-2.0
|
||||
Obsoletes: libgimp gimp2-svg gimp2
|
||||
AutoReqProv: on
|
||||
Requires: glib2 >= 2.10.2 gtk2 >= 2.8.17 gutenprint
|
||||
%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
|
||||
Patch0: gimp-default-browser.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if %suse_version > 1020
|
||||
Provides: gimp-2.0
|
||||
Provides: gimp-unstable = %{version}
|
||||
Obsoletes: gimp-unstable < 2.4.0
|
||||
Requires: %{name}-lang = %{version}
|
||||
%endif
|
||||
Summary: The GNU Image Manipulation Program--Development Branch
|
||||
Source: ftp://ftp.gimp.org/pub/gimp/v2.3/%{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
This is an unstable development branch of the GIMP package for
|
||||
adventurous users. It contains many new features, but might be
|
||||
unstable, crash, or not work at all. Report problems not related to
|
||||
packaging to http://bugzilla.gnome.org/.
|
||||
|
||||
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.
|
||||
creating logos and other graphics for Web pages. The GIMP offers many
|
||||
of the tools and filters you would expect to find in similar commercial
|
||||
offerings and contains some interesting extras as well. The GIMP
|
||||
provides alarge image manipulation toolbox, including channel
|
||||
operations and layers, effects, subpixel imaging and antialiasing, and
|
||||
conversions- all including multilevel undo. The GIMP offers a scripting
|
||||
facility, but many of the included scripts rely on fonts that we cannot
|
||||
distribute. The GIMP FTP sitehas a package of fonts that you need to
|
||||
run the included scripts and that you can install yourself. Some of the
|
||||
fonts have unusual licensing requirements, but 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 like to
|
||||
do so. Alternatively, choose fonts that exist on your systembefore
|
||||
running the scripts. .
|
||||
|
||||
|
||||
|
||||
@@ -237,15 +229,36 @@ Authors:
|
||||
Shirasaki Yasuhiro
|
||||
|
||||
%package devel
|
||||
Summary: GIMP Plugin and Extension Development Kit
|
||||
Provides: gimp2-devel gimp-2.0-devel
|
||||
Summary: The GNU Image Manipulation Program--Development Branch
|
||||
Requires: %{name} = %{version} gtk2-devel glib2-devel glibc-devel
|
||||
Obsoletes: gimpdev libgimpd gimp2-devel
|
||||
Group: Development/Libraries/GNOME
|
||||
Provides: gimp-2.0-devel
|
||||
Provides: gimp-unstable-devel = %{version}
|
||||
Obsoletes: gimp-unstable-devel < 2.4.0
|
||||
Group: Productivity/Graphics/Bitmap Editors
|
||||
|
||||
%description devel
|
||||
Install gimp-devel if you're going to create plug-ins and/or extensions
|
||||
for the GIMP.
|
||||
This is an unstable development branch of the GIMP package for
|
||||
adventurous users. It contains many new features, but might be
|
||||
unstable, crash, or not work at all. Report problems not related to
|
||||
packaging to http://bugzilla.gnome.org/.
|
||||
|
||||
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 offers many
|
||||
of the tools and filters you would expect to find in similar commercial
|
||||
offerings and contains some interesting extras as well. The GIMP
|
||||
provides alarge image manipulation toolbox, including channel
|
||||
operations and layers, effects, subpixel imaging and antialiasing, and
|
||||
conversions- all including multilevel undo. The GIMP offers a scripting
|
||||
facility, but many of the included scripts rely on fonts that we cannot
|
||||
distribute. The GIMP FTP sitehas a package of fonts that you need to
|
||||
run the included scripts and that you can install yourself. Some of the
|
||||
fonts have unusual licensing requirements, but 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 like to
|
||||
do so. Alternatively, choose fonts that exist on your systembefore
|
||||
running the scripts. .
|
||||
|
||||
|
||||
|
||||
@@ -422,33 +435,36 @@ Authors:
|
||||
Shirasaki Yasuhiro
|
||||
|
||||
%package doc
|
||||
Summary: Additional Package Documentation for GIMP.
|
||||
Provides: gimp2-doc gimp-2.0-doc
|
||||
Summary: The GNU Image Manipulation Program--Development Branch
|
||||
Requires: %{name} = %{version}
|
||||
Obsoletes: gimpdev libgimpd gimp2-devel
|
||||
Provides: gimp-2.0-doc
|
||||
Provides: gimp-unstable-doc = %{version}
|
||||
Obsoletes: gimp-unstable-doc < 2.4.0
|
||||
Group: Productivity/Graphics/Bitmap Editors
|
||||
|
||||
%description doc
|
||||
This is an unstable development branch of the GIMP package for
|
||||
adventurous users. It contains many new features, but might be
|
||||
unstable, crash, or not work at all. Report problems not related to
|
||||
packaging to http://bugzilla.gnome.org/.
|
||||
|
||||
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.
|
||||
creating logos and other graphics for Web pages. The GIMP offers many
|
||||
of the tools and filters you would expect to find in similar commercial
|
||||
offerings and contains some interesting extras as well. The GIMP
|
||||
provides alarge image manipulation toolbox, including channel
|
||||
operations and layers, effects, subpixel imaging and antialiasing, and
|
||||
conversions- all including multilevel undo. The GIMP offers a scripting
|
||||
facility, but many of the included scripts rely on fonts that we cannot
|
||||
distribute. The GIMP FTP sitehas a package of fonts that you need to
|
||||
run the included scripts and that you can install yourself. Some of the
|
||||
fonts have unusual licensing requirements, but 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 like to
|
||||
do so. Alternatively, choose fonts that exist on your systembefore
|
||||
running the scripts. .
|
||||
|
||||
|
||||
|
||||
@@ -629,69 +645,35 @@ Authors:
|
||||
%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
|
||||
%patch0
|
||||
# spline.c: 47
|
||||
# fit.c: 1310
|
||||
|
||||
%build
|
||||
# Remove redundand Norwegian locale.
|
||||
%{?suse_update_config:%{suse_update_config -f}}
|
||||
#aclocal
|
||||
#automake
|
||||
autoconf
|
||||
# needed for gimp-2.4.0:
|
||||
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}
|
||||
%configure\
|
||||
--libexecdir=%{_prefix}/lib\
|
||||
--enable-default-binary\
|
||||
--enable-mp
|
||||
make %{?jobs:-j%jobs}
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%if %suse_version > 1020
|
||||
%fdupes -s $RPM_BUILD_ROOT
|
||||
%endif
|
||||
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
|
||||
%makeinstall
|
||||
%suse_update_desktop_file gimp
|
||||
rm $RPM_BUILD_ROOT%{_libdir}/gimp/2.0/*/*.*a $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-python gimp20.lang
|
||||
%find_lang gimp20-script-fu gimp20.lang
|
||||
%find_lang gimp20-std-plug-ins gimp20.lang
|
||||
%find_lang gimp20-tips gimp20.lang
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@@ -699,12 +681,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files
|
||||
%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.*
|
||||
%{_datadir}/applications/gimp.desktop
|
||||
%{_datadir}/icons/hicolor/*/apps/*.png
|
||||
%{_datadir}/icons/hicolor/*/apps/*.svg
|
||||
%{_datadir}/gimp
|
||||
%{_libdir}/gimp
|
||||
%doc %{_mandir}/man?/*.*
|
||||
%{_sysconfdir}/gimp
|
||||
@@ -714,161 +697,177 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/gimptool*
|
||||
%{_datadir}/aclocal/*.m4
|
||||
%{_includedir}/*
|
||||
%{_libdir}/*.*a
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_datadir}/aclocal/*.m4
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/gtk-doc/html/*
|
||||
|
||||
%changelog
|
||||
* Sat Sep 15 2007 - coolo@suse.de
|
||||
- revert the last change as the dependency is way too big for 10.3
|
||||
* Thu Sep 13 2007 - mauro@suse.de
|
||||
- Added support for gutenprint, discarded the old libgimpprint module.
|
||||
This fixes bug bnc #245683.
|
||||
* Sat Sep 01 2007 - stbinner@suse.de
|
||||
- update branding to 10.3 artwork (#296499)
|
||||
* Thu Aug 09 2007 - maw@suse.de
|
||||
- Fix up the lang subpackage
|
||||
- s#%%run_ldconfig#/sbin/ldconfig# in %%post and %%postun.
|
||||
* Wed Aug 08 2007 - mauro@suse.de
|
||||
- Split out a -lang subpackage
|
||||
- Add %%fdupes stuff
|
||||
* Wed Jul 25 2007 - maw@suse.de
|
||||
- Update to version 2.2.17 (#293749)
|
||||
- Remove upstreamed gimp-psd-overflow.patch and
|
||||
gimp-sunras-overflow.patch
|
||||
- The following bug numbers in this changelog entry are against
|
||||
bugzilla.gnome.org:
|
||||
Bugs fixed in GIMP 2.2.17
|
||||
- fixed regression in PSD load plug-in (bug #456042)
|
||||
- fixed crash when loading a corrupt PSD file (bug #327444)
|
||||
- work around for Pango appending " Not-Rotated" to font names
|
||||
Bugs fixed in GIMP 2.2.16
|
||||
- improved input value validation in several file plug-ins (bug #453973)
|
||||
- improved handling of corrupt or invalid XCF files
|
||||
- guard against integer overflows in several file plug-ins (bug #451379)
|
||||
- fixed handling of background alpha channel in XCF files (bug #443097)
|
||||
- improved forward compatibility of the config parser
|
||||
- fixed crash when previewing some animated brushes (bug #446005)
|
||||
Bugs fixed in GIMP 2.2.15
|
||||
- fixed parsing of GFig files with CRLF line endings (bug #346988)
|
||||
- guard against a possible stack overflow in the Sunras loader (bug #433902)
|
||||
- fixed definition of datarootdir in gimptool-2.0 (bug #436386)
|
||||
- fixed Perspective tool crash on Mac OS X (bug #349483)
|
||||
- fixed area resizing in the Image Map plug-in (bug #439222)
|
||||
- added missing library in gimptool-2.0 --libs output
|
||||
- added new localizations: Occitan and Persian
|
||||
Bugs fixed in GIMP 2.2.14
|
||||
- avoid crashing on newer versions of the winicon format (bug #352899)
|
||||
- fixed crash in Postscript plug-in (bug #353381)
|
||||
- fixed handling of TABs in the text tool (bug #353132)
|
||||
- fixed bug in Depth Merge plug-in (bug #355219)
|
||||
- fixed bug in GimpDrawablePreview widget (bug #353639)
|
||||
- fixed bug in Line Nove script (bug #357433)
|
||||
- fixed bug in Ripple plug-in (bug #357431)
|
||||
- save locale independent files from Fractal Explorer plug-in (bug #360095)
|
||||
- fixed bug in Super Nova plug-in (bug #340073)
|
||||
- be more robust against broken XCF files (bug #357809)
|
||||
- fixed drawing issues in Image Map plug-in (bug #311621)
|
||||
- fixed smoothing option in Fractal Explorer plug-in (bug #372671)
|
||||
- load channels in the proper order when opening an XCF file (bug #378003)
|
||||
- deal with floating selections in the Burn-In Animation script (bug #384096)
|
||||
- fixed clipping in the GimpPreviewArea widget (bug #392692)
|
||||
- fixed a potential crash in gimp-remote (bug #392111)
|
||||
- work around a file-chooser problem on Windows (bug #398726)
|
||||
- fixed markup of the gimp(1) manual page (bug #401145)
|
||||
- fixed the fix for the right-to-left layout in layers dialog (bug #348347)
|
||||
- fixed PSD save plug-in on 64bit architectures (bug #335130)
|
||||
- added missing dependency in gimpui-2.0.pc file (bug #356394)
|
||||
- fixed a crash in the PSD save plug-in (bug #395385)
|
||||
- improved robustness of transform tool preview code (bug #420595)
|
||||
- improved forward compatibility of XCF loader (bug #316207)
|
||||
- don't crash in the Compressor plug-in if files can't be opened (bug #422444)
|
||||
- fixed sensitivity of input fields in the Lighting plug-in (bug #359833)
|
||||
* Wed Oct 24 2007 - sbrabec@suse.cz
|
||||
- Updated to version 2.4.0:
|
||||
* further improved the rectangle select and crop tools
|
||||
* allow to mark out-of-gamut colors when doing a soft proof
|
||||
* bug fixes
|
||||
- Package renamed from gimp-unstable to gimp.
|
||||
* Thu Oct 11 2007 - sbrabec@suse.cz
|
||||
- poppler devel package names prepended by "lib".
|
||||
* Mon Oct 08 2007 - sbrabec@suse.cz
|
||||
- Use binding specific poppler devel package.
|
||||
* Mon Sep 24 2007 - stbinner@suse.de
|
||||
- update to GIMP 2.3 Release Candidate 3 (#327516)
|
||||
* Changes in GIMP 2.4.0-rc3:
|
||||
- use the new format for storing recently used files
|
||||
- added conversion options to the color profile conversion plug-in
|
||||
- allow to disable the toolbox menu on all platforms
|
||||
- further improved handling of the JPEG settings
|
||||
- switch tabs when hovering over them
|
||||
- added a PDB function to remove the alpha channel from a layer
|
||||
- plug-in previews remember the state of the Preview checkbox
|
||||
- allow to grow the image/layer using the Crop tool
|
||||
* Changes in GIMP 2.4.0-rc2:
|
||||
- more improvements and bug fixes in the rectangle tools
|
||||
- antialias the display for zoom levels between 100%% and 200%
|
||||
- fix zoomed-out display problems
|
||||
- improve handling of JPEG settings
|
||||
- fix script-fu error reporting
|
||||
- on OS X, get rid of menubars in windows and use the global menubar
|
||||
- fix plug-ins using GimpZoomPreview
|
||||
- throw properly catchable exceptions from foreign script-fu function
|
||||
(like PDB wrappers)
|
||||
* Changes in GIMP 2.4.0-rc1:
|
||||
- further improvement to the Print plug-in
|
||||
- completed the color management functionality for 2.4
|
||||
- store JPEG setting with the image and use them when saving as JPEG
|
||||
- further improved the rectangle tools, in particular handling of the
|
||||
fixed aspect ratio
|
||||
- added color profile selector widget
|
||||
- further improved the display quality for zoomed-out views
|
||||
* Tue Sep 11 2007 - stbinner@suse.de
|
||||
- add Conflict with gimp-lang (#307289)
|
||||
* Mon Jul 30 2007 - maw@suse.de
|
||||
- Update to version 2.3.19:
|
||||
+ support long layer names in PSD files
|
||||
+ improved EXIF handling in the JPEG file plug-in
|
||||
+ added control for the playback speed in the Animation Playback plug-in
|
||||
+ avoid needless image preview invalidation
|
||||
+ allow to edit the image comment in the Image Properties dialog
|
||||
+ further improved rectangle tools
|
||||
+ made JPEG save parameters user-configurable
|
||||
+ avoid color conversions between identical ICC color profiles
|
||||
+ improved Print plug-in
|
||||
+ improved loading and saving of indexed TGA images
|
||||
+ temporarily show the hidden image statusbar while the progress is active
|
||||
+ added support for loading .abr v6 Photoshop brushes
|
||||
+ improved usability of color scales
|
||||
+ improved display quality of zoomed-out image view
|
||||
+ improved import of multi-page TIFF files
|
||||
+ reduced rounding errors in Blur routines (core and plug-ins)
|
||||
+ further improved parameter checks in the PDB
|
||||
+ added support for loading .abr v2 Photoshop brushes
|
||||
+ improved border behavior of the Blur tool
|
||||
+ show the brush outline at the Clone tool's source position
|
||||
+ added libgimpbase API to retrieve the user's Pictures folder
|
||||
+ add a shortcut to the user's Pictures folder to the file-chooser dialog
|
||||
+ improved the quality of the Motion Blur filter
|
||||
+ save paths in TIFF files
|
||||
+ let the Screenshot plug-in name the new layer after the window
|
||||
+ use memory slices to reduce memory fragmentation
|
||||
+ some code cleanup
|
||||
+ lots of bug fixes
|
||||
- Remove upstreamed gimp-psd-overflow.patch and gimp-sunras-overflow.patch.
|
||||
* Thu Jul 19 2007 - maw@suse.de
|
||||
- Respin gimp-psd-overflow.patch (http://bugzilla.gnome.org/show_bug.cgi?id=456042
|
||||
and https://bugzilla.novell.com/show_bug.cgi?id=284288#c13).
|
||||
* Wed Jul 04 2007 - maw@suse.de
|
||||
- Add gimp-psd-overflow.patch (#284288 and CVE-2007-2949), fixing
|
||||
a buffer overflow.
|
||||
* Fri May 11 2007 - pgajdos@suse.cz
|
||||
- removed gnome-icon-theme from BuildRequires and Requires
|
||||
[#247450]
|
||||
* Mon May 07 2007 - sbrabec@suse.cz
|
||||
* Updated to version gimp-2.3.16:
|
||||
* XOR color configurable as a workaround for broken drivers
|
||||
* keyboard shortcuts can assign to procedures without menu entry
|
||||
* configurable height of the preview area in data editors
|
||||
* improved file detection in TGA plug-in
|
||||
* improved brush scaling code, now also scales up
|
||||
* converted standard pixmap brushes to parametric ones
|
||||
* improved zoom tool behavior
|
||||
* D-Bus methods have a return value indicating success or failure
|
||||
* added more menu tooltips
|
||||
* procedures can request the display ID they are called from
|
||||
* depend on GTK+ >= 2.10.6
|
||||
* filename passed on the command-line can open new image
|
||||
* various optimizations, bug fixes and code cleanup
|
||||
* Fri May 04 2007 - sbrabec@suse.cz
|
||||
- Fixed buffer overflow in sunras plugin (#270506, GNOME#433902,
|
||||
CVE-2007-2356).
|
||||
* Wed Apr 04 2007 - sbrabec@suse.cz
|
||||
- Updated to version gimp-2.3.15:
|
||||
* Fixes, improvements, UI and API changes. See NEWS for more.
|
||||
* Thu Mar 08 2007 - sbrabec@suse.cz
|
||||
- Removed obsolete hicolor icon symlink (#248676).
|
||||
* Wed Mar 07 2007 - pgajdos@suse.cz
|
||||
- fixed 'warning: subscript out of range' (#231161)
|
||||
- subscript-outrng.patch
|
||||
* Tue Feb 27 2007 - dmueller@suse.de
|
||||
- adjust BuildRequires: libexif->libexif-devel
|
||||
- adjust buildrequires: libexif -> libexif-devel
|
||||
* Wed Jan 03 2007 - sbrabec@suse.cz
|
||||
- Prefix changed to /usr.
|
||||
- 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
|
||||
- Updated to version 2.3.11:
|
||||
* Many new features, see
|
||||
/usr/share/doc/packages/gimp-unstable/NEWS for more.
|
||||
* Many bug fixes and code cleanup.
|
||||
- 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 Feb 15 2006 - stbinner@suse.de
|
||||
- use just "Gimp" as name, don't duplicate GenericName description
|
||||
* Fri Feb 10 2006 - sbrabec@suse.cz
|
||||
- Updated to version 2.3.7.
|
||||
* 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).
|
||||
- Updated to version 2.3.6.
|
||||
- Enabled parallel build.
|
||||
* Fri Nov 18 2005 - sbrabec@suse.cz
|
||||
* Tue Jan 03 2006 - sbrabec@suse.cz
|
||||
- Suggest AdobeICCProfiles.
|
||||
* Mon Nov 21 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.
|
||||
- Provide gimp symlink.
|
||||
* Tue Nov 08 2005 - sbrabec@suse.cz
|
||||
- Build with strict aliasing.
|
||||
- Fixed random return value.
|
||||
* 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.
|
||||
- Updated to version 2.3.5.
|
||||
* Wed Nov 02 2005 - dmueller@suse.de
|
||||
- don't build as root
|
||||
* Tue Sep 27 2005 - sbrabec@suse.cz
|
||||
- Updated to version 2.3.4.
|
||||
* Mon Aug 15 2005 - sbrabec@suse.cz
|
||||
- Provide gimp-2.0 virtual.
|
||||
* Wed Aug 10 2005 - sbrabec@suse.cz
|
||||
- Updated to version 2.3.3.
|
||||
* Thu Aug 04 2005 - sbrabec@suse.cz
|
||||
- Do not self-conflict.
|
||||
* Fri Jul 15 2005 - sbrabec@suse.cz
|
||||
- Provide and conflict with gimp.
|
||||
* Tue Jul 12 2005 - sbrabec@suse.cz
|
||||
- Fixed MMX patch reject.
|
||||
* Mon Jul 11 2005 - sbrabec@suse.cz
|
||||
- Updated to version 2.2.8.
|
||||
- Created SuSE package for unstable branch.
|
||||
- Updated to version 2.3.2.
|
||||
- Removed unneeded static modules and .la files for modules.
|
||||
* Thu Jul 07 2005 - gekker@suse.de
|
||||
- Fix use of uninitialized variables
|
||||
|
Reference in New Issue
Block a user