From: fidencio@profusion.mobi
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 1/4] Lightmediascanner: Add recipe for 0.4.0 release
Date: Fri, 22 Oct 2010 22:14:04 -0200 [thread overview]
Message-ID: <4cc228ec.1d8b970a.4cbb.0973@mx.google.com> (raw)
In-Reply-To: <y>
From: Eduardo Lima (Etrunko) <eblima@gmail.com>
Also update 0.2.0 recipe to use lightmediascanner.inc
Signed-off-by: Eduardo Lima (Etrunko) <eblima@gmail.com>
---
recipes/lightmediascanner/lightmediascanner.inc | 21 ++++++++++++++++++++
.../lightmediascanner/lightmediascanner_0.2.0.0.bb | 11 +---------
.../lightmediascanner/lightmediascanner_0.4.0.0.bb | 6 +++++
3 files changed, 28 insertions(+), 10 deletions(-)
create mode 100644 recipes/lightmediascanner/lightmediascanner.inc
create mode 100644 recipes/lightmediascanner/lightmediascanner_0.4.0.0.bb
diff --git a/recipes/lightmediascanner/lightmediascanner.inc b/recipes/lightmediascanner/lightmediascanner.inc
new file mode 100644
index 0000000..9ba7a01
--- /dev/null
+++ b/recipes/lightmediascanner/lightmediascanner.inc
@@ -0,0 +1,21 @@
+DESCRIPTION = "Lightweight media scanner meant to be used in not-so-powerful devices"
+SECTION = "libs/multimedia"
+AUTHOR = "INdT / ProFUSION"
+LICENSE = "LGPL"
+DEPENDS += "sqlite3 libogg libvorbis flac"
+# DEPENDS += "mpeg4ip"
+
+PE = "1"
+RDEPENDS_${PN} += "glibc-gconv-utf-16 \
+ glibc-gconv \
+ "
+RPROVIDES_${PN} += "liblightmediascanner"
+
+inherit autotools pkgconfig
+
+FILES_${PN}-dbg += "${libdir}/${PN}/plugins/.debug"
+
+do_stage() {
+ autotools_stage_all
+}
+
diff --git a/recipes/lightmediascanner/lightmediascanner_0.2.0.0.bb b/recipes/lightmediascanner/lightmediascanner_0.2.0.0.bb
index cbb8f4b..f9ffbaf 100644
--- a/recipes/lightmediascanner/lightmediascanner_0.2.0.0.bb
+++ b/recipes/lightmediascanner/lightmediascanner_0.2.0.0.bb
@@ -1,15 +1,6 @@
-DESCRIPTION = "Lightweight media scanner meant to be used in not-so-powerful devices"
-SECTION = "libs/multimedia"
-AUTHOR = "Profusion"
-LICENSE = "LGPL"
-DEPENDS = "sqlite3"
-PE = "1"
+require lightmediascanner.inc
SRC_URI = "https://garage.maemo.org/frs/download.php/4626/lightmediascanner-0.2.0.0.tar.bz2"
-inherit autotools pkgconfig
-
-FILES_${PN}-dbg += "${libdir}/${PN}/plugins/.debug"
-
SRC_URI[md5sum] = "ee1494b6dff3a50be64a3266819056d5"
SRC_URI[sha256sum] = "98f980e8971fa4d04a589215c3b90d2eaf317ed70fd0d4988089e0fe5808c853"
diff --git a/recipes/lightmediascanner/lightmediascanner_0.4.0.0.bb b/recipes/lightmediascanner/lightmediascanner_0.4.0.0.bb
new file mode 100644
index 0000000..24b67cb
--- /dev/null
+++ b/recipes/lightmediascanner/lightmediascanner_0.4.0.0.bb
@@ -0,0 +1,6 @@
+require lightmediascanner.inc
+
+SRC_URI = "https://garage.maemo.org/frs/download.php/8497/lightmediascanner-0.4.0.0.tar.bz2"
+
+SRC_URI[md5sum] = "a302107cb17fc0c8fb7c8fe42b4a92f1"
+SRC_URI[sha256sum] = "718965779f43796fa76ffdf36b90a138725bc69c20013d75e8dc7291a939dcb2"
--
1.7.3.1
next reply other threads:[~2010-10-23 0:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-23 0:14 fidencio [this message]
2010-10-24 6:25 ` [PATCH 1/4] Lightmediascanner: Add recipe for 0.4.0 release Martin Jansa
2010-11-06 14:32 ` Stefan Schmidt
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=4cc228ec.1d8b970a.4cbb.0973@mx.google.com \
--to=fidencio@profusion.mobi \
--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.