* [Buildroot] [PATCH 1/2] libtool : bump to version 2.4.2
@ 2013-05-07 16:46 Jérémy Rosen
0 siblings, 0 replies; 8+ messages in thread
From: Jérémy Rosen @ 2013-05-07 16:46 UTC (permalink / raw)
To: buildroot
Signed-off-by: J?r?my Rosen <jeremy.rosen@openwide.fr>
---
package/libtool/libtool.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk
index 6f0b904..25cd89d 100644
--- a/package/libtool/libtool.mk
+++ b/package/libtool/libtool.mk
@@ -3,7 +3,7 @@
# libtool
#
#############################################################
-LIBTOOL_VERSION = 2.2.10
+LIBTOOL_VERSION = 2.4.2
LIBTOOL_SOURCE = libtool-$(LIBTOOL_VERSION).tar.gz
LIBTOOL_SITE = $(BR2_GNU_MIRROR)/libtool
LIBTOOL_INSTALL_STAGING = YES
--
1.7.10.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH 1/2] libtool : bump to version 2.4.2
@ 2013-05-13 8:57 Jérémy Rosen
2013-05-13 8:57 ` [Buildroot] [PATCH 2/2] pulseaudio : bump to version 3.0 Jérémy Rosen
2013-05-13 9:27 ` [Buildroot] [PATCH 1/2] libtool : bump to version 2.4.2 Thomas Petazzoni
0 siblings, 2 replies; 8+ messages in thread
From: Jérémy Rosen @ 2013-05-13 8:57 UTC (permalink / raw)
To: buildroot
Signed-off-by: J?r?my Rosen <jeremy.rosen@openwide.fr>
---
package/libtool/libtool.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk
index 6f0b904..25cd89d 100644
--- a/package/libtool/libtool.mk
+++ b/package/libtool/libtool.mk
@@ -3,7 +3,7 @@
# libtool
#
#############################################################
-LIBTOOL_VERSION = 2.2.10
+LIBTOOL_VERSION = 2.4.2
LIBTOOL_SOURCE = libtool-$(LIBTOOL_VERSION).tar.gz
LIBTOOL_SITE = $(BR2_GNU_MIRROR)/libtool
LIBTOOL_INSTALL_STAGING = YES
--
1.7.10.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH 2/2] pulseaudio : bump to version 3.0
2013-05-13 8:57 [Buildroot] [PATCH 1/2] libtool : bump to version 2.4.2 Jérémy Rosen
@ 2013-05-13 8:57 ` Jérémy Rosen
2013-05-13 9:27 ` [Buildroot] [PATCH 1/2] libtool : bump to version 2.4.2 Thomas Petazzoni
1 sibling, 0 replies; 8+ messages in thread
From: Jérémy Rosen @ 2013-05-13 8:57 UTC (permalink / raw)
To: buildroot
Signed-off-by: J?r?my Rosen <jeremy.rosen@openwide.fr>
---
package/multimedia/pulseaudio/pulseaudio.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/multimedia/pulseaudio/pulseaudio.mk b/package/multimedia/pulseaudio/pulseaudio.mk
index b39d99e..529f5dd 100644
--- a/package/multimedia/pulseaudio/pulseaudio.mk
+++ b/package/multimedia/pulseaudio/pulseaudio.mk
@@ -3,8 +3,7 @@
# pulseaudio
#
################################################################################
-
-PULSEAUDIO_VERSION = 2.1
+PULSEAUDIO_VERSION = 3.0
PULSEAUDIO_SITE = http://freedesktop.org/software/pulseaudio/releases/
PULSEAUDIO_INSTALL_STAGING = YES
PULSEAUDIO_CONF_OPT = \
@@ -60,6 +59,7 @@ endef
PULSEAUDIO_POST_PATCH_HOOKS += PULSEAUDIO_FORCE_CC
endif
+PULSEAUDIO_CONF_OPT += $(if $(BR2_ARM_ENABLE_NEON),--enable-neon-opt=yes,--enable-neon-opt=no)
# pulseaudio alsa backend needs pcm/mixer apis
ifneq ($(BR2_PACKAGE_ALSA_LIB_PCM)$(BR2_PACKAGE_ALSA_LIB_MIXER),yy)
PULSEAUDIO_CONF_OPT += --disable-alsa
--
1.7.10.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH 1/2] libtool : bump to version 2.4.2
2013-05-13 8:57 [Buildroot] [PATCH 1/2] libtool : bump to version 2.4.2 Jérémy Rosen
2013-05-13 8:57 ` [Buildroot] [PATCH 2/2] pulseaudio : bump to version 3.0 Jérémy Rosen
@ 2013-05-13 9:27 ` Thomas Petazzoni
2013-05-13 15:29 ` Jeremy Rosen
1 sibling, 1 reply; 8+ messages in thread
From: Thomas Petazzoni @ 2013-05-13 9:27 UTC (permalink / raw)
To: buildroot
Dear J?r?my Rosen,
On Mon, 13 May 2013 10:57:45 +0200, J?r?my Rosen wrote:
> Signed-off-by: J?r?my Rosen <jeremy.rosen@openwide.fr>
> ---
> package/libtool/libtool.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
How much testing did you do? Bumping libtool is a very sensitive thing,
because it used for all packages that we autoreconfigure. Therefore, I
believe such a bump should come with results of an allyespackageconfig
build before and after the bump.
Best regards,
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH 1/2] libtool : bump to version 2.4.2
2013-05-13 9:27 ` [Buildroot] [PATCH 1/2] libtool : bump to version 2.4.2 Thomas Petazzoni
@ 2013-05-13 15:29 ` Jeremy Rosen
2013-05-13 15:38 ` Thomas Petazzoni
0 siblings, 1 reply; 8+ messages in thread
From: Jeremy Rosen @ 2013-05-13 15:29 UTC (permalink / raw)
To: buildroot
I needed to bump libtool because pulseaudio needed it.
I built my system (including pulseaudio) and tested it, but I didn't
give it further (enough) thought.
This prbably means that this patch should not go in master but in
next... It's probably way too late to bump libtool.
I'll do the allyesconfig test and reply with the results when done...
Cordialement
J?r?my Rosen
fight key loggers : write some perl using vim
----- Mail original -----
> Dear J?r?my Rosen,
>
> On Mon, 13 May 2013 10:57:45 +0200, J?r?my Rosen wrote:
> > Signed-off-by: J?r?my Rosen <jeremy.rosen@openwide.fr>
> > ---
> > package/libtool/libtool.mk | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
>
> How much testing did you do? Bumping libtool is a very sensitive
> thing,
> because it used for all packages that we autoreconfigure. Therefore,
> I
> believe such a bump should come with results of an
> allyespackageconfig
> build before and after the bump.
>
> Best regards,
>
> Thomas
> --
> Thomas Petazzoni, Free Electrons
> Kernel, drivers, real-time and embedded Linux
> development, consulting, training and support.
> http://free-electrons.com
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH 1/2] libtool : bump to version 2.4.2
2013-05-13 15:29 ` Jeremy Rosen
@ 2013-05-13 15:38 ` Thomas Petazzoni
2013-05-13 16:19 ` Jeremy Rosen
0 siblings, 1 reply; 8+ messages in thread
From: Thomas Petazzoni @ 2013-05-13 15:38 UTC (permalink / raw)
To: buildroot
Dear Jeremy Rosen,
On Mon, 13 May 2013 17:29:42 +0200 (CEST), Jeremy Rosen wrote:
> I needed to bump libtool because pulseaudio needed it.
>
> I built my system (including pulseaudio) and tested it, but I didn't
> give it further (enough) thought.
>
> This prbably means that this patch should not go in master but in
> next... It's probably way too late to bump libtool.
Version bumps are no longer going to master anyway, not even the
pulseaudio version bump. At this point, master is only about bug fixes,
so it's certainly not the time to bump packages!
> I'll do the allyesconfig test and reply with the results when done...
If you want, I can test the patch here on an allyespackageconfig build.
Best regards,
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH 1/2] libtool : bump to version 2.4.2
2013-05-13 15:38 ` Thomas Petazzoni
@ 2013-05-13 16:19 ` Jeremy Rosen
0 siblings, 0 replies; 8+ messages in thread
From: Jeremy Rosen @ 2013-05-13 16:19 UTC (permalink / raw)
To: buildroot
> Dear Jeremy Rosen,
>
[...]
>
> Version bumps are no longer going to master anyway, not even the
> pulseaudio version bump. At this point, master is only about bug
> fixes,
> so it's certainly not the time to bump packages!
>
fair enough... the bump is not urgent anyway...
> > I'll do the allyesconfig test and reply with the results when
> > done...
>
> If you want, I can test the patch here on an allyespackageconfig
> build.
>
that would save me a lot of time, thx.
> Best regards,
>
> Thomas
> --
> Thomas Petazzoni, Free Electrons
> Kernel, drivers, real-time and embedded Linux
> development, consulting, training and support.
> http://free-electrons.com
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH 1/2] libtool : bump to version 2.4.2
2013-05-29 7:11 [Buildroot] [PATCH 0/2] Bump pulseaudio and dependencies Jérémy Rosen
@ 2013-05-29 7:11 ` Jérémy Rosen
0 siblings, 0 replies; 8+ messages in thread
From: Jérémy Rosen @ 2013-05-29 7:11 UTC (permalink / raw)
To: buildroot
Signed-off-by: J?r?my Rosen <jeremy.rosen@openwide.fr>
---
package/libtool/libtool.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk
index 6f0b904..25cd89d 100644
--- a/package/libtool/libtool.mk
+++ b/package/libtool/libtool.mk
@@ -3,7 +3,7 @@
# libtool
#
#############################################################
-LIBTOOL_VERSION = 2.2.10
+LIBTOOL_VERSION = 2.4.2
LIBTOOL_SOURCE = libtool-$(LIBTOOL_VERSION).tar.gz
LIBTOOL_SITE = $(BR2_GNU_MIRROR)/libtool
LIBTOOL_INSTALL_STAGING = YES
--
1.7.10.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2013-05-29 7:11 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-13 8:57 [Buildroot] [PATCH 1/2] libtool : bump to version 2.4.2 Jérémy Rosen
2013-05-13 8:57 ` [Buildroot] [PATCH 2/2] pulseaudio : bump to version 3.0 Jérémy Rosen
2013-05-13 9:27 ` [Buildroot] [PATCH 1/2] libtool : bump to version 2.4.2 Thomas Petazzoni
2013-05-13 15:29 ` Jeremy Rosen
2013-05-13 15:38 ` Thomas Petazzoni
2013-05-13 16:19 ` Jeremy Rosen
-- strict thread matches above, loose matches on Subject: below --
2013-05-29 7:11 [Buildroot] [PATCH 0/2] Bump pulseaudio and dependencies Jérémy Rosen
2013-05-29 7:11 ` [Buildroot] [PATCH 1/2] libtool : bump to version 2.4.2 Jérémy Rosen
2013-05-07 16:46 Jérémy Rosen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox