<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/alsa-lib/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:52:46Z</updated>
<entry>
<title>alsa-lib: update to 1.2.11</title>
<updated>2024-02-07T21:52:46Z</updated>
<author>
<name>krant</name>
</author>
<published>2024-02-06T19:29:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=98d5fc2aee9ff011d5997b47b52f87d95931f631'/>
<id>urn:sha1:98d5fc2aee9ff011d5997b47b52f87d95931f631</id>
<content type='text'>
- Change package URL to HTTPS
- Refresh patches

Signed-off-by: krant &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>alsa-lib: Update to 1.2.9</title>
<updated>2023-05-17T01:24:45Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2023-05-16T14:02:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=18cfa22c654da757f61823a6c3f21384980ea008'/>
<id>urn:sha1:18cfa22c654da757f61823a6c3f21384980ea008</id>
<content type='text'>
* updated source url (prefer https rather than http/ftp)
* refreshed patches

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>treewide: opt out of LTO usage</title>
<updated>2023-04-08T06:38:54Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2023-01-30T17:02:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4400e97473eb1d34e348d3cce25950dab0f88975'/>
<id>urn:sha1:4400e97473eb1d34e348d3cce25950dab0f88975</id>
<content type='text'>
These fail to build or packages depending on them do when enabling
CONFIG_USE_LTO.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16</title>
<updated>2023-04-08T06:38:54Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2023-03-23T07:39:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=565866a47210c9711c29173052063779b6d3bcfc'/>
<id>urn:sha1:565866a47210c9711c29173052063779b6d3bcfc</id>
<content type='text'>
See commit 5c545bdb "treewide: replace PKG_USE_MIPS16:=0 with
PKG_BUILD_FLAGS:=no-mips16" on the main repository.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>alsa-lib: update to 1.2.6.1</title>
<updated>2021-12-20T09:28:31Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-12-16T00:23:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=96af5b07c2bb889d1aa91a44f3134454c7be8a3a'/>
<id>urn:sha1:96af5b07c2bb889d1aa91a44f3134454c7be8a3a</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #16180 from neheb/Al</title>
<updated>2021-07-29T19:40:34Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-07-29T19:40:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=11b8e17c9a70503f7387ec31b5c62a8a1fc10a2b'/>
<id>urn:sha1:11b8e17c9a70503f7387ec31b5c62a8a1fc10a2b</id>
<content type='text'>
alsa stuff: update to 12..5.1</content>
</entry>
<entry>
<title>alsa-lib: install also /usr/share/alsa/ctl or alsa-mixer fails with:</title>
<updated>2021-07-23T17:15:34Z</updated>
<author>
<name>Javier Marcet</name>
</author>
<published>2021-07-19T05:50:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=44158274de4ff478f287105c2ffb7d9e01f221ba'/>
<id>urn:sha1:44158274de4ff478f287105c2ffb7d9e01f221ba</id>
<content type='text'>
❯ alsamixer
ALSA lib conf.c:827:(get_char_skip_comments) Cannot access file /usr/share/alsa/ctl/default.conf
ALSA lib conf.c:1994:(_snd_config_load_with_include) _toplevel_:61:26:No such file or directory
ALSA lib conf.c:4040:(config_file_open) /usr/share/alsa/cards/aliases.conf may be old or corrupted: consider to remove or fix it
ALSA lib conf.c:3962:(snd_config_hooks_call) function snd_config_hook_load returned error: No such file or directory
ALSA lib control.c:1481:(snd_ctl_open_noupdate) Invalid CTL cards.ctl.default
cannot open mixer: No such file or directory

Signed-off-by: Javier Marcet &lt;javier@marcet.info&gt;
</content>
</entry>
<entry>
<title>alsa-lib: update to 12.5.1</title>
<updated>2021-07-21T07:16:36Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-07-21T03:29:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e658dcfd866b393059ba71eaa5f10923ae7821fe'/>
<id>urn:sha1:e658dcfd866b393059ba71eaa5f10923ae7821fe</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>alsa-lib: update to 1.2.5</title>
<updated>2021-06-13T03:27:52Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-06-13T03:20:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=47b48b2088e4110f4f03f5fc3f52d07e10b64544'/>
<id>urn:sha1:47b48b2088e4110f4f03f5fc3f52d07e10b64544</id>
<content type='text'>
Refresh patches. Remove upstream one.

Switch to AUTORELEASE for simplicity.

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