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 782012 - Remove the g_auto* macros for Gegl
Remove the g_auto* macros for Gegl
Status: RESOLVED FIXED
Product: gnome-photos
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: GNOME photos maintainer(s)
GNOME photos maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2017-05-01 14:14 UTC by Emmanuele Bassi (:ebassi)
Modified: 2017-05-01 20:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Remove the g_auto* macros for Gegl (1.76 KB, patch)
2017-05-01 14:14 UTC, Emmanuele Bassi (:ebassi)
committed Details | Review

Description Emmanuele Bassi (:ebassi) 2017-05-01 14:14:14 UTC
Without the attached patch, Continuous fails to build GNOME Photos.
Comment 1 Emmanuele Bassi (:ebassi) 2017-05-01 14:14:25 UTC
Created attachment 350803 [details] [review]
Remove the g_auto* macros for Gegl

Gegl 0.3.15 provides the definitions for using GeglOperation and other
types with the g_auto* macros, now that bug 780083 has been fixed.
Comment 2 Debarshi Ray 2017-05-01 20:25:15 UTC
Review of attachment 350803 [details] [review]:

Thanks for the patch, Emmanuele!