* [PATCH v2] live555: Add version 20101015 and remove older versions
@ 2010-10-17 17:05 Sean Cross
2010-10-17 17:25 ` Eric Bénard
0 siblings, 1 reply; 4+ messages in thread
From: Sean Cross @ 2010-10-17 17:05 UTC (permalink / raw)
To: Openembedded-devel
Live555 gets downloaded from http://www.live555.com/liveMedia/public/ but they only have the latest version available. This patch adds support for the latest version, and removes older packages which cannot build due to missing tarballs.
---
recipes/live555/live555_20051005.bb | 26 --------------------
recipes/live555/live555_20090602.bb | 45 -----------------------------------
recipes/live555/live555_20100409.bb | 7 -----
recipes/live555/live555_20100529.bb | 7 -----
recipes/live555/live555_20101015.bb | 7 +++++++
5 files changed, 7 insertions(+), 85 deletions(-)
delete mode 100644 recipes/live555/live555_20051005.bb
delete mode 100644 recipes/live555/live555_20090602.bb
delete mode 100644 recipes/live555/live555_20100409.bb
delete mode 100644 recipes/live555/live555_20100529.bb
create mode 100644 recipes/live555/live555_20101015.bb
diff --git a/recipes/live555/live555_20051005.bb b/recipes/live555/live555_20051005.bb
deleted file mode 100644
index a4eb5bd..0000000
--- a/recipes/live555/live555_20051005.bb
+++ /dev/null
@@ -1,26 +0,0 @@
-# live555 OE build file
-# Copyright (C) 2005, Koninklijke Philips Electronics NV. All Rights Reserved
-# Released under the MIT license (see packages/COPYING)
-
-DESCRIPTION = "LIVE555 Streaming Media libraries"
-HOMEPAGE = "http://live.com/"
-LICENSE = "LGPL"
-SECTION = "devel"
-
-SRC_URI = "http://downloads.videolan.org/pub/videolan/vlc/0.8.5/contrib/live.2005.10.05.tar.gz \
- file://config.linux-cross"
-
-S = "${WORKDIR}/live"
-
-do_configure() {
- cp ${WORKDIR}/config.linux-cross .
- ./genMakefiles linux-cross
-}
-
-do_compile() {
- make
-}
-
-
-SRC_URI[md5sum] = "6f15406664ef31172c68d46567569bb8"
-SRC_URI[sha256sum] = "9532b981c9b8974ceedd3d25a8f9a0e167a92c9da0dece47f34a4ec34e34b1cf"
diff --git a/recipes/live555/live555_20090602.bb b/recipes/live555/live555_20090602.bb
deleted file mode 100644
index a07a748..0000000
--- a/recipes/live555/live555_20090602.bb
+++ /dev/null
@@ -1,45 +0,0 @@
-# live555 OE build file
-# Copyright (C) 2005, Koninklijke Philips Electronics NV. All Rights Reserved
-# Released under the MIT license (see packages/COPYING)
-
-DESCRIPTION = "LIVE555 Streaming Media libraries"
-HOMEPAGE = "http://live.com/"
-LICENSE = "LGPL"
-SECTION = "devel"
-
-PR = "r3"
-
-SRC_URI = "http://www.live555.com/liveMedia/public/live.2009.06.02.tar.gz \
- file://config.linux-cross"
-
-S = "${WORKDIR}/live"
-
-do_configure() {
- cp ${WORKDIR}/config.linux-cross .
- ./genMakefiles linux-cross
-}
-
-do_compile() {
- make
-}
-
-do_install() {
- install -d ${D}${includedir}/BasicUsageEnvironment
- install -d ${D}${includedir}/groupsock
- install -d ${D}${includedir}/liveMedia
- install -d ${D}${includedir}/UsageEnvironment
- install -d ${D}${libdir}
- cp -a ${S}/BasicUsageEnvironment/include/*.hh ${D}${includedir}/BasicUsageEnvironment/
- cp -a ${S}/groupsock/include/*.h ${D}${includedir}/groupsock/
- cp -a ${S}/groupsock/include/*.hh ${D}${includedir}/groupsock/
- cp -a ${S}/liveMedia/include/*.hh ${D}${includedir}/liveMedia/
- cp -a ${S}/UsageEnvironment/include/*.hh ${D}${includedir}/UsageEnvironment/
- # Find all the headers
- for i in $(find . -name "*.hh") $(find . -name "*.h") ; do
- install ${i} ${D}${includedir}
- done
- cp ${S}/*/*.a ${D}${libdir}
-}
-
-SRC_URI[md5sum] = "088f848b64cef1d54034bc24cfa3c156"
-SRC_URI[sha256sum] = "66c54241bfcc7ea42fe40e1c93739be79a3c065390c4163c0f2647ac45c24758"
diff --git a/recipes/live555/live555_20100409.bb b/recipes/live555/live555_20100409.bb
deleted file mode 100644
index 01fdd63..0000000
--- a/recipes/live555/live555_20100409.bb
+++ /dev/null
@@ -1,7 +0,0 @@
-require live555.inc
-
-PR = "${INC_PR}.1"
-
-SRC_URI[md5sum] = "7f56f54c1c4697764c6e88282e353e81"
-SRC_URI[sha256sum] = "e9539f59058cb885f28ac48cdce285f8a0fe567c4aa889c2ac3bd0638b007944"
-
diff --git a/recipes/live555/live555_20100529.bb b/recipes/live555/live555_20100529.bb
deleted file mode 100644
index 22c9aa4..0000000
--- a/recipes/live555/live555_20100529.bb
+++ /dev/null
@@ -1,7 +0,0 @@
-require live555.inc
-
-PR = "${INC_PR}.1"
-
-SRC_URI[md5sum] = "285266fe9ddf6ed1f7bfd6ecae16f742"
-SRC_URI[sha256sum] = "9079b577ac20b85378b39ea00a1bf30e09a77763e704d8c5bdc85451257a8f72"
-
diff --git a/recipes/live555/live555_20101015.bb b/recipes/live555/live555_20101015.bb
new file mode 100644
index 0000000..eb6dfe3
--- /dev/null
+++ b/recipes/live555/live555_20101015.bb
@@ -0,0 +1,7 @@
+require live555.inc
+
+PR = "${INC_PR}.1"
+
+SRC_URI[md5sum] = "29734ddc6fddbb1a3a8f51a6de7a21c5"
+SRC_URI[sha256sum] = "278d99c0880f324769164d6872fea88f8d82ec5b87bb66c92035f46ee2f10adc"
+
--
1.7.0.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH v2] live555: Add version 20101015 and remove older versions
2010-10-17 17:05 [PATCH v2] live555: Add version 20101015 and remove older versions Sean Cross
@ 2010-10-17 17:25 ` Eric Bénard
2010-10-17 17:37 ` Paul Menzel
0 siblings, 1 reply; 4+ messages in thread
From: Eric Bénard @ 2010-10-17 17:25 UTC (permalink / raw)
To: openembedded-devel
Hi,
Le 17/10/2010 19:05, Sean Cross a écrit :
> Live555 gets downloaded from http://www.live555.com/liveMedia/public/ but they only have the latest version available. This patch adds support for the latest version, and removes older packages which cannot build due to missing tarballs.
>
> ---
> recipes/live555/live555_20051005.bb | 26 --------------------
> recipes/live555/live555_20090602.bb | 45 -----------------------------------
> recipes/live555/live555_20100409.bb | 7 -----
> recipes/live555/live555_20100529.bb | 7 -----
> recipes/live555/live555_20101015.bb | 7 +++++++
> 5 files changed, 7 insertions(+), 85 deletions(-)
> delete mode 100644 recipes/live555/live555_20051005.bb
> delete mode 100644 recipes/live555/live555_20090602.bb
> delete mode 100644 recipes/live555/live555_20100409.bb
> delete mode 100644 recipes/live555/live555_20100529.bb
> create mode 100644 recipes/live555/live555_20101015.bb
>
2010.05.29 & 2010.04.09 & 2009.06.02 are mirrored on angstrom's sources mirror :
http://www.angstrom-distribution.org/unstable/sources/
Eric
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2] live555: Add version 20101015 and remove older versions
2010-10-17 17:25 ` Eric Bénard
@ 2010-10-17 17:37 ` Paul Menzel
2010-10-17 18:09 ` Eric Bénard
0 siblings, 1 reply; 4+ messages in thread
From: Paul Menzel @ 2010-10-17 17:37 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1296 bytes --]
Dear Eric,
Am Sonntag, den 17.10.2010, 19:25 +0200 schrieb Eric Bénard:
> Le 17/10/2010 19:05, Sean Cross a écrit :
> > Live555 gets downloaded from http://www.live555.com/liveMedia/public/ but they only have the latest version available. This patch adds support for the latest version, and removes older packages which cannot build due to missing tarballs.
> >
> > ---
> > recipes/live555/live555_20051005.bb | 26 --------------------
> > recipes/live555/live555_20090602.bb | 45 -----------------------------------
> > recipes/live555/live555_20100409.bb | 7 -----
> > recipes/live555/live555_20100529.bb | 7 -----
> > recipes/live555/live555_20101015.bb | 7 +++++++
> > 5 files changed, 7 insertions(+), 85 deletions(-)
> > delete mode 100644 recipes/live555/live555_20051005.bb
> > delete mode 100644 recipes/live555/live555_20090602.bb
> > delete mode 100644 recipes/live555/live555_20100409.bb
> > delete mode 100644 recipes/live555/live555_20100529.bb
> > create mode 100644 recipes/live555/live555_20101015.bb
> >
> 2010.05.29 & 2010.04.09 & 2009.06.02 are mirrored on angstrom's sources mirror :
> http://www.angstrom-distribution.org/unstable/sources/
Do you need the recipes for the old versions?
Thanks,
Paul
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2] live555: Add version 20101015 and remove older versions
2010-10-17 17:37 ` Paul Menzel
@ 2010-10-17 18:09 ` Eric Bénard
0 siblings, 0 replies; 4+ messages in thread
From: Eric Bénard @ 2010-10-17 18:09 UTC (permalink / raw)
To: openembedded-devel
Hi,
Le 17/10/2010 19:37, Paul Menzel a écrit :
> Am Sonntag, den 17.10.2010, 19:25 +0200 schrieb Eric Bénard:
>> 2010.05.29& 2010.04.09& 2009.06.02 are mirrored on angstrom's sources mirror :
>> http://www.angstrom-distribution.org/unstable/sources/
>
> Do you need the recipes for the old versions?
>
as it's difficult to follow live555's recipes because they always remove the
previous source archive, we put the one we are using in an overlay with its
source archive and are using this one and not those of OE so no I actually
don't need them.
Eric
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-10-17 18:10 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-17 17:05 [PATCH v2] live555: Add version 20101015 and remove older versions Sean Cross
2010-10-17 17:25 ` Eric Bénard
2010-10-17 17:37 ` Paul Menzel
2010-10-17 18:09 ` Eric Bénard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox