Author: alexander Date: 2007-09-27 06:25:48 -0600 (Thu, 27 Sep 2007) New Revision: 2081
Modified: trunk/packages/alsa-firmware/Makefile trunk/packages/alsa-lib/Makefile trunk/packages/alsa-oss/Makefile trunk/packages/alsa-utils/Makefile Log: Upgraded alsa, because of the following bug in the old version: "amixer set PCM 0dB" did not report an error if the card knows nothing about dB. Fixing the bug is needed for setting sane volume levels at startup. Modified: trunk/packages/alsa-firmware/Makefile =================================================================== --- trunk/packages/alsa-firmware/Makefile 2007-09-26 14:06:26 UTC (rev 2080) +++ trunk/packages/alsa-firmware/Makefile 2007-09-27 12:25:48 UTC (rev 2081) @@ -1,12 +1,12 @@ # alsa-firmware Makefile NM= alsa-firmware -VRS= 1.0.13 +VRS= 1.0.14 DIR= $(NM)-$(VRS) FILE= $(DIR).tar.bz2 URL-$(FILE)= http://gd.tuwien.ac.at/opsys/linux/alsa/firmware/$(FILE) -SHA-$(FILE)= de5532d5456bc42317ae42f569a1e55391a8cd45 +SHA-$(FILE)= ccc86da526b62aabb3119b5bf03a7e4de0133a9b # Targets Modified: trunk/packages/alsa-lib/Makefile =================================================================== --- trunk/packages/alsa-lib/Makefile 2007-09-26 14:06:26 UTC (rev 2080) +++ trunk/packages/alsa-lib/Makefile 2007-09-27 12:25:48 UTC (rev 2081) @@ -1,12 +1,12 @@ # alsa-lib Makefile NM= alsa-lib -VRS= 1.0.13 +VRS= 1.0.14a DIR= $(NM)-$(VRS) FILE= $(DIR).tar.bz2 -URL-$(FILE)= http://gd.tuwien.ac.at/opsys/linux/alsa/lib/$(FILE) -SHA-$(FILE)= 82fa9a7fcb43b319524b18451ca86d691a20f4a3 +URL-$(FILE)= http://gd.tuwien.ac.at/opsys/linux/alsa/lib/$(FILE) +SHA-$(FILE)= 0d0e217b778c411220471cd941ae48c4af675e61 # Targets Modified: trunk/packages/alsa-oss/Makefile =================================================================== --- trunk/packages/alsa-oss/Makefile 2007-09-26 14:06:26 UTC (rev 2080) +++ trunk/packages/alsa-oss/Makefile 2007-09-27 12:25:48 UTC (rev 2081) @@ -1,12 +1,12 @@ -# alsa-utils Makefile +# alsa-oss Makefile NM= alsa-oss -VRS= 1.0.12 +VRS= 1.0.14 DIR= $(NM)-$(VRS) FILE= $(DIR).tar.bz2 URL-$(FILE)= http://gd.tuwien.ac.at/opsys/linux/alsa/oss-lib/$(FILE) -SHA-$(FILE)= 0a6638df3c719c8b9af22d3e51687cf67cad1984 +SHA-$(FILE)= abae0d89a38fbb78a96be1620502279fa37f756d # Targets Modified: trunk/packages/alsa-utils/Makefile =================================================================== --- trunk/packages/alsa-utils/Makefile 2007-09-26 14:06:26 UTC (rev 2080) +++ trunk/packages/alsa-utils/Makefile 2007-09-27 12:25:48 UTC (rev 2081) @@ -1,12 +1,12 @@ # alsa-utils Makefile NM= alsa-utils -VRS= 1.0.13 +VRS= 1.0.14 DIR= $(NM)-$(VRS) FILE= $(DIR).tar.bz2 -URL-$(FILE)= http://gd.tuwien.ac.at/opsys/linux/alsa/utils/$(FILE) -SHA-$(FILE)= 05b460a0e7ae6519ea37240476f026b59dbc710d +URL-$(FILE)= http://gd.tuwien.ac.at/opsys/linux/alsa/utils/$(FILE) +SHA-$(FILE)= 767e71805ee606a4589bda9e95babbca61f9e92f # Targets -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
