* [Buildroot] [Bug 1735] [PATCH] mplayer: convert to autotools infrastructure
2010-05-10 4:49 [Buildroot] [Bug 1735] New: [PATCH] mplayer: convert to autotools infrastructure bugzilla at busybox.net
@ 2010-06-07 10:22 ` bugzilla at busybox.net
2010-06-07 13:43 ` bugzilla at busybox.net
` (8 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2010-06-07 10:22 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=1735
--- Comment #1 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
Don't set MPLAYER_CONFIGURE_CMDS but use MPLAYER_CONF_OPT instead. Remember
that most ./configure options (prefix, etc.) are already passed. You just need
to pass options that are specific to the package.
Here too I'd like to make sure that MPLAYER_INSTALL_TARGET_OPT is needed.
Thanks!
--
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] 11+ messages in thread* [Buildroot] [Bug 1735] [PATCH] mplayer: convert to autotools infrastructure
2010-05-10 4:49 [Buildroot] [Bug 1735] New: [PATCH] mplayer: convert to autotools infrastructure bugzilla at busybox.net
2010-06-07 10:22 ` [Buildroot] [Bug 1735] " bugzilla at busybox.net
@ 2010-06-07 13:43 ` bugzilla at busybox.net
2010-06-07 13:45 ` bugzilla at busybox.net
` (7 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2010-06-07 13:43 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=1735
--- Comment #2 from Peter Korsgaard <jacmet@uclibc.org> ---
(In reply to comment #1)
> Don't set MPLAYER_CONFIGURE_CMDS but use MPLAYER_CONF_OPT instead. Remember
> that most ./configure options (prefix, etc.) are already passed. You just need
> to pass options that are specific to the package.
Careful though, mplayer uses (or atleast used to use) a handwritten configure
script, E.G. no autotools - And in the past it would error out on unknown
configure args.
--
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] 11+ messages in thread* [Buildroot] [Bug 1735] [PATCH] mplayer: convert to autotools infrastructure
2010-05-10 4:49 [Buildroot] [Bug 1735] New: [PATCH] mplayer: convert to autotools infrastructure bugzilla at busybox.net
2010-06-07 10:22 ` [Buildroot] [Bug 1735] " bugzilla at busybox.net
2010-06-07 13:43 ` bugzilla at busybox.net
@ 2010-06-07 13:45 ` bugzilla at busybox.net
2010-06-07 14:20 ` bugzilla at busybox.net
` (6 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2010-06-07 13:45 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=1735
--- Comment #3 from Gustavo Zacarias <gustavo@zacarias.com.ar> ---
We should really use a newer version, 1.0rc2 is very old, has security bugs and
lacks newer optimizations (neon for example).
That said they haven't released tarballs in a while now so it would be
snapshot-based (svn).
--
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] 11+ messages in thread* [Buildroot] [Bug 1735] [PATCH] mplayer: convert to autotools infrastructure
2010-05-10 4:49 [Buildroot] [Bug 1735] New: [PATCH] mplayer: convert to autotools infrastructure bugzilla at busybox.net
` (2 preceding siblings ...)
2010-06-07 13:45 ` bugzilla at busybox.net
@ 2010-06-07 14:20 ` bugzilla at busybox.net
2010-06-07 15:39 ` bugzilla at busybox.net
` (5 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2010-06-07 14:20 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=1735
--- Comment #4 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
If mplayer doesn't use the autotools, then please do not use AUTOTARGETS but
GENTARGETS instead (see the Buildroot documentation for details). A short
comment explaining why GENTARGETS is used instead of AUTOTARGETS would be fine
(so that in the future we don't ask ourselves why the hell this package is
doing ./configure and not using AUTOTARGETS).
--
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] 11+ messages in thread* [Buildroot] [Bug 1735] [PATCH] mplayer: convert to autotools infrastructure
2010-05-10 4:49 [Buildroot] [Bug 1735] New: [PATCH] mplayer: convert to autotools infrastructure bugzilla at busybox.net
` (3 preceding siblings ...)
2010-06-07 14:20 ` bugzilla at busybox.net
@ 2010-06-07 15:39 ` bugzilla at busybox.net
2010-06-08 6:58 ` bugzilla at busybox.net
` (4 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2010-06-07 15:39 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=1735
--- Comment #5 from Peter Korsgaard <jacmet@uclibc.org> ---
(In reply to comment #3)
> We should really use a newer version, 1.0rc2 is very old, has security bugs and
> lacks newer optimizations (neon for example).
> That said they haven't released tarballs in a while now so it would be
> snapshot-based (svn).
Even though it isn't the newest sw, 1.0rc3 was released last week.
http://www.mplayerhq.hu/design7/news.html#mplayer10rc3
--
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] 11+ messages in thread* [Buildroot] [Bug 1735] [PATCH] mplayer: convert to autotools infrastructure
2010-05-10 4:49 [Buildroot] [Bug 1735] New: [PATCH] mplayer: convert to autotools infrastructure bugzilla at busybox.net
` (4 preceding siblings ...)
2010-06-07 15:39 ` bugzilla at busybox.net
@ 2010-06-08 6:58 ` bugzilla at busybox.net
2010-06-08 7:40 ` bugzilla at busybox.net
` (3 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2010-06-08 6:58 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=1735
Kelvin Cheung <keguang.zhang@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1711|0 |1
is obsolete| |
--- Comment #6 from Kelvin Cheung <keguang.zhang@gmail.com> ---
Created attachment 1963
--> https://bugs.busybox.net/attachment.cgi?id=1963
convert mplayer to generic package infrastructure
--
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] 11+ messages in thread* [Buildroot] [Bug 1735] [PATCH] mplayer: convert to autotools infrastructure
2010-05-10 4:49 [Buildroot] [Bug 1735] New: [PATCH] mplayer: convert to autotools infrastructure bugzilla at busybox.net
` (5 preceding siblings ...)
2010-06-08 6:58 ` bugzilla at busybox.net
@ 2010-06-08 7:40 ` bugzilla at busybox.net
2010-07-29 19:32 ` bugzilla at busybox.net
` (2 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2010-06-08 7:40 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=1735
--- Comment #7 from Kelvin Cheung <keguang.zhang@gmail.com> ---
Created attachment 1969
--> https://bugs.busybox.net/attachment.cgi?id=1969
convert mplayer to generic package infrastructure and bump to version 1.0rc3
Here is 1.0rc3.
But I don't know how to deal with the rc2 patches.
--
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] 11+ messages in thread* [Buildroot] [Bug 1735] [PATCH] mplayer: convert to autotools infrastructure
2010-05-10 4:49 [Buildroot] [Bug 1735] New: [PATCH] mplayer: convert to autotools infrastructure bugzilla at busybox.net
` (6 preceding siblings ...)
2010-06-08 7:40 ` bugzilla at busybox.net
@ 2010-07-29 19:32 ` bugzilla at busybox.net
2010-07-29 19:32 ` bugzilla at busybox.net
2010-12-14 10:59 ` bugzilla at busybox.net
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2010-07-29 19:32 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=1735
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|2010.05 |2010.11
--- Comment #8 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
That's something we're going to handle post 2010.08, I think.
--
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] 11+ messages in thread* [Buildroot] [Bug 1735] [PATCH] mplayer: convert to autotools infrastructure
2010-05-10 4:49 [Buildroot] [Bug 1735] New: [PATCH] mplayer: convert to autotools infrastructure bugzilla at busybox.net
` (7 preceding siblings ...)
2010-07-29 19:32 ` bugzilla at busybox.net
@ 2010-07-29 19:32 ` bugzilla at busybox.net
2010-12-14 10:59 ` bugzilla at busybox.net
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2010-07-29 19:32 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=1735
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|minor |enhancement
--
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] 11+ messages in thread* [Buildroot] [Bug 1735] [PATCH] mplayer: convert to autotools infrastructure
2010-05-10 4:49 [Buildroot] [Bug 1735] New: [PATCH] mplayer: convert to autotools infrastructure bugzilla at busybox.net
` (8 preceding siblings ...)
2010-07-29 19:32 ` bugzilla at busybox.net
@ 2010-12-14 10:59 ` bugzilla at busybox.net
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2010-12-14 10:59 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=1735
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #9 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
Fixed by
http://git.buildroot.net/buildroot/commit/?id=6bcedeed375c3504d4d6f82fca020790866e2c6e
--
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] 11+ messages in thread