From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: Cristian Iorga <ubik3000@gmail.com>
Subject: Re: [PATCH] mpd: upgrade to 0.19.1
Date: Thu, 23 Oct 2014 20:45:01 +0200 [thread overview]
Message-ID: <20141023184501.GA2430@jama> (raw)
In-Reply-To: <1414082432-14111-3-git-send-email-cristian.iorga@intel.com>
[-- Attachment #1: Type: text/plain, Size: 3708 bytes --]
On Thu, Oct 23, 2014 at 07:40:30PM +0300, Cristian Iorga wrote:
> From: Cristian Iorga <ubik3000@gmail.com>
>
> - Added icu and boost as dependencies;
This one is replaced by the 3 patches, right?
Please mark it as such in patchwork.
> Signed-off-by: Cristian Iorga <ubik3000@gmail.com>
> Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
> ---
> .../mpg123/{mpg123_1.19.0.bb => mpg123_1.21.0.bb} | 4 ++--
> .../recipes-multimedia/musicpd/{mpd_0.18.9.bb => mpd_0.19.1.bb} | 9 ++++-----
> 2 files changed, 6 insertions(+), 7 deletions(-)
> rename meta-multimedia/recipes-multimedia/mpg123/{mpg123_1.19.0.bb => mpg123_1.21.0.bb} (94%)
> rename meta-multimedia/recipes-multimedia/musicpd/{mpd_0.18.9.bb => mpd_0.19.1.bb} (89%)
>
> diff --git a/meta-multimedia/recipes-multimedia/mpg123/mpg123_1.19.0.bb b/meta-multimedia/recipes-multimedia/mpg123/mpg123_1.21.0.bb
> similarity index 94%
> rename from meta-multimedia/recipes-multimedia/mpg123/mpg123_1.19.0.bb
> rename to meta-multimedia/recipes-multimedia/mpg123/mpg123_1.21.0.bb
> index e669446..4efdeab 100644
> --- a/meta-multimedia/recipes-multimedia/mpg123/mpg123_1.19.0.bb
> +++ b/meta-multimedia/recipes-multimedia/mpg123/mpg123_1.21.0.bb
> @@ -36,8 +36,8 @@ LICENSE_FLAGS = "commercial"
> LIC_FILES_CHKSUM = "file://COPYING;md5=1e86753638d3cf2512528b99079bc4f3"
>
> SRC_URI = "${SOURCEFORGE_MIRROR}/mpg123/mpg123/${PV}/${BP}.tar.bz2"
> -SRC_URI[md5sum] = "87731f1437cfd8c50537a606d81130e4"
> -SRC_URI[sha256sum] = "869024e01d7cb4dae1aea2f2a10420d4be7e1ac02a9c434d06d727599169b01b"
> +SRC_URI[md5sum] = "13a9df5d4e7aa110e4ae27cf30128ce9"
> +SRC_URI[sha256sum] = "3ad197f77c9ffdf3601e1c3183ae0709ccb3c3de68309527ce9375fcfb15dcba"
>
> inherit autotools pkgconfig
>
> diff --git a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.18.9.bb b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.19.1.bb
> similarity index 89%
> rename from meta-multimedia/recipes-multimedia/musicpd/mpd_0.18.9.bb
> rename to meta-multimedia/recipes-multimedia/musicpd/mpd_0.19.1.bb
> index 997a421..d05deaa 100644
> --- a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.18.9.bb
> +++ b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.19.1.bb
> @@ -3,15 +3,14 @@ LICENSE = "GPLv2"
> LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
> HOMEPAGE ="http://www.musicpd.org"
>
> -DEPENDS = "alsa-lib libsamplerate0 libsndfile1 libvorbis libogg faad2 ffmpeg curl sqlite bzip2 pulseaudio tcp-wrappers openal-soft yajl jack faad2 flac libao fluidsynth libcdio wavpack libopus mpg123 libmms libmodplug"
> +DEPENDS = "alsa-lib libsamplerate0 libsndfile1 libvorbis libogg faad2 ffmpeg curl sqlite bzip2 pulseaudio tcp-wrappers openal-soft yajl jack faad2 flac libao fluidsynth libcdio wavpack libopus mpg123 libmms libmodplug boost icu"
>
> SRC_URI = " \
> - http://www.musicpd.org/download/${BPN}/0.18/${BP}.tar.xz \
> + http://www.musicpd.org/download/${BPN}/0.19/${BP}.tar.xz \
> file://mpd.conf.in \
> "
> -
> -SRC_URI[md5sum] = "0e5156a831d4302d2032998bcfd5c36f"
> -SRC_URI[sha256sum] = "0d4d3e6977cb607419abbb14c63d1e2b982acb84cd2be5346f19de5f699a68de"
> +SRC_URI[md5sum] = "d235f6e53e5442b6926c49946a303f8d"
> +SRC_URI[sha256sum] = "8b3afcd440181c9bd18b229b5974e529d59648344dd371370d6f7d62ec2847c5"
>
> inherit autotools useradd systemd
>
> --
> 1.9.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
next prev parent reply other threads:[~2014-10-23 18:45 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-23 16:40 [PATCH 0/3] Multimedia packages upgrades Cristian Iorga
2014-10-23 16:40 ` [PATCH 1/3] mpd: fix fetch failure for 0.18.x Cristian Iorga
2014-10-23 16:40 ` [PATCH] mpd: upgrade to 0.19.1 Cristian Iorga
2014-10-23 18:45 ` Martin Jansa [this message]
2014-10-24 7:14 ` Iorga, Cristian
2014-10-23 16:40 ` [PATCH 2/3] mpg123: upgrade to 1.21.0 Cristian Iorga
2014-10-23 16:40 ` [PATCH 3/3] mpd: upgrade to 0.19.1 Cristian Iorga
2014-10-27 14:05 ` [PATCH 0/3] Multimedia packages upgrades Iorga, Cristian
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=20141023184501.GA2430@jama \
--to=martin.jansa@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
--cc=ubik3000@gmail.com \
/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.