Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libao: bump version to 1.2.2
@ 2025-10-04 10:58 Bernd Kuhls
  2025-10-05  4:34 ` Baruch Siach via buildroot
  0 siblings, 1 reply; 3+ messages in thread
From: Bernd Kuhls @ 2025-10-04 10:58 UTC (permalink / raw)
  To: buildroot

Added upstream patch to fix a missing include, autobuild did not record
any build errors but Arch Linux provides the patch:
https://gitlab.archlinux.org/archlinux/packaging/packages/libao/-/commit/bad3196d4e3030d31b01eb3bd41fff8afc8ca113

Switched to gitlab tarball because the previous site does not provide a
tarball for version 1.2.2 which was tagged in 2016:
https://gitlab.xiph.org/xiph/libao/-/tags/1.2.2

Added autoreconf due to usage of gitlab tarball which does not contain
a configure script.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 package/libao/libao.hash | 6 ++----
 package/libao/libao.mk   | 5 +++--
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/package/libao/libao.hash b/package/libao/libao.hash
index 91c6bd11a7..70e6b4987e 100644
--- a/package/libao/libao.hash
+++ b/package/libao/libao.hash
@@ -1,5 +1,3 @@
-# From http://downloads.xiph.org/releases/ao/SHA256SUMS.txt
-sha256  03ad231ad1f9d64b52474392d63c31197b0bc7bd416e58b1c10a329a5ed89caf  libao-1.2.0.tar.gz
-
-# Hash for license file:
+# Locally computed
+sha256  df8a6d0e238feeccb26a783e778716fb41a801536fe7b6fce068e313c0e2bf4d  libao-1.2.2.tar.gz
 sha256  32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670  COPYING
diff --git a/package/libao/libao.mk b/package/libao/libao.mk
index 19a4c165c6..a9fd739ff3 100644
--- a/package/libao/libao.mk
+++ b/package/libao/libao.mk
@@ -4,13 +4,14 @@
 #
 ################################################################################
 
-LIBAO_VERSION = 1.2.0
-LIBAO_SITE = http://downloads.xiph.org/releases/ao
+LIBAO_VERSION = 1.2.2
+LIBAO_SITE = https://gitlab.xiph.org/xiph/libao/-/archive/$(LIBAO_VERSION)
 LIBAO_DEPENDENCIES = host-pkgconf
 LIBAO_INSTALL_STAGING = YES
 LIBAO_LICENSE = GPL-2.0+
 LIBAO_LICENSE_FILES = COPYING
 LIBAO_CPE_ID_VENDOR = xiph
+LIBAO_AUTORECONF = YES
 LIBAO_CONF_OPTS = \
 	--disable-esd \
 	--disable-wmm \
-- 
2.47.3

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/libao: bump version to 1.2.2
  2025-10-04 10:58 [Buildroot] [PATCH 1/1] package/libao: bump version to 1.2.2 Bernd Kuhls
@ 2025-10-05  4:34 ` Baruch Siach via buildroot
  2025-10-05  4:36   ` Baruch Siach via buildroot
  0 siblings, 1 reply; 3+ messages in thread
From: Baruch Siach via buildroot @ 2025-10-05  4:34 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot

Hi Bernd,

On Sat, Oct 04 2025, Bernd Kuhls wrote:
> Added upstream patch to fix a missing include, autobuild did not record
> any build errors but Arch Linux provides the patch:
> https://gitlab.archlinux.org/archlinux/packaging/packages/libao/-/commit/bad3196d4e3030d31b01eb3bd41fff8afc8ca113

Where is this patch?

baruch

>
> Switched to gitlab tarball because the previous site does not provide a
> tarball for version 1.2.2 which was tagged in 2016:
> https://gitlab.xiph.org/xiph/libao/-/tags/1.2.2
>
> Added autoreconf due to usage of gitlab tarball which does not contain
> a configure script.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
>  package/libao/libao.hash | 6 ++----
>  package/libao/libao.mk   | 5 +++--
>  2 files changed, 5 insertions(+), 6 deletions(-)
>
> diff --git a/package/libao/libao.hash b/package/libao/libao.hash
> index 91c6bd11a7..70e6b4987e 100644
> --- a/package/libao/libao.hash
> +++ b/package/libao/libao.hash
> @@ -1,5 +1,3 @@
> -# From http://downloads.xiph.org/releases/ao/SHA256SUMS.txt
> -sha256  03ad231ad1f9d64b52474392d63c31197b0bc7bd416e58b1c10a329a5ed89caf  libao-1.2.0.tar.gz
> -
> -# Hash for license file:
> +# Locally computed
> +sha256  df8a6d0e238feeccb26a783e778716fb41a801536fe7b6fce068e313c0e2bf4d  libao-1.2.2.tar.gz
>  sha256  32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670  COPYING
> diff --git a/package/libao/libao.mk b/package/libao/libao.mk
> index 19a4c165c6..a9fd739ff3 100644
> --- a/package/libao/libao.mk
> +++ b/package/libao/libao.mk
> @@ -4,13 +4,14 @@
>  #
>  ################################################################################
>  
> -LIBAO_VERSION = 1.2.0
> -LIBAO_SITE = http://downloads.xiph.org/releases/ao
> +LIBAO_VERSION = 1.2.2
> +LIBAO_SITE = https://gitlab.xiph.org/xiph/libao/-/archive/$(LIBAO_VERSION)
>  LIBAO_DEPENDENCIES = host-pkgconf
>  LIBAO_INSTALL_STAGING = YES
>  LIBAO_LICENSE = GPL-2.0+
>  LIBAO_LICENSE_FILES = COPYING
>  LIBAO_CPE_ID_VENDOR = xiph
> +LIBAO_AUTORECONF = YES
>  LIBAO_CONF_OPTS = \
>  	--disable-esd \
>  	--disable-wmm \

-- 
                                                     ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch@tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/libao: bump version to 1.2.2
  2025-10-05  4:34 ` Baruch Siach via buildroot
