2006-11-09 09:48:17 +00:00
|
|
|
Summary: Image loading, saving, rendering, and manipulation library
|
|
|
|
Name: imlib2
|
2016-05-06 11:07:09 +00:00
|
|
|
Version: 1.4.9
|
2018-02-11 20:54:06 +00:00
|
|
|
Release: 6%{?dist}
|
2007-09-06 21:57:30 +00:00
|
|
|
License: Imlib2
|
2006-11-09 09:48:17 +00:00
|
|
|
Group: System Environment/Libraries
|
2007-08-09 06:13:30 +00:00
|
|
|
URL: http://docs.enlightenment.org/api/imlib2/html/
|
2008-10-21 11:22:14 +00:00
|
|
|
Source0: http://downloads.sourceforge.net/enlightenment/%{name}-%{version}.tar.bz2
|
2008-06-12 19:46:35 +00:00
|
|
|
# Fedora specific multilib hack, upstream should switch to pkgconfig one day
|
2016-01-25 15:46:18 +00:00
|
|
|
Patch0: imlib2-1.4.7-multilib.patch
|
|
|
|
|
2006-11-09 09:48:17 +00:00
|
|
|
BuildRequires: libjpeg-devel libpng-devel libtiff-devel
|
|
|
|
BuildRequires: giflib-devel freetype-devel >= 2.1.9-4 libtool bzip2-devel
|
|
|
|
BuildRequires: libX11-devel libXext-devel libid3tag-devel pkgconfig
|
2004-11-08 04:35:28 +00:00
|
|
|
|
|
|
|
%description
|
2005-09-20 19:09:39 +00:00
|
|
|
Imlib 2 is a library that does image file loading and saving as well
|
|
|
|
as rendering, manipulation, arbitrary polygon support, etc. It does
|
|
|
|
ALL of these operations FAST. Imlib2 also tries to be highly
|
|
|
|
intelligent about doing them, so writing naive programs can be done
|
|
|
|
easily, without sacrificing speed. This is a complete rewrite over
|
|
|
|
the Imlib 1.x series. The architecture is more modular, simple, and
|
|
|
|
flexible.
|
2004-11-08 04:35:28 +00:00
|
|
|
|
2007-08-09 06:13:30 +00:00
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development package for %{name}
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: libX11-devel libXext-devel freetype-devel >= 2.1.9-4 pkgconfig
|
|
|
|
|
2004-11-08 04:35:28 +00:00
|
|
|
%description devel
|
|
|
|
This package contains development files for %{name}.
|
|
|
|
|
2005-09-20 19:09:39 +00:00
|
|
|
Imlib 2 is a library that does image file loading and saving as well
|
|
|
|
as rendering, manipulation, arbitrary polygon support, etc. It does
|
|
|
|
ALL of these operations FAST. Imlib2 also tries to be highly
|
|
|
|
intelligent about doing them, so writing naive programs can be done
|
|
|
|
easily, without sacrificing speed. This is a complete rewrite over
|
|
|
|
the Imlib 1.x series. The architecture is more modular, simple, and
|
|
|
|
flexible.
|
2004-11-08 04:35:28 +00:00
|
|
|
|
|
|
|
|
2007-08-09 06:13:30 +00:00
|
|
|
%package id3tag-loader
|
2008-06-12 19:46:35 +00:00
|
|
|
Summary: Imlib2 id3tag-loader
|
2007-08-09 06:13:30 +00:00
|
|
|
License: GPLv2+
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description id3tag-loader
|
|
|
|
This package contains a plugin which makes imlib2 capable of parsing id3 tags
|
|
|
|
of mp3 files. This plugin is packaged separately because it links with
|
|
|
|
libid3tag which is GPLv2+, thus making imlib2 and apps using it subject to the
|
|
|
|
conditions of the GPL version 2 (or at your option) any later version.
|
|
|
|
|
|
|
|
|
2004-11-08 04:35:28 +00:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2008-10-21 11:22:14 +00:00
|
|
|
%patch0 -p1 -b .multilib
|
2004-11-08 04:35:28 +00:00
|
|
|
|
|
|
|
%build
|
2005-09-20 19:09:39 +00:00
|
|
|
asmopts="--disable-mmx --disable-amd64"
|
2011-09-19 19:01:50 +00:00
|
|
|
%ifarch x86_64
|
|
|
|
asmopts="--disable-mmx --enable-amd64"
|
|
|
|
%else
|
2007-10-23 21:06:26 +00:00
|
|
|
%ifarch %{ix86}
|
2005-09-20 19:09:39 +00:00
|
|
|
asmopts="--enable-mmx --disable-amd64"
|
2005-01-17 09:43:09 +00:00
|
|
|
%endif
|
2011-09-19 19:01:50 +00:00
|
|
|
%endif
|
2004-11-08 04:35:58 +00:00
|
|
|
|
2013-03-26 13:12:32 +00:00
|
|
|
# can be dropped once upstream moves to autoconf 2.69
|
|
|
|
autoreconf -ifv
|
|
|
|
|
2008-06-12 19:46:35 +00:00
|
|
|
# stop -L/usr/lib[64] getting added to imlib2-config
|
|
|
|
export x_libs=" "
|
|
|
|
%configure --disable-static --with-pic $asmopts
|
|
|
|
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
|
|
|
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
|
|
make %{?_smp_mflags}
|
2004-11-08 04:35:28 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
2005-09-20 19:09:39 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2008-06-12 19:46:35 +00:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
2004-11-08 04:35:28 +00:00
|
|
|
|
2009-02-03 13:36:09 +00:00
|
|
|
# remove demos and their dependencies
|
|
|
|
rm $RPM_BUILD_ROOT%{_bindir}/imlib2_*
|
|
|
|
rm -rf $RPM_BUILD_ROOT%{_datadir}/imlib2/data/
|
2010-02-01 15:17:08 +00:00
|
|
|
# remove static libraries
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f \{\} \;
|
2005-01-17 09:43:09 +00:00
|
|
|
|
2004-11-08 04:35:28 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
2005-03-05 21:10:21 +00:00
|
|
|
%postun -p /sbin/ldconfig
|
2004-11-08 04:35:28 +00:00
|
|
|
|
2005-03-03 21:46:21 +00:00
|
|
|
|
2004-11-08 04:35:28 +00:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
2010-04-23 08:15:18 +00:00
|
|
|
%doc COPYING AUTHORS README TODO
|
2004-11-08 04:35:28 +00:00
|
|
|
%{_libdir}/libImlib2.so.*
|
2005-04-01 14:11:57 +00:00
|
|
|
%dir %{_libdir}/imlib2/
|
2005-01-17 09:43:09 +00:00
|
|
|
%dir %{_libdir}/imlib2/filters/
|
|
|
|
%{_libdir}/imlib2/filters/*.so
|
|
|
|
%dir %{_libdir}/imlib2/loaders/
|
|
|
|
%{_libdir}/imlib2/loaders/*.so
|
2007-08-09 06:13:30 +00:00
|
|
|
%exclude %{_libdir}/imlib2/loaders/id3.*
|
2004-11-08 04:35:28 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
2005-09-20 19:09:39 +00:00
|
|
|
%doc doc/*.gif doc/*.html
|
2004-11-08 04:35:28 +00:00
|
|
|
%{_bindir}/imlib2-config
|
|
|
|
%{_includedir}/Imlib2.h
|
|
|
|
%{_libdir}/libImlib2.so
|
2004-11-08 04:35:58 +00:00
|
|
|
%{_libdir}/pkgconfig/imlib2.pc
|
2004-11-08 04:35:28 +00:00
|
|
|
|
2007-08-09 06:13:30 +00:00
|
|
|
%files id3tag-loader
|
|
|
|
%{_libdir}/imlib2/loaders/id3.*
|
2004-11-08 04:35:28 +00:00
|
|
|
|
2008-06-12 19:46:35 +00:00
|
|
|
|
2004-11-08 04:35:28 +00:00
|
|
|
%changelog
|
2018-02-11 20:54:06 +00:00
|
|
|
* Sun Feb 11 2018 Sandro Mani <manisandro@gmail.com> - 1.4.9-6
|
|
|
|
- Rebuild (giflib)
|
|
|
|
|
2018-02-07 17:24:50 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.9-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-02 23:45:25 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.9-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 13:30:37 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.9-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-10 16:23:32 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.9-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-05-06 11:07:09 +00:00
|
|
|
* Fri May 06 2016 Tomas Smetana <tsmetana@redhat.com> - 1.4.9-1
|
|
|
|
- New upstream bugfix version
|
|
|
|
- Fix rhbz#1323617 - CVE-2016-3993: off by one error in MergeUpdate
|
|
|
|
- Fix rhbz#1327478 - CVE-2016-4024: integer overflow resulting in insufficient heap allocation
|
|
|
|
|
2016-04-04 06:13:28 +00:00
|
|
|
* Fri Apr 01 2016 Tomas Smetana <tsmetana@redhat.com> - 1.4.8-1
|
|
|
|
- New upstream bugfix version
|
|
|
|
- Fix rhbz#1323062 - out of bound read in GIF loader
|
|
|
|
- Fix rhbz#1323082 - divide by zero on 2x1 ellipse
|
|
|
|
|
2016-02-04 00:29:56 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.7-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-01-25 15:46:18 +00:00
|
|
|
* Mon Jan 25 2016 Tomas Smetana <tsmetana@redhat.com> - 1.4.7-1
|
|
|
|
- Rebase to 1.4.7
|
|
|
|
- Fixes CVE-2014-9762, CVE-2014-9763, CVE-2014-9764
|
|
|
|
|
2015-06-17 11:21:33 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.6-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-01-22 12:13:16 +00:00
|
|
|
* Thu Jan 22 2015 Tomas Smetana <tsmetana@redhat.com> - 1.4.6-3
|
|
|
|
- Fix output of imlib2-config --libs (rhbz #1184166)
|
|
|
|
|
2014-08-16 21:28:45 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-31 13:14:32 +00:00
|
|
|
* Thu Jul 31 2014 Tomas Smetana <tsmetana@redhat.com> - 1.4.6-1
|
|
|
|
- New upstream bugfix version
|
|
|
|
|
2014-06-07 22:15:32 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.5-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-03 19:32:39 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.5-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-03-26 13:12:32 +00:00
|
|
|
* Tue Mar 26 2013 Tomas Smetana <tsmetana@redhat.com> - 1.4.5-9
|
|
|
|
- fix #925586: call autoreconf -ifv during build to add support for aarch64
|
|
|
|
|
2013-02-14 02:03:33 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.5-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2013-01-18 17:24:07 +00:00
|
|
|
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 1.4.5-7
|
|
|
|
- rebuild due to "jpeg8-ABI" feature drop
|
|
|
|
|
2012-12-21 16:22:16 +00:00
|
|
|
* Fri Dec 21 2012 Adam Tkac <atkac redhat com> - 1.4.5-6
|
|
|
|
- rebuild against new libjpeg
|
|
|
|
|
2012-07-19 14:46:14 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.5-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-05-07 14:31:42 +00:00
|
|
|
* Mon May 07 2012 Tomas Smetana <tsmetana@redhat.com> - 1.4.5-4
|
|
|
|
- Rebuild for new libtiff
|
|
|
|
|
2012-01-13 05:47:40 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.5-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-06 04:51:20 +00:00
|
|
|
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 1.4.5-2
|
|
|
|
- Rebuild for new libpng
|
|
|
|
|
2011-09-19 19:01:50 +00:00
|
|
|
* Mon Sep 19 2011 Tomas Smetana <tsmetana@redhat.com> - 1.4.5-1
|
|
|
|
- new upstream version
|
|
|
|
|
2011-02-09 12:23:47 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-10-07 13:41:57 +00:00
|
|
|
* Thu Oct 07 2010 Tomas Smetana <tsmetana@redhat.com> - 1.4.4-1
|
|
|
|
- new upstream version
|
|
|
|
|
2010-04-23 08:15:18 +00:00
|
|
|
* Fri Apr 23 2010 Tomas Smetana <tsmetana@redhat.com> - 1.4.3-1
|
|
|
|
- new upstream version
|
|
|
|
- patch for CVE-2010-0991
|
|
|
|
|
2010-02-01 15:17:08 +00:00
|
|
|
* Mon Feb 01 2010 Tomas Smetana <tsmetana@redhat.com> - 1.4.2-6
|
|
|
|
- fix #542607 - remove static libraries
|
|
|
|
|
2009-07-25 03:18:56 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.2-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-25 07:06:54 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-03 13:36:09 +00:00
|
|
|
* Tue Feb 03 2009 Tomas Smetana <tsmetana@redhat.com> 1.4.2-3
|
|
|
|
- fix #477400 - remove fonts
|
|
|
|
- remove demo programs and images
|
|
|
|
|
2008-11-23 10:19:15 +00:00
|
|
|
* Sun Nov 23 2008 Tomas Smetana <tsmetana@redhat.com> 1.4.2-2
|
|
|
|
- patch for CVE-2008-5187
|
|
|
|
|
2008-10-21 11:22:14 +00:00
|
|
|
* Tue Oct 21 2008 Tomas Smetana <tsmetana@redhat.com> 1.4.2-1
|
|
|
|
- new upstream version 1.4.2
|
|
|
|
|
2008-06-12 19:46:35 +00:00
|
|
|
* Thu Jun 12 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 1.4.1-1
|
|
|
|
- New upstream release 1.4.1
|
|
|
|
- Stop shipping static lib in -devel
|
|
|
|
|
2008-05-30 10:09:15 +00:00
|
|
|
* Fri May 30 2008 Tomas Smetana <tsmetana@redhat.com> 1.4.0-7
|
|
|
|
- patch for CVE-2008-2426
|
|
|
|
|
2008-03-11 08:38:10 +00:00
|
|
|
* Tue Mar 11 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 1.4.0-6
|
|
|
|
- Disable amd64 assembly optimization. (Kills idesk - #222998, #436924)
|
|
|
|
|
2008-02-19 08:39:06 +00:00
|
|
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.4.0-5
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2007-10-23 21:06:26 +00:00
|
|
|
* Tue Oct 23 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 1.4.0-4
|
|
|
|
- Fix building on ia64 (bz 349171)
|
|
|
|
|
2007-09-06 21:57:30 +00:00
|
|
|
* Thu Sep 6 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 1.4.0-3
|
|
|
|
- Update license tag
|
|
|
|
|
2007-08-09 06:13:30 +00:00
|
|
|
* Wed Aug 8 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 1.4.0-2
|
|
|
|
- put the id3tag loader in its own imlib2-id3tag-loader subpackage as it links
|
|
|
|
to libid3tag, which is GPLv2+, and we don't want the imlib2 main package to
|
|
|
|
become GPLv2+ (bz 251054) (WIP) (*)
|
|
|
|
- fix the URL tag (bz 251277)
|
|
|
|
- Update License tag for new Licensing Guidelines compliance (WIP) (*)
|
|
|
|
(*) waiting for feedback from Spot, do not build yet!!
|
|
|
|
|
2007-05-27 20:34:16 +00:00
|
|
|
* Sun May 27 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 1.4.0-1
|
|
|
|
- New upstream release 1.4.0
|
|
|
|
|
2006-11-09 09:48:17 +00:00
|
|
|
* Thu Nov 9 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1.3.0-3
|
|
|
|
- Fix CVE-2006-4806, CVE-2006-4807, CVE-2006-4808, CVE-2006-4809, thanks to
|
|
|
|
Ubuntu for the patch (bug 214676)
|
|
|
|
|
2006-10-26 22:22:38 +00:00
|
|
|
* Thu Oct 26 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1.3.0-2
|
|
|
|
- Multilib devel goodness (make -devel i386 and x86_64 parallel installable)
|
|
|
|
- Fix bug 212469
|
|
|
|
- Add libid3tag-devel to the BR's so id3tag support gets build in
|
|
|
|
|
2006-10-24 20:25:51 +00:00
|
|
|
* Tue Oct 24 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1.3.0-1
|
|
|
|
- New upstream release 1.3.0
|
|
|
|
|
2006-08-28 11:39:52 +00:00
|
|
|
* Mon Aug 28 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1.2.2-2
|
|
|
|
- FE6 Rebuild
|
|
|
|
|
2006-07-23 09:07:44 +00:00
|
|
|
* Sun Jul 23 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1.2.2-1
|
|
|
|
- New upstream release 1.2.2
|
|
|
|
|
2006-07-23 08:19:22 +00:00
|
|
|
* Sun Jul 23 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1.2.1-6
|
|
|
|
- Taking over as maintainer since Anvil has other priorities
|
|
|
|
- Long long due rebuild with new gcc for FC-5 (bug 185871)
|
|
|
|
|
2005-11-25 14:06:42 +00:00
|
|
|
* Thu Nov 24 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.2.1-5
|
|
|
|
- Make XPM loader use /usr/share/X11/rgb.txt.
|
|
|
|
- Drop no longer needed multilib configure options.
|
|
|
|
|
2005-11-13 12:39:55 +00:00
|
|
|
* Sun Nov 13 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.2.1-4
|
|
|
|
- Adapt to modular X.Org (#172613).
|
|
|
|
|
2005-09-21 07:02:28 +00:00
|
|
|
* Wed Sep 21 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.2.1-3
|
|
|
|
- Make XPM loader use /usr/lib/X11/rgb.txt instead of /usr/X11R6/...
|
|
|
|
|
2005-09-20 19:09:39 +00:00
|
|
|
* Sun Aug 28 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.2.1-2
|
|
|
|
- 1.2.1, patches applied/obsoleted upstream.
|
|
|
|
- Improve summary and description, fix URL.
|
|
|
|
- Move HTML docs to -devel.
|
|
|
|
- Build with dependency tracking disabled.
|
|
|
|
- Drop x86_64 freetype rpath hack, require a fixed freetype-devel.
|
|
|
|
|
2005-05-09 19:28:56 +00:00
|
|
|
* Mon May 9 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.2.0-8.fc4
|
|
|
|
- Fix segfault in XPM loader (#156058).
|
|
|
|
|
2005-04-05 19:06:04 +00:00
|
|
|
* Tue Apr 5 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.2.0-7.fc4
|
|
|
|
- Fix broken pkgconfig file.
|
|
|
|
|
2005-04-01 14:11:57 +00:00
|
|
|
* Fri Apr 1 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.2.0-6
|
|
|
|
- Include imlib2 directory in datadir and libdir.
|
|
|
|
|
2005-02-09 22:06:39 +00:00
|
|
|
* Wed Feb 9 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:1.2.0-5
|
|
|
|
- Link loaders with the main lib, fixes load/save problems with some apps.
|
|
|
|
|
2005-01-18 20:45:26 +00:00
|
|
|
* Tue Jan 18 2005 Michael Schwendt <mschwendt[AT[users.sf.net> - 0:1.2.0-4
|
|
|
|
- Really include libtool archives to fix fedora.us bug #2284.
|
|
|
|
|
|
|
|
* Fri Jan 14 2005 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 0:1.2.0-3
|
2005-03-05 21:10:21 +00:00
|
|
|
- Move filters and loaders back into main package where they belong
|
2005-01-17 09:43:09 +00:00
|
|
|
|
2005-01-18 20:45:26 +00:00
|
|
|
* Mon Jan 10 2005 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 0:1.2.0-2
|
2005-01-17 09:43:09 +00:00
|
|
|
- Don't ship *.?.a in {_libdir}/imlib/filters/ and loaders/
|
|
|
|
|
2005-01-18 20:45:26 +00:00
|
|
|
* Sun Jan 09 2005 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 0:1.2.0-1
|
2005-01-17 09:43:09 +00:00
|
|
|
- Ship .la files ue to a bug in kdelibs; see
|
|
|
|
https://bugzilla.fedora.us/show_bug.cgi?id=2284
|
|
|
|
http://bugzilla.redhat.com/bugzilla/142244
|
|
|
|
http://bugs.kde.org/93359
|
2005-03-05 21:10:21 +00:00
|
|
|
- Use make param LIBTOOL=/usr/bin/libtool - fixes hardcoded rpath on x86_64
|
2005-01-17 09:43:09 +00:00
|
|
|
- fix hardcoded rpath im Makefiles on x86_64 due to freetype-config --libs
|
|
|
|
returning "-L/usr/lib64 -Wl,--rpath -Wl,/usr/lib64 -lfreetype -lz"
|
2005-03-05 21:10:21 +00:00
|
|
|
- Update to 1.2.0 -- fixes several security issues
|
2005-01-17 09:43:09 +00:00
|
|
|
- remove explicit libdir=_libdir - 1.2.9 does not need it anymore
|
2005-03-05 21:10:21 +00:00
|
|
|
- removeddemo compile/install;
|
2005-01-17 09:43:09 +00:00
|
|
|
- use configure param --x-libraries={_prefix}/X11R6/{_lib} and patch to fix
|
|
|
|
"cannot find -lX11"
|
|
|
|
|
2005-01-18 20:45:26 +00:00
|
|
|
* Thu Dec 30 2004 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 0:1.1.2-2
|
2005-01-17 09:43:09 +00:00
|
|
|
- Disable mmx on x86_64 (fixes Build error)
|
|
|
|
- Add explicit libdir=_libdir to make calls to avoid install errors on x86_64
|
|
|
|
- Add --with-pic configure option (taken from Matthias Saou's package)
|
|
|
|
|
2004-11-08 04:35:58 +00:00
|
|
|
* Sat Sep 25 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.1.2-0.fdr.1
|
|
|
|
- Update to 1.1.2, fixes CAN-2004-0802.
|
|
|
|
- Enable MMX on all ix86, x86_64 and ia64, it seems runtime-detected.
|
|
|
|
- Update URL.
|
|
|
|
|
2004-11-08 04:35:28 +00:00
|
|
|
* Tue Nov 18 2003 Dams <anvil[AT]livna.org> 0:1.0.6-0.fdr.3
|
|
|
|
- s#_prefix/lib#_libdir#
|
|
|
|
|
|
|
|
* Tue Nov 18 2003 Dams <anvil[AT]livna.org> 0:1.0.6-0.fdr.2
|
|
|
|
- Moved some binaries and loaders into main package
|
|
|
|
- Added missing Requires and BuildRequires
|
|
|
|
|
2005-03-05 21:10:21 +00:00
|
|
|
* Sun Oct 26 2003 Dams <anvil[AT]livna.org>
|
2004-11-08 04:35:28 +00:00
|
|
|
- Initial build.
|