aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libsdl
AgeCommit message (Collapse)Author
2012-05-21libsdl: Update LICENSE field version to LGPLv2.1Chase Maupin
* Updated LICENSE field version from generic LGPL to LGPLv2.1 to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
2011-02-15libsdl-mixer: fix compiling for angstroem 2008.1Henning Heinold
* libtool don't honors AC_CONFIG_AUX_DIRS in this case so not all libtool stuff is deleted, fixed it by copy the stuff from the build-script dir and remove the dir afterwards * bump PR
2011-02-11libsdl-directfb: delete unpinned version 1.2.9Henning Heinold
2011-02-11libsdl-mixer: fix it the same way as the libsdl recipe and bump PRHenning Heinold
2011-02-08libsdl: use new .inc for 2.1.14 versionHenning Heinold
* make autotools-usage and libtool2.4 from directfb generic, this fixes libsdl-x11 too * switch to INC_PR
2010-12-24libsdl-image: moved task to do_configure_prepend changed rm into rm -fFrans Meulenbroeks
- less tasks makes it slighly faster - other recipes also do this in do_configure_prepend or do_configure - rm -f avoid error of file dues not exist (e.g. because the task is ran twice) Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-12-11libsdl-directfb: fixed qa_configure errorAeschbacher, Fabrice
* without this patch, ${STAGING_DIR}/bin/directfb-config --cflags returns: -I/usr/include/directfb -D_REENTRANT which makes qa_configure complain about /usr/include Signed-off-by: Fabrice Aeschbacher <fabrice.aeschbacher@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-12-09libsdl: depend on virtual/libsdl instead of libsdl-x11Andreas Oberritter
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2010-12-05libsdl-mixer 1.2.11: wrap the mp3 dependency in enterprise and bump PRDenis 'GNUtoo' Carikli
Distributing an MP3 encoder/decoder can be problematic in the countries where software patents are legal and enforceable. So people not wanting to distribute or use mp3 can set ENTERPRISE_DISTRO in their local.conf to avoid the dependency. As adding ENTERPRISE_DISTRO mask some dependencies, this patch should permit to build libsdl-mixer with enterprise set. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
2010-11-14libsdl: fix sh equality operatorAndreas Oberritter
Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Acked-by: Michael Smith <msmith@cbnco.com>
2010-11-14libsdl-x11 1.2.14: removing libtool-update.patch fixes alsa detectionDenis 'GNUtoo' Carikli
A side effect of the patch is that alsa detection was disabled or didn't work. For instance here's a short way to test the result of ./configure: With the patch: grep ALSA SDL-1.2.14/include/SDL_config.h gives: /* #undef SDL_AUDIO_DRIVER_ALSA */ /* #undef SDL_AUDIO_DRIVER_ALSA_DYNAMIC */ And without the patch: grep ALSA SDL-1.2.14/include/SDL_config.h gives: #define SDL_AUDIO_DRIVER_ALSA 1 #define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2" Note that libsdl-x11 builds fine without the patch under the SHR distribution with the htcdream and nokia900 machines Thanks demonicmaniac for help in #sdl on Freenode. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-11-11libsdl-mixer 1.2.11: fix libvorbis's search pathDenis 'GNUtoo' Carikli
without that patch configure outputed something like this: checking tremor/ivorbisfile.h usability... yes checking tremor/ivorbisfile.h presence... yes checking for tremor/ivorbisfile.h... yes checking for ov_open_callbacks in -lvorbisidec... no configure: WARNING: *** Unable to find Ogg Vorbis Tremor library (http://www.xiph.org/) configure: WARNING: Ogg Vorbis support disabled Then digging into the configure script made me found that: LIBS="-lvorbisfile $LIBS" just before the compilation of the test(the following output comes from config.log): configure:11947: arm-oe-linux-gnueabi-gcc [...] -o conftest [...] conftest.c -lvorbisfile -L/usr/lib -lmikmod -ldl -lm >&5 /usr/lib/libvorbisfile.so: file not recognized: File format not recognized collect2: ld returned 1 exit status configure:11947: $? = 1 we clearly see -lvorbisfile -L/usr/lib ./configure --help says: LIBS libraries to pass to the linker, e.g. -l<library> so I simply overwritten LIBS in the recipe in EXTRA_OECONF The result was tested on nokia900 with wesnoth-wvga: Before it couldn't play its ogg vorbis music, and now it can. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
2010-11-11libsdl-x11: 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-10-19libsdl-directfb: use the options of our patched autoreconf, to prevent ↵Henning Heinold
autoheader * thank's kergoth for the hint * no functional changes so no bump of PR's
2010-10-19libsdl-directfb: update to 1.2.14Andreas Oberritter
Changes since v1: * removed patches. * use autoreconf to update libtool etc. * inherit lib_package * dropped some unused configure options. * ran oe-stylize.py Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Acked-by:: Henning Heinold <heinold@inf.fu-berlin.de>
2010-10-16libsdl-ttf: fix version 2.0.10 by removing the libtool-m4-macrosHenning Heinold
* bump PR Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-15libsdl-ttf_2.0.10: add DEFAULT_PREFERENCE -1 as it doesn't build with ↵Martin Jansa
default libtool-2.2.6b * there is patch only for libtool-2.4 * it expects libtool-2.2.6
2010-10-13libsdl-ttf: add newer version 2.0.10Martin Jansa
* conditionaly update libtool macros Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-09-27libsdl-native: Convert to new style staging, remove do_stageNoor Ahsan
* Remove do_stage () * Replace tabs with 8 spaces in do_configure * Bump INC_PR = "r3" Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-15libsdl-qpe_1.2.9.bb: Add patch to not include asm/page.hKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-06libsdl-x11-1.2.14: fix bug 894Denis 'GNUtoo' Carikli
Wesnoth in-game buttons couldn't be pressed in illume2, The patch,which comes from the bugreport, fixes that issue
2010-08-08libsdl-mixer: fixed the absence of ogg support(because of a libmikmod ↵Denis 'GNUtoo' Carikli
issue),bump PR and convert libmikmod staging When I ran wesnoth 1.8.3 I had no music and similar messages on the console: error audio: Could not load music file '/usr/share/wesnoth/data/core/music/breaking_the_chains.ogg': Couldn't read from '/usr/share/wesnoth/data/core/music/breaking_the_chains.ogg' At first I tought that I missed a dlopend library. But I did an ldd on libsdl-mixer and compared with the version on my desktop: root@htcdream ~ # ldd /usr/lib/libSDL_mixer-1.2.so.0.10.1 libSDL-1.2.so.0 => /usr/lib/libSDL-1.2.so.0 (0x400 54000) libpthread.so.0 => /lib/libpthread.so.0 (0x400d4000) libmad.so.0 => /usr/lib/libmad.so.0 (0x400f4000) libc.so.6 => /lib/libc.so.6 (0x40110000) libm.so.6 => /lib/libm.so.6 (0x40234000) libts-1.0.so.0 => /usr/lib/libts-1.0.so.0 (0x402d0000) libdl.so.2 => /lib/libdl.so.2 (0x402dc000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x402e8000) /lib/ld-linux.so.3 (0x2a000000) And I found huge differences with my desktop version: linux-vdso.so.1 => (0x00007fff63cef000) libm.so.6 => /lib/libm.so.6 (0x00007f32232dd000) libmikmod.so.2 => /usr/lib/libmikmod.so.2 (0x00007f322308d000) libdl.so.2 => /lib/libdl.so.2 (0x00007f3222e88000) libvorbisfile.so.3 => /usr/lib/libvorbisfile.so.3 (0x00007f3222c80000) libsmpeg-0.4.so.0 => /usr/lib/libsmpeg-0.4.so.0 (0x00007f3222a25000) libSDL-1.2.so.0 => /usr/lib/libSDL-1.2.so.0 (0x00007f322278c000) libc.so.6 => /lib/libc.so.6 (0x00007f3222409000) /lib64/ld-linux-x86-64.so.2 (0x00007f32237e3000) libvorbis.so.0 => /usr/lib/libvorbis.so.0 (0x00007f32221dc000) libogg.so.0 => /usr/lib/libogg.so.0 (0x00007f3221fd4000) libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007f3221cc0000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00007f3221aa9000) libpulse-simple.so.0 => /usr/lib/libpulse-simple.so.0 (0x00007f32218a4000) libpulse.so.0 => /usr/lib/libpulse.so.0 (0x00007f3221662000) libdirectfb-1.2.so.0 => /usr/lib/libdirectfb-1.2.so.0 (0x00007f32213df000) libfusion-1.2.so.0 => /usr/lib/libfusion-1.2.so.0 (0x00007f32211d4000) libdirect-1.2.so.0 => /usr/lib/libdirect-1.2.so.0 (0x00007f3220fbb000) libpthread.so.0 => /lib/libpthread.so.0 (0x00007f3220d9e000) libpulsecommon-0.9.21.so => /usr/lib/libpulsecommon-0.9.21.so (0x00007f3220b51000) librt.so.1 => /lib/librt.so.1 (0x00007f3220949000) libX11.so.6 => /usr/lib/libX11.so.6 (0x00007f3220610000) libICE.so.6 => /usr/lib/libICE.so.6 (0x00007f32203f4000) libSM.so.6 => /usr/lib/libSM.so.6 (0x00007f32201eb000) libXtst.so.6 => /usr/lib/libXtst.so.6 (0x00007f321ffe4000) libwrap.so.0 => /lib/libwrap.so.0 (0x00007f321fdd8000) libsndfile.so.1 => /usr/lib/libsndfile.so.1 (0x00007f321fb73000) libdbus-1.so.3 => /lib/libdbus-1.so.3 (0x00007f321f934000) libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007f321f716000) libuuid.so.1 => /lib/libuuid.so.1 (0x00007f321f511000) libXext.so.6 => /usr/lib/libXext.so.6 (0x00007f321f2ff000) libXi.so.6 => /usr/lib/libXi.so.6 (0x00007f321f0ee000) libnsl.so.1 => /lib/libnsl.so.1 (0x00007f321eed4000) libFLAC.so.8 => /usr/lib/libFLAC.so.8 (0x00007f321ec89000) libvorbisenc.so.2 => /usr/lib/libvorbisenc.so.2 (0x00007f321e8ad000) libXau.so.6 => /usr/lib/libXau.so.6 (0x00007f321e6a9000) libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007f321e4a3000) Then I looked in the configure log of libsdl-mixer and found that: .../sysroots/armv6-novfp-oe-linux-gnueabi/usr/lib/libmikmod.so: undefined reference to `floor' collect2: ld returned 1 exit status configure:11865: $? = 1 During the detection of libvorbis. I had no idea on how to fix that,so I asked on irc(#oe on Freenode): Khem helped me a lot and at some point said(about libmikmod): Aug 03 16:57:38 <khem> add -lm to LDFLAGS And finally: Aug 03 17:35:33 <ensc|w> GNUtoo|laptop: on first glance, EXTRA_OECONF='-lm' might fix it Aug 03 17:35:37 <GNUtoo|laptop> armv6-novfp-oe-linux-gnueabi/libmikmod-3.2.0-beta2-r1/libmikmod-3.2.0-beta2/libmikmod Aug 03 17:35:50 <GNUtoo|laptop> ensc|w, isn't that risky? but I can try that Aug 03 17:36:02 <GNUtoo|laptop> you mean OEMAKE? Aug 03 17:36:11 <ensc|w> wrong... EXTRA_OECONF='LIBRARY_LIB=-lm' Thanks a lot for the help About the PR bump: 19:59 < khem> you should only bump the pr of the package you are modifying 19:59 < GNUtoo|htcdream> khem: ok thanks a lot So I bumped only PR of libmikmod and sdl-mixer
2010-08-08recipes: bump PR for packages depending on jpeg which changed .so name with ↵Martin Jansa
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-05recipes: inherit autotools instead of autotools_stageKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-03500+ recipes: remove do_stageFrans Meulenbroeks
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-06-14libsdl-x11-1.2.14: Update libtool macros and remove legacy stagingKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-04libsdl-ttf-native: Drop unnecessary FILESPATHTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.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-05-08libsdl-image: convert to new style stagingKoen Kooi
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>
2010-01-27libsdl-image: remove all .m4 macros from source dirMartin Jansa
2010-01-23libsdl-mixer: drop version 1.2.9 (md5sum mismatch)Bernhard Kaindl
* as discussed and agreed on the mailing list Signed-off-by: Rolf Leggewie <oe-devel@rolf.leggewie.biz>
2010-01-20libsdl-x11: use newer sdl.m4 macro from svnHenning Heinold
* the sdl.m4 macro now uses pkgconfig which unbreaks gnome-games build * bump PR
2010-01-10libsdl-ttf: Fix path to sdl-configFrederik Sdun
Signed-off-by: Frederik 'playya' Sdun <Frederik.Sdun@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-06libsdl-mixer: Add libMAD and libTremor support to SDL Mixer 1.2.11.David-John Willis
2010-01-06libsdl-ttf: Add 2.0.9 and checksums.David-John Willis
2010-01-06libsdl-image: Add 1.2.10 and checksum and cleanup recipe and add INC_PR.David-John Willis
* Add INC_PR to include and seed higher than highest r4 in existing recipes.
2010-01-04Revert "libsdl-native: Build with the X11 backend"Koen Kooi
If you have localegen enabled a dependency loop gets triggered. Holger asked me to revert this till a proper fix emerges This reverts commit f017581d074adb0d88312939dafdb9fa74b0b494.
2010-01-04libsdl-native: Build with the X11 backendnokia
* Depend on libx11-native * Increment PR
2010-01-04libsdl-native: Create libsdl-native.incHolger Hans Peter Freyther
* Create a libsdl-native.inc and make 1.2.11 and 1.2.14 use it * Convert to INC_PR scheme as well
2009-12-28libsdl-x11: disable ps3 video, it fails to buildJeremy Lainé
2009-12-10libsdl-x11_1.2.14: remove INC_PR, didn't notice that require libsdl.inc is ↵Martin Jansa
actually commented out Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-10libsdl: use INC_PR, bump for mesa -> virtual/libgl changeMartin Jansa
2009-12-10libsdl-x11, libglew: use virtual/libgl instead of mesaMartin Jansa
2009-12-10x11 recipes: use virtual/libgl instead of mesaMartin Jansa
2009-12-04libsdl: Add 1.2.14 (and native). Note: Does not use libsdl.inc as that has ↵David-John Willis
hacks for older SDL versions. * Only tested on the OpenPandora under Angstrom currently.
2009-12-02libsdl-mixer: fix flac madnessKoen Kooi
2009-11-30libsdl-mixer: remove defpref -1 from version 1.2.10 because 1.2.11 is now ↵Henning Heinold
default
2009-11-18libsdl-mixer_1.2.11.bb : update the latest versionGraeme Gregory