aboutsummaryrefslogtreecommitdiff
path: root/libs/alsa-lib
Commit message (Collapse)AuthorAge
* alsa-lib: update to 1.2.11krant2024-02-07
| | | | | | | - Change package URL to HTTPS - Refresh patches Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* alsa-lib: Update to 1.2.9Tianling Shen2023-05-17
| | | | | | | * updated source url (prefer https rather than http/ftp) * refreshed patches Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* treewide: remove AUTORELEASEPaul Fertser2023-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 <fercerpav@gmail.com>
* treewide: opt out of LTO usageAndre Heider2023-04-08
| | | | | | | These fail to build or packages depending on them do when enabling CONFIG_USE_LTO. Signed-off-by: Andre Heider <a.heider@gmail.com>
* treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16Andre Heider2023-04-08
| | | | | | | See commit 5c545bdb "treewide: replace PKG_USE_MIPS16:=0 with PKG_BUILD_FLAGS:=no-mips16" on the main repository. Signed-off-by: Andre Heider <a.heider@gmail.com>
* alsa-lib: update to 1.2.6.1Rosen Penev2021-12-20
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #16180 from neheb/AlRosen Penev2021-07-29
|\ | | | | alsa stuff: update to 12..5.1
| * alsa-lib: update to 12.5.1Rosen Penev2021-07-21
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | alsa-lib: install also /usr/share/alsa/ctl or alsa-mixer fails with:Javier Marcet2021-07-23
|/ | | | | | | | | | | | ❯ 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 <javier@marcet.info>
* alsa-lib: update to 1.2.5Rosen Penev2021-06-12
| | | | | | | | Refresh patches. Remove upstream one. Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* alsa-lib: update to 1.2.4Rosen Penev2020-11-24
| | | | | | Backport upstream patch fixing compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* alsa-lib: update to 1.2.3.2Rosen Penev2020-08-28
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* alsa-lib: Update to 1.2.2Rosen Penev2020-04-13
| | | | | | | | | | | | Added aserver application. Fixed license information. Small consistency updates. Added usleep patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* alsa-libs: Update to 1.1.9Rosen Penev2019-09-03
| | | | | | | | Fixed license information. Removed older unnecessary stuff. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* alsa-lib: update to 1.1.8Peter Wagner2019-01-14
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* libs/alsa-lib: Add /etc/asound.conf for backupDaniel Engberg2018-12-26
| | | | | | Even if /etc/asound.conf isn't installed we should try to preserve user configurations during sysupgrades Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* alsa-lib: update to 1.1.7Peter Wagner2018-10-21
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* alsa-lib: Update to 1.1.6Daniel Engberg2018-04-29
| | | | | Update alsa-lib to 1.1.6 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* alsa-lib: update to 1.1.5Peter Wagner2017-11-21
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* alsa-lib: update to 1.1.4.1Peter Wagner2017-06-05
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* alsa-lib: update urlsPeter Wagner2017-05-29
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* alsa-lib: update to 1.1.4Peter Wagner2017-05-24
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* alsa-lib: update to 1.1.3Peter Wagner2017-01-16
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* alsa: Update to 1.1.0, disable basic audio test (bat) utilityMichael Marley2016-02-01
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* alsa-lib: Add missing comma to maintainer listTed Hess2015-08-27
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* alsa-lib: Combine package maintainersTed Hess2015-08-20
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* alsa: update to latest - 1.0.29Ted Hess2015-07-20
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* alsa-lib: fix includes of sys/poll.h (remove redirecting... warnings)Ted Hess2015-07-12
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* misc: correct typo in Makefiles for PKG_LICENSE_FILESIan Leonard2014-11-24
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* alsa-lib: remove cross-compile guess (restore old patch)Ted Hess2014-10-14
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* alsa-lib: update to 1.0.28, refresh patches, add myself as PKG_MAINTAINERTed Hess2014-09-12
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* add myself as maintainer forPeter Wagner2014-07-01
| | | | | | | | | | | | | | | | | alsa-lib glib2 libffi libsndfile libtorrent speex tcp_wrappers etherwake git nfs-kernel-server portmap rtorrent Signed-off-by: Peter Wagner <tripolar@gmx.at>
* alsa-lib: import from packagesPeter Wagner2014-06-30