* [Buildroot] [PATCH 1/2] pulseaudio: fix udev configure option
@ 2016-06-23 10:09 Vicente Olivert Riera
2016-06-23 10:09 ` [Buildroot] [PATCH 2/2] pulseaudio: bump version to 9.0 Vicente Olivert Riera
0 siblings, 1 reply; 3+ messages in thread
From: Vicente Olivert Riera @ 2016-06-23 10:09 UTC (permalink / raw)
To: buildroot
enable-libudev doesn't exist as a configure option. The right one is
enable-udev.
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
package/pulseaudio/pulseaudio.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/pulseaudio/pulseaudio.mk b/package/pulseaudio/pulseaudio.mk
index 06b0b84..4a7d013 100644
--- a/package/pulseaudio/pulseaudio.mk
+++ b/package/pulseaudio/pulseaudio.mk
@@ -79,10 +79,10 @@ PULSEAUDIO_CONF_OPTS += --without-soxr
endif
ifeq ($(BR2_PACKAGE_HAS_UDEV),y)
-PULSEAUDIO_CONF_OPTS += --enable-libudev
+PULSEAUDIO_CONF_OPTS += --enable-udev
PULSEAUDIO_DEPENDENCIES += udev
else
-PULSEAUDIO_CONF_OPTS += --disable-libudev
+PULSEAUDIO_CONF_OPTS += --disable-udev
endif
ifneq ($(BR2_INSTALL_LIBSTDCPP),y)
--
2.7.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 2/2] pulseaudio: bump version to 9.0
2016-06-23 10:09 [Buildroot] [PATCH 1/2] pulseaudio: fix udev configure option Vicente Olivert Riera
@ 2016-06-23 10:09 ` Vicente Olivert Riera
2016-06-23 10:14 ` Baruch Siach
0 siblings, 1 reply; 3+ messages in thread
From: Vicente Olivert Riera @ 2016-06-23 10:09 UTC (permalink / raw)
To: buildroot
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
package/pulseaudio/pulseaudio.hash | 4 ++--
package/pulseaudio/pulseaudio.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/pulseaudio/pulseaudio.hash b/package/pulseaudio/pulseaudio.hash
index 0d1a3d2..e2312ba 100644
--- a/package/pulseaudio/pulseaudio.hash
+++ b/package/pulseaudio/pulseaudio.hash
@@ -1,3 +1,3 @@
# From http://freedesktop.org/software/pulseaudio/releases/pulseaudio-8.0.tar.xz.{md5,sha1}
-md5 8678442ba0bb4b4c33ac6f62542962df pulseaudio-8.0.tar.xz
-sha1 1399a2f6288ad743184b6c2192129fef033343ac pulseaudio-8.0.tar.xz
+md5 da7162541b3a9bc20576dbd0d7d1489a pulseaudio-9.0.tar.xz
+sha1 d9a9d7cb667ed95ee1de4b6544d5c7444c5a0064 pulseaudio-9.0.tar.xz
diff --git a/package/pulseaudio/pulseaudio.mk b/package/pulseaudio/pulseaudio.mk
index 4a7d013..f50ea67 100644
--- a/package/pulseaudio/pulseaudio.mk
+++ b/package/pulseaudio/pulseaudio.mk
@@ -4,7 +4,7 @@
#
################################################################################
-PULSEAUDIO_VERSION = 8.0
+PULSEAUDIO_VERSION = 9.0
PULSEAUDIO_SOURCE = pulseaudio-$(PULSEAUDIO_VERSION).tar.xz
PULSEAUDIO_SITE = http://freedesktop.org/software/pulseaudio/releases
PULSEAUDIO_INSTALL_STAGING = YES
--
2.7.3
^ permalink raw reply related [flat|nested] 3+ messages in thread* [Buildroot] [PATCH 2/2] pulseaudio: bump version to 9.0
2016-06-23 10:09 ` [Buildroot] [PATCH 2/2] pulseaudio: bump version to 9.0 Vicente Olivert Riera
@ 2016-06-23 10:14 ` Baruch Siach
0 siblings, 0 replies; 3+ messages in thread
From: Baruch Siach @ 2016-06-23 10:14 UTC (permalink / raw)
To: buildroot
Hi Vicente,
On Thu, Jun 23, 2016 at 11:09:57AM +0100, Vicente Olivert Riera wrote:
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
> package/pulseaudio/pulseaudio.hash | 4 ++--
> package/pulseaudio/pulseaudio.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/pulseaudio/pulseaudio.hash b/package/pulseaudio/pulseaudio.hash
> index 0d1a3d2..e2312ba 100644
> --- a/package/pulseaudio/pulseaudio.hash
> +++ b/package/pulseaudio/pulseaudio.hash
> @@ -1,3 +1,3 @@
> # From http://freedesktop.org/software/pulseaudio/releases/pulseaudio-8.0.tar.xz.{md5,sha1}
Please update the hashes source link.
> -md5 8678442ba0bb4b4c33ac6f62542962df pulseaudio-8.0.tar.xz
> -sha1 1399a2f6288ad743184b6c2192129fef033343ac pulseaudio-8.0.tar.xz
> +md5 da7162541b3a9bc20576dbd0d7d1489a pulseaudio-9.0.tar.xz
> +sha1 d9a9d7cb667ed95ee1de4b6544d5c7444c5a0064 pulseaudio-9.0.tar.xz
baruch
--
http://baruch.siach.name/blog/ ~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch at tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-06-23 10:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-23 10:09 [Buildroot] [PATCH 1/2] pulseaudio: fix udev configure option Vicente Olivert Riera
2016-06-23 10:09 ` [Buildroot] [PATCH 2/2] pulseaudio: bump version to 9.0 Vicente Olivert Riera
2016-06-23 10:14 ` Baruch Siach
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox