diff mbox series

[1/1] package/libpciaccess: bump to version 0.18

Message ID 20240314215152.428462-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/libpciaccess: bump to version 0.18 | expand

Commit Message

Fabrice Fontaine March 14, 2024, 9:51 p.m. UTC
- Update hash of COPYING (update in year with:
  https://gitlab.freedesktop.org/xorg/lib/libpciaccess/-/commit/cde74b51014053175497ac75cbaea10d6184ab57)
- Switch to meson-package

https://lists.x.org/archives/xorg-announce/2024-February/003453.html

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/libpciaccess/libpciaccess.hash | 6 +++---
 package/libpciaccess/libpciaccess.mk   | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

Comments

Arnout Vandecappelle March 15, 2024, 7:22 p.m. UTC | #1
On 14/03/2024 22:51, Fabrice Fontaine wrote:
> - Update hash of COPYING (update in year with:
>    https://gitlab.freedesktop.org/xorg/lib/libpciaccess/-/commit/cde74b51014053175497ac75cbaea10d6184ab57)
> - Switch to meson-package
> 
> https://lists.x.org/archives/xorg-announce/2024-February/003453.html
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/libpciaccess/libpciaccess.hash | 6 +++---
>   package/libpciaccess/libpciaccess.mk   | 8 ++++----
>   2 files changed, 7 insertions(+), 7 deletions(-)
> 
> diff --git a/package/libpciaccess/libpciaccess.hash b/package/libpciaccess/libpciaccess.hash
> index 27ec59a452..4662314509 100644
> --- a/package/libpciaccess/libpciaccess.hash
> +++ b/package/libpciaccess/libpciaccess.hash
> @@ -1,4 +1,4 @@
> -# From https://lists.x.org/archives/xorg-announce/2022-October/003226.html
> -sha512  8484605c66ef18c8d8a3e029a6d33e26fcaa450c1263790d89ac8b0a160ffb2dfceaa6140ac9ad7d8087283ecbec8ac801f757e44890d547c3cbecd2c922ca47  libpciaccess-0.17.tar.xz
> +# From https://lists.x.org/archives/xorg-announce/2024-February/003453.html
> +sha512  54dff9a493344586d072edf8c8eb8f7960c7dfd64aa5c51a8ec8d4e341f703fd39eb606ee41c4fdd9d5aad3372b7efe6e0fe96eadc575ea91de276320ebc3fbd  libpciaccess-0.18.tar.xz
>   # Hash for license file:
> -sha256  47012fd746980d1712ac4f3841ab6164bda1d2b84880760e45dbe1e1dc07f608  COPYING
> +sha256  f33f360f8905940dac01aa21597fe8a6727ca6f4ffa43b380e2116fd0666aa8a  COPYING
> diff --git a/package/libpciaccess/libpciaccess.mk b/package/libpciaccess/libpciaccess.mk
> index 525a3bcd02..04f3e2083b 100644
> --- a/package/libpciaccess/libpciaccess.mk
> +++ b/package/libpciaccess/libpciaccess.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -LIBPCIACCESS_VERSION = 0.17
> +LIBPCIACCESS_VERSION = 0.18
>   LIBPCIACCESS_SOURCE = libpciaccess-$(LIBPCIACCESS_VERSION).tar.xz
>   LIBPCIACCESS_SITE = http://xorg.freedesktop.org/releases/individual/lib
>   LIBPCIACCESS_LICENSE = MIT
> @@ -13,10 +13,10 @@ LIBPCIACCESS_INSTALL_STAGING = YES
>   LIBPCIACCESS_DEPENDENCIES = host-pkgconf
>   
>   ifeq ($(BR2_PACKAGE_ZLIB),y)
> -LIBPCIACCESS_CONF_OPTS += --with-zlib
> +LIBPCIACCESS_CONF_OPTS += -Dzlib=enabled
>   LIBPCIACCESS_DEPENDENCIES += zlib
>   else
> -LIBPCIACCESS_CONF_OPTS += --without-zlib
> +LIBPCIACCESS_CONF_OPTS += -Dzlib=disabled
>   endif
>   
> -$(eval $(autotools-package))
> +$(eval $(meson-package))
diff mbox series

Patch

diff --git a/package/libpciaccess/libpciaccess.hash b/package/libpciaccess/libpciaccess.hash
index 27ec59a452..4662314509 100644
--- a/package/libpciaccess/libpciaccess.hash
+++ b/package/libpciaccess/libpciaccess.hash
@@ -1,4 +1,4 @@ 
-# From https://lists.x.org/archives/xorg-announce/2022-October/003226.html
-sha512  8484605c66ef18c8d8a3e029a6d33e26fcaa450c1263790d89ac8b0a160ffb2dfceaa6140ac9ad7d8087283ecbec8ac801f757e44890d547c3cbecd2c922ca47  libpciaccess-0.17.tar.xz
+# From https://lists.x.org/archives/xorg-announce/2024-February/003453.html
+sha512  54dff9a493344586d072edf8c8eb8f7960c7dfd64aa5c51a8ec8d4e341f703fd39eb606ee41c4fdd9d5aad3372b7efe6e0fe96eadc575ea91de276320ebc3fbd  libpciaccess-0.18.tar.xz
 # Hash for license file:
-sha256  47012fd746980d1712ac4f3841ab6164bda1d2b84880760e45dbe1e1dc07f608  COPYING
+sha256  f33f360f8905940dac01aa21597fe8a6727ca6f4ffa43b380e2116fd0666aa8a  COPYING
diff --git a/package/libpciaccess/libpciaccess.mk b/package/libpciaccess/libpciaccess.mk
index 525a3bcd02..04f3e2083b 100644
--- a/package/libpciaccess/libpciaccess.mk
+++ b/package/libpciaccess/libpciaccess.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-LIBPCIACCESS_VERSION = 0.17
+LIBPCIACCESS_VERSION = 0.18
 LIBPCIACCESS_SOURCE = libpciaccess-$(LIBPCIACCESS_VERSION).tar.xz
 LIBPCIACCESS_SITE = http://xorg.freedesktop.org/releases/individual/lib
 LIBPCIACCESS_LICENSE = MIT
@@ -13,10 +13,10 @@  LIBPCIACCESS_INSTALL_STAGING = YES
 LIBPCIACCESS_DEPENDENCIES = host-pkgconf
 
 ifeq ($(BR2_PACKAGE_ZLIB),y)
-LIBPCIACCESS_CONF_OPTS += --with-zlib
+LIBPCIACCESS_CONF_OPTS += -Dzlib=enabled
 LIBPCIACCESS_DEPENDENCIES += zlib
 else
-LIBPCIACCESS_CONF_OPTS += --without-zlib
+LIBPCIACCESS_CONF_OPTS += -Dzlib=disabled
 endif
 
-$(eval $(autotools-package))
+$(eval $(meson-package))