package/libpciaccess: bump to version 0.18

- Update hash of COPYING (update in year with:
  cde74b5101)
- Switch to meson-package

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
Fabrice Fontaine 2024-03-14 22:51:52 +01:00 committed by Arnout Vandecappelle
parent 44f3c736a8
commit 136d4dfbe6
2 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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))