All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/pulseaudio: bump version to 13.0
@ 2019-09-20 17:25 Bernd Kuhls
  2019-09-20 17:25 ` [Buildroot] [PATCH 2/2] package/pulseaudio: enable reproducible builds Bernd Kuhls
  2019-09-21 20:57 ` [Buildroot] [PATCH 1/2] package/pulseaudio: bump version to 13.0 Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2019-09-20 17:25 UTC (permalink / raw)
  To: buildroot

Release notes:
https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/13.0/

Support for bluez4 was removed upstream:
https://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=3b1093c0ad882640ef7cf2b88088d77988be7610

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/pulseaudio/pulseaudio.hash | 4 ++--
 package/pulseaudio/pulseaudio.mk   | 9 +--------
 2 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/package/pulseaudio/pulseaudio.hash b/package/pulseaudio/pulseaudio.hash
index 7e1ea1606e..11d9a275c8 100644
--- a/package/pulseaudio/pulseaudio.hash
+++ b/package/pulseaudio/pulseaudio.hash
@@ -1,5 +1,5 @@
-# From https://lists.freedesktop.org/archives/pulseaudio-discuss/2018-July/030280.html
-sha256 809668ffc296043779c984f53461c2b3987a45b7a25eb2f0a1d11d9f23ba4055  pulseaudio-12.2.tar.xz
+# From https://lists.freedesktop.org/archives/pulseaudio-discuss/2019-September/031373.html
+sha256 961b23ca1acfd28f2bc87414c27bb40e12436efcf2158d29721b1e89f3f28057  pulseaudio-13.0.tar.xz
 # Locally computed
 sha256 c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42  GPL
 sha256 a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861  LGPL
diff --git a/package/pulseaudio/pulseaudio.mk b/package/pulseaudio/pulseaudio.mk
index c91af22935..53e10429ad 100644
--- a/package/pulseaudio/pulseaudio.mk
+++ b/package/pulseaudio/pulseaudio.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PULSEAUDIO_VERSION = 12.2
+PULSEAUDIO_VERSION = 13.0
 PULSEAUDIO_SOURCE = pulseaudio-$(PULSEAUDIO_VERSION).tar.xz
 PULSEAUDIO_SITE = http://freedesktop.org/software/pulseaudio/releases
 PULSEAUDIO_INSTALL_STAGING = YES
@@ -82,13 +82,6 @@ else
 PULSEAUDIO_CONF_OPTS += --without-soxr
 endif
 
-ifeq ($(BR2_PACKAGE_BLUEZ_UTILS)$(BR2_PACKAGE_SBC),yy)
-PULSEAUDIO_CONF_OPTS += --enable-bluez4
-PULSEAUDIO_DEPENDENCIES += bluez_utils sbc
-else
-PULSEAUDIO_CONF_OPTS += --disable-bluez4
-endif
-
 ifeq ($(BR2_PACKAGE_BLUEZ5_UTILS)$(BR2_PACKAGE_SBC),yy)
 PULSEAUDIO_CONF_OPTS += --enable-bluez5
 PULSEAUDIO_DEPENDENCIES += bluez5_utils sbc
-- 
2.20.1

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

* [Buildroot] [PATCH 2/2] package/pulseaudio: enable reproducible builds
  2019-09-20 17:25 [Buildroot] [PATCH 1/2] package/pulseaudio: bump version to 13.0 Bernd Kuhls
@ 2019-09-20 17:25 ` Bernd Kuhls
  2019-09-21 20:57 ` [Buildroot] [PATCH 1/2] package/pulseaudio: bump version to 13.0 Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Bernd Kuhls @ 2019-09-20 17:25 UTC (permalink / raw)
  To: buildroot

Upstream added support to create reproducible builds:
https://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=3d9deb1e5679e15c3277e144a822be9b0a036514

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/pulseaudio/pulseaudio.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/pulseaudio/pulseaudio.mk b/package/pulseaudio/pulseaudio.mk
index 53e10429ad..b833d4ad27 100644
--- a/package/pulseaudio/pulseaudio.mk
+++ b/package/pulseaudio/pulseaudio.mk
@@ -13,7 +13,8 @@ PULSEAUDIO_LICENSE_FILES = LICENSE GPL LGPL
 PULSEAUDIO_CONF_OPTS = \
 	--disable-default-build-tests \
 	--disable-legacy-database-entry-format \
-	--disable-manpages
+	--disable-manpages \
+	--disable-running-from-build-tree
 
 PULSEAUDIO_DEPENDENCIES = \
 	host-pkgconf libtool libsndfile speex host-intltool \
-- 
2.20.1

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

* [Buildroot] [PATCH 1/2] package/pulseaudio: bump version to 13.0
  2019-09-20 17:25 [Buildroot] [PATCH 1/2] package/pulseaudio: bump version to 13.0 Bernd Kuhls
  2019-09-20 17:25 ` [Buildroot] [PATCH 2/2] package/pulseaudio: enable reproducible builds Bernd Kuhls
@ 2019-09-21 20:57 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-09-21 20:57 UTC (permalink / raw)
  To: buildroot

On Fri, 20 Sep 2019 19:25:37 +0200
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:

> Release notes:
> https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/13.0/
> 
> Support for bluez4 was removed upstream:
> https://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=3b1093c0ad882640ef7cf2b88088d77988be7610
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/pulseaudio/pulseaudio.hash | 4 ++--
>  package/pulseaudio/pulseaudio.mk   | 9 +--------
>  2 files changed, 3 insertions(+), 10 deletions(-)

Both applied. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2019-09-21 20:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-20 17:25 [Buildroot] [PATCH 1/2] package/pulseaudio: bump version to 13.0 Bernd Kuhls
2019-09-20 17:25 ` [Buildroot] [PATCH 2/2] package/pulseaudio: enable reproducible builds Bernd Kuhls
2019-09-21 20:57 ` [Buildroot] [PATCH 1/2] package/pulseaudio: bump version to 13.0 Thomas Petazzoni

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.