summaryrefslogtreecommitdiff
path: root/package/alsa-utils
AgeCommit message (Collapse)Author
2024-02-16alsa-utils: update to 1.2.11Waldemar Brodkorb
2023-11-15alsa-utils: update to 1.2.10Waldemar Brodkorb
2023-01-29alsa-utils: avoid error on stdoutWaldemar Brodkorb
2017-05-23alsa-utils: update to 1.1.4Waldemar Brodkorb
2017-04-18Add missing alsa utils binaries for working with MIDIdir
2016-10-03remove librt/libpthread packages, not required anymoreWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
2016-08-25alsa-utils: fix link errorWaldemar Brodkorb
2015-11-15add new ADK Symbol PKG_NEEDSWaldemar Brodkorb
There are a lot of packages which needs special features either toolchain or hardware features. Add a new symbol which will be used to disable packages, when a toolchain for example does not provide this feature. At the moment following features are required to set for a package: threads rt c++. There will follow: mmu iconv. This will help to better support targets without MMU or threading support.
2015-04-10set captureWaldemar Brodkorb
2015-03-30rework mixer settings, add system specific scriptsWaldemar Brodkorb
2015-03-30update to latest stable versionWaldemar Brodkorb
2014-12-27convert checksum check to sha256Waldemar Brodkorb
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages.
2014-12-11add arecordWaldemar Brodkorb
2014-06-25update to latest stable versionWaldemar Brodkorb
2014-06-21s/TOPDIR/ADK_TOPDIR/Waldemar Brodkorb
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-05-13use static-libgc not only for base, simplifies dependencies, just a few ↵Waldemar Brodkorb
bytes bigger for a xbmc build
2014-05-06fix descriptionWaldemar Brodkorb
2014-05-04simplify add_rcconfWaldemar Brodkorb
2014-05-04automatic dæmonising of servicesThorsten Glaser
2014-01-21add aplayWaldemar Brodkorb
2013-10-24fix m68k allmodconfig buildWaldemar Brodkorb
2013-10-22fix libmix packages, while checking all packages make some style cleanupWaldemar Brodkorb
2013-10-17revert m68k uclibc commit, nptl is not implemented, disable alsa-lib and all ↵Waldemar Brodkorb
packages that require it
2013-10-02add librt dependencyWaldemar Brodkorb
2013-09-27add libgccWaldemar Brodkorb
2013-09-18fix musl compile, from sab0tageWaldemar Brodkorb
2012-09-29update alsaWaldemar Brodkorb
2012-03-02update apps to latest upstream versionWaldemar Brodkorb
2011-09-15allo uclibc compileWaldemar Brodkorb
2011-03-08update to latest upstream versionWaldemar Brodkorb
2011-01-18rework PKG_FLAVOURS. Subpackages can have flavours, soWaldemar Brodkorb
always add PKG_NAME to PKG_FLAVOURS variable. ala PKG_FLAVOURS_LIBNCURSES. Bug reported by Phil Sutter.
2010-09-14replace mksh scripts with faster C programsWaldemar Brodkorb
depmaker and pkgmaker is replaced by C programs. scan-pkgs.sh will be replaced by another mechanism. scan-pkgs.sh is needed to recognize package flavour changes, so that a package is rebuild. Generation of meta-data is a lot faster now. Fix or add new PKG variables to fulfill the needs of the new programs. Documentation will follow as soon as it is stable.
2010-07-16a lot of lemote finetuningWaldemar Brodkorb
* add PCM to mixer init script * let ipkg check if rootfs is already rw mounted * fix overlapping utilities * enable DPMS in Xorg configuration, remove unused stuff * set DPMS timeout to 60 seconds via startx, disable screen blanking. Mplayer now runs fine without any screen blanking * enable some more features in vim (f.e. :split) * rename mpc package to libmpc * fix uvcvideo loading (v4l2 compat again..) * add new xset package
2010-07-08Merge remote branch 'phil/auto-config-in'Waldemar Brodkorb
Conflicts: Config.in package/dropbear/Makefile package/iptables/Makefile package/kismet/Makefile package/nfs-utils/Makefile package/ntpclient/Makefile package/openvpn/Makefile package/pkgmaker package/rxvt-unicode/Makefile package/vgp/Makefile package/wpa_supplicant/Makefile package/xf86-input-keyboard/Makefile package/xf86-input-mouse/Makefile
2010-07-05fix build dependencyWaldemar Brodkorb
2010-06-22fix package names and package flavour dependenciesWaldemar Brodkorb
ipkg does not allow package names with uppercase, so revert some of phil changes. dependency handling of package flavours were broken, because of a chicken and egg problem. implement a new variable (PKGFS_XXX) containing flavour dependent package dependencies.
2010-06-20alsa-utils: add flavour for alsamixerPhil Sutter
2010-06-12massive PKG_SECTION adjustmentsPhil Sutter
2010-02-21use more variables for init skriptWaldemar Brodkorb
2010-02-07change defaults for CONFIG/BUILD/INSTALL stylesWaldemar Brodkorb
All packages need an update, so here is a very huge commit. Most of the 460 source packages use automatic style for configuration, building and installing. Make these styles default to "auto". If you have a package, which does not conform to this, just use manual style and add a do-$task make target. I added a new style named AUTOTOOL style, which is needed for some broken packages, which needs to be updated via autoconf or automake. I renamed CONFIGURE_STYLE to CONFIG_STYLE. Updates for some packages, which have newer upstream versions. Renaming of all package/*/extra directories. Use the directory src/ to provide overwrites of source files or to add the code, when no upstream package is available or used. src directory will be automatically used.
2010-01-10update alsa packagesWaldemar Brodkorb
2009-12-29fix cygwin compile issuesWaldemar Brodkorb
remove xmlto dependency, do not generate alsa manpages let aiccu cross-compile on != linux hosts
2009-12-23remove and ignore autogenerated Config.in filesWaldemar Brodkorb
2009-12-20fix some dependencies and descriptionsWaldemar Brodkorb
2009-12-20create package/Depends.mk dynamically; add PKG_BUILDDEP to all MakefilesThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2009-12-18add PKG_BUILDDEPWaldemar Brodkorb
2009-10-18update gcc, binutils, gdb, linux kernel, dnsmasq and alsaWaldemar Brodkorb
WARNING: tested only on qemu-x86
2009-06-27update packages, fix rb532 ext2 rootfsWaldemar Brodkorb
- update alsa, asterisk and nfs-utils - fix ext2fs rootfs on rb532
2009-06-01remove unused $Id$Waldemar Brodkorb
- $id$ substitution is not apropriate for git scm