aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lightmediascanner
AgeCommit message (Collapse)Author
2011-10-16lightmediascanner: Add version 0.4.4Paul Menzel
1. The release announcement [1] has some more information about the current state. 2. The “official” Web site listed also in the recipe is not current anymore because the credentials have been lost. 3. This recipe is tested using `angstrom-2010.x` and `minimal{,-uclibc}` for `MACHINE = "beagleboard"`. [1] http://blog.gustavobarbieri.com.br/2011/08/19/ann-lightmediascanner-0-4-4-released/ Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-08-19lightmediascanner: Remove version 0.2.0.0 and 0.4.1.0Paul Menzel
2011-08-19lightmediascanner: Add version 0.4.3.0Paul Menzel
Changelog available at [1]. Build tested for `MACHINE = "beagleboard"` using `angstrom-2010.x` and `minimal{,-uclibc}`. [1] http://git.profusion.mobi/cgit.cgi/gustavo/lightmediascanner/tree/ChangeLog?id=7395cc3c1a507d57bd136191c6e216a5ec01179f Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-08-19lightmediascanner_0.4.1.0: Use `${S}` instead of `${WORKDIR}/${PN}-${PV}`Paul Menzel
`${S}` is more portable because `${WORKDIR}/${PN}-${PV}` is not valid for sources from a repository like Git. There it is often `git`. Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-08-19lightmediascanner: Add `virtual/libiconv` to `DEPENDS` and add patch for ↵Paul Menzel
`libiconv` Task compile fails with the following error using `minimal-uclibc` for `MACHINE = "beagleboard"`. Making all in bin make[3]: Entering directory `/oe/build-minimal-uclibc/minimal-uclibc-dev/work/armv7a-oe-linux-uclibceabi/lightmediascanner-1_0.4.1.0-r2/lightmediascanner-0.4.1.0/src/bin' CC test.o CC list-parsers.o CCLD list-parsers CCLD test ../../src/lib/.libs/liblightmediascanner.so: undefined reference to `libiconv_open' ../../src/lib/.libs/liblightmediascanner.so: undefined reference to `libiconv_close' ../../src/lib/.libs/liblightmediascanner.so: undefined reference to `libiconv' collect2: ld returned 1 exit status make[3]: *** [list-parsers] Error 1 make[3]: *** Waiting for unfinished jobs.... ../../src/lib/.libs/liblightmediascanner.so: undefined reference to `libiconv_open' ../../src/lib/.libs/liblightmediascanner.so: undefined reference to `libiconv_close' ../../src/lib/.libs/liblightmediascanner.so: undefined reference to `libiconv' collect2: ld returned 1 exit status make[3]: *** [test] Error 1 1. The libiconv Web site [1] tells to add `@LTLIBICONV@` to the linke command lines of the libraries or executables using libiconv functions. Gustavo send me a patch implementing this. 2. `touch config.rpath` before task configure because of the following error. autoreconf: running: automake --foreign --add-missing --copy --force-missing --warnings=cross automake: unknown warning category `cross' configure.ac:37: required file `./config.rpath' not found autoreconf: automake failed with exit status: 1 3. The next thing is to add `virtual/libiconv` to `DEPENDS`. EGLIBC and glibc do give an error because they include iconv support(?). CC lightmediascanner_utils.lo CC lightmediascanner.lo CC lightmediascanner_charset_conv.lo CC lightmediascanner_process.lo lightmediascanner_charset_conv.c:22:19: fatal error: iconv.h: No such file or directory compilation terminated. This patch is build tested using `angstrom-2010.x` and `minimal{,-uclibc}` for `MACHINE = "beagleboard"`. Additionally `enjoy_svn.bb` depending on `lightmediascanner` has been build tested too. [1] http://www.gnu.org/software/libiconv/ Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-08-17lightmediascanner: Add `HOMEPAGE = "http://lms.garage.maemo.org/"`Paul Menzel
Please note that the Git repository [1] mentioned in `README` [2] does not exist anymore [2]. It is currently hosted at the profusion.mobi site [3]. [1] http://staff.get-e.org/?p=users/barbieri/lightmediascanner.git [2] https://garage.maemo.org/plugins/ggit/browse.php/?p=lms;a=blob;f=lightmediascanner/README;h=32c6e601574d3f449675459f8cfd56bbe7944f46;hb=6f9905844f7349f97b59bbbacb8fd443d7aea969 [3] http://git.profusion.mobi/cgit.cgi/gustavo/lightmediascanner/ Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-08-17lightmediascanner: Change author name from Profusion to ProFUSION [1]Paul Menzel
On [1] it says »©2008-2011 ProFUSION. All rights reserved.«. [1] http://profusion.mobi/contact Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-08-17lightmediascanner_0.2.0.0: Correct license to LGPLv2.1+ [1][2]Paul Menzel
[1] http://git.profusion.mobi/cgit.cgi/gustavo/lightmediascanner/log/COPYING [2] http://git.profusion.mobi/cgit.cgi/gustavo/lightmediascanner/tree/src/lib/lightmediascanner.c Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-08-17lightmediascanner: Order fields according to style guidePaul Menzel
[1] http://wiki.openembedded.org/index.php/Styleguide Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2010-12-05lightmediascanner: add new 0.4.1.0 versionDenis 'GNUtoo' Carikli
This version is needed for a new recipe(enjoy) that will be added in another commit Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Pau Espin Pedrol <pespin.shar@gmail.com> Signed-off-by: Fabiano Fidencio <fidencio@profusion.mobi>
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-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>