aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/supertux
AgeCommit message (Collapse)Author
2010-11-14supertux: fix sh equality operatorAndreas Oberritter
Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Acked-by: Michael Smith <msmith@cbnco.com>
2010-11-12supertux/supertux-qvga : migrate to inc file, and fix supertux-qvga configureDenis 'GNUtoo' Carikli
supertux_0.1.3 and supertux-qvga_0.1.3 were doing that: supertux_0.1.3: PR = "r6" supertux-qvga_0.1.3: require supertux_${PV}.bb And supertux-qvga didn't redefine PR So I had to convert move supertux_0.1.3 to supertux.inc and convert everything to inc_PR supertux-qvga needed 2 things to configure tough: *depending on libsdl-gfx(supertux can build without): checking for rotozoomSurface in -lSDL_gfx... no configure: error: SDL_gfx library required * fix the following error: checking for Mix_OpenAudio in -lSDL_mixer... no configure: error: SDL_mixer library required The fix is similar to ac36d86725da867d691b16668d88f096d0b7da37 ( libsdl-mixer 1.2.11: fix libvorbis's search path ) And the cause is the same: configure:5791: arm-oe-linux-gnueabi-gcc [...] conftest.c -lSDL_mixer -lSDL -lpthread -L/usr/lib -lmikmod -ldl -lm >&5 /usr/lib/libSDL_mixer.so: file not recognized: File format not recognized collect2: ld returned 1 exit status Note that the packages were visually inspected with find in : supertux-0.1.3-r7.0/packages-split supertux-qvga-0.1.3-r7.0/packages-split PR was bumped in supertux.inc Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
2010-10-30supertux(-qvga): include supertux recipe to supertux-qvgaMartin Jansa
* if do_configure in supertux-qvga fails for you, then it's because gp2x.patch adds libmikmod to configure.ac and libmikmod-config returns -L/usr/lib, libmikmod should be fixed Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-26supertux_0.1.3: Fix complilation with gcc 4.5Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-08supertux/supertux_0.1.3.bb: RDEPENDS -> RDEPENDS_${PN}Frans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-09-19supertux 0.1.3: depend on libmikmod(fix not-starting issue)Denis 'GNUtoo' Carikli
If we don't depend on libmikmod, and that we enable sound and/or music supertux exits with an error message and doesn't start: root@nokia900 ~ # supertux Datadir: /usr/bin/../share/supertux Warning: No joysticks are available. Error: Couldn't load musicfile /usr/bin/../share/supertux/music/SALCON.MOD Aborted PR was also bumped
2010-07-06supertux 0.1.3: remove the -1 default preferenceDenis 'GNUtoo' Carikli
supertux 0.1.3 is more recent,and we have 0.1.3 as qvga version Also: it has been -1 for very long time,from before packages->recipes changes
2010-07-06supertux: fix installation(will not overwrite just-created) and bump PRDenis 'GNUtoo' Carikli
data/Makefile.am has some duplicated entries which causes that kind of failure: ...usr/bin/install: will not overwrite just-created `.../image/usr/share/supertux/sounds/bigjump.wav' with `sounds/bigjump.wav' So in the patch we just remove the duplicated entries
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
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 Larson
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-04-12recipes: move checksums to recipes from checksums.ini, part 2 manual adjustementMartin Jansa
* all: multiple checked items in SRC_URI (needs name= param) * other fixes like non-existent URL, checksums moved ot .inc or included .bb (ie for -native) * ... * tested with micro/micro-uclibc/Angstrom/SHR with SOURCE_MIRROR_FETCH="True" (ignoring COMPATIBLE_* * also tested -c fetch with s/SRC_URI_append_[^ ]*/SRC_URI_append/g and s/SRC_URI_[^ ]*/SRC_URI_append/g to catch all URLs used only for distro/machine/virtual override (see http://build.shr-project.org/tests/jama/SRC_URI.removeOverrides.patch) * in case I downloaded different checksum then what was in checksums.ini I used the old one from checksums.ini and put my checksum in comment * I'll send to ML list of recipes which cannot be downloaded (weren't converted) and where I got different checksums Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* 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>
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
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>