Update of /cvsroot/alsa/alsa-tools/usx2yloader
In directory sc8-pr-cvs1:/tmp/cvs-serv7634/usx2yloader
Modified Files:
Makefile.am README configure.in
Log Message:
- moved usx2yloader firmwares to alsa-firmware module.
- check ALSA 1.0.0 in configure.
- fixed typos in README's.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/alsa/alsa-tools/usx2yloader/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile.am 17 Nov 2003 18:34:06 -0000 1.3
+++ Makefile.am 25 Nov 2003 17:13:40 -0000 1.4
@@ -1,9 +1,9 @@
# # Process this file with automake to produce Makefile.in.
AUTOMAKE_OPTIONS = 1.3 foreign
-AM_CFLAGS = -DDATAPATH=\"$(datadir)/alsa/firmware\"
+MYNAME = vxloader
-SUBDIRS = firmware
+AM_CFLAGS = -DDATAPATH=\"$(datadir)/alsa/firmware/$(MYNAME)\"
bin_PROGRAMS = usx2yloader
@@ -17,7 +17,7 @@
alsa-dist: distdir
- @rm -rf ../distdir/usx2yloader
- @mkdir -p ../distdir/usx2yloader
- @cp -RLpv $(distdir)/* ../distdir/usx2yloader
+ @rm -rf ../distdir/$(MYNAME)
+ @mkdir -p ../distdir/$(MYNAME)
+ @cp -RLpv $(distdir)/* ../distdir/$(MYNAME)
@rm -rf $(distdir)
Index: README
===================================================================
RCS file: /cvsroot/alsa/alsa-tools/usx2yloader/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README 23 Sep 2003 14:16:23 -0000 1.1
+++ README 25 Nov 2003 17:13:40 -0000 1.2
@@ -69,17 +69,17 @@
FIRMWAREFILES
=============
-The firmware binaries are installed on /usr/share/alsa/firmware
-(or /usr/local/share/alsa/firmware, depending to the prefix option of
-configure). There will be *.conf files, which define the dsp image
-files for each different card type.
+The firmware binaries are installed on /usr/share/alsa/firmware/usx2yloader
+(or /usr/local/share/alsa/firmware/usx2yloader, depending to the
+prefix option of configure). There will be *.conf files, which
+define the dsp image files for each different card type.
COPYRIGHT
=========
Copyright (c) 2003 Karsten Wiese <[EMAIL PROTECTED]>
-Distributalbe under GPL.
+Distributable under GPL.
-The firmware files included in firmware sub-directory are copyright
+The firmware files included in alsa-firmware package are copyright
by Tascam / TEAC Corporation.
Index: configure.in
===================================================================
RCS file: /cvsroot/alsa/alsa-tools/usx2yloader/configure.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- configure.in 23 Sep 2003 14:16:23 -0000 1.2
+++ configure.in 25 Nov 2003 17:13:40 -0000 1.3
@@ -3,9 +3,9 @@
AC_PROG_CC
AC_PROG_INSTALL
AC_HEADER_STDC
-AM_PATH_ALSA(0.9.0)
+AM_PATH_ALSA(1.0.0)
CFLAGS="$CFLAGS $ALSA_CFLAGS"
LDFLAGS="$LDFLAGS $ALSA_LIBS"
-AC_OUTPUT(Makefile firmware/Makefile)
+AC_OUTPUT(Makefile)
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog