Update of /cvsroot/alsa/alsa-utils
In directory sc8-pr-cvs1:/tmp/cvs-serv18564

Modified Files:
        .cvsignore Makefile.am README configure.in 
Log Message:
- added amidi utility by Clemens Ladisch <[EMAIL PROTECTED]>
- fixed .cvsignore and README


Index: .cvsignore
===================================================================
RCS file: /cvsroot/alsa/alsa-utils/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore  24 Oct 2002 12:26:15 -0000      1.6
+++ .cvsignore  28 Oct 2003 10:53:42 -0000      1.7
@@ -10,3 +10,6 @@
 version
 autom4te.cache
 depcomp
+missing
+install-sh
+mkinstalldirs

Index: Makefile.am
===================================================================
RCS file: /cvsroot/alsa/alsa-utils/Makefile.am,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- Makefile.am 23 Oct 2003 16:54:32 -0000      1.26
+++ Makefile.am 28 Oct 2003 10:53:43 -0000      1.27
@@ -4,7 +4,7 @@
 else
 ALSAMIXER_DIR=
 endif
-SUBDIRS=include alsactl $(ALSAMIXER_DIR) amixer aplay iecset seq utils
+SUBDIRS=include alsactl $(ALSAMIXER_DIR) amidi amixer aplay iecset seq utils
 EXTRA_DIST=ChangeLog INSTALL TODO README configure cvscompile depcomp
 
 rpm: dist

Index: README
===================================================================
RCS file: /cvsroot/alsa/alsa-utils/README,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- README      25 Nov 2000 18:25:56 -0000      1.5
+++ README      28 Oct 2003 10:53:43 -0000      1.6
@@ -10,6 +10,8 @@
 aplay/arecord  - an utility for the playback / capture of .wav,.voc,.au files
 amixer         - a command line mixer
 alsamixer      - a ncurses mixer
+amidi          - a utility to send/receive sysex dumps or other MIDI data
+iecset         - a utility to show/set the IEC958 status bits
 
 You may give a look for more information about the ALSA project to URL
 http://www.alsa-project.org.

Index: configure.in
===================================================================
RCS file: /cvsroot/alsa/alsa-utils/configure.in,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- configure.in        23 Oct 2003 16:54:32 -0000      1.67
+++ configure.in        28 Oct 2003 10:53:43 -0000      1.68
@@ -64,6 +64,6 @@
 
 SAVE_UTIL_VERSION
 
-AC_OUTPUT(Makefile alsactl/Makefile alsamixer/Makefile amixer/Makefile aplay/Makefile 
\
-          include/Makefile iecset/Makefile utils/Makefile utils/alsa-utils.spec \
-         seq/Makefile seq/aconnect/Makefile seq/aseqnet/Makefile)
+AC_OUTPUT(Makefile alsactl/Makefile alsamixer/Makefile amidi/Makefile amixer/Makefile 
\
+         aplay/Makefile include/Makefile iecset/Makefile utils/Makefile \
+         utils/alsa-utils.spec seq/Makefile seq/aconnect/Makefile 
seq/aseqnet/Makefile)



-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to