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 761796 - Port SVG loader (svg-load) to GIO
Port SVG loader (svg-load) to GIO
Status: RESOLVED FIXED
Product: GEGL
Classification: Other
Component: operations
git master
Other Linux
: Normal enhancement
: ---
Assigned To: Default Gegl Component Owner
Default Gegl Component Owner
Depends on:
Blocks:
 
 
Reported: 2016-02-09 21:12 UTC by Martin Blanchard
Modified: 2016-02-12 15:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
svg-load port to GIO, initial patch (9.71 KB, patch)
2016-02-09 21:22 UTC, Martin Blanchard
none Details | Review

Description Martin Blanchard 2016-02-09 21:12:37 UTC
Operation svg-load should be ported to GIO (should use gegl_gio_open_input_stream() and accept an URI parameter). More informations:

http://wiki.gimp.org/index.php/Hacking:Porting_file_plugins_to_GEGL_and_GIO
Comment 1 Martin Blanchard 2016-02-09 21:22:19 UTC
Created attachment 320755 [details] [review]
svg-load port to GIO, initial patch
Comment 2 Øyvind Kolås (pippin) 2016-02-12 15:14:06 UTC
commit b56e712bfc3514eadd5ceab131fff11004e629c2
Author: Martin Blanchard <tchaik@gmx.com>
Date:   Tue Feb 9 22:15:05 2016 +0100

    svg: Port svg-load operation to GIO
    
    Make use of gegl_gio_open_input_stream() service. New 'uri'
    property (along the existing 'path' one); benefit is that files
    can be opened from distant locations now.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=761796