dbus: update to 1.15.8 and meson

news:
- https://gitlab.freedesktop.org/dbus/dbus/-/blob/master/NEWS

dbus 1.15.8 (2023-08-21)
========================

Build-time configuration changes:

- For this version of dbus, Meson is the recommended build system for all
  Unix platforms. CMake continues to be recommended for Windows, but this
  recommendation might change to Meson in a future release, so please
  test the Meson build. See INSTALL for details.

- Autotools-generated files are no longer included in the tarball release.
  The Autotools build system is likely to be removed in a future dbus
  release, so Autotools users should migrate to Meson as soon as possible.
  It is still possible to build using Autotools, by following the same
  procedure as for a git clone (starting with the `./autogen.sh` script).
This commit is contained in:
Rudi Heitbaum 2022-09-22 13:54:23 +00:00
parent a68c4c7114
commit 5a4c34378a

View File

@ -3,35 +3,35 @@
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="dbus" PKG_NAME="dbus"
PKG_VERSION="1.14.0" PKG_VERSION="1.15.8"
PKG_SHA256="ccd7cce37596e0a19558fd6648d1272ab43f011d80c8635aea8fd0bad58aebd4" PKG_SHA256="84fc597e6ec82f05dc18a7d12c17046f95bad7be99fc03c15bc254c4701ed204"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="https://dbus.freedesktop.org" PKG_SITE="https://dbus.freedesktop.org"
PKG_URL="https://dbus.freedesktop.org/releases/${PKG_NAME}/${PKG_NAME}-${PKG_VERSION}.tar.xz" PKG_URL="https://dbus.freedesktop.org/releases/${PKG_NAME}/${PKG_NAME}-${PKG_VERSION}.tar.xz"
PKG_DEPENDS_TARGET="toolchain expat systemd" PKG_DEPENDS_TARGET="toolchain expat systemd"
PKG_LONGDESC="D-Bus is a message bus, used for sending messages between applications." PKG_LONGDESC="D-Bus is a message bus, used for sending messages between applications."
PKG_TOOLCHAIN="configure"
PKG_CONFIGURE_OPTS_TARGET="export ac_cv_have_abstract_sockets=yes \ PKG_MESON_OPTS_TARGET="--libexecdir=/usr/lib/dbus \
--with-sysroot=${SYSROOT_PREFIX} \ -Dverbose_mode=false \
--libexecdir=/usr/lib/dbus \ -Dapparmor=disabled \
--disable-verbose-mode \ -Dasserts=false \
--disable-asserts \ -Dchecks=true \
--enable-checks \ -Dembedded_tests=false \
--disable-tests \ -Dinstalled_tests=false \
--disable-ansi \ -Dmodular_tests=disabled \
--disable-xml-docs \ -Dxml_docs=disabled \
--disable-doxygen-docs \ -Ddoxygen_docs=disabled \
--disable-x11-autolaunch \ -Dducktype_docs=disabled \
--disable-selinux \ -Dx11_autolaunch=disabled \
--disable-libaudit \ -Dselinux=disabled \
--enable-systemd \ -Dlibaudit=disabled \
--enable-inotify \ -Dsystemd=enabled \
--without-valgrind \ -Duser_session=false \
--without-x \ -Dinotify=enabled \
--with-dbus-user=dbus \ -Dvalgrind=disabled \
--runstatedir=/run \ -Ddbus_user=dbus \
--with-system-socket=/run/dbus/system_bus_socket" -Druntime_dir=/run \
-Dsystem_socket=/run/dbus/system_bus_socket"
post_makeinstall_target() { post_makeinstall_target() {
rm -rf ${INSTALL}/etc/rc.d rm -rf ${INSTALL}/etc/rc.d