From 63d3969b0f839fc4b7bf7fe836daec729d9d3c53 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sun, 16 Oct 2011 22:04:31 +0200 Subject: lightmediascanner: Add version 0.4.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .../lightmediascanner/lightmediascanner_0.4.4.bb | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 recipes/lightmediascanner/lightmediascanner_0.4.4.bb diff --git a/recipes/lightmediascanner/lightmediascanner_0.4.4.bb b/recipes/lightmediascanner/lightmediascanner_0.4.4.bb new file mode 100644 index 0000000000..1d9a61ba91 --- /dev/null +++ b/recipes/lightmediascanner/lightmediascanner_0.4.4.bb @@ -0,0 +1,29 @@ +DESCRIPTION = "Lightweight media scanner meant to be used in not-so-powerful devices" +AUTHOR = "ProFUSION" +HOMEPAGE = "http://lms.garage.maemo.org/" +SECTION = "libs/multimedia" +LICENSE = "LGPLv2.1+" +DEPENDS = "sqlite3 flac virtual/libiconv" + +PE = "1" +PR = "r0" + +SRC_URI = "http://git.profusion.mobi/cgit.cgi/lightmediascanner.git/snapshot/release_${PV}.tar.bz2 \ +" +SRC_URI[md5sum] = "f423376a70f8f321af69b12563b176fe" +SRC_URI[sha256sum] = "302a7f6cc355467cd20332f4e02c8b87ba6c0c7a6818a6a987e007aace19b41e" + +S = "${WORKDIR}/release_${PV}" + +inherit autotools pkgconfig + +do_install_append() { + install -d ${D}/${bindir}/ + install -m 755 ${S}/src/bin/.libs/test ${D}/${bindir}/test-lms +} + +PACKAGES =+ "${PN}-test" + +FILES_${PN}-test = "${bindir}/test-lms" + +FILES_${PN}-dbg += "${libdir}/${PN}/plugins/.debug" -- cgit 1.2.3-korg