[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#403977: gnome-games: Doesn't load .svg images.



reassign 403977 librsvg2-common 2.14.4-2
close 403977 2.16.1-2
thanks

Le mercredi 25 avril 2007 à 00:15 +0200, Kurt Roeckx a écrit :
> >         Please tell me which librsvg2-common version you have installed, and
> >         send your /etc/gtk-2.0/gdk-pixbuf.loaders file"
> 
> I have librsvg2-common 2.14.4-2, since that's what in etch.
> 
> The /etc/gtk-2.0/gdk-pixbuf.loaders is attached.  It doesn't seem to
> know anything about svg.

This looks similar to #401383. As a breaker for gnome-games, it looks
like a good candidate for stable-proposed-updates.

I haven't reproduced the issue myself, but it seems to be caused by
librsvg2-common being upgraded without libgtk2.0-bin being. Therefore,
it should be fixed by the attached change. The other possibility is to
force libgtk2.0-bin to be upgraded, by adding a "Conflict: libgtk2.0-bin
(<< 2.8)" in libgtk2.0-0.

Stable release team, what do you think?
-- 
 .''`.
: :' :      We are debian.org. Lower your prices, surrender your code.
`. `'       We will add your hardware and software distinctiveness to
  `-        our own. Resistance is futile.
diff -u librsvg-2.14.4/debian/control librsvg-2.14.4/debian/control
--- librsvg-2.14.4/debian/control
+++ librsvg-2.14.4/debian/control
@@ -2,7 +2,7 @@
 Section: libdevel
 Priority: optional
 Maintainer: Josselin Mouette <joss@debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Akira TAGOH <tagoh@debian.org>, Andreas Rottmann <rotty@debian.org>, Andrew Lau <netsnipe@users.sourceforge.net>, Clément Stenac <zorglub@debian.org>, Dafydd Harries <daf@debian.org>, Guilherme de S. Pastore <gpastore@debian.org>, Gustavo Franco <stratus@debian.org>, Gustavo Noronha Silva <kov@debian.org>, J.H.M. Dassen (Ray) <jdassen@debian.org>, Jordi Mallach <jordi@debian.org>, Jose Carlos Garcia Sogo <jsogo@debian.org>, Loic Minier <lool@dooz.org>, Marc 'HE' Brockschmidt <he@debian.org>, Marco Cabizza <marco87@gmail.com>, OndÅ?ej SurÃœ <ondrej@debian.org>, Ross Burton <ross@debian.org>, Sebastien Bacher <seb128@debian.org>, Sjoerd Simons <sjoerd@debian.org>, Takuo KITAME <kitame@debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Andrew Lau <netsnipe@users.sourceforge.net>, Clément Stenac <zorglub@debian.org>, Dafydd Harries <daf@debian.org>, Guilherme de S. Pastore <gpastore@debian.org>, Gustavo Franco <stratus@debian.org>, Gustavo Noronha Silva <kov@debian.org>, J.H.M. Dassen (Ray) <jdassen@debian.org>, Jordi Mallach <jordi@debian.org>, Jose Carlos Garcia Sogo <jsogo@debian.org>, Kilian Krause <kilian@debian.org>, Loic Minier <lool@dooz.org>, Marc 'HE' Brockschmidt <he@debian.org>, Marco Cabizza <marco87@gmail.com>, Oystein Gisnas <oystein@gisnas.net>, OndÅ?ej SurÃœ <ondrej@debian.org>, Ross Burton <ross@debian.org>, Sebastien Bacher <seb128@debian.org>, Sjoerd Simons <sjoerd@debian.org>
 Build-Depends: cdbs, debhelper (>= 4.1), libxml2-dev (>= 2.6.22), libpopt-dev (>= 1.5), libart-2.0-dev (>= 2.3.10), libgtk2.0-dev (>= 2.8.17-1), libpango1.0-dev (>= 1.4.0-3), libgnomeprintui2.2-dev (>= 2.12.1-3), libpopt-dev, libgsf-1-dev (>= 1.13.2-2), gnome-pkg-tools, libcroco3-dev (>= 0.6.1), gtk-doc-tools, libxt-dev, libcairo2-dev (>= 1.0.4-1+b1), python
 Standards-Version: 3.7.2
 
@@ -33,7 +33,7 @@
 Package: librsvg2-common
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, libgtk2.0-bin (>= 2.4.1-3), libgtk2.0-common (>= 2.4.1-3), librsvg2-2 (= ${Source-Version})
+Depends: ${shlibs:Depends}, libgtk2.0-bin (>= 2.8), libgtk2.0-common (>= 2.4.1-3), librsvg2-2 (= ${Source-Version})
 Conflicts: gnome-games (<< 1:2.12)
 Description: SAX-based renderer library for SVG files (extra runtime)
  The rsvg library is an efficient renderer for Scalable Vector Graphics
diff -u librsvg-2.14.4/debian/changelog librsvg-2.14.4/debian/changelog
--- librsvg-2.14.4/debian/changelog
+++ librsvg-2.14.4/debian/changelog
@@ -1,3 +1,9 @@
+librsvg (2.14.4-3) stable; urgency=low
+
+  * Make librsvg2-common depend on libgtk2.0-bin 2.8 (closes: #403977).
+
+ -- Josselin Mouette <joss@debian.org>  Wed, 25 Apr 2007 10:33:45 +0200
+
 librsvg (2.14.4-2) unstable; urgency=low
 
   Loic Minier <lool@dooz.org>:
diff -u librsvg-2.14.4/debian/control.in librsvg-2.14.4/debian/control.in
--- librsvg-2.14.4/debian/control.in
+++ librsvg-2.14.4/debian/control.in
@@ -33,7 +33,7 @@
 Package: librsvg2-common
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, libgtk2.0-bin (>= 2.4.1-3), libgtk2.0-common (>= 2.4.1-3), librsvg2-2 (= ${Source-Version})
+Depends: ${shlibs:Depends}, libgtk2.0-bin (>= 2.8), libgtk2.0-common (>= 2.4.1-3), librsvg2-2 (= ${Source-Version})
 Conflicts: gnome-games (<< 1:2.12)
 Description: SAX-based renderer library for SVG files (extra runtime)
  The rsvg library is an efficient renderer for Scalable Vector Graphics

Reply to: