All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] live555: Update to latest version
@ 2013-03-28 11:22 Paul Barker
  2013-03-28 14:31 ` Paul Barker
  2013-03-28 15:59 ` Khem Raj
  0 siblings, 2 replies; 6+ messages in thread
From: Paul Barker @ 2013-03-28 11:22 UTC (permalink / raw)
  To: openembedded-devel

The upstream source for live555 does not keep tarballs of old releases so the
live555 recipe in meta-oe no longer builds. The version number has been updated
to 20130323 which is currently available.

Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
---
 meta-oe/recipes-multimedia/live555/live555_20110314.bb |   10 ----------
 meta-oe/recipes-multimedia/live555/live555_20130323.bb |    8 ++++++++
 2 files changed, 8 insertions(+), 10 deletions(-)
 delete mode 100644 meta-oe/recipes-multimedia/live555/live555_20110314.bb
 create mode 100644 meta-oe/recipes-multimedia/live555/live555_20130323.bb

diff --git a/meta-oe/recipes-multimedia/live555/live555_20110314.bb b/meta-oe/recipes-multimedia/live555/live555_20110314.bb
deleted file mode 100644
index b1dbad2..0000000
--- a/meta-oe/recipes-multimedia/live555/live555_20110314.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-require live555.inc
-
-LIC_FILES_CHKSUM = "file://COPYING;md5=68ad62c64cc6c620126241fd429e68fe"
-
-PR = "${INC_PR}.0"
-
-SRC_URI[md5sum] = "ff65b2c598e970b4b6c8219a1811de00"
-SRC_URI[sha256sum] = "c6ce050a7f9f69901e6f7f81a6745c82d9419e3904a753b2d5db1139caaf6738"
-
-
diff --git a/meta-oe/recipes-multimedia/live555/live555_20130323.bb b/meta-oe/recipes-multimedia/live555/live555_20130323.bb
new file mode 100644
index 0000000..abf7e14
--- /dev/null
+++ b/meta-oe/recipes-multimedia/live555/live555_20130323.bb
@@ -0,0 +1,8 @@
+require live555.inc
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=68ad62c64cc6c620126241fd429e68fe"
+
+PR = "${INC_PR}.0"
+
+SRC_URI[md5sum] = "e9a75e0cfbf4f25aedd4ee4a10a7c26f"
+SRC_URI[sha256sum] = "9aaa736ee3b11ac0aa33655d8c59eefa893ef7c84a8f87d8ac0176c33b8f4deb"
-- 
1.7.10.4




^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [meta-oe][PATCH] live555: Update to latest version
  2013-03-28 11:22 [meta-oe][PATCH] live555: Update to latest version Paul Barker
@ 2013-03-28 14:31 ` Paul Barker
  2013-03-28 15:59 ` Khem Raj
  1 sibling, 0 replies; 6+ messages in thread
From: Paul Barker @ 2013-03-28 14:31 UTC (permalink / raw)
  To: openembedded-devel

On 28 March 2013 11:22, Paul Barker <paul@paulbarker.me.uk> wrote:
> The upstream source for live555 does not keep tarballs of old releases so the
> live555 recipe in meta-oe no longer builds. The version number has been updated
> to 20130323 which is currently available.
>
> Signed-off-by: Paul Barker <paul@paulbarker.me.uk>

This may need to be delayed, the latest live555 builds fine but vlc
1.1.11 has errors compiling the source file
"modules/demux/live555.cpp". I'm happy to look at updating the VLC
recipe but it may take some time to build and test as it's a much
larger program. Has anyone else looked at building a more recent VLC?

There is a mirror of the version of live.2011.03.14.tar.gz at
http://ftp.riken.jp/pub/FreeBSD/ports/local-distfiles/nork/ which may
solve my build issue in the meantime.

Thanks



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [meta-oe][PATCH] live555: Update to latest version
  2013-03-28 11:22 [meta-oe][PATCH] live555: Update to latest version Paul Barker
  2013-03-28 14:31 ` Paul Barker
@ 2013-03-28 15:59 ` Khem Raj
  2013-04-03  6:49   ` Martin Jansa
  1 sibling, 1 reply; 6+ messages in thread
From: Khem Raj @ 2013-03-28 15:59 UTC (permalink / raw)
  To: openembedded-devel


On Mar 28, 2013, at 4:22 AM, Paul Barker <paul@paulbarker.me.uk> wrote:

> The upstream source for live555 does not keep tarballs of old releases so the
> live555 recipe in meta-oe no longer builds. The version number has been updated
> to 20130323 which is currently available.
> 
> Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
> ---
> meta-oe/recipes-multimedia/live555/live555_20110314.bb |   10 ----------
> meta-oe/recipes-multimedia/live555/live555_20130323.bb |    8 ++++++++
> 2 files changed, 8 insertions(+), 10 deletions(-)


sometimes its best to use git format-patch -M so its recorded as move and not delete/add

> delete mode 100644 meta-oe/recipes-multimedia/live555/live555_20110314.bb
> create mode 100644 meta-oe/recipes-multimedia/live555/live555_20130323.bb
> 
> diff --git a/meta-oe/recipes-multimedia/live555/live555_20110314.bb b/meta-oe/recipes-multimedia/live555/live555_20110314.bb
> deleted file mode 100644
> index b1dbad2..0000000
> --- a/meta-oe/recipes-multimedia/live555/live555_20110314.bb
> +++ /dev/null
> @@ -1,10 +0,0 @@
> -require live555.inc
> -
> -LIC_FILES_CHKSUM = "file://COPYING;md5=68ad62c64cc6c620126241fd429e68fe"
> -
> -PR = "${INC_PR}.0"
> -
> -SRC_URI[md5sum] = "ff65b2c598e970b4b6c8219a1811de00"
> -SRC_URI[sha256sum] = "c6ce050a7f9f69901e6f7f81a6745c82d9419e3904a753b2d5db1139caaf6738"
> -
> -
> diff --git a/meta-oe/recipes-multimedia/live555/live555_20130323.bb b/meta-oe/recipes-multimedia/live555/live555_20130323.bb
> new file mode 100644
> index 0000000..abf7e14
> --- /dev/null
> +++ b/meta-oe/recipes-multimedia/live555/live555_20130323.bb
> @@ -0,0 +1,8 @@
> +require live555.inc
> +
> +LIC_FILES_CHKSUM = "file://COPYING;md5=68ad62c64cc6c620126241fd429e68fe"
> +
> +PR = "${INC_PR}.0"
> +
> +SRC_URI[md5sum] = "e9a75e0cfbf4f25aedd4ee4a10a7c26f"
> +SRC_URI[sha256sum] = "9aaa736ee3b11ac0aa33655d8c59eefa893ef7c84a8f87d8ac0176c33b8f4deb"
> -- 
> 1.7.10.4
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [meta-oe][PATCH] live555: Update to latest version
  2013-03-28 15:59 ` Khem Raj
@ 2013-04-03  6:49   ` Martin Jansa
  2013-04-03  7:14     ` Martin Jansa
  0 siblings, 1 reply; 6+ messages in thread
From: Martin Jansa @ 2013-04-03  6:49 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2811 bytes --]

On Thu, Mar 28, 2013 at 08:59:21AM -0700, Khem Raj wrote:
> 
> On Mar 28, 2013, at 4:22 AM, Paul Barker <paul@paulbarker.me.uk> wrote:
> 
> > The upstream source for live555 does not keep tarballs of old releases so the
> > live555 recipe in meta-oe no longer builds. The version number has been updated
> > to 20130323 which is currently available.
> > 
> > Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
> > ---
> > meta-oe/recipes-multimedia/live555/live555_20110314.bb |   10 ----------
> > meta-oe/recipes-multimedia/live555/live555_20130323.bb |    8 ++++++++
> > 2 files changed, 8 insertions(+), 10 deletions(-)
> 
> 
> sometimes its best to use git format-patch -M so its recorded as move and not delete/add

true

upstream released new version and removed old one from mirror again,
there is only live.2013.04.01.tar.gz now, I'll hold this patch until vlc
build is resolved....

> > delete mode 100644 meta-oe/recipes-multimedia/live555/live555_20110314.bb
> > create mode 100644 meta-oe/recipes-multimedia/live555/live555_20130323.bb
> > 
> > diff --git a/meta-oe/recipes-multimedia/live555/live555_20110314.bb b/meta-oe/recipes-multimedia/live555/live555_20110314.bb
> > deleted file mode 100644
> > index b1dbad2..0000000
> > --- a/meta-oe/recipes-multimedia/live555/live555_20110314.bb
> > +++ /dev/null
> > @@ -1,10 +0,0 @@
> > -require live555.inc
> > -
> > -LIC_FILES_CHKSUM = "file://COPYING;md5=68ad62c64cc6c620126241fd429e68fe"
> > -
> > -PR = "${INC_PR}.0"
> > -
> > -SRC_URI[md5sum] = "ff65b2c598e970b4b6c8219a1811de00"
> > -SRC_URI[sha256sum] = "c6ce050a7f9f69901e6f7f81a6745c82d9419e3904a753b2d5db1139caaf6738"
> > -
> > -
> > diff --git a/meta-oe/recipes-multimedia/live555/live555_20130323.bb b/meta-oe/recipes-multimedia/live555/live555_20130323.bb
> > new file mode 100644
> > index 0000000..abf7e14
> > --- /dev/null
> > +++ b/meta-oe/recipes-multimedia/live555/live555_20130323.bb
> > @@ -0,0 +1,8 @@
> > +require live555.inc
> > +
> > +LIC_FILES_CHKSUM = "file://COPYING;md5=68ad62c64cc6c620126241fd429e68fe"
> > +
> > +PR = "${INC_PR}.0"
> > +
> > +SRC_URI[md5sum] = "e9a75e0cfbf4f25aedd4ee4a10a7c26f"
> > +SRC_URI[sha256sum] = "9aaa736ee3b11ac0aa33655d8c59eefa893ef7c84a8f87d8ac0176c33b8f4deb"
> > -- 
> > 1.7.10.4
> > 
> > 
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> 
> 
> _______________________________________________
> 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

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [meta-oe][PATCH] live555: Update to latest version
  2013-04-03  6:49   ` Martin Jansa
@ 2013-04-03  7:14     ` Martin Jansa
  2013-04-18  9:03       ` Paul Barker
  0 siblings, 1 reply; 6+ messages in thread
From: Martin Jansa @ 2013-04-03  7:14 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 3205 bytes --]

On Wed, Apr 03, 2013 at 08:49:00AM +0200, Martin Jansa wrote:
> On Thu, Mar 28, 2013 at 08:59:21AM -0700, Khem Raj wrote:
> > 
> > On Mar 28, 2013, at 4:22 AM, Paul Barker <paul@paulbarker.me.uk> wrote:
> > 
> > > The upstream source for live555 does not keep tarballs of old releases so the
> > > live555 recipe in meta-oe no longer builds. The version number has been updated
> > > to 20130323 which is currently available.
> > > 
> > > Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
> > > ---
> > > meta-oe/recipes-multimedia/live555/live555_20110314.bb |   10 ----------
> > > meta-oe/recipes-multimedia/live555/live555_20130323.bb |    8 ++++++++
> > > 2 files changed, 8 insertions(+), 10 deletions(-)
> > 
> > 
> > sometimes its best to use git format-patch -M so its recorded as move and not delete/add
> 
> true
> 
> upstream released new version and removed old one from mirror again,
> there is only live.2013.04.01.tar.gz now, I'll hold this patch until vlc
> build is resolved....

http://download.videolan.org/pub/videolan/testing/contrib/live555/

Seems like good MIRROR for older versions.

> 
> > > delete mode 100644 meta-oe/recipes-multimedia/live555/live555_20110314.bb
> > > create mode 100644 meta-oe/recipes-multimedia/live555/live555_20130323.bb
> > > 
> > > diff --git a/meta-oe/recipes-multimedia/live555/live555_20110314.bb b/meta-oe/recipes-multimedia/live555/live555_20110314.bb
> > > deleted file mode 100644
> > > index b1dbad2..0000000
> > > --- a/meta-oe/recipes-multimedia/live555/live555_20110314.bb
> > > +++ /dev/null
> > > @@ -1,10 +0,0 @@
> > > -require live555.inc
> > > -
> > > -LIC_FILES_CHKSUM = "file://COPYING;md5=68ad62c64cc6c620126241fd429e68fe"
> > > -
> > > -PR = "${INC_PR}.0"
> > > -
> > > -SRC_URI[md5sum] = "ff65b2c598e970b4b6c8219a1811de00"
> > > -SRC_URI[sha256sum] = "c6ce050a7f9f69901e6f7f81a6745c82d9419e3904a753b2d5db1139caaf6738"
> > > -
> > > -
> > > diff --git a/meta-oe/recipes-multimedia/live555/live555_20130323.bb b/meta-oe/recipes-multimedia/live555/live555_20130323.bb
> > > new file mode 100644
> > > index 0000000..abf7e14
> > > --- /dev/null
> > > +++ b/meta-oe/recipes-multimedia/live555/live555_20130323.bb
> > > @@ -0,0 +1,8 @@
> > > +require live555.inc
> > > +
> > > +LIC_FILES_CHKSUM = "file://COPYING;md5=68ad62c64cc6c620126241fd429e68fe"
> > > +
> > > +PR = "${INC_PR}.0"
> > > +
> > > +SRC_URI[md5sum] = "e9a75e0cfbf4f25aedd4ee4a10a7c26f"
> > > +SRC_URI[sha256sum] = "9aaa736ee3b11ac0aa33655d8c59eefa893ef7c84a8f87d8ac0176c33b8f4deb"
> > > -- 
> > > 1.7.10.4
> > > 
> > > 
> > > _______________________________________________
> > > Openembedded-devel mailing list
> > > Openembedded-devel@lists.openembedded.org
> > > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> > 
> > 
> > _______________________________________________
> > 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



-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [meta-oe][PATCH] live555: Update to latest version
  2013-04-03  7:14     ` Martin Jansa
@ 2013-04-18  9:03       ` Paul Barker
  0 siblings, 0 replies; 6+ messages in thread
From: Paul Barker @ 2013-04-18  9:03 UTC (permalink / raw)
  To: openembedded-devel

On 3 April 2013 08:14, Martin Jansa <martin.jansa@gmail.com> wrote:
> On Wed, Apr 03, 2013 at 08:49:00AM +0200, Martin Jansa wrote:
>
> http://download.videolan.org/pub/videolan/testing/contrib/live555/
>
> Seems like good MIRROR for older versions.
>

This seems to have dropped everything before live.2011.12.23.tar.gz now.

ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/live.2011.03.14.tar.gz
may last a little longer I'd hope.

Thanks,

--
Paul Barker

Email: paul@paulbarker.me.uk
http://www.paulbarker.me.uk



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-04-18  9:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-28 11:22 [meta-oe][PATCH] live555: Update to latest version Paul Barker
2013-03-28 14:31 ` Paul Barker
2013-03-28 15:59 ` Khem Raj
2013-04-03  6:49   ` Martin Jansa
2013-04-03  7:14     ` Martin Jansa
2013-04-18  9:03       ` Paul Barker

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.