@ 2025-10-05  4:36   ` Baruch Siach via buildroot
  0 siblings, 0 replies; 3+ messages in thread
From: Baruch Siach via buildroot @ 2025-10-05  4:36 UTC (permalink / raw)
  To: Baruch Siach via buildroot; +Cc: Bernd Kuhls

Hi Bernd,

On Sun, Oct 05 2025, Baruch Siach via buildroot wrote:
> On Sat, Oct 04 2025, Bernd Kuhls wrote:
>> Added upstream patch to fix a missing include, autobuild did not record
>> any build errors but Arch Linux provides the patch:
>> https://gitlab.archlinux.org/archlinux/packaging/packages/libao/-/commit/bad3196d4e3030d31b01eb3bd41fff8afc8ca113
>
> Where is this patch?

I have just noticed v2 adding this patch.

Sorry for the noise.

baruch

>> Switched to gitlab tarball because the previous site does not provide a
>> tarball for version 1.2.2 which was tagged in 2016:
>> https://gitlab.xiph.org/xiph/libao/-/tags/1.2.2
>>
>> Added autoreconf due to usage of gitlab tarball which does not contain
>> a configure script.
>>
>> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
>> ---
>>  package/libao/libao.hash | 6 ++----
>>  package/libao/libao.mk   | 5 +++--
>>  2 files changed, 5 insertions(+), 6 deletions(-)
>>
>> diff --git a/package/libao/libao.hash b/package/libao/libao.hash
>> index 91c6bd11a7..70e6b4987e 100644
>> --- a/package/libao/libao.hash
>> +++ b/package/libao/libao.hash
>> @@ -1,5 +1,3 @@
>> -# From http://downloads.xiph.org/releases/ao/SHA256SUMS.txt
>> -sha256  03ad231ad1f9d64b52474392d63c31197b0bc7bd416e58b1c10a329a5ed89caf  libao-1.2.0.tar.gz
>> -
>> -# Hash for license file:
>> +# Locally computed
>> +sha256  df8a6d0e238feeccb26a783e778716fb41a801536fe7b6fce068e313c0e2bf4d  libao-1.2.2.tar.gz
>>  sha256  32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670  COPYING
>> diff --git a/package/libao/libao.mk b/package/libao/libao.mk
>> index 19a4c165c6..a9fd739ff3 100644
>> --- a/package/libao/libao.mk
>> +++ b/package/libao/libao.mk
>> @@ -4,13 +4,14 @@
>>  #
>>  ################################################################################
>>  
>> -LIBAO_VERSION = 1.2.0
>> -LIBAO_SITE = http://downloads.xiph.org/releases/ao
>> +LIBAO_VERSION = 1.2.2
>> +LIBAO_SITE = https://gitlab.xiph.org/xiph/libao/-/archive/$(LIBAO_VERSION)
>>  LIBAO_DEPENDENCIES = host-pkgconf
>>  LIBAO_INSTALL_STAGING = YES
>>  LIBAO_LICENSE = GPL-2.0+
>>  LIBAO_LICENSE_FILES = COPYING
>>  LIBAO_CPE_ID_VENDOR = xiph
>> +LIBAO_AUTORECONF = YES
>>  LIBAO_CONF_OPTS = \
>>  	--disable-esd \
>>  	--disable-wmm \

-- 
                                                     ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch@tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2025-10-05  4:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-04 10:58 [Buildroot] [PATCH 1/1] package/libao: bump version to 1.2.2 Bernd Kuhls
2025-10-05  4:34 ` Baruch Siach via buildroot
2025-10-05  4:36   ` Baruch Siach via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox