<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/sound/alsa-utils/Makefile, 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>2024-02-07T21:53:08Z</updated>
<entry>
<title>alsa-utils: update to 1.2.11</title>
<updated>2024-02-07T21:53:08Z</updated>
<author>
<name>krant</name>
</author>
<published>2024-02-06T19:32:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0033bf4709a752f8859577738483c89bf409e0bd'/>
<id>urn:sha1:0033bf4709a752f8859577738483c89bf409e0bd</id>
<content type='text'>
Signed-off-by: krant &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>alsa-utils: Update to 1.2.9</title>
<updated>2023-05-17T01:24:45Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2023-05-16T14:05:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b6d0e882dd2154d89d1e3dcf59f7f4cfb517f08d'/>
<id>urn:sha1:b6d0e882dd2154d89d1e3dcf59f7f4cfb517f08d</id>
<content type='text'>
* updated source url (prefer https rather than http/ftp)
* fixed build with musl 1.2.4

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&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>alsa-utils: update to 1.2.6</title>
<updated>2021-12-20T09:28:31Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-12-16T00:27:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d94c78832395a919c038b8663f76d4a7efae6579'/>
<id>urn:sha1:d94c78832395a919c038b8663f76d4a7efae6579</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>alsa-utils: update to 12.5.1</title>
<updated>2021-07-21T07:16:36Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-07-21T03:30:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=34e9a959f8321557d53abb4d0289335d39a710df'/>
<id>urn:sha1:34e9a959f8321557d53abb4d0289335d39a710df</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>alsa-utils: update to 1.2.5</title>
<updated>2021-06-13T03:27:52Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-06-13T03:26:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2a84e0923729c1e32743bfef9ecb45561962eeae'/>
<id>urn:sha1:2a84e0923729c1e32743bfef9ecb45561962eeae</id>
<content type='text'>
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>alsa-utils: update to 1.2.4</title>
<updated>2020-11-25T06:31:51Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-11-25T05:19:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=1bc15ef8bb8af43dac77ff7ef7e6b6a1bc6dccb5'/>
<id>urn:sha1:1bc15ef8bb8af43dac77ff7ef7e6b6a1bc6dccb5</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>alsa-utils: add alsa-ucm-conf dependency</title>
<updated>2020-09-20T22:04:43Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-09-20T05:13:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=850d124b15d4486c7a8d1f386e6b79b813d1b12c'/>
<id>urn:sha1:850d124b15d4486c7a8d1f386e6b79b813d1b12c</id>
<content type='text'>
Fixes issues such as:

root@MI-R3G:~# alsactl init
alsa-lib parser.c:2101:(parse_toplevel_config) Syntax field not found
in /usr/share/alsa/ucm2/ucm.conf

alsa-lib main.c:983:(snd_use_case_mgr_open) error: failed to import
hw:0 use case configuration -22

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>alsa-utils: update to 1.2.3</title>
<updated>2020-08-28T00:34:13Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-08-28T00:26:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d00e1fec8c8dce79614b036d9294f71cc2e7159a'/>
<id>urn:sha1:d00e1fec8c8dce79614b036d9294f71cc2e7159a</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>alsa-utils: Update to 1.2.2</title>
<updated>2020-04-14T05:34:31Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-11-20T03:01:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=22e823147197847b975f6f8589731a9395434ca5'/>
<id>urn:sha1:22e823147197847b975f6f8589731a9395434ca5</id>
<content type='text'>
Removed upstreamed patch.

Remove other patch and replace with a simple configure variable.

Add another configure variable to avoid linking to libatopology.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
</feed>
