aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/smpeg
AgeCommit message (Collapse)Author
2011-04-13smpeg svn: fix compilationDenis 'GNUtoo' Carikli
Without that fix we have: [...] -L/usr/lib [...] libsmpeg-0.4.so.0 -o .libs/libsmpeg-0.4.so.0.1.4 /usr/lib/libm.so: file not recognized: File format not recognized In config.log we had: SDL_CFLAGS='-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT' SDL_CONFIG='/usr/bin/sdl-config' SDL_LIBS='-L/usr/lib -lSDL' The solution was to pass the correct SDL_CONFIG to configure Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
2010-11-11smpeg: configure with --disable-rpathMichael Smith
Otherwise libtool and ld try to link against ${libdir}/libdl.so.2 on the host system. Signed-off-by: Michael Smith <msmith@cbnco.com>
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-10smpeg: Installing smpeg.m4 inoto staging aclocalMichael Lippautz
* Fixes bug #4989 Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
2010-03-11smpeg: convert to new staging and bump SRCREV a bitMartin Jansa
* please note that headers are now as upstream puts them in /usr/include/smpeg/* instead /usr/include/SDL * smpeg-config returns right paths, so it should be OK for sane packages Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-17svn recipes: change +svnr${SRCREV} +svnr${SRCPV}Martin Jansa
* Just formal change * No need to bump PE or PR 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>