<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/libevdev, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2025-07-08T16:25:40Z</updated>
<entry>
<title>libevdev: update to 1.13.4</title>
<updated>2025-07-08T16:25:40Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2025-07-04T15:24:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d4fe5d3a9f23bbc34d031938df946f590770629b'/>
<id>urn:sha1:d4fe5d3a9f23bbc34d031938df946f590770629b</id>
<content type='text'>
Apart from documentation and improvements for the meson-based build there
are two functional changes since 1.13.1:

 080d1d0 include: sync event codes with kernel 6.9
 d06abb8 Always push changed mt events when syncing

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>libevdev: update to 1.13.1</title>
<updated>2024-04-11T23:39:20Z</updated>
<author>
<name>krant</name>
</author>
<published>2024-04-11T19:17:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=1cdbbea0ac76012a8acb5c9f765eed84ffa9c094'/>
<id>urn:sha1:1cdbbea0ac76012a8acb5c9f765eed84ffa9c094</id>
<content type='text'>
Signed-off-by: krant &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: remove AUTORELEASE</title>
<updated>2023-04-21T20:46:58Z</updated>
<author>
<name>Paul Fertser</name>
</author>
<published>2023-04-21T16:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0c10c224be81f9221dabfab449855ab6718d2a0c'/>
<id>urn:sha1:0c10c224be81f9221dabfab449855ab6718d2a0c</id>
<content type='text'>
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>libevdev: update to version 1.13.0</title>
<updated>2022-09-07T21:56:40Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2022-09-07T18:33:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=630f5b1608550bbe3dc204a50d873b3e54ad17af'/>
<id>urn:sha1:630f5b1608550bbe3dc204a50d873b3e54ad17af</id>
<content type='text'>
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>treewide: remove PKG_INSTALL for meson projects</title>
<updated>2022-06-16T01:07:46Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2022-06-15T21:29:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=df5d7245b9f888b21e2c9c02fd002c606e9c7c6e'/>
<id>urn:sha1:df5d7245b9f888b21e2c9c02fd002c606e9c7c6e</id>
<content type='text'>
It doesn't seem to be used by meson.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libevdev: update to version 1.12.0</title>
<updated>2021-11-15T02:16:41Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2021-11-15T00:39:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=60bc9982b4cc14260737282277dd21d878640043'/>
<id>urn:sha1:60bc9982b4cc14260737282277dd21d878640043</id>
<content type='text'>
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>treewide: compile with tools/meson</title>
<updated>2021-09-18T05:06:52Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-09-07T22:24:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5ccd4d1c250acb3d3e65f16e55926ef0bc80153d'/>
<id>urn:sha1:5ccd4d1c250acb3d3e65f16e55926ef0bc80153d</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libevdev: update to 1.11.0</title>
<updated>2021-02-21T09:09:06Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-02-21T03:58:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d821fdc72b5bd13357fd7fba8cef56c601614dcd'/>
<id>urn:sha1:d821fdc72b5bd13357fd7fba8cef56c601614dcd</id>
<content type='text'>
Use AUTORELEASE to avoid having to bump it manually.

Remove old patch for kernel 4.14 compatibility.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: Run refresh on all packages</title>
<updated>2021-02-21T00:02:15Z</updated>
<author>
<name>Ilya Lipnitskiy</name>
</author>
<published>2021-02-21T00:02:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5d8d4fbbcb5c5de9370711c19bb3510210989a98'/>
<id>urn:sha1:5d8d4fbbcb5c5de9370711c19bb3510210989a98</id>
<content type='text'>
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy &lt;ilya.lipnitskiy@gmail.com&gt;
</content>
</entry>
<entry>
<title>libevdev: update to version 1.10.1</title>
<updated>2021-01-17T19:15:38Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2021-01-17T19:15:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=49e7b25287d82ce53f114986a64e05d382bd7ba2'/>
<id>urn:sha1:49e7b25287d82ce53f114986a64e05d382bd7ba2</id>
<content type='text'>
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
</feed>
