After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 311277 - update to use new gdk loader unanchored pattern matching
update to use new gdk loader unanchored pattern matching
Status: RESOLVED FIXED
Product: librsvg
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: librsvg maintainers
librsvg maintainers
Depends on: 311011
Blocks:
 
 
Reported: 2005-07-22 17:11 UTC by William Jon McCann
Modified: 2005-08-04 21:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.59 KB, patch)
2005-07-22 17:12 UTC, William Jon McCann
none Details | Review
patch (2.71 KB, patch)
2005-07-26 21:07 UTC, William Jon McCann
none Details | Review

Description William Jon McCann 2005-07-22 17:11:56 UTC
Here is an update to use new gdk loader unanchored pattern matching.
Comment 1 William Jon McCann 2005-07-22 17:12:29 UTC
Created attachment 49582 [details] [review]
patch

Look ok?
Comment 2 Dominic Lachowicz 2005-07-22 17:25:45 UTC
does it work?
Comment 3 William Jon McCann 2005-07-22 17:28:22 UTC
Yes, once the bit in bug 311011 comment 15 is checked in.
Comment 4 Matthias Clasen 2005-07-22 18:56:35 UTC
One thing to be careful about here is that the 2.6 gdk-pixbuf-query-loaders will
reject '*' in masks, so if you want your loader to work in 2.6 and 2.8, you have
to do runtime version checks and return different sets of patterns. Sorry about
that...
Comment 5 William Jon McCann 2005-07-26 21:07:08 UTC
Created attachment 49802 [details] [review]
patch

Does this look ok?
Comment 6 Dominic Lachowicz 2005-07-30 00:38:40 UTC
patch applied to HEAD. thanks William.
Comment 7 William Jon McCann 2005-08-04 20:35:02 UTC
Should this go into the gnome-2-12-branch as well?
Comment 8 Dominic Lachowicz 2005-08-04 21:22:22 UTC
this, and a lot of other stuff. i'm planning on looking at the backport queue
real soon now (tm).