forked from pool/alsa-utils
- backport fix patches from upstream: * Some document fixes * Improve xrun_sync in alsaloop * Add option to dump HW parameters to aplay * Add the support for mapped volumes to amixer * Add option to tread any xrun as fatal to aplay/arecord * configure.in fixes * alsactl: Don't access other cards than specified * aplay prints Vu-meter to stderr now * fix the avail_min setup in alsaloop OBS-URL: https://build.opensuse.org/request/show/122710 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa-utils?expand=0&rev=52
44 lines
1.3 KiB
Diff
44 lines
1.3 KiB
Diff
From d5b6ecbbd63e39acdfd1404f0085ad16a1942f19 Mon Sep 17 00:00:00 2001
|
|
From: Vikram Narayanan <vikram186@gmail.com>
|
|
Date: Sat, 11 Feb 2012 13:47:48 +0530
|
|
Subject: [PATCH 02/13] Trivial fixes in INSTALL file
|
|
|
|
Changed from HG->git in the INSTALL file
|
|
|
|
Signed-off-by: Vikram Narayanan <vikram186@gmail.com>
|
|
Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
|
---
|
|
INSTALL | 6 +++---
|
|
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/INSTALL b/INSTALL
|
|
index 202c491..544d5d2 100644
|
|
--- a/INSTALL
|
|
+++ b/INSTALL
|
|
@@ -24,11 +24,11 @@ package. The configure script from alsa-utils package probably cannot find
|
|
header file asoundlib.h in $prefix/include/alsa directory (usually in
|
|
/usr/include/alsa directory).
|
|
|
|
-Compilation from HG sources
|
|
+Compilation from git sources
|
|
---------------------------
|
|
|
|
You need also GNU packages autoconf and automake installed in your system
|
|
-to compile HG (Mercurial) sources of alsa-utils package.
|
|
+to compile git sources of alsa-utils package.
|
|
|
|
For compilation you can use these commands:
|
|
|
|
@@ -40,7 +40,7 @@ For compilation you can use these commands:
|
|
./configure
|
|
make
|
|
|
|
-The included hgcompile script does this job for you.
|
|
+The included gitcompile script does this job for you.
|
|
|
|
Note: Some automake packages have missing aclocal program. Use newer version
|
|
in the case.
|
|
--
|
|
1.7.9.2
|
|
|