<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/multimedia/rtpmidid, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2026-02-11T19:17:22Z</updated>
<entry>
<title>rtpmidid: update to 26.01</title>
<updated>2026-02-11T19:17:22Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2026-02-11T12:42:44Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=04d2675b158d1b14822aaf2e5ec9335d314edc0a'/>
<id>urn:sha1:04d2675b158d1b14822aaf2e5ec9335d314edc0a</id>
<content type='text'>
See release notes at
https://github.com/davidmoreno/rtpmidid/releases/tag/v26.01

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>rtpmidid: bump to version 24.12</title>
<updated>2025-11-25T14:42:29Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2025-11-24T19:30:16Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=98164e390daa554ec495d10c4b54ba6dd0111b02'/>
<id>urn:sha1:98164e390daa554ec495d10c4b54ba6dd0111b02</id>
<content type='text'>
Bump rtpmidid to version 24.12. The new release fix support for CMake &gt;=
4.0 version and permit to drop all patch (everything is upstream)

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>rtpmidi: fix compilation with GCC14 and fmt10.2</title>
<updated>2024-08-04T01:08:51Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-08-02T19:45:27Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=e238bfa7986aead1b9266b8f3dad570f93fc8918'/>
<id>urn:sha1:e238bfa7986aead1b9266b8f3dad570f93fc8918</id>
<content type='text'>
Added two patches.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: refresh hashes after move to use ZSTD as default</title>
<updated>2024-04-07T10:06:34Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2024-04-06T10:47:54Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=272f55e87f0731b3f04aefd39598a127b317abf4'/>
<id>urn:sha1:272f55e87f0731b3f04aefd39598a127b317abf4</id>
<content type='text'>
With the recent move to using ZSTD as the default compression format
for packaging git repo clones we must refresh all of the hashes for
the packages feed as well.

Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>rtpmidi: update to 23.12</title>
<updated>2024-02-25T04:17:23Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-02-24T20:24:22Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=6f2608e4b591e7550a41deb04481ac5e29bde589'/>
<id>urn:sha1:6f2608e4b591e7550a41deb04481ac5e29bde589</id>
<content type='text'>
Get rid of codeload and use local tarballs.

Fixes compilation with newer fmt.

Minor cleanups.

Signed-off-by: Rosen Penev &lt;rosenp@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-03.infra.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>rtpmidid: update to snapshot of 2022-07-07</title>
<updated>2022-09-07T21:56:51Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2022-09-07T18:15:45Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=1cd5d55cde7aed450e37fd4010df1c744750dbd4'/>
<id>urn:sha1:1cd5d55cde7aed450e37fd4010df1c744750dbd4</id>
<content type='text'>
 ae98df0 0xF1 MIDI Quarter Frame is 2 bytes long
 eab5cd8 Added more MIDI messages and comments

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>rtpmidid: add package</title>
<updated>2022-06-13T14:03:34Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2022-06-12T17:12:30Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=07f2f926afac07a0d6fe1c0783d23ae035e1c1ac'/>
<id>urn:sha1:07f2f926afac07a0d6fe1c0783d23ae035e1c1ac</id>
<content type='text'>
Add RTP MIDI server package allowing to import/export local MIDI
clients or hardware devices to the local network using Apple's
RTP MIDI protocol.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
</feed>
