From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 1/4] Lightmediascanner: Add recipe for 0.4.0 release
Date: Sun, 24 Oct 2010 08:25:49 +0200 [thread overview]
Message-ID: <20101024062549.GD3494@jama> (raw)
In-Reply-To: <4cc228ec.1d8b970a.4cbb.0973@mx.google.com>
On Fri, Oct 22, 2010 at 10:14:04PM -0200, fidencio@profusion.mobi wrote:
> 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
> +}
please don't use old staging for new stuff
> +
> 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
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
next prev parent reply other threads:[~2010-10-24 6:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-23 0:14 [PATCH 1/4] Lightmediascanner: Add recipe for 0.4.0 release fidencio
2010-10-24 6:25 ` Martin Jansa [this message]
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=20101024062549.GD3494@jama \
--to=martin.jansa@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox