From: Pau Espin Pedrol <pespin.shar@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 1/2] lightmediascanner: added recipe for v0.4.3
Date: Wed, 17 Aug 2011 06:51:54 +0200 [thread overview]
Message-ID: <1313556715-28652-1-git-send-email-pespin.shar@gmail.com> (raw)
Signed-off-by: Pau Espin Pedrol <pespin.shar@gmail.com>
---
.../recipes-efl/e17/lightmediascanner_0.4.3.0.bb | 29 ++++++++++++++++++++
1 files changed, 29 insertions(+), 0 deletions(-)
create mode 100644 meta-efl/recipes-efl/e17/lightmediascanner_0.4.3.0.bb
diff --git a/meta-efl/recipes-efl/e17/lightmediascanner_0.4.3.0.bb b/meta-efl/recipes-efl/e17/lightmediascanner_0.4.3.0.bb
new file mode 100644
index 0000000..dd0b283
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/lightmediascanner_0.4.3.0.bb
@@ -0,0 +1,29 @@
+DESCRIPTION = "Lightweight media scanner meant to be used in not-so-powerful devices"
+SECTION = "libs/multimedia"
+AUTHOR = "Profusion"
+LICENSE = "LGPLv2.1+"
+DEPENDS = "sqlite3 flac"
+SRC_URI = "https://garage.maemo.org/frs/download.php/9439/lightmediascanner-${PV}.tar.bz2"
+
+PE = "1"
+
+inherit autotools pkgconfig
+
+do_install_append() {
+ install -d ${D}/${bindir}/
+ install -m 755 ${WORKDIR}/${PN}-${PV}/src/bin/.libs/test ${D}/${bindir}/test-lms
+}
+
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
+
+PACKAGES =+ "${PN}-test"
+
+FILES_${PN}-test = "${bindir}/test-lms"
+
+FILES_${PN}-dbg += "${libdir}/${PN}/plugins/.debug"
+
+SRC_URI[md5sum] = "188ff5188cfa0f2504a42934c969cb77"
+SRC_URI[sha256sum] = "bdbe76655ad212b936fb3cf6a9ca725e318ddeb57cd7d950d9c8409297d3b0da"
+
+
--
1.7.6
next reply other threads:[~2011-08-17 4:57 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-17 4:51 Pau Espin Pedrol [this message]
2011-08-17 4:51 ` [PATCH 2/2] enjoy: make it work with shr-core Pau Espin Pedrol
2011-08-17 8:17 ` Paul Menzel
2011-08-17 4:55 ` [PATCH 1/2] lightmediascanner: added recipe for v0.4.3 Pau Espin Pedrol
2011-08-17 7:30 ` Koen Kooi
2011-08-17 7:46 ` Martin Jansa
2011-08-17 10:55 ` Paul Menzel
2011-08-17 11:04 ` Paul Menzel
2011-08-17 17:15 ` Pau Espin Pedrol
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1313556715-28652-1-git-send-email-pespin.shar@gmail.com \
--to=pespin.shar@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.