aboutsummaryrefslogtreecommitdiff
path: root/sound/alsa-utils
Commit message (Collapse)AuthorAge
* alsa-utils: Update to 1.2.9Tianling Shen2023-05-17
| | | | | | | * updated source url (prefer https rather than http/ftp) * fixed build with musl 1.2.4 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>
* alsa-utils: update to 1.2.6Rosen Penev2021-12-20
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* alsa-utils: update to 12.5.1Rosen Penev2021-07-21
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* alsa-utils: update to 1.2.5Rosen Penev2021-06-12
| | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* alsa-utils: update to 1.2.4Rosen Penev2020-11-24
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* alsa-utils: add alsa-ucm-conf dependencyRosen Penev2020-09-20
| | | | | | | | | | | | | 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 <rosenp@gmail.com>
* alsa-utils: update to 1.2.3Rosen Penev2020-08-27
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* alsa-utils: Update to 1.2.2Rosen Penev2020-04-13
| | | | | | | | | | 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 <rosenp@gmail.com>
* alsa-utils: Update to 1.1.9Rosen Penev2019-09-01
| | | | | | | | | | Added license information. Added PKG_BUILD_PARALLEL for faster compilation. Change URLs to HTTPS. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* alsa-utils: bump to 1.1.7Eduardo Abinader2018-11-10
| | | | Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
* alsa-utils: Don't pull in libsamplerateDaniel Engberg2018-05-12
| | | | | | Disable libsamplerate Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* alsa-utils: Update to 1.1.6Daniel Engberg2018-04-29
| | | | | | | Update alsa-utils to 1.1.6 Add missing utils Change secondary mirror (current is broken) Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* alsa-utils: moved to /sound and Sound category, fix minor bugsAlberto Bursi2016-10-23
Moved source folder in /sound folder, and changed all packages in the makefile to be shown in Sound category (not in Sound subcategory of Utilities). Removed a line calling a non-existent Package/alsa-utils/Default and site URL to the package alsa-utils-tests. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>