GNOME Bugzilla – Bug 726913
replace libjpeg with libjpeg turbo
Last modified: 2014-09-04 08:05:32 UTC
please take a look at this bug: https://bugs.freedesktop.org/show_bug.cgi?id=57449 I added a tentative patch tested on windows only with cerbero buildone libjpeg-turbo, I noticed now a small typo in the recipe: files_devel = ['include/jpeglib.h', 'include/jerror.h', 'include/jconfig.h', 'include/jmorecfg.h','turbojpeg.h'] the last .h should be 'include/turbojpeg.h'
ooc: aren't there multiple such accelerated libjpeg variants? if yes, why this one?
because libjpeg turbo is the accepted one, is the default in many distributions such as fedora, red hat, archlinux, ubuntu, I think only debian still use jpeg standard (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602034), on windows libjpeg turbo was used in gstreamer ossbuild winbuilds too (pre sdk/cerbero era)
libjpeg turbo is indeed the one replacement accepted pretty much everywhere and has acceleration for the platforms we target.
Created attachment 280044 [details] [review] rebased patch against today git master what else left to do?
That patch doesn't contain the actual jpeg-turbo recipe
Created attachment 280047 [details] [review] updated sorry for the mistake
ping
commit 18173bb0b0ddd21db3e10e984d10a2be3dda8d53 Author: Sebastian Dröge <sebastian@centricular.com> Date: Thu Sep 4 11:04:07 2014 +0300 base-system-1.0: Include jpeg-turbo instead of libjpeg commit 367f7a1dbe0a3e1f36557abcfa1f7dd98640e15b Author: Nicola Murino <nicola.murino@gmail.com> Date: Mon Jul 7 13:16:45 2014 +0200 recipes: replace libjpeg with libjpeg-turbo https://bugzilla.gnome.org/show_bug.cgi?id=726913