Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-updates-src > by-pkgid > 22f61de457aaa3d991c2f703a42f97af > files > 14

gimp-2.8.14-4.3.mga5.src.rpm

%define lib_major 0

# optional compile flags
%define enable_python 1
%{?_without_python: %global enable_python 0}

%define enable_lzw 0
%{?_with_lzw: %global enable_lzw 1}

%define req_gtk_version 2.12.1

%define api_version 2.0
%define abi_version 2.8
%define libname	%mklibname %{name} %{api_version}_%{lib_major}
%define devlibname	%mklibname -d %{name}%{api_version}

Summary:	The GNU Image Manipulation Program
Name:		gimp
Epoch:		1
Version:	2.8.14
%define subrel	3
Release:	%mkrel 4
License:	GPLv2+
Group:		Graphics/Editors and Converters
URL:		http://www.gimp.org/

Source0:	http://download.gimp.org/pub/gimp/v%{abi_version}/gimp-%version.tar.bz2
Source1:	http://download.gimp.org/pub/gimp/v%{abi_version}/gimp-%version.tar.bz2.md5
Source13:	gimp-scripting-sample.pl
Patch0:		gimp-2.8.0-link.patch
#gw fix name in desktop file and disable startup notification
Patch2:		gimp-2.5.1-desktopentry.patch
Patch3:		gimp-CVE-2016-4994-commit.patch
Patch4:		gimp-bgo773233-CVE-2007-3126.patch
Patch5:		Bug-739134-CVE-2017-17786-Out-of-bounds-read-heap-ov.patch
Patch6:		plug-ins-TGA-16-bit-RGB-without-alpha-bit-is-also-va.patch
Patch7:		Bug-790849-CVE-2017-17789-CVE-2017-17789-Heap-buffer.patch
Patch8:		Bug-790784-CVE-2017-17784-heap-overread-in-gbr-parse.patch
Patch9:		Bug-790853-CVE-2017-17787-heap-overread-in-psp-impor.patch
Patch10:	Bug-739133-CVE-2017-17785-Heap-overflow-while-parsin.patch
Patch11:	790783-buffer-overread-in-XCF-parser-if-version-fiel.patch
BuildRequires: pkgconfig(atk) >= 2.2.0
BuildRequires: pkgconfig(babl) >= 0.1.10
BuildRequires: pkgconfig(cairo) >= 1.10.2
BuildRequires: pkgconfig(cairo-pdf) >= 1.10.2
BuildRequires: pkgconfig(dbus-glib-1) >= 0.70
BuildRequires: pkgconfig(fontconfig) >= 2.2.0
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.24.1
BuildRequires: pkgconfig(gegl-0.2) >= 0.2.0
BuildRequires: pkgconfig(gio-2.0) >= 2.30.2
BuildRequires: pkgconfig(glib-2.0) >= 2.30.2
BuildRequires: pkgconfig(gmodule-no-export-2.0)
BuildRequires: pkgconfig(gtk+-2.0) >= 2.24.10
BuildRequires: pkgconfig(gudev-1.0) >= 167
BuildRequires: pkgconfig(iso-codes)
BuildRequires: pkgconfig(lcms2) >= 2.2
BuildRequires: pkgconfig(libcurl) >= 7.15.1
BuildRequires: pkgconfig(libexif) >= 0.6.15
BuildRequires: pkgconfig(libpng) >= 1.2.37
BuildRequires: pkgconfig(librsvg-2.0) >= 2.36.0
BuildRequires: pkgconfig(pangocairo) >= 1.29.4
BuildRequires: pkgconfig(pangoft2)
BuildRequires: pkgconfig(poppler-glib) >= 0.12.4
BuildRequires: pkgconfig(webkit-1.0) >= 1.6.1
BuildRequires: pkgconfig(xcursor)
BuildRequires: pkgconfig(xfixes)

BuildRequires:	aalib-devel
BuildRequires:	gtk-doc >= 1.11-3
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(libmng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(jasper)
BuildRequires:	perl
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	bzip2-devel
BuildRequires:	libgs-devel
BuildRequires:	intltool 
# mail plugin
BuildRequires:	sendmail-command
# python plugin
%if %enable_python
BuildRequires: pkgconfig(pygtk-2.0) >= 2.10.4
%endif
BuildRequires:  automake
BuildRequires:  libwmf-devel >= 0.2.8
BuildRequires:  pkgconfig(xext)
BuildRequires:  desktop-file-utils
Provides: gimp1_3 gimp2_0 gimp2_2 gimp2.6
Obsoletes: gimp1_3 gimp2_0 gimp2_2 gimp2.6
# workaround libgimp not bumping its major on API/ABI changes:
Requires:	%{libname} = %epoch:%{version}
Conflicts:	perl-Gimp < 2.2
Conflicts:	gutenprint-gimp2 < 5.0.1
Recommends:	gimp-help
Obsoletes:	gimp-help-2-common < 2.6

%description
The GIMP is an image manipulation program suitable for photo retouching,
image composition and image authoring.  Many people find it extremely useful
in 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, sub-pixel imaging and anti-aliasing,
and conversions, all with multi-level undo.

This version of 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 them in http://download.gimp.org/pub/gimp/fonts/ if
you are so inclined.  Alternatively, choose fonts which exist on your
system before running the scripts.

Build Options:
--without python        Disable pygimp (default enabled)
--with    lzw           Enable LZW compression in GIF (default disabled)

%package -n %{devlibname}
Summary:	GIMP plugin and extension development kit
Group:		Development/GNOME and GTK+
Requires:	libgtk+2.0-devel >= %{req_gtk_version}
Epoch:		1
License:	LGPLv2+
Requires:	%{libname} = %epoch:%{version}
Provides:	gimp-devel = %{version}-%{release}
Provides:	gimp2.6-devel = %{version}-%{release}
Provides:	libgimp-devel = %{version}-%{release}

%description -n %{devlibname}
Static libraries and header files for writing GIMP plugins and extensions.

%package -n %libname
Summary:	GIMP libraries
Group:		System/Libraries
Epoch:		1
License:	LGPLv2+
Provides:	libgimp%{api_version} = %{version}-%{release}
Obsoletes:	%mklibname gimp 2.6_2.0_0

%description -n %libname
This is the library that provides core GIMP functionality.
It enable other programs to use GIMP's features but is mainly intended
to be used by the GIMP and its "external" plugins.

%package python
Summary:	GIMP python extension
Group:		Development/Python
Epoch:		1
Requires:	pygtk2.0
Obsoletes: gimp1_3-python, gimp2_0-python, gimp2_2-python

%description python
This package contains the python modules for GIMP, which act as a
wrapper to libgimp allowing the writing of plug-ins for Gimp.
This is similar to script-fu, except that you can use the full set
of Python extension modules from the plug-in, and you write plug-in
in python instead of in scheme.

%prep
%setup -q -n gimp-%version
%patch0 -p0 -b .link
%patch2 -p1 -b .desktopentry
%patch3 -p1 -b .CVE-2016-4995
%patch4 -p1 -b .ICO
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p1
%patch10 -p1
%patch11 -p1

%build
%configure2_5x --enable-default-binary=yes --disable-static \
	--enable-mp=yes		\
%if %enable_python
	--enable-python=yes	\
%else
	--enable-python=no	\
%endif
%if %enable_lzw
	--with-gif-compression=lzw	\
%else
	--with-gif-compression=rle	\
%endif
	--enable-gtk-doc=yes	

%make

%install
%makeinstall_std

#clean unpackaged files
find %buildroot -name '*.la' -delete

# workaround broken help system                                                                               
HELP_DIR=%{buildroot}%_datadir/gimp/%api_version/help/C
[[ -d $HELP_DIR ]] || mkdir -p $HELP_DIR
HELP_IDX=$HELP_DIR/introduction.html
echo -e '<HTML><HEAD><TITLE>GIMP Base Library</HEAD>\n<BODY><UL>' > $HELP_IDX

/bin/ls %{buildroot}%_datadir/gtk-doc/html/*/index.html | sed -e "s@%{buildroot}@@g" >> $HELP_IDX
perl -pi -e 's!(.*/html/)([^/]*)(/index.html)!<LI><A HREF="\1\2\3">\2</A>!g' $HELP_IDX

echo '</UL></BODY></HTML>' >> $HELP_IDX

%find_lang gimp20 --all-name

%if %enable_python
chmod 755 %buildroot%_libdir/gimp/%{api_version}/plug-ins/*.py
mkdir -p %{buildroot}%{_libdir}/python%{pyver}/site-packages
echo %_libdir/gimp/%{api_version}/python > %{buildroot}%{_libdir}/python%{pyver}/site-packages/gimp.pth
echo %_libdir/gimp/%{api_version}/plug-ins >> %{buildroot}%{_libdir}/python%{pyver}/site-packages/gimp.pth
%endif

desktop-file-install --vendor="" \
  --add-category="X-Mageia-CrossDesktop" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%files -f gimp20.lang
%{_bindir}/gimp
%{_bindir}/gimp-%abi_version
%{_bindir}/gimp-console
%{_bindir}/gimp-console-%abi_version
%{_datadir}/applications/*
%{_datadir}/appdata/gimp.appdata.xml
%{_datadir}/gimp
%dir %{_libdir}/gimp
%dir %{_libdir}/gimp/%{api_version}
%dir %{_libdir}/gimp/%{api_version}/environ
%{_libdir}/gimp/%{api_version}/interpreters
%{_libdir}/gimp/%{api_version}/environ/default.env
%{_libdir}/gimp/%{api_version}/modules
%{_libdir}/gimp/%{api_version}/plug-ins
%exclude %{_libdir}/gimp/%{api_version}/plug-ins/*.py
%{_mandir}/man1/gimp*
%{_mandir}/man5/gimp*
%_datadir/icons/hicolor/*/apps/gimp.png
#%_datadir/icons/hicolor/scalable/apps/gimp.svg
%config(noreplace) %{_sysconfdir}/gimp

%doc AUTHORS NEWS README README.i18n docs/Wilber*

%files -n %{devlibname}
%doc ChangeLog
%doc %{_datadir}/gtk-doc/html/*
%{_bindir}/gimptool-*
%{_datadir}/aclocal/*.m4
%{_includedir}/*
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*
%{_mandir}/man1/gimptool-*

%files -n %libname
# explicitly list all libs to avoid old libtool issue
%{_libdir}/libgimpconfig-%{api_version}.so.%{lib_major}*
%{_libdir}/libgimp-%{api_version}.so.%{lib_major}*
%{_libdir}/libgimpthumb-%{api_version}.so.%{lib_major}*
%{_libdir}/libgimpbase-%{api_version}.so.%{lib_major}*
%{_libdir}/libgimpcolor-%{api_version}.so.%{lib_major}*
%{_libdir}/libgimpmath-%{api_version}.so.%{lib_major}*
%{_libdir}/libgimpmodule-%{api_version}.so.%{lib_major}*
%{_libdir}/libgimpui-%{api_version}.so.%{lib_major}*
%{_libdir}/libgimpwidgets-%{api_version}.so.%{lib_major}*

%if %enable_python
%files python
%{_libdir}/gimp/%{api_version}/environ/pygimp.env
%{_libdir}/gimp/%{api_version}/python
%{_libdir}/gimp/%{api_version}/plug-ins/*.py
%{_libdir}/python%{pyver}/site-packages/*.pth
%endif


%changelog
* Sun Dec 31 2017 luigiwalser <luigiwalser> 1:2.8.14-4.3.mga5
+ Revision: 1188362
- add patches from debian to fix CVE-2017-1778[4-9]

  + shlomif <shlomif>
    - Fix MGA#20663 with patch from SUSE.
    - Apply patch for MGA#18804

* Wed Oct 15 2014 umeabot <umeabot> 1:2.8.14-4.mga5
+ Revision: 743885
- Second Mageia 5 Mass Rebuild

* Sat Sep 27 2014 tv <tv> 1:2.8.14-3.mga5
+ Revision: 726324
- rebuild for missing pythoneggs deps

* Tue Sep 16 2014 umeabot <umeabot> 1:2.8.14-2.mga5
+ Revision: 679574
- Mageia 5 Mass Rebuild

  + tv <tv>
    - s/uggests:/Recommends:/

* Thu Aug 28 2014 fwang <fwang> 1:2.8.14-1.mga5
+ Revision: 668941
- 2.8.14
- replace with mageia

* Fri Aug 01 2014 spuhler <spuhler> 1:2.8.10-3.mga5
+ Revision: 659072
- changed BuildRequires: pkgconfig(lcms) >= 1.16 to pkgconfig(lcms2) >= 2.2
  * we want to obsolete lcms

* Sat Apr 26 2014 shlomif <shlomif> 1:2.8.10-2.mga5
+ Revision: 618181
- Update download URL and got to build with the latest freetype.

* Wed Feb 05 2014 fwang <fwang> 1:2.8.10-1.mga5
+ Revision: 583198
- update file list
- new version 2.8.10

* Wed Dec 04 2013 luigiwalser <luigiwalser> 1:2.8.6-4.mga4
+ Revision: 555178
- add upstream patches to fix CVE-2013-1913 and CVE-2013-1978

* Sat Oct 19 2013 umeabot <umeabot> 1:2.8.6-3.mga4
+ Revision: 533245
- Mageia 4 Mass Rebuild

* Tue Aug 27 2013 tv <tv> 1:2.8.6-2.mga4
+ Revision: 472365
- rebuild for new libmng

* Sat Jun 22 2013 shlomif <shlomif> 1:2.8.6-1.mga4
+ Revision: 445640
- New version 2.8.6

* Mon Jun 03 2013 fwang <fwang> 1:2.8.4-2.mga4
+ Revision: 435876
- rebuild for new libpng

* Mon May 27 2013 fwang <fwang> 1:2.8.4-1.mga4
+ Revision: 428570
- new version 2.8.4

* Sat Jan 12 2013 umeabot <umeabot> 1:2.8.2-3.mga3
+ Revision: 351555
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

  + boklm <boklm>
    - Update group: Graphics/Editors -> Graphics/Editors and Converters

* Fri Dec 07 2012 luigiwalser <luigiwalser> 1:2.8.2-2.mga3
+ Revision: 327883
- add upstream patch to fix CVE-2012-5576

  + malo <malo>
    - update RPM group

* Fri Aug 24 2012 fwang <fwang> 1:2.8.2-1.mga3
+ Revision: 283487
- new version 2.8.2

* Mon Aug 20 2012 luigiwalser <luigiwalser> 1:2.8.0-3.mga3
+ Revision: 282663
- add patches from redhat to fix CVE-2012-3403 and CVE-2012-3481

* Mon Jun 11 2012 fwang <fwang> 1:2.8.0-2.mga3
+ Revision: 259623
- adopt to gimp-help package name change

* Thu May 03 2012 fwang <fwang> 1:2.8.0-1.mga2
+ Revision: 234596
- fix br
- fix linkage
- more br
- do not promote math lib in ldflags
- requires poppler glib
- new version 2.8.0

* Wed Feb 22 2012 ovitters <ovitters> 1:2.7.4-4.mga2
+ Revision: 212214
- clean spec

* Mon Jan 23 2012 dmorgan <dmorgan> 1:2.7.4-3.mga2
+ Revision: 200194
- Fix package ownage

* Fri Dec 23 2011 fwang <fwang> 1:2.7.4-2.mga2
+ Revision: 186519
- rebuild for new libtiff

* Mon Dec 19 2011 gil <gil> 1:2.7.4-1.mga2
+ Revision: 184116
- build fix
  added export LDFLAGS
- clean spec file
- update to 2.7.4 (unstable, see http://developer.gimp.org/NEWS for details)

* Tue Sep 27 2011 ovitters <ovitters> 1:2.7.3-1.mga2
+ Revision: 149469
- rebuild for new poppler

  + gil <gil>
    - gimp.svg commented
    - edit spec file
    - update to 2.7.3

* Sun Sep 18 2011 fwang <fwang> 1:2.6.11-10.mga2
+ Revision: 144995
- drop .la files

* Sun Sep 18 2011 fwang <fwang> 1:2.6.11-9.mga2
+ Revision: 144964
- fix build with libpng 1.5
- rebuild for new libpng

  + ahmad <ahmad>
    - Change libpoppler-*-devel BR to pkgconfig style

* Mon Jun 20 2011 dmorgan <dmorgan> 1:2.6.11-7.mga2
+ Revision: 110464
- Rebuild against new webkit

* Tue May 03 2011 ahmad <ahmad> 1:2.6.11-6.mga1
+ Revision: 94526
- Obsolete gimp-help-2-common to smoothen upgrades from older Mdv releases

* Mon Mar 28 2011 ahmad <ahmad> 1:2.6.11-5.mga1
+ Revision: 78491
- add an upstream patch to fix goption warning with glib >= 2.28.2

* Wed Jan 19 2011 ahmad <ahmad> 1:2.6.11-4.mga1
+ Revision: 24845
- drop old/unneeded scriptlets
- use gtk-doc generic BR
- imported package gimp


* Thu Dec 30 2010 Funda Wang <fwang@mandriva.org> 1:2.6.11-3mdv2011.0
+ Revision: 626156
- rebuild for new poppler

* Wed Nov 03 2010 Götz Waschk <waschk@mandriva.org> 1:2.6.11-2mdv2011.0
+ Revision: 592954
- rebuild for new python 2.7

* Mon Oct 04 2010 Funda Wang <fwang@mandriva.org> 1:2.6.11-1mdv2011.0
+ Revision: 582809
- new version 2.6.11

* Thu Aug 05 2010 Funda Wang <fwang@mandriva.org> 1:2.6.10-2mdv2011.0
+ Revision: 566258
- rebuild for new poppler

* Sun Jul 11 2010 Götz Waschk <waschk@mandriva.org> 1:2.6.10-1mdv2011.0
+ Revision: 550651
- update to new version 2.6.10

* Sat Jul 10 2010 Götz Waschk <waschk@mandriva.org> 1:2.6.9-1mdv2011.0
+ Revision: 550308
- update to new version 2.6.9

* Sun Feb 14 2010 Götz Waschk <waschk@mandriva.org> 1:2.6.8-3mdv2010.1
+ Revision: 505804
- rebuild for new gegl

* Sun Jan 10 2010 Oden Eriksson <oeriksson@mandriva.com> 1:2.6.8-2mdv2010.1
+ Revision: 488757
- rebuilt against libjpeg v8

* Fri Dec 11 2009 Funda Wang <fwang@mandriva.org> 1:2.6.8-1mdv2010.1
+ Revision: 476374
- new version 2.6.8

* Fri Dec 11 2009 Oden Eriksson <oeriksson@mandriva.com> 1:2.6.7-5mdv2010.1
+ Revision: 476344
- P8: security fix for CVE-2009-1570 (new patch)
- P9: security fix for CVE-2009-3909

* Thu Nov 12 2009 Götz Waschk <waschk@mandriva.org> 1:2.6.7-4mdv2010.1
+ Revision: 465384
- patch for CVE-2009-1570

* Fri Oct 16 2009 Funda Wang <fwang@mandriva.org> 1:2.6.7-3mdv2010.0
+ Revision: 457820
- fix upstream bug#598516 (quite misleading translation)

* Sat Aug 15 2009 Oden Eriksson <oeriksson@mandriva.com> 1:2.6.7-2mdv2010.0
+ Revision: 416656
- rebuilt against libjpeg v7

* Sat Aug 15 2009 Götz Waschk <waschk@mandriva.org> 1:2.6.7-1mdv2010.0
+ Revision: 416455
- new version
- drop merged patches

* Thu Jul 09 2009 Götz Waschk <waschk@mandriva.org> 1:2.6.6-4mdv2010.0
+ Revision: 393873
- fix gegl check on startup (bug #52163)

* Tue May 19 2009 Götz Waschk <waschk@mandriva.org> 1:2.6.6-3mdv2010.0
+ Revision: 377484
- rebuild for new poppler

* Thu Apr 23 2009 Frederic Crozat <fcrozat@mandriva.com> 1:2.6.6-2mdv2009.1
+ Revision: 368799
- Patch7 (GIT): call fsync when renaming file
- Patch8 (GIT): fix crash in help browser
- Patch9 (GIT): fix undoing canvas resize
- Patch10 (GIT): fix color used in transformation

  + Götz Waschk <waschk@mandriva.org>
    - reenable gtk-doc

* Wed Mar 18 2009 Götz Waschk <waschk@mandriva.org> 1:2.6.6-1mdv2009.1
+ Revision: 357142
- new version
- disable gtk-doc

* Thu Mar 12 2009 Frederik Himpe <fhimpe@mandriva.org> 1:2.6.5-2mdv2009.1
+ Revision: 354432
- Rebuild for new webkit major

* Mon Feb 16 2009 Götz Waschk <waschk@mandriva.org> 1:2.6.5-1mdv2009.1
+ Revision: 340717
- update to new version 2.6.5
- fix autoreconf call

* Thu Jan 15 2009 Frederic Crozat <fcrozat@mandriva.com> 1:2.6.4-2mdv2009.1
+ Revision: 329902
- Restore unversioned binary name, both 2.4 and 2.6 version can't be installed in parallel anyway
- Enable MMX / SSE optimizations, they are used if available at runtime
- Don't compile with fast-math
- Update patch6, GIMP supports StartupNotify now

* Fri Jan 02 2009 Götz Waschk <waschk@mandriva.org> 1:2.6.4-1mdv2009.1
+ Revision: 323272
- new version
- rediff patches 0,1

* Sat Dec 27 2008 Funda Wang <fwang@mandriva.org> 1:2.6.3-2mdv2009.1
+ Revision: 319754
- fix strfmt
- rebuild for new python

  + Oden Eriksson <oeriksson@mandriva.com>
    - lowercase ImageMagick

* Sun Nov 23 2008 Funda Wang <fwang@mandriva.org> 1:2.6.3-1mdv2009.1
+ Revision: 305989
- new version 2.6.3

* Sun Nov 09 2008 Götz Waschk <waschk@mandriva.org> 1:2.6.2-3mdv2009.1
+ Revision: 301342
- rebuild for missing package

* Fri Nov 07 2008 Götz Waschk <waschk@mandriva.org> 1:2.6.2-2mdv2009.1
+ Revision: 300856
- rebuild for new libxcb

* Fri Oct 31 2008 Götz Waschk <waschk@mandriva.org> 1:2.6.2-1mdv2009.1
+ Revision: 298848
- update to new version 2.6.2

* Thu Oct 16 2008 Funda Wang <fwang@mandriva.org> 1:2.6.1-5mdv2009.1
+ Revision: 294212
- we now provide 2.6 as main version

* Wed Oct 15 2008 Thierry Vignaud <tv@mandriva.org> 1:2.6.1-4mdv2009.1
+ Revision: 293982
- fix upgrading from gimp2.6
- remove obviously obsolete comment
- remove old obsolete buildconflicts on gimp-1.3

* Mon Oct 13 2008 Götz Waschk <waschk@mandriva.org> 1:2.6.1-3mdv2009.1
+ Revision: 293071
- fix libname

* Sun Oct 12 2008 Funda Wang <fwang@mandriva.org> 1:2.6.1-2mdv2009.1
+ Revision: 292744
- rebuild against new poppler

* Sat Oct 11 2008 Götz Waschk <waschk@mandriva.org> 1:2.6.1-1mdv2009.1
+ Revision: 292489
- new version
- copy 2.6 branch
- new version

  + Thierry Vignaud <tv@mandriva.org>
    - new release
    - fix summary: it's now stable

  + Frederic Crozat <fcrozat@mandriva.com>
    - Add conflicts to upgrade from gimp2.5
    - Fix description
    - Rename to gimp2.6.spec
    - Switch to gimp2.6
    - Release 2.6.0 (keep it parallel installable with 2.4 for now)
    - Remove patch0, no longer needed

  + Funda Wang <fwang@mandriva.org>
    - New version 2.5.3

* Tue Aug 05 2008 Götz Waschk <waschk@mandriva.org> 1:2.4.6-2mdv2009.0
+ Revision: 263813
- disable gimp-remote
- new version
- reenable gimp-remote
- fix buildrequires
- new version
- bump deps
- build with webkit
- add patches 0,1 to fix the build
- update patch 6
- drop patches 8,9,10,11,12

  + Pixel <pixel@mandriva.com>
    - rpm filetriggers deprecates update_menus/update_scrollkeeper/update_mime_database/update_icon_cache/update_desktop_database/post_install_gconf_schemas
    - do not call ldconfig in %%post/%%postun, it is now handled by filetriggers

* Mon Apr 28 2008 Götz Waschk <waschk@mandriva.org> 1:2.4.6-1mdv2009.0
+ Revision: 197877
- drop dep on gutenprint to make the package installable
- new unstable version
- conflict with stable gimp
- drop patch 4
- update patch 6
- update buildrequires
- update file list
- branch stable gimp

* Fri Mar 21 2008 Giuseppe Ghibò <ghibo@mandriva.com> 1:2.4.5-3mdv2008.1
+ Revision: 189367
- Add missed .pth file for python in gimp-python subpackage.

* Tue Mar 18 2008 Frederic Crozat <fcrozat@mandriva.com> 1:2.4.5-2mdv2008.1
+ Revision: 188539
- Add conflicts to ease upgrade

* Sun Mar 02 2008 Frederic Crozat <fcrozat@mandriva.com> 1:2.4.5-1mdv2008.1
+ Revision: 177753
- Release 2.4.5

* Wed Jan 30 2008 Götz Waschk <waschk@mandriva.org> 1:2.4.4-1mdv2008.1
+ Revision: 160504
- new version

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

  + Giuseppe Ghibò <ghibo@mandriva.com>
    - Add conditional BuildRoot for backports.

* Mon Dec 17 2007 Per Øyvind Karlsen <peroyvind@mandriva.org> 1:2.4.3-1mdv2008.1
+ Revision: 131016
- drop COPYING and useless docs like INSTALL etc.

  + Thierry Vignaud <tv@mandriva.org>
    - kill re-definition of %%buildroot on Pixel's request

  + Frederic Crozat <fcrozat@mandriva.com>
    - Release 2.4.3

  + Giuseppe Ghibò <ghibo@mandriva.com>
    - enable printing beside external gutenprint plugin.
    - Added Patch9, 10, 11, 12 for backporting gimp 2.4.2 under 2007.0 and 2007.1.

* Wed Nov 21 2007 Götz Waschk <waschk@mandriva.org> 1:2.4.2-1mdv2008.1
+ Revision: 111024
- new version

* Sat Nov 17 2007 Funda Wang <fwang@mandriva.org> 1:2.4.1-2mdv2008.1
+ Revision: 109268
- rebuild for new lzma

* Thu Nov 01 2007 Götz Waschk <waschk@mandriva.org> 1:2.4.1-1mdv2008.1
+ Revision: 104352
- new version

* Wed Oct 24 2007 Götz Waschk <waschk@mandriva.org> 1:2.4.0-1mdv2008.1
+ Revision: 101760
- new version

* Thu Oct 11 2007 Götz Waschk <waschk@mandriva.org> 1:2.4.0-0.rc3.1mdv2008.1
+ Revision: 97149
- new version

* Tue Sep 11 2007 Götz Waschk <waschk@mandriva.org> 1:2.4.0-0.rc2.3mdv2008.0
+ Revision: 84560
- update patch 6 to disable startup notification (bug #33458)
- merge patch 7 with patch 6

* Mon Sep 10 2007 Götz Waschk <waschk@mandriva.org> 1:2.4.0-0.rc2.2mdv2008.0
+ Revision: 84098
- fix buildrequires
- fix license
- remove old obsoletes from libgimp
- add crossdesktop category (bug #33385)

* Tue Sep 04 2007 Götz Waschk <waschk@mandriva.org> 1:2.4.0-0.rc2.1mdv2008.0
+ Revision: 79129
- new version
- move gtk-doc files to devel package
- suggest gimp-help-2 to work around bug #9370

* Fri Aug 17 2007 Götz Waschk <waschk@mandriva.org> 1:2.4.0-0.rc1.1mdv2008.0
+ Revision: 65296
- new version
- fix installation

* Wed Aug 15 2007 Frederic Crozat <fcrozat@mandriva.com> 1:2.3.19-2mdv2008.0
+ Revision: 63747
- Patch8: fix command used for .desktop (GNOME bug #467023)

* Thu Jul 26 2007 Funda Wang <fwang@mandriva.org> 1:2.3.19-1mdv2008.0
+ Revision: 55806
- BR poppler-glib
- autotools is not needed here
- do not use versioned autotools
- New version 2.3.19

  + Nicolas Lécureuil <nlecureuil@mandriva.com>
    - [BUGFIX] Add mimetype image/x-xcf-gimp to fix launch under KDE (bug #23486)

* Tue Jun 12 2007 Götz Waschk <waschk@mandriva.org> 1:2.3.18-1mdv2008.0
+ Revision: 38365
- disable parallel build
- new version
- drop patch 0

* Mon Jun 11 2007 Olivier Blin <oblin@mandriva.com> 1:2.3.17-4mdv2008.0
+ Revision: 37968
- chestnut-pick g_slice fixes from Gimp SVN (2.3.17 was buggy and crashed on basic copy operations, upstream #441878)
- note: libx11-1.1.2-2mdv fixes additional crashes (in paintbrush usage)

  + Herton Ronaldo Krzesinski <herton@mandriva.com.br>
    - Rebuild with libslang2.

* Mon May 28 2007 Götz Waschk <waschk@mandriva.org> 1:2.3.17-2mdv2008.0
+ Revision: 31936
- new version
- drop patch

* Wed May 23 2007 Götz Waschk <waschk@mandriva.org> 1:2.3.16-2mdv2008.0
+ Revision: 29998
- P7: security fix for CVE-2007-2356
- readd menu macros
- remove extra icons
- new version
- fix buildrequires
- readd changelog


* Mon Mar 19 2007 Götz Waschk <waschk@mandriva.org> 2.3.14-3mdv2007.1
+ Revision: 146545
- don't depend on perl-PDL

* Thu Mar 01 2007 Thierry Vignaud <tvignaud@mandriva.com> 1:2.3.14-2mdv2007.1
+ Revision: 130728
- move huge (1Mb!) ChangeLog in devel package

  + Götz Waschk <waschk@mandriva.org>
    - fix file list
    - new version
    - update buildrequires

* Fri Oct 13 2006 Götz Waschk <waschk@mandriva.org> 1:2.3.12-1mdv2007.1
+ Revision: 64461
- new version
- unpack patches
- Import gimp

* Mon Oct 09 2006 Götz Waschk <waschk@mandriva.org> 2.3.11-1mdv2007.1
- drop patch 5
- New version 2.3.11

* Wed Sep 13 2006 Frederic Crozat <fcrozat@mandriva.com> 2.3.10-6mdv2007.0
- Add conflicts to ease upgrade
- Patch6: fix name in desktop file

* Thu Aug 03 2006 Frederic Crozat <fcrozat@mandriva.com> 2.3.10-5mdv2007.0
- Rebuild with latest dbus

* Fri Jul 28 2006 Thierry Vignaud <tvignaud@mandriva.com> 2.3.10-4mdv2007.0
- patch 5: security fix for CVE-2006-3404

* Fri Jul 28 2006 Christiaan Welvaart <cjw@daneel.dyndns.org> 2.3.10-3
- add BuildRequires: libxmu-devel

* Mon Jul 10 2006 Götz Waschk <waschk@mandriva.org> 2.3.10-2mdv2007.0
- fix disabling of the print plugin

* Fri Jul 07 2006 Götz Waschk <waschk@mandriva.org> 2.3.10-1mdv2007.0
- xdg menu
- fix icons
- rediff patch 4
- drop patch 3,5
- New release 2.3.10

* Wed Jun 07 2006 Götz Waschk <waschk@mandriva.org> 1:2.3.9-1mdv2007.0
- New release 2.3.9

* Fri Apr 14 2006 Thierry Vignaud <tvignaud@mandriva.com> 2.3.8-1mdk
- new release
- rediff patch 4
- fix missing requires for some plugins

* Tue Mar 07 2006 Götz Waschk <waschk@mandriva.org> 2.3.7-2mdk
- rebuild for new poppler

* Thu Feb 09 2006 Götz Waschk <waschk@mandriva.org> 2.3.7-1mdk
- New release 2.3.7

* Wed Jan 11 2006 Eskild Hustvedt <eskild@mandriva.org> 2.3.6-4mdk
- Added a few manpage symlinks so that "man gimp" works

* Sat Jan 07 2006 Eskild Hustvedt <eskild@mandriva.org> 2.3.6-3mdk
- *cough* Really added the symlinks this time

* Sat Jan 07 2006 Eskild Hustvedt <eskild@mandriva.org> 2.3.6-2mdk
- Added back the symlink from gimp-2.3 to gimp

* Fri Dec 30 2005 Götz Waschk <waschk@mandriva.org> 2.3.6-1mdk
- New release 2.3.6

* Fri Nov 18 2005 Oden Eriksson <oeriksson@mandriva.com> 2.3.5-2mdk
- rebuilt against openssl-0.9.8a

* Sat Nov 05 2005 Götz Waschk <waschk@mandriva.org> 1:2.3.5-1mdk
- update file list
- new version

* Fri Oct 07 2005 Götz Waschk <waschk@mandriva.org> 1:2.3.4-1mdk
- reenable libtoolize
- update icon cache
- add new files
- drop patch 2
- fix installation
- rediff path 4
- new version

* Thu Sep 08 2005 Till Kamppeter <till@mandriva.com> 2.2.8-6mdk
- Added "Requires: gutenprint-gimp2".

* Fri Sep 02 2005 Michael Scherer <misc@mandriva.org> 2.2.8-5mdk
- rebuild without glitz deps

* Thu Aug 25 2005 Thierry Vignaud <tvignaud@mandriva.com> 2.2.8-4mdk
- rebuild with new gtk+/pango/cairo

* Mon Aug 22 2005 Gwenole Beauchesne <gbeauchesne@mandriva.com> 2.2.8-3mdk
- fix build on x86_64, aka libtool fixes

* Sat Aug 20 2005 Thierry Vignaud <tvignaud@mandriva.com> 2.2.8-2mdk
- rebuild without gimpprint
- fix SMTP buildrequires

* Tue Jun 28 2005 Götz Waschk <waschk@mandriva.org> 2.2.8-1mdk
- new version
- fix source URL

* Sun Jun 12 2005 Eskild Hustvedt <eskild@mandriva.org> 2.2.7-5mdk
- Rebuild
- %%mkrel

* Fri May 20 2005 <tv@n4.mandrakesoft.com> 2.2.7-4mdk
- obsolete old gimp2_2-python

* Fri May 13 2005 Thierry Vignaud <tvignaud@mandrakesoft.com> 2.2.7-3mdk
- workaround libgimp not bumping its major on API/ABI changes (#15863)

* Fri May 13 2005 Till Kamppeter <till@mandriva.com> 2.2.7-2mdk
- Disabled compiling of print plug-in. Printing is done by the newer
  Gutenprint plug-in (package "gutenprint-gimp2").

* Tue May 10 2005 Götz Waschk <waschk@mandriva.org> 2.2.7-1mdk
- make it rpmbuildupdatable
- New release 2.2.7

* Sat Apr 16 2005 Thierry Vignaud <tvignaud@mandrakesoft.com> 2.2.6-5mdk
- new release

* Sat Apr 02 2005 Till Kamppeter <till@mandrakesoft.com> 2.2.4-5mdk
- Fixed printing dialog initialization, the page margins were not
  initialized when the dialog was created (Patch 5, bug 14969).

* Mon Mar 21 2005 Thierry Vignaud <tvignaud@mandrakesoft.com> 2.2.4-4mdk
- patch 3: fix default web browser (#14841)

* Mon Mar 07 2005 Thierry Vignaud <tvignaud@mandrakesoft.com> 2.2.4-3mdk
- provides gimp2_2 for plugins

* Thu Feb 24 2005 Thierry Vignaud <tvignaud@mandrakesoft.com> 2.2.4-2mdk
- rename main package as gimp, thus fixing update (#13811)

* Wed Feb 23 2005 Götz Waschk <waschk@linux-mandrake.com> 2.2.4-1mdk
- new version

* Mon Jan 24 2005 Thierry Vignaud <tvignaud@mandrakesoft.com> 2.2.3-2mdk
- let be the default gimp

* Sun Jan 23 2005 Götz Waschk <waschk@linux-mandrake.com> 2.2.3-1mdk
- new version

* Tue Jan 11 2005 Götz Waschk <waschk@linux-mandrake.com> 2.2.2-1mdk
- new version

* Wed Dec 29 2004 Götz Waschk <waschk@linux-mandrake.com> 2.2.1-1mdk
- drop source 1
- new version

* Sun Dec 19 2004 Götz Waschk <waschk@linux-mandrake.com> 2.2.0-1mdk
- add missing file
- new version

* Sun Dec 05 2004 Thierry Vignaud <tvignaud@mandrakesoft.com> 2.2-0.pre2.3mdk
- fix menu entry (#12582)

* Thu Dec 02 2004 Thierry Vignaud <tvignaud@mandrakesoft.com> 2.2-0.pre2.2mdk
- kill wrong provides
- obsolete old python plugins

* Tue Nov 30 2004 Thierry Vignaud <tvignaud@mandrakesoft.com> 2.2-0.pre2.1mdk
- new release
- redo patch 3

* Wed Nov 10 2004 Thierry Vignaud <tvignaud@mandrakesoft.com> 2.0.6-1mdk
- new release

* Sat Aug 07 2004 Thierry Vignaud <tvignaud@mandrakesoft.com> 2.0.4-1mdk
- new release

* Thu Aug 05 2004 Thierry Vignaud <tvignaud@mandrakesoft.com> 2.0.3-2mdk
- patch 3: fix printing configuration (till)

* Tue Jul 20 2004 Thierry Vignaud <tvignaud@mandrakesoft.com> 2.0.3-1mdk
- new release

* Wed Jun 16 2004 Götz Waschk <waschk@linux-mandrake.com> 2.0.2-1mdk
- new version

* Thu Apr 15 2004 Götz Waschk <waschk@linux-mandrake.com> 2.0.1-1mdk
- drop merged patch 3
- provide gimp2-devel in the devel package
- new version

* Thu Apr 08 2004 Thierry Vignaud <tvignaud@mandrakesoft.com> 2.0.0-3mdk
- relink with new libcroco2

* Fri Mar 26 2004 Thierry Vignaud <tvignaud@mandrakesoft.com> 2.0.0-2mdk
- fix menu entry's title

* Thu Mar 25 2004 Thierry Vignaud <tvignaud@mandrakesoft.com> 2.0.0-1mdk
- new release
- patch 3: fix typo in french translation