aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce/tumbler
AgeCommit message (Collapse)Author
2015-03-21tumbler: update to 0.1.31Andreas Müller
* static libraries are gone * plugin link is created correctly so no need to recreate Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-10-16tumbler: make build deterministic by adding PACKAGECONFIG for ↵Andreas Müller
gstreamer-thumbnailer * disabled by default * fixes: | tumbler-0.1.30: tumbler rdepends on gstreamer1.0, but it isn't a build dependency? [build-deps] | tumbler-0.1.30: tumbler rdepends on libgsttag-1.0, but it isn't a build dependency? [build-deps] Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-10-01tumbler: fix build deps QA warningsAndreas Müller
WARNING: QA Issue: tumbler rdepends on libxml2, but it isn't a build dependency? [build-deps] WARNING: QA Issue: tumbler rdepends on libgsf, but it isn't a build dependency? [build-deps] WARNING: QA Issue: tumbler rdepends on libbz2, but it isn't a build dependency? [build-deps] Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-10-01tumbler: update to 0.1.30Andreas Müller
* find freetype2 by packageconfig -> get out of blacklist * inherit gtk-doc to avoid | gtk-doc.make:7: error: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL | docs/reference/tumbler/Makefile.am:84: 'gtk-doc.make' included from here | gtk-doc.make:59: error: GTK_DOC_BUILD_HTML does not appear in AM_CONDITIONAL | docs/reference/tumbler/Makefile.am:84: 'gtk-doc.make' included from here | gtk-doc.make:64: error: GTK_DOC_BUILD_PDF does not appear in AM_CONDITIONAL | docs/reference/tumbler/Makefile.am:84: 'gtk-doc.make' included from here | gtk-doc.make:73: error: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL | docs/reference/tumbler/Makefile.am:84: 'gtk-doc.make' included from here | gtk-doc.make:294: error: HAVE_GTK_DOC does not appear in AM_CONDITIONAL | docs/reference/tumbler/Makefile.am:84: 'gtk-doc.make' included from here | tumblerd/Makefile.am:93: warning: '%'-style pattern rules are a GNU make extension | autoreconf: automake failed with exit status: 1 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-06-21tumbler, ristretto: Blacklist because freetype2-config used by tumbler was ↵Martin Jansa
removed Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-14tumbler: add dependency on xfce4-dev-tools-nativeMartin Jansa
* tumbler configure needs XDT_I18N macro provided by xfce4-dev-tools | tumbler-0.1.29/configure: line 13752: syntax error near unexpected token `$linguas' | tumbler-0.1.29/configure: line 13752: `XDT_I18N($linguas)' | Configure failed. The contents of all config.log files follows to aid debugging Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-06-20tumbler: update to 0.1.29Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2013-06-20tumbler: add curl to dependencies to make build deterministicAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2013-04-15recipes: Unify indentationMartin Jansa
* This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
2013-01-27tumbler: update to 0.1.27Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-03tumbler: update to 0.1.26Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-18tumbler: update to 0.1.25Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-01-05tumbler: update to 0.1.23Andreas Müller
* build tested incremental & from empty build dir * run tested on overo Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-15tumbler: initial add 0.1.22Andreas Müller
* run tested on on overo with ristretto and thunar * TODO: split out plugins Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>