2006-12-29 00:07:45 +01:00
|
|
|
#
|
2008-10-06 18:10:21 +02:00
|
|
|
# spec file for package librsvg (Version 2.22.3)
|
2006-12-29 00:07:45 +01:00
|
|
|
#
|
2009-01-08 18:43:44 +01:00
|
|
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2006-12-29 00:07:45 +01:00
|
|
|
#
|
2008-10-06 18:10:21 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2006-12-29 00:07:45 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2008-02-16 08:16:31 +01:00
|
|
|
|
2006-12-29 00:07:45 +01:00
|
|
|
Name: librsvg
|
2008-07-25 01:24:47 +02:00
|
|
|
%define xulrunner_version 190
|
2009-02-06 17:59:00 +01:00
|
|
|
BuildRequires: gtk2-devel
|
|
|
|
BuildRequires: libcroco-devel
|
|
|
|
BuildRequires: libgsf-devel
|
2008-01-30 02:40:21 +01:00
|
|
|
License: LGPL v2.1 or later
|
2006-12-29 00:07:45 +01:00
|
|
|
Group: System/Libraries
|
2008-01-30 02:40:21 +01:00
|
|
|
AutoReqProv: on
|
2009-01-08 18:43:44 +01:00
|
|
|
# bug437293
|
|
|
|
%ifarch ppc64
|
|
|
|
Obsoletes: librsvg-64bit
|
|
|
|
%endif
|
|
|
|
#
|
2006-12-29 00:07:45 +01:00
|
|
|
Provides: librsvg2
|
|
|
|
Obsoletes: librsvg2
|
2007-01-12 17:13:18 +01:00
|
|
|
BuildRequires: mozilla-xulrunner%{xulrunner_version}-devel
|
|
|
|
PreReq: coreutils
|
2008-10-06 18:10:21 +02:00
|
|
|
Version: 2.22.3
|
2009-03-03 00:38:43 +01:00
|
|
|
Release: 6
|
2006-12-29 00:07:45 +01:00
|
|
|
Summary: A Library for Rendering SVG Data
|
2007-08-02 17:29:11 +02:00
|
|
|
Source: ftp://ftp.gnome.org/pub/GNOME/sources/librsvg/2.18/%{name}-%{version}.tar.bz2
|
2007-07-16 18:27:13 +02:00
|
|
|
Patch1: env-paths.diff
|
2008-01-30 02:40:21 +01:00
|
|
|
Url: http://librsvg.sourceforge.net/
|
2006-12-29 00:07:45 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
This package contains a library to render SVG (scalable vector
|
|
|
|
graphics) data. This format has been specified by the W3C (see
|
|
|
|
http://www.w3c.org).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Raph Levien <raph@acm.org>
|
|
|
|
|
|
|
|
%package devel
|
2008-04-10 14:32:39 +02:00
|
|
|
License: GPL v2 or later
|
2008-03-14 17:49:10 +01:00
|
|
|
Summary: Include Files and Libraries mandatory for Development
|
2006-12-29 00:07:45 +01:00
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Provides: librsvg2-devel
|
|
|
|
Obsoletes: librsvg2-devel
|
2009-03-03 00:38:43 +01:00
|
|
|
Requires: %{name} = %{version} cairo-devel libcroco-devel glib2-devel gtk2-devel libgsf-devel
|
2009-01-08 18:43:44 +01:00
|
|
|
# bug437293
|
|
|
|
%ifarch ppc64
|
|
|
|
Obsoletes: librsvg-devel-64bit
|
|
|
|
%endif
|
|
|
|
#
|
2006-12-29 00:07:45 +01:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains all necessary include files and libraries needed
|
|
|
|
to develop applications that require these.
|
|
|
|
|
|
|
|
|
|
|
|
|
2007-01-12 17:13:18 +01:00
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Raph Levien <raph@acm.org>
|
|
|
|
|
|
|
|
%package plugin
|
2008-04-10 14:32:39 +02:00
|
|
|
License: GPL v2 or later
|
2007-01-12 17:13:18 +01:00
|
|
|
Summary: A Library for Rendering SVG Data - SVG Browser Plugin
|
|
|
|
Group: System/Libraries
|
|
|
|
Requires: %{name} = %{version}
|
|
|
|
|
|
|
|
%description plugin
|
|
|
|
This package contains a library to render SVG (scalable vector
|
|
|
|
graphics) data. This format has been specified by the W3C (see
|
|
|
|
http://www.w3c.org).
|
|
|
|
|
|
|
|
|
|
|
|
|
2008-02-16 08:16:31 +01:00
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Raph Levien <raph@acm.org>
|
|
|
|
|
|
|
|
%package -n rsvg-view
|
2008-04-10 14:32:39 +02:00
|
|
|
License: LGPL v2.1 or later
|
2008-02-16 08:16:31 +01:00
|
|
|
Summary: SVG View using the GNOME Render SVG library
|
|
|
|
Group: System/Libraries
|
|
|
|
Provides: librsvg:/usr/bin/rsvg
|
|
|
|
|
|
|
|
%description -n rsvg-view
|
|
|
|
This package contains a library to render SVG (scalable vector
|
|
|
|
graphics) data. This format has been specified by the W3C (see
|
|
|
|
http://www.w3c.org).
|
|
|
|
|
|
|
|
|
|
|
|
|
2006-12-29 00:07:45 +01:00
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Raph Levien <raph@acm.org>
|
|
|
|
|
|
|
|
%prep
|
2007-01-12 17:13:18 +01:00
|
|
|
%setup -q
|
2007-07-16 18:27:13 +02:00
|
|
|
%patch1
|
2006-12-29 00:07:45 +01:00
|
|
|
|
|
|
|
%build
|
2007-01-12 17:13:18 +01:00
|
|
|
%configure\
|
2007-02-15 18:30:17 +01:00
|
|
|
--disable-static\
|
2009-03-03 00:38:43 +01:00
|
|
|
--with-svgz
|
2007-01-12 17:13:18 +01:00
|
|
|
make %{?jobs:-j%jobs}
|
2006-12-29 00:07:45 +01:00
|
|
|
|
|
|
|
%install
|
2009-03-03 00:38:43 +01:00
|
|
|
%makeinstall
|
2007-01-12 17:13:18 +01:00
|
|
|
mv $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins $RPM_BUILD_ROOT%{_libdir}/browser-plugins
|
|
|
|
rmdir $RPM_BUILD_ROOT%{_libdir}/mozilla
|
2008-01-30 02:40:21 +01:00
|
|
|
rm $RPM_BUILD_ROOT/%{_libdir}/*.*a $RPM_BUILD_ROOT/%{_libdir}/*/*.*a $RPM_BUILD_ROOT/%{_libdir}/*/*/*/*.*a
|
2006-12-29 00:07:45 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%post
|
2007-08-31 15:55:22 +02:00
|
|
|
/sbin/ldconfig
|
2007-01-12 17:13:18 +01:00
|
|
|
touch var/adm/SuSEconfig/run-gtk
|
2006-12-29 00:07:45 +01:00
|
|
|
|
|
|
|
%postun
|
2007-08-31 15:55:22 +02:00
|
|
|
/sbin/ldconfig
|
2007-01-12 17:13:18 +01:00
|
|
|
touch var/adm/SuSEconfig/run-gtk
|
2006-12-29 00:07:45 +01:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2009-03-03 00:38:43 +01:00
|
|
|
%doc AUTHORS COPYING ChangeLog NEWS README
|
2007-01-12 17:13:18 +01:00
|
|
|
%{_libdir}/*.so.*
|
|
|
|
%{_libdir}/gtk-2.0/*/*/*.so
|
2008-02-16 08:16:31 +01:00
|
|
|
|
|
|
|
%files -n rsvg-view
|
|
|
|
%defattr(-,root,root)
|
2009-03-03 00:38:43 +01:00
|
|
|
%{_bindir}/rsvg
|
2008-02-16 08:16:31 +01:00
|
|
|
%{_bindir}/rsvg-convert
|
|
|
|
%{_bindir}/rsvg-view
|
|
|
|
%{_datadir}/pixmaps/*.svg
|
2007-01-12 17:13:18 +01:00
|
|
|
%doc %{_mandir}/man?/*.*
|
2006-12-29 00:07:45 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
2007-01-12 17:13:18 +01:00
|
|
|
%{_includedir}/librsvg-2
|
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
2009-03-03 00:38:43 +01:00
|
|
|
%{_datadir}/gtk-doc/html/*
|
|
|
|
# Own these repositories to not depend on gtk-doc while building:
|
|
|
|
%dir %{_datadir}/gtk-doc
|
|
|
|
%dir %{_datadir}/gtk-doc/html
|
2007-01-12 17:13:18 +01:00
|
|
|
|
|
|
|
%files plugin
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/browser-plugins/*.so
|
2006-12-29 00:07:45 +01:00
|
|
|
|
2007-02-19 23:30:23 +01:00
|
|
|
%changelog
|
2009-03-03 00:38:43 +01:00
|
|
|
* Sat Feb 28 2009 vuntz@novell.com
|
|
|
|
- Remove BuildRequires: docbook-toys, gtk-doc
|
|
|
|
- Remove Requires of devel package: libbz2-devel, libart_lgpl-devel
|
|
|
|
- Remove --with-html-dir configure flag that breaks the doc
|
|
|
|
install, and non-existing --without-gimp flag.
|
|
|
|
- Move rsvg binary to librsvg package.
|
|
|
|
- Remove autoreconf call.
|
|
|
|
- Use makeinstall.
|
2009-02-06 17:59:00 +01:00
|
|
|
* Sat Jan 31 2009 vuntz@novell.com
|
|
|
|
- Remove unneeded BuildRequires: docbook-toys,
|
|
|
|
libgnomeprintui-devel, update-desktop-files, xmlcharent
|
|
|
|
- Remove Requires for the devel package: popt-devel, rsvg-view
|
|
|
|
- Do not have rsvg-view supplement gnome-session: we don't need it
|
|
|
|
by default on GNOME
|
|
|
|
- Remove checks for old versions of openSUSE
|
2009-01-08 18:43:44 +01:00
|
|
|
* Wed Jan 07 2009 olh@suse.de
|
|
|
|
- obsolete old -XXbit packages (bnc#437293)
|
2008-11-28 15:28:26 +01:00
|
|
|
* Tue Nov 25 2008 sbrabec@suse.cz
|
|
|
|
- Supplement gtk2-32bit/gtk2-64bit in baselibs.conf (bnc#354164).
|
2008-10-06 18:10:21 +02:00
|
|
|
* Fri Oct 03 2008 mboman@suse.de
|
|
|
|
- Update to version 2.22.3:
|
|
|
|
+ Make librsvg buildable on windows without freetype dependency
|
|
|
|
+ Fix build and tests
|
|
|
|
+ Fix the handling of the stroke-dashoffset property
|
|
|
|
+ Bad rendering for some wacko SVG path data
|
|
|
|
+ Fix some arcs not being well drawn in SVG path
|
|
|
|
+ Fix various crashes
|
|
|
|
+ Set license field of GdkPixBufFormat in the SVG loader
|
|
|
|
+ Migrate use of GMemChunk to GSlice
|
|
|
|
+ If an ID is not found, return an error and/or do not render whole SVG
|
2008-07-25 01:24:47 +02:00
|
|
|
* Tue Jul 22 2008 coolo@suse.de
|
|
|
|
- switch to xulrunner190 to avoid java dependency for gnome
|
2008-04-10 14:32:39 +02:00
|
|
|
* Thu Apr 10 2008 ro@suse.de
|
|
|
|
- added baselibs.conf file to build xxbit packages
|
|
|
|
for multilib support
|
2008-03-14 17:49:10 +01:00
|
|
|
* Fri Mar 14 2008 maw@suse.de
|
|
|
|
- Update to version 2.22.2:
|
|
|
|
+ Bug fixed: bgo#520261.
|
2008-11-28 15:28:26 +01:00
|
|
|
* Tue Mar 04 2008 maw@suse.de
|
2008-03-05 22:37:20 +01:00
|
|
|
- Update to version 2.22.1:
|
|
|
|
+ Text rendering fixes, especially for non-ASCII text
|
|
|
|
+ Better cairo integratino
|
|
|
|
+ Use GIO
|
|
|
|
+ Use GtkPrint.
|
2008-11-28 15:28:26 +01:00
|
|
|
* Fri Feb 15 2008 dmueller@suse.de
|
2008-02-16 08:16:31 +01:00
|
|
|
- split off rsvg-view (20kb), removes 6.2MB from the KDE CD
|
2008-11-28 15:28:26 +01:00
|
|
|
* Tue Jan 29 2008 maw@suse.de
|
2008-01-30 02:40:21 +01:00
|
|
|
- Remove libtool archives.
|
2008-11-28 15:28:26 +01:00
|
|
|
* Tue Jan 29 2008 rodrigo@suse.de
|
2008-01-30 02:40:21 +01:00
|
|
|
- Update to version 2.20.0:
|
|
|
|
* Fixed memory leaks and segfaults
|
2008-11-28 15:28:26 +01:00
|
|
|
* Mon Sep 10 2007 maw@suse.de
|
2007-09-11 18:28:38 +02:00
|
|
|
- Update to version 2.18.2
|
|
|
|
- librsvg-64bit-warning.patch was necessary due to a typo in
|
|
|
|
2.18.1; that typo was removed in 2.18.2, and therefore the patch
|
|
|
|
has been too.
|
2008-11-28 15:28:26 +01:00
|
|
|
* Thu Aug 30 2007 maw@suse.de
|
2007-08-31 15:55:22 +02:00
|
|
|
- Update to version 2.18.1:
|
|
|
|
+ Basic support for SVG 1.1's text-rendering and shape-rendering
|
|
|
|
properties (bugzilla.gnome.org #464599)
|
|
|
|
- M-x replace-string RET %%run_ldconfig RET /sbin/ldconfig RET
|
|
|
|
- Add librsvg-64bit-warning.patch.
|
2008-01-30 02:40:21 +01:00
|
|
|
* Thu Aug 02 2007 mauro@suse.de
|
2007-08-02 17:29:11 +02:00
|
|
|
- Updated to 2.18.0
|
|
|
|
- Bugfixes for #412682, #418823, #401115, #444462, #452823, #448327,
|
|
|
|
[#444462], #444443, #435129, #409030, #375649, #421697, #421710,
|
|
|
|
[#427031], #407230, #402246, #402107, #393297, #388545.
|
2008-01-30 02:40:21 +01:00
|
|
|
* Mon Jul 16 2007 dmueller@suse.de
|
2007-07-16 18:27:13 +02:00
|
|
|
- move deprecated rsvg command into -devel subpackage.
|
|
|
|
scripts that break should use rsvg-convert instead
|
2008-01-30 02:40:21 +01:00
|
|
|
* Sat Mar 17 2007 aj@suse.de
|
2007-03-18 06:52:06 +01:00
|
|
|
- Require python for rsvg command (#242072).
|
2008-11-28 15:28:26 +01:00
|
|
|
* Mon Feb 19 2007 maw@suse.de
|
2007-02-19 23:35:18 +01:00
|
|
|
- Update to version 2.16.1
|
|
|
|
- Remove librsvg-xulrunner.patch which is now upstream.
|
2008-11-28 15:28:26 +01:00
|
|
|
* Sun Feb 18 2007 aj@suse.de
|
2007-02-19 23:30:23 +01:00
|
|
|
- Cleanup BuildRequires.
|
2008-01-30 02:40:21 +01:00
|
|
|
* Tue Feb 13 2007 sbrabec@suse.cz
|
2007-02-15 18:30:17 +01:00
|
|
|
- Do not build unusable static libraries (#238552#c17).
|
2008-11-28 15:28:26 +01:00
|
|
|
* Tue Jan 09 2007 sbrabec@suse.cz
|
2007-01-12 17:13:18 +01:00
|
|
|
- Patched to build plugin with xulrunner.
|
2008-11-28 15:28:26 +01:00
|
|
|
* Tue Jan 09 2007 maw@suse.de
|
2007-01-12 17:13:18 +01:00
|
|
|
- Fix a typo
|
|
|
|
- (Temporarily) remove the plugin subpackage.
|
2008-11-28 15:28:26 +01:00
|
|
|
* Tue Jan 09 2007 sbrabec@suse.cz
|
2007-01-12 17:13:18 +01:00
|
|
|
- Prefix changed to /usr.
|
|
|
|
- Spec file cleanup.
|
2008-11-28 15:28:26 +01:00
|
|
|
* Thu Dec 28 2006 jhargadon@suse.de
|
2006-12-29 00:07:45 +01:00
|
|
|
- removed unused libtool archives (#223654)
|
2008-11-28 15:28:26 +01:00
|
|
|
* Fri Oct 13 2006 danw@suse.de
|
2006-12-29 00:07:45 +01:00
|
|
|
- Remove dead patch
|
2008-01-30 02:40:21 +01:00
|
|
|
* Fri Sep 15 2006 sbrabec@suse.cz
|
2006-12-29 00:07:45 +01:00
|
|
|
- Removed mDNSResponder-lib from Requires - should be implicit.
|
2008-11-28 15:28:26 +01:00
|
|
|
* Thu Sep 14 2006 jhargadon@suse.de
|
2006-12-29 00:07:45 +01:00
|
|
|
- update to version 2.16.0
|
|
|
|
- librsvg.def: Make export symbols work on OSX
|
|
|
|
- rsvg-private.h: Some preparation work for color normalization
|
|
|
|
- Bug 344116: Committed patch from Kouhei Sutou that makes librsvg
|
|
|
|
use Pango-Cairo instead of PangoFT2+rendering text as a path.
|
|
|
|
- rsvg-base.c (rsvg_handle_write_impl): Have libxml2 replace entities
|
|
|
|
for us. This fixes a bug where style definitions don't get properly
|
|
|
|
expanded, but causes a (2.15.x-only feature) regression when importing
|
|
|
|
external ENTITIES.
|
2008-11-28 15:28:26 +01:00
|
|
|
* Wed Aug 23 2006 jhargadon@suse.de
|
2006-12-29 00:07:45 +01:00
|
|
|
- update to version 2.15.90
|
|
|
|
- Bug 348329 make gnome-print dependency optional
|
|
|
|
- Don't leak PangoFt2 fonts (bug 344235)
|
|
|
|
- Document _render_sub better (bug 346964)
|
2008-11-28 15:28:26 +01:00
|
|
|
* Mon Aug 14 2006 ro@suse.de
|
2006-12-29 00:07:45 +01:00
|
|
|
- use wildcard in filelist for gtk2 version
|
2008-01-30 02:40:21 +01:00
|
|
|
* Fri Jul 28 2006 ro@suse.de
|
2006-12-29 00:07:45 +01:00
|
|
|
- include rsvg.devhelp2 in filelist
|
2008-11-28 15:28:26 +01:00
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2006-12-29 00:07:45 +01:00
|
|
|
- converted neededforbuild to BuildRequires
|
2008-11-28 15:28:26 +01:00
|
|
|
* Thu Oct 13 2005 gekker@suse.de
|
2006-12-29 00:07:45 +01:00
|
|
|
- Update to version 2.12.7
|
|
|
|
- Fix use of uninitialized variables
|
2008-11-28 15:28:26 +01:00
|
|
|
* Fri Sep 16 2005 rodrigo@suse.de
|
2006-12-29 00:07:45 +01:00
|
|
|
- Update to version 2.12.0
|
2008-11-28 15:28:26 +01:00
|
|
|
* Mon Sep 05 2005 gekker@suse.de
|
2006-12-29 00:07:45 +01:00
|
|
|
- Update to version 2.11.1 (GNOME 2.12)
|
2008-01-30 02:40:21 +01:00
|
|
|
* Fri Aug 12 2005 sbrabec@suse.cz
|
2006-12-29 00:07:45 +01:00
|
|
|
- Fixed devel requirements (#104295).
|
2008-11-28 15:28:26 +01:00
|
|
|
* Wed Jun 01 2005 sbrabec@suse.cz
|
2006-12-29 00:07:45 +01:00
|
|
|
- Fixed devel requirements.
|
2008-01-30 02:40:21 +01:00
|
|
|
* Sun Feb 06 2005 gekker@suse.de
|
2006-12-29 00:07:45 +01:00
|
|
|
- Update to version 2.9.5
|
2008-01-30 02:40:21 +01:00
|
|
|
* Wed Jan 19 2005 ro@suse.de
|
2006-12-29 00:07:45 +01:00
|
|
|
- fixed filelist
|
2008-11-28 15:28:26 +01:00
|
|
|
* Wed Dec 22 2004 gekker@suse.de
|
2006-12-29 00:07:45 +01:00
|
|
|
- Update to version 2.8.1
|
|
|
|
- Make *.svg and *.devhelp install
|
2008-01-30 02:40:21 +01:00
|
|
|
* Tue May 04 2004 sbrabec@suse.cz
|
2006-12-29 00:07:45 +01:00
|
|
|
- Updated to version 2.6.5 (GNOME 2.6).
|
2008-01-30 02:40:21 +01:00
|
|
|
* Mon Mar 15 2004 sbrabec@suse.cz
|
2006-12-29 00:07:45 +01:00
|
|
|
- FHS 2.3 fix (mandir, infodir, #35821).
|
2008-01-30 02:40:21 +01:00
|
|
|
* Wed Mar 10 2004 sbrabec@suse.cz
|
2006-12-29 00:07:45 +01:00
|
|
|
- Fixed %%postun.
|
|
|
|
- Fixed doc build.
|
2008-11-28 15:28:26 +01:00
|
|
|
* Sat Jan 10 2004 adrian@suse.de
|
2006-12-29 00:07:45 +01:00
|
|
|
- add %%defattr and %%run_ldconfig
|
2008-01-30 02:40:21 +01:00
|
|
|
* Mon Oct 20 2003 sbrabec@suse.cz
|
2006-12-29 00:07:45 +01:00
|
|
|
- Do not build SVG plug-in (moved to gimp2 package).
|
2008-01-30 02:40:21 +01:00
|
|
|
* Wed Oct 08 2003 sbrabec@suse.cz
|
2006-12-29 00:07:45 +01:00
|
|
|
- Updated to version 2.4.0 (GNOME 2.4).
|
2008-11-28 15:28:26 +01:00
|
|
|
* Tue Aug 26 2003 sbrabec@suse.cz
|
2006-12-29 00:07:45 +01:00
|
|
|
- Added Provides/Obsoletes for old name.
|
2008-01-30 02:40:21 +01:00
|
|
|
* Tue Aug 19 2003 sbrabec@suse.cz
|
2006-12-29 00:07:45 +01:00
|
|
|
- Package renamed (librsvg2 -> librsvg).
|
2008-11-28 15:28:26 +01:00
|
|
|
* Sun Jul 27 2003 hhetter@suse.de
|
2006-12-29 00:07:45 +01:00
|
|
|
- fix build
|
2008-11-28 15:28:26 +01:00
|
|
|
* Mon Jul 14 2003 sbrabec@suse.cz
|
2006-12-29 00:07:45 +01:00
|
|
|
- GNOME prefix change to /opt/gnome.
|
2008-11-28 15:28:26 +01:00
|
|
|
* Wed Jul 09 2003 sbrabec@suse.cz
|
2006-12-29 00:07:45 +01:00
|
|
|
- Branched gimp2-svg (to simplify dependences).
|
2008-01-30 02:40:21 +01:00
|
|
|
* Wed Jun 25 2003 sbrabec@suse.cz
|
2006-12-29 00:07:45 +01:00
|
|
|
- Updated to version 2.2.5.
|
|
|
|
- Updated neededforbuild.
|
|
|
|
- Turned on GIMP plugin, libgsf and SVGZ support.
|
2008-01-30 02:40:21 +01:00
|
|
|
* Wed Feb 12 2003 hhetter@suse.de
|
2006-12-29 00:07:45 +01:00
|
|
|
- install the rsvg loader at the default gdk-pixbuf-loader
|
|
|
|
module location
|
|
|
|
- updated to version 2.2.3 to critical bugs with SVG themes
|
2008-01-30 02:40:21 +01:00
|
|
|
* Thu Jan 30 2003 hhetter@suse.de
|
2006-12-29 00:07:45 +01:00
|
|
|
- force running of SuSEconfig.gtk to register the
|
|
|
|
librsvg gdk-pixbuf loader
|
2008-01-30 02:40:21 +01:00
|
|
|
* Tue Jan 28 2003 hhetter@suse.de
|
2006-12-29 00:07:45 +01:00
|
|
|
- updated to version 2.2.1
|
|
|
|
- update filelist
|
|
|
|
- include gdk-pixbuf loaders
|
2008-11-28 15:28:26 +01:00
|
|
|
* Mon Nov 11 2002 ro@suse.de
|
2006-12-29 00:07:45 +01:00
|
|
|
- changed neededforbuild <xf86 xdevel> to <x-devel-packages>
|
2008-01-30 02:40:21 +01:00
|
|
|
* Tue Oct 22 2002 hhetter@suse.de
|
2006-12-29 00:07:45 +01:00
|
|
|
- remove wrong docdir
|
|
|
|
- use correct kde datadir
|
2008-01-30 02:40:21 +01:00
|
|
|
* Fri Sep 27 2002 ro@suse.de
|
2006-12-29 00:07:45 +01:00
|
|
|
- Added alsa alsa-devel to neededforbuild (esound)
|
2008-01-30 02:40:21 +01:00
|
|
|
* Tue Aug 13 2002 ro@suse.de
|
2006-12-29 00:07:45 +01:00
|
|
|
- removed control-center from neededforbuild
|
2008-01-30 02:40:21 +01:00
|
|
|
* Tue Jul 23 2002 hhetter@suse.de
|
2006-12-29 00:07:45 +01:00
|
|
|
- updated to version 2.0.1
|
|
|
|
* trashcan rendering problems fixed
|
2008-01-30 02:40:21 +01:00
|
|
|
* Tue Jul 23 2002 hhetter@suse.de
|
2006-12-29 00:07:45 +01:00
|
|
|
- updated to version 2.0.0
|
2008-01-30 02:40:21 +01:00
|
|
|
* Wed May 15 2002 ro@suse.de
|
2006-12-29 00:07:45 +01:00
|
|
|
- use libdir
|
2008-01-30 02:40:21 +01:00
|
|
|
* Mon Apr 15 2002 hhetter@suse.de
|
2006-12-29 00:07:45 +01:00
|
|
|
- update to version 1.1.6 [gnome desktop beta3]
|
2008-01-30 02:40:21 +01:00
|
|
|
* Fri Feb 01 2002 ro@suse.de
|
2006-12-29 00:07:45 +01:00
|
|
|
- changed neededforbuild <libpng> to <libpng-devel-packages>
|
2008-01-30 02:40:21 +01:00
|
|
|
* Thu Jan 24 2002 hhetter@suse.de
|
2006-12-29 00:07:45 +01:00
|
|
|
- initial SuSE package for GNOME 2.0 platform
|