From 1e08c79d550c8a915c0b92a166bba928e24f42b3 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Sat, 26 Apr 2025 04:42:37 +0100 Subject: [PATCH] libmanette: update to version 0.2.12 Release 0.2.12 steam-deck: Add a deadzone for the sticks meson: Fix build with pre-1.83.2 GIR Post-release version bump to 0.2.12 Release 0.2.11 ci: Build flatpak bundles and make releases from that Release 0.2.10 ci: Switch to F42 meson: Specify --doc-format for gir event-mapping: Fix half-range abs to button mapping evdev-mapping: Fix half-range mapping contributing: Add a no-LLM statement readme: Add CoC hacking: Rename to CONTRIBUTING.md device: Remove leftover code Use non-gprefixed types where possible Actually use config.h event: Simplify enum definition doc: Change Since versions ci: Refresh pages after CI passes on main version: Add runtime version checking too version: Deprecate the old version symbols; add ones with the correct namespace doc: Port to gi-docgen Change Since versions to 0.2.10 evdev-backend: Ignore DualSense motion sensor and touchpad event-mapping: Make hat to buttons mapping always emit button release monitor: Avoid criticals when reloading mappings if hid devices are present steam-deck-driver: Fix has_input() for qam and paddles hid-backend: Bail if we failed to even open the device mapping: Fix paddles for real this time mapping: Fix keycodes for paddles Introduce HID backend and Steam Deck HID driver build: Depend on hidapi Add ManetteDeviceType and manette_device_get_device_type() device: Add supports_mapping() Introduce groundwork for multiple device types and backends Post-release bump to version 0.2.10 Signed-off-by: Daniel Golle Sat Apr 26 04:42:37 2025 +0100 --- libs/libmanette/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/libmanette/Makefile b/libs/libmanette/Makefile index 558ae2327..be3a555bf 100644 --- a/libs/libmanette/Makefile +++ b/libs/libmanette/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libmanette -PKG_VERSION:=0.2.9 +PKG_VERSION:=0.2.12 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNOME/$(PKG_NAME)/$(basename $(PKG_VERSION)) -PKG_HASH:=29366be5452f60a74c65fc64ffe2d74eddd4e6e6824c2cefa567a43bd92b688f +PKG_HASH:=48b349267180f1dc34d405a9e1e90ba16f054a19ce907930e679493d911ea1d8 PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=MIT @@ -21,7 +21,7 @@ define Package/libmanette CATEGORY:=Libraries TITLE:=The simple GObject game controller library. URL:=https://gitlab.gnome.org/GNOME/libmanette - DEPENDS:=+glib2 +libgudev + DEPENDS:=+glib2 +libgudev +hidapi endef define Package/libmanette/description