* [PATCH 0/1] meta-baryon: correct the SRC_URI for libgsm
@ 2012-01-17 8:15 Shane Wang
2012-01-17 8:15 ` [PATCH 1/1] " Shane Wang
0 siblings, 1 reply; 7+ messages in thread
From: Shane Wang @ 2012-01-17 8:15 UTC (permalink / raw)
To: poky, paul.eggleton
correct the SRC_URI for libgsm in meta-baryon
The following changes since commit d662381a38fa5fd31a87a6c26d2efa5065e76a27:
webmin: add missing patch header info (2011-11-09 14:09:23 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib shane/fix-1878
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=shane/fix-1878
Shane Wang (1):
meta-baryon: correct the SRC_URI for libgsm
recipes-multimedia/libgsm/libgsm_1.0.12.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
1.7.6
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 1/1] meta-baryon: correct the SRC_URI for libgsm
2012-01-17 8:15 [PATCH 0/1] meta-baryon: correct the SRC_URI for libgsm Shane Wang
@ 2012-01-17 8:15 ` Shane Wang
2012-02-06 11:44 ` Wang, Shane
0 siblings, 1 reply; 7+ messages in thread
From: Shane Wang @ 2012-01-17 8:15 UTC (permalink / raw)
To: poky, paul.eggleton
This patch is to correct the SRC_URI for libgsm
[YOCTO #1878] got fixed.
Signed-off-by: Shane Wang <shane.wang@intel.com>
---
recipes-multimedia/libgsm/libgsm_1.0.12.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/recipes-multimedia/libgsm/libgsm_1.0.12.bb b/recipes-multimedia/libgsm/libgsm_1.0.12.bb
index 23a59f0..4ee8bd4 100644
--- a/recipes-multimedia/libgsm/libgsm_1.0.12.bb
+++ b/recipes-multimedia/libgsm/libgsm_1.0.12.bb
@@ -9,7 +9,7 @@ PR = "r3"
# dvhart - bad URL, trying a new one - note: 1.0.13 exists
#SRC_URI = "http://user.cs.tu-berlin.de/~jutta/gsm/gsm-${PV}.tar.gz
-SRC_URI = " http://www.imagemagick.org/download/delegates/ffmpeg/gsm-1.0.12.tar.gz \
+SRC_URI = "http://www.quut.com/gsm/gsm-${PV}.tar.gz \
file://01_makefile.patch \
file://02_cplusplus.patch \
file://03_config.patch \
--
1.7.6
^ permalink raw reply related [flat|nested] 7+ messages in thread* Re: [PATCH 1/1] meta-baryon: correct the SRC_URI for libgsm
2012-01-17 8:15 ` [PATCH 1/1] " Shane Wang
@ 2012-02-06 11:44 ` Wang, Shane
2012-02-06 15:22 ` Paul Eggleton
0 siblings, 1 reply; 7+ messages in thread
From: Wang, Shane @ 2012-02-06 11:44 UTC (permalink / raw)
To: Wang, Shane, poky@pokylinux.org, paul.eggleton@linux.intel.com
Resend.
Richard, or Paul, can anyone of you help to check in the patch for meta-baryon?
--
Shane
Shane Wang wrote on 2012-01-17:
> This patch is to correct the SRC_URI for libgsm
>
> [YOCTO #1878] got fixed.
>
> Signed-off-by: Shane Wang <shane.wang@intel.com>
> ---
> recipes-multimedia/libgsm/libgsm_1.0.12.bb | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
> diff --git a/recipes-multimedia/libgsm/libgsm_1.0.12.bb
> b/recipes-multimedia/libgsm/libgsm_1.0.12.bb index 23a59f0..4ee8bd4
> 100644 --- a/recipes-multimedia/libgsm/libgsm_1.0.12.bb +++
> b/recipes-multimedia/libgsm/libgsm_1.0.12.bb @@ -9,7 +9,7 @@ PR = "r3"
>
> # dvhart - bad URL, trying a new one - note: 1.0.13 exists
> #SRC_URI = "http://user.cs.tu-berlin.de/~jutta/gsm/gsm-${PV}.tar.gz
> -SRC_URI = "
> http://www.imagemagick.org/download/delegates/ffmpeg/gsm-1.0.12.tar. gz
> \ +SRC_URI = "http://www.quut.com/gsm/gsm-${PV}.tar.gz \
> file://01_makefile.patch \
> file://02_cplusplus.patch \
> file://03_config.patch \
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [PATCH 1/1] meta-baryon: correct the SRC_URI for libgsm
2012-02-06 11:44 ` Wang, Shane
@ 2012-02-06 15:22 ` Paul Eggleton
2012-02-06 16:40 ` Saul Wold
2012-02-07 11:38 ` Paul Eggleton
0 siblings, 2 replies; 7+ messages in thread
From: Paul Eggleton @ 2012-02-06 15:22 UTC (permalink / raw)
To: Wang, Shane; +Cc: poky@pokylinux.org
On Monday 06 February 2012 11:44:22 Wang, Shane wrote:
> Resend.
>
> Richard, or Paul, can anyone of you help to check in the patch for
> meta-baryon?
Sorry Shane I missed this one.
I did just try accessing the "new" website (http://www.quut.com/gsm/) and it
just times out - perhaps it is down at the moment? I feel a little
uncomfortable changing to another URL that doesn't work...
I did find http://libgsm.sourcearchive.com, perhaps we could use this if the
quut.com site is gone for good.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/1] meta-baryon: correct the SRC_URI for libgsm
2012-02-06 15:22 ` Paul Eggleton
@ 2012-02-06 16:40 ` Saul Wold
2012-02-06 16:45 ` Paul Eggleton
2012-02-07 11:38 ` Paul Eggleton
1 sibling, 1 reply; 7+ messages in thread
From: Saul Wold @ 2012-02-06 16:40 UTC (permalink / raw)
To: Paul Eggleton; +Cc: poky@pokylinux.org
On 02/06/2012 07:22 AM, Paul Eggleton wrote:
> On Monday 06 February 2012 11:44:22 Wang, Shane wrote:
>> Resend.
>>
>> Richard, or Paul, can anyone of you help to check in the patch for
>> meta-baryon?
>
> Sorry Shane I missed this one.
>
> I did just try accessing the "new" website (http://www.quut.com/gsm/) and it
> just times out - perhaps it is down at the moment? I feel a little
> uncomfortable changing to another URL that doesn't work...
>
> I did find http://libgsm.sourcearchive.com, perhaps we could use this if the
> quut.com site is gone for good.
>
Is this the same as the gsm from openmoko? If so, we converted the SVN
@ openmoko to a git at yoctoproject.org, I can have Micheal open it up
and we will have a stable location.
Sau!
> Cheers,
> Paul
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/1] meta-baryon: correct the SRC_URI for libgsm
2012-02-06 16:40 ` Saul Wold
@ 2012-02-06 16:45 ` Paul Eggleton
0 siblings, 0 replies; 7+ messages in thread
From: Paul Eggleton @ 2012-02-06 16:45 UTC (permalink / raw)
To: poky; +Cc: poky@pokylinux.org
On Monday 06 February 2012 08:40:06 Saul Wold wrote:
> Is this the same as the gsm from openmoko? If so, we converted the SVN
> @ openmoko to a git at yoctoproject.org, I can have Micheal open it up
> and we will have a stable location.
Was that libgsm, or gsmd?
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/1] meta-baryon: correct the SRC_URI for libgsm
2012-02-06 15:22 ` Paul Eggleton
2012-02-06 16:40 ` Saul Wold
@ 2012-02-07 11:38 ` Paul Eggleton
1 sibling, 0 replies; 7+ messages in thread
From: Paul Eggleton @ 2012-02-07 11:38 UTC (permalink / raw)
To: poky
On Monday 06 February 2012 15:22:48 Paul Eggleton wrote:
> On Monday 06 February 2012 11:44:22 Wang, Shane wrote:
> > Resend.
> >
> > Richard, or Paul, can anyone of you help to check in the patch for
> > meta-baryon?
>
> Sorry Shane I missed this one.
>
> I did just try accessing the "new" website (http://www.quut.com/gsm/) and it
> just times out - perhaps it is down at the moment? I feel a little
> uncomfortable changing to another URL that doesn't work...
>
> I did find http://libgsm.sourcearchive.com, perhaps we could use this if the
> quut.com site is gone for good.
This morning Koen and I have been talking about the content of meta-baryon; it
seems like we ought to be moving to libav instead of ffmpeg and since that's
what pulled in libgsm (and faac) and these two shouldn't really be needed for
Baryon anyway in the context of doing thumbnails in Mediatomb, we should be
able to remove libgsm. I've entered bug #1965 to tidy this up.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2012-02-07 11:39 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-17 8:15 [PATCH 0/1] meta-baryon: correct the SRC_URI for libgsm Shane Wang
2012-01-17 8:15 ` [PATCH 1/1] " Shane Wang
2012-02-06 11:44 ` Wang, Shane
2012-02-06 15:22 ` Paul Eggleton
2012-02-06 16:40 ` Saul Wold
2012-02-06 16:45 ` Paul Eggleton
2012-02-07 11:38 ` Paul Eggleton
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.