summaryrefslogtreecommitdiff
path: root/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.26.5
AgeCommit message (Collapse)AuthorFiles
2013-06-04gdk-pixbuf: upgrade to 2.28.1Ross Burton4
Something along the lines of pngversion.patch was merged upstream, so drop that patch. Also use the new trim_version() function for a future-proof SRC_URI. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-04-13gdk-pixbuf: Fix libpng determinism issuesRichard Purdie1
We now have libpng 1.6. If we build libpng12 as well as libpng 1.6, the 1.2 version gets preferred which is not desirable and does not give deterministic builds. We really do want to use libpng since the item in DEPENDS will provide this so manipulate the search list so the one we DEPEND on gets chosen. This was the cause of a recent autobuilder failure. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-12-18gdk-pixbuf: update to upstream version 2.26.5Marko Lindqvist3
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>