summaryrefslogtreecommitdiff
path: root/recipes/jpeg
AgeCommit message (Collapse)AuthorFiles
2010-09-13jpeg 6b: Switch to getting libtool from PATHTom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-09-11jpeg_8b: Allow using older versions of automakeChase Maupin2
* Added patch to allow using older versions of automake such as 1.10.3 when building jpeg version 8b. * Only use the AM_SILENT_RULES if it is available. Signed-off-by: Chase Maupin <chase.maupin@ti.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-08-20jbig2dec-0.11: new recipeDmitry Artamonow1
jbig2dec is a decoder implementation of the JBIG2 image compression format. JBIG2 is designed for lossy or lossless encoding of monochrome images at moderately high resolution, in particular scanned paper documents. Signed-off-by: Dmitry Artamonow <mad_soft@inbox.ru> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-20openjpeg-1.3: new recipeDmitry Artamonow2
The OpenJPEG library is an open-source JPEG 2000 codec written in C language. Signed-off-by: Dmitry Artamonow <mad_soft@inbox.ru> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-08recipes: bump PR for packages depending on jpeg which changed .so name with ↵Martin Jansa1
6b -> 8b upgrade * distro maintainers: please consider upgrading jpeg first to bump PR just once * this list is incomplete for sure, only recipes-versions I had built in my tmpdir, feel free to add more
2010-08-06jpeg: updated to version 8bEnrico Scholz1
jpeg8b is now automake based and does not required the patches from the 6b recipe anymore. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
2010-08-03500+ recipes: remove do_stageFrans Meulenbroeks1
This patch removes all occurrences of do_stage() { autotools_stage_all } including all kind of variants w.r.t whitespace Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson1
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson1
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-05bitbake.conf/base.bbclass: Rename the staging directory to sysroots and the ↵Joshua Lock1
populate_staging task to populate_sysroot This change, pulled from Poky, makes the purpose of the staging directory more obvious and the taskname more true to what it now actually does. The layout version number is increased due to the change in layout but code to convert existing directories and insert a symlink for backwards compatibility is included. This patch also includes fixes for all recipes which reference the directory. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa2
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-28jpeg: convert to new-style staging and use BBCLASSEXTEND for -nativeKoen Kooi2
2009-09-08more files: Fixed unpack dependencies on unzip-native, see:Stanislav Brabec1
* http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-August/013505.html * http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-September/013620.html
2009-08-16jpeg_6b.bb: Use alternate SRC_URI current one does not have this versionKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko7
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>