* [Buildroot] [Bug 505] live555: new package
2009-07-30 6:39 [Buildroot] [Bug 505] New: live555: new package bugzilla at busybox.net
@ 2009-07-30 6:42 ` bugzilla at busybox.net
2009-07-30 6:48 ` bugzilla at busybox.net
` (7 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla at busybox.net @ 2009-07-30 6:42 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=505
--- Comment #1 from Kelvin Cheung <keguang.zhang@gmail.com> 2009-07-30 06:42:52 UTC ---
Created an attachment (id=517)
--> (https://bugs.busybox.net/attachment.cgi?id=517)
patch
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Buildroot] [Bug 505] live555: new package
2009-07-30 6:39 [Buildroot] [Bug 505] New: live555: new package bugzilla at busybox.net
2009-07-30 6:42 ` [Buildroot] [Bug 505] " bugzilla at busybox.net
@ 2009-07-30 6:48 ` bugzilla at busybox.net
2009-07-30 9:53 ` bugzilla at busybox.net
` (6 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla at busybox.net @ 2009-07-30 6:48 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=505
Kelvin Cheung <keguang.zhang@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #517|patch |live555: new package
description| |
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Buildroot] [Bug 505] live555: new package
2009-07-30 6:39 [Buildroot] [Bug 505] New: live555: new package bugzilla at busybox.net
2009-07-30 6:42 ` [Buildroot] [Bug 505] " bugzilla at busybox.net
2009-07-30 6:48 ` bugzilla at busybox.net
@ 2009-07-30 9:53 ` bugzilla at busybox.net
2009-07-30 12:12 ` bugzilla at busybox.net
` (5 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla at busybox.net @ 2009-07-30 9:53 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=505
--- Comment #2 from Will Newton <will.newton@gmail.com> 2009-07-30 09:53:24 UTC ---
This rule in the makefile looks wrong to me:
$(STAGING_DIR)/usr/include/live: $(LIVE555_DIR)/liveMedia/libliveMedia.a
cp -a $(LIVE555_DIR) $(STAGING_DIR)/usr/include/
The whole source tree is copied into /usr/include in the staging_dir?
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Buildroot] [Bug 505] live555: new package
2009-07-30 6:39 [Buildroot] [Bug 505] New: live555: new package bugzilla at busybox.net
` (2 preceding siblings ...)
2009-07-30 9:53 ` bugzilla at busybox.net
@ 2009-07-30 12:12 ` bugzilla at busybox.net
2009-07-31 1:40 ` bugzilla at busybox.net
` (4 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla at busybox.net @ 2009-07-30 12:12 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=505
--- Comment #3 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2009-07-30 12:12:51 UTC ---
After a quick look at the patch :
* I think we could make the config.arm-linux thing a little more generic, so
as to support other architectures as well
* The config.arm-linux should probably be generated, or at least sed'ed by the
.mk file, to really use $(TARGET_CC), $(TARGET_CFLAGS), $(TARGET_LD),
$(TARGET_LDFLAGS), etc. This would for example fix this package with external
toolchains
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Buildroot] [Bug 505] live555: new package
2009-07-30 6:39 [Buildroot] [Bug 505] New: live555: new package bugzilla at busybox.net
` (3 preceding siblings ...)
2009-07-30 12:12 ` bugzilla at busybox.net
@ 2009-07-31 1:40 ` bugzilla at busybox.net
2009-07-31 2:10 ` bugzilla at busybox.net
` (3 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla at busybox.net @ 2009-07-31 1:40 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=505
--- Comment #4 from Kelvin Cheung <keguang.zhang@gmail.com> 2009-07-31 01:40:52 UTC ---
(In reply to comment #2)
> This rule in the makefile looks wrong to me:
>
> $(STAGING_DIR)/usr/include/live: $(LIVE555_DIR)/liveMedia/libliveMedia.a
> cp -a $(LIVE555_DIR) $(STAGING_DIR)/usr/include/
>
> The whole source tree is copied into /usr/include in the staging_dir?
>
Yes, the installation is a little strange.
The live555 does not provide 'make install', so we have to install it manually.
Copying the source tree into /usr/include is mainly for MPlayer-1.0rc2.
It will autodetect whether live555 (both header file and archive) was installed
to default or specified path.
See [Bug 507]: https://bugs.busybox.net/show_bug.cgi?id=507
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Buildroot] [Bug 505] live555: new package
2009-07-30 6:39 [Buildroot] [Bug 505] New: live555: new package bugzilla at busybox.net
` (4 preceding siblings ...)
2009-07-31 1:40 ` bugzilla at busybox.net
@ 2009-07-31 2:10 ` bugzilla at busybox.net
2009-07-31 4:20 ` bugzilla at busybox.net
` (2 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla at busybox.net @ 2009-07-31 2:10 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=505
--- Comment #5 from Kelvin Cheung <keguang.zhang@gmail.com> 2009-07-31 02:10:49 UTC ---
(In reply to comment #3)
> After a quick look at the patch :
> * I think we could make the config.arm-linux thing a little more generic, so
> as to support other architectures as well
> * The config.arm-linux should probably be generated, or at least sed'ed by the
> .mk file, to really use $(TARGET_CC), $(TARGET_CFLAGS), $(TARGET_LD),
> $(TARGET_LDFLAGS), etc. This would for example fix this package with external
> toolchains
>
Now, the patch could support both x86 and arm.
Other architectures such as alpha and blackfin are already supported by
'genMakefiles' (something like configure).
But I do not have toolchains except x86 and arm.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Buildroot] [Bug 505] live555: new package
2009-07-30 6:39 [Buildroot] [Bug 505] New: live555: new package bugzilla at busybox.net
` (5 preceding siblings ...)
2009-07-31 2:10 ` bugzilla at busybox.net
@ 2009-07-31 4:20 ` bugzilla at busybox.net
2010-02-21 22:33 ` bugzilla at busybox.net
2011-09-17 20:12 ` bugzilla at busybox.net
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla at busybox.net @ 2009-07-31 4:20 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=505
Kelvin Cheung <keguang.zhang@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #517 is|0 |1
obsolete| |
--- Comment #6 from Kelvin Cheung <keguang.zhang@gmail.com> 2009-07-31 04:20:16 UTC ---
Created an attachment (id=533)
--> (https://bugs.busybox.net/attachment.cgi?id=533)
live555: new package (updated)
patch updated
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Buildroot] [Bug 505] live555: new package
2009-07-30 6:39 [Buildroot] [Bug 505] New: live555: new package bugzilla at busybox.net
` (6 preceding siblings ...)
2009-07-31 4:20 ` bugzilla at busybox.net
@ 2010-02-21 22:33 ` bugzilla at busybox.net
2011-09-17 20:12 ` bugzilla at busybox.net
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla at busybox.net @ 2010-02-21 22:33 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=505
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |2010.05
--- Comment #7 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2010-02-21 22:33:00 UTC ---
Move milestone to 2010.05 since enhancements will not be handled before the
release of 2010.02.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Buildroot] [Bug 505] live555: new package
2009-07-30 6:39 [Buildroot] [Bug 505] New: live555: new package bugzilla at busybox.net
` (7 preceding siblings ...)
2010-02-21 22:33 ` bugzilla at busybox.net
@ 2011-09-17 20:12 ` bugzilla at busybox.net
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla at busybox.net @ 2011-09-17 20:12 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=505
Maxime Ripard <maxime.ripard@free-electrons.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #8 from Maxime Ripard <maxime.ripard@free-electrons.com> ---
Commit 86885771d added this package
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread