summaryrefslogtreecommitdiffstats
path: root/rules/alsa-lib.make
Commit message (Collapse)AuthorAgeFilesLines
* alsa-lib: drop salsa supportMichael Olbrich2019-09-081-40/+2
| | | | | | | It's not maintained here (upstream has newer versions) and upstream seems to be dead as well (Last release in 2009). Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* CREDITS: remove unmaintained fileRoland Hieber2019-07-031-2/+0
| | | | | | | | | | | | | | | This file has been touched 2 times in the last 7 years, and is no longer up to date. Remove it to carry less unmaintained stuff around. Also remove all references to it from file headers using for file in `g grep -l 'See CREDITS for details about who has'`; do sed -i '/See CREDITS for details about who has/,+1d' $file done as well as the different wording from rules/other/Toplevel.make. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* alsa-lib: version bump 1.1.7 -> 1.1.9Andreas Pretzsch2019-06-291-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http mirror dl.ambiweb.de for ftp.alsa-project.org is gone. Replace it with official 'FTP via HTTP (web) access' mirror at 'https://www.alsa-project.org/files/pub/'. Patch '0001-add-largefile-support.patch' is still required, but should be refreshed someday by PTX: Applying patch 0001-add-largefile-support.patch patching file configure.ac Hunk #2 succeeded at 709 (offset 43 lines). As far as I can see from git commit log, no spectacular changes. User visible target changes 1.1.7 -> 1.1.9: - some minor bugfixes and improvements - conf: pcm dmix - add CHANNELS argument - a lot of UCM config file changes, additions, include updates User visible build changes 1.1.7 -> 1.1.9: - deprecated header /usr/include/asoundlib.h is gone - deprecated header /usr/include/sys/asoundlib.h is still there - deprecated (backward compatibility due to old mistake) extra include path '-I${includedir}/alsa' in alsa.pc is gone. See alsa-lib commit fc0e54c. Replace '#include <asoundlib.h>' with '#include <alsa/asoundlib.h>' in faulty code, as it should have been right from the start. Signed-off-by: Andreas Pretzsch <apr@cn-eng.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* alsa-lib: version bump 1.1.4.1 -> 1.1.7Ladislav Michl2018-10-171-12/+7
| | | | | Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* update all spdx license identifier to the new versionMichael Olbrich2018-03-121-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* alsa-lib: add largefile supportLucas Stach2017-10-251-0/+1
| | | | | Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* alsa-lib: version bump 1.0.29 -> 1.1.4.1Clemens Gruber2017-06-211-35/+17
| | | | | Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* automated switch to SPDX conform license namesMichael Olbrich2015-10-271-1/+1
| | | | | | | | | | | | | | | search & replace for: - GPL-1.0 - GPL-2.0 - GPL-3.0 - LGPL-2.0 - LGPL-3.0 - LGPL-2.1 - AGPL-3.0 - AFL-2.1 - Autoconf-exception-3.0 Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* alsa: version bump 1.0.24 -> 1.0.29Ladislav Michl2015-10-151-3/+2
| | | | | Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* alsa-lib: add license informationAndreas Pretzsch2014-09-301-0/+1
| | | | | | Signed-off-by: Andreas Pretzsch <apr@cn-eng.de> Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* alsa-lib: remove redundant get stageRobert Schwebel2012-06-141-8/+0
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* alsa-lib: use endisRobert Schwebel2012-06-141-49/+9
| | | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* alsa-lib: install all cinfig filesMichael Olbrich2011-11-231-19/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* alsa-lib: Allow installation of /etc/asound.confBernhard Walle2011-11-081-0/+4
| | | | | | | | Some systems require a tuned /etc/asound.conf, for example for special mixer entries. Signed-off-by: Bernhard Walle <walle@corscience.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* alsa-lib: version bump 1.0.23 -> 1.0.24.1Michael Olbrich2011-10-131-3/+8
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] add md5sum for all packagesMichael Olbrich2011-05-041-0/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [alsa-lib] version bump 1.0.22 -> 1.0.23Robert Schwebel2010-10-221-26/+5
| | | | | | | While being there, use install_lib. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] remove obsolete fixup linesMichael Olbrich2010-07-191-3/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] remove obsolete clean target & minor cleanupsMichael Olbrich2010-01-181-11/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [alsa-lib] just cleanupsMarc Kleine-Budde2009-12-271-4/+5
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [alsa-lib] version bump to 1.0.22Marc Kleine-Budde2009-12-241-1/+1
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [alsa-lib] remove python lib and include optionsMarc Kleine-Budde2009-12-241-2/+0
| | | | | | ...since python is disabled anyway Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [alsa-lib] fix without softfloatMarc Kleine-Budde2009-11-161-3/+1
| | | | | | | work around configure problem, where --without-softfloat or --with-softfloat=no results in using softfloat. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [alsa-lib] version bump 1.0.19 -> 1.0.21aRobert Schwebel2009-11-071-26/+55
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* [alsa-lib] version bump to 1.0.19Marc Kleine-Budde2009-05-061-1/+1
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10395 33e552b5-05e3-0310-8538-816dae2090ed
* [alsa-lib] install mixer into /usr/lib not /libMarc Kleine-Budde2009-05-061-8/+6
| | | | | | | | the alsa lib is configured this way Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10394 33e552b5-05e3-0310-8538-816dae2090ed
* [alsa-lib] add alternative URLMarc Kleine-Budde2009-05-061-1/+3
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10393 33e552b5-05e3-0310-8538-816dae2090ed
* [alsa-lib] just cleanupsMarc Kleine-Budde2009-05-061-18/+17
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10392 33e552b5-05e3-0310-8538-816dae2090ed
* * alsa-lib.make:Marc Kleine-Budde2009-01-251-4/+1
| | | | | | | version bump to 1.0.18 git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9626 33e552b5-05e3-0310-8538-816dae2090ed
* * alsa-lib.make:Marc Kleine-Budde2008-08-281-3/+3
| | | | | | | install libs 644 git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8810 33e552b5-05e3-0310-8538-816dae2090ed
* * alsa-lib: Build also the static lib, when the shared lib should be builtJuergen Beisert2008-07-281-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8681 33e552b5-05e3-0310-8538-816dae2090ed
* * adding salsa, an embedded ALSA libraryJuergen Beisert2008-06-301-2/+44
| | | | | | | - currently it does not work with alsa-utils git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8556 33e552b5-05e3-0310-8538-816dae2090ed
* * alsa-lib.make:Marc Kleine-Budde2008-06-051-1/+1
| | | | | | | install libs 644 git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8430 33e552b5-05e3-0310-8538-816dae2090ed
* * .make files: location of ipkg files has changedRobert Schwebel2008-06-031-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8285 33e552b5-05e3-0310-8538-816dae2090ed
* * alsa-lib.makeMarc Kleine-Budde2008-06-031-55/+6
| | | | | | | | | | | | version bump to 1.0.16 cleanups * alsa-utils.make version bump to 1.0.16 cleanups git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8274 33e552b5-05e3-0310-8538-816dae2090ed
* alsa-lib: adding more menu entries and help for more specific configurationJuergen Beisert2007-05-041-3/+53
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7138 33e552b5-05e3-0310-8538-816dae2090ed
* * alsa-lib.make, glib.make:Marc Kleine-Budde2007-02-121-4/+4
| | | | | | | removed --libdir hack git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7008 33e552b5-05e3-0310-8538-816dae2090ed
* fixed alsa lib envLuotao Fu2007-02-091-1/+0
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6999 33e552b5-05e3-0310-8538-816dae2090ed
* fixed libdir to run linker on 64bit hostLuotao Fu2007-02-091-0/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6998 33e552b5-05e3-0310-8538-816dae2090ed
* linking explicitly from sysrootLuotao Fu2007-02-061-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6989 33e552b5-05e3-0310-8538-816dae2090ed
* fix packet namesJuergen Beisert2006-08-021-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@5971 33e552b5-05e3-0310-8538-816dae2090ed
* fixed alsa utils and alsa libraryLuotao Fu2006-08-011-0/+20
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@5967 33e552b5-05e3-0310-8538-816dae2090ed
* * alsa-lib: version bumpRobert Schwebel2006-06-111-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5739 33e552b5-05e3-0310-8538-816dae2090ed
* * rules/*.make:Marc Kleine-Budde2006-06-091-1/+0
| | | | | | | remove -include $(call package_depfile) git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5707 33e552b5-05e3-0310-8538-816dae2090ed
* * Changed "patchin" macro to use the packet label instead of theRobert Schwebel2006-05-211-1/+1
| | | | | | | | direct value. This is part of the efford to make local packets possible. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5517 33e552b5-05e3-0310-8538-816dae2090ed
* changed get and extract macros to use packet labelsRobert Schwebel2006-05-141-2/+2
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5497 33e552b5-05e3-0310-8538-816dae2090ed
* Updated SDL and added ALSAErwin Rol2006-03-191-0/+156
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5193 33e552b5-05e3-0310-8538-816dae2090ed