GNOME Bugzilla – Bug 760283
Add libjasper as a sysdep so that gegl can load JPEG 2000
Last modified: 2016-01-22 19:07:39 UTC
gnome-photos sanity checks the presence of required gegl operations before showing a window to avoid weird behaviour at runtime. The JPEG 2000 source is one of them. Since we recommend Fedora to newcomers, and Fedora's gtk3 package requires libjasper through gdk-pixbuf2-modules, I think it should be OK to add it. [1] https://wiki.gnome.org/Newcomers/BuildGnome
Created attachment 318432 [details] [review] 3.20: Add libjasper as a sysdep so that gegl can load JPEG 2000
Review of attachment 318432 [details] [review]: Sure
Comment on attachment 318432 [details] [review] 3.20: Add libjasper as a sysdep so that gegl can load JPEG 2000 Thanks, jjardon. Pushed to master.
This doesn't work on all distributions because jasper upstream doesn't provide a .pc file. The jasper.pc file in Fedora package is added by a patch in SRPM.
Created attachment 318601 [details] [review] 3.20: Use a header file to detect libjasper The upstream project does not provide jasper.pc file, so we cannot expect it to be available in all distributions.
Review of attachment 318601 [details] [review]: Thanks.
Attachment 318601 [details] pushed as 6ef93b8 - 3.20: Use a header file to detect libjasper