Merge pull request #17419 from Rmys/master

hidapi ver. bump
This commit is contained in:
Rmys
2025-10-10 10:01:52 +03:00
committed by GitHub
2 changed files with 10 additions and 1 deletions
@@ -17,6 +17,7 @@
<Dependency>meson</Dependency> <Dependency>meson</Dependency>
<Dependency>vala-devel</Dependency> <Dependency>vala-devel</Dependency>
<Dependency>glib2-devel</Dependency> <Dependency>glib2-devel</Dependency>
<Dependency>hidapi-devel</Dependency>
<Dependency>libevdev-devel</Dependency> <Dependency>libevdev-devel</Dependency>
<Dependency>libgudev-devel</Dependency> <Dependency>libgudev-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency> <Dependency>gobject-introspection-devel</Dependency>
@@ -33,6 +34,7 @@
<Name>libmanette</Name> <Name>libmanette</Name>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>glib2</Dependency> <Dependency>glib2</Dependency>
<Dependency>hidapi</Dependency>
<Dependency>libevdev</Dependency> <Dependency>libevdev</Dependency>
<Dependency>libgudev</Dependency> <Dependency>libgudev</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
+8 -1
View File
@@ -13,7 +13,7 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Simple library for communicating with USB and Bluetooth HID devices</Summary> <Summary>Simple library for communicating with USB and Bluetooth HID devices</Summary>
<Description>HIDAPI is a multi-platform library which allows an application to interface with USB and Bluetooth HID-Class devices</Description> <Description>HIDAPI is a multi-platform library which allows an application to interface with USB and Bluetooth HID-Class devices</Description>
<Archive sha1sum="e14d489b29ade5dcb11dfd875f56e1bc0332379f" type="targz">https://github.com/libusb/hidapi/archive/refs/tags/hidapi-0.14.0.tar.gz</Archive> <Archive sha1sum="3bed4e9a3b523d998a96f2ec52824bc69422c222" type="targz">https://github.com/libusb/hidapi/archive/refs/tags/hidapi-0.15.0.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>cmake</Dependency> <Dependency>cmake</Dependency>
<Dependency>eudev-devel</Dependency> <Dependency>eudev-devel</Dependency>
@@ -47,6 +47,13 @@
</Package> </Package>
<History> <History>
<Update release="2">
<Date>2025-10-10</Date>
<Version>0.15.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1"> <Update release="1">
<Date>2023-07-15</Date> <Date>2023-07-15</Date>
<Version>0.14.0</Version> <Version>0.14.0</Version>