Update of /cvsroot/alsa/alsa-tools/hdspmixer
In directory sc8-pr-cvs1:/tmp/cvs-serv8357/hdspmixer

Modified Files:
        NEWS configure.in 
Log Message:
Thomas Charbonnel <[EMAIL PROTECTED]>:

updated to version 1.4.


Index: NEWS
===================================================================
RCS file: /cvsroot/alsa/alsa-tools/hdspmixer/NEWS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- NEWS        28 Jul 2003 11:32:32 -0000      1.1
+++ NEWS        3 Nov 2003 19:10:38 -0000       1.2
@@ -1,3 +1,16 @@
+Version 1.4 (01/11/2003):
+    * Adds support for H9632 cards
+
+Version 1.3 (no public release):
+    * Adds metering for H9652 cards
+    * Stops shipping unused pixmaps
+    * Shows stereo relationships in the mixer
+    * pixmap directory has been cleaned up 
+
+Version 1.2 (no public release):
+    * Fixes a graphical bug for H9652 cards
+    * Changes FLTK detection scheme in configure
+
 Version 1.1 (27/07/2003):
     * Fixes a typo for Digiface and H9652 cards in HDSPMixerSelector.cxx
       (caused a crash on startup)

Index: configure.in
===================================================================
RCS file: /cvsroot/alsa/alsa-tools/hdspmixer/configure.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- configure.in        28 Jul 2003 12:02:25 -0000      1.2
+++ configure.in        3 Nov 2003 19:10:38 -0000       1.3
@@ -1,5 +1,5 @@
 AC_INIT(src/hdspmixer.cxx)
-AM_INIT_AUTOMAKE(hdspmixer, 1.1)
+AM_INIT_AUTOMAKE(hdspmixer, 1.4)
 
 AC_PROG_CXX
 AC_PROG_MAKE_SET
@@ -51,9 +51,12 @@
 
 AC_PATH_PROG(FLTK_CONFIG, fltk-config, no)
 if test "$FLTK_CONFIG" = "no"; then
-  AC_MSG_WARN(no fltk-config is found)
+    AC_MSG_ERROR(fltk-config is required)
 fi
-LIBS="-s `fltk-config --ldflags` -lasound"
-CXXFLAGS="`fltk-config --cxxflags` -fno-exceptions $ALSA_CFLAGS"
+FLTK_CXXFLAGS="`$FLTK_CONFIG --cxxflags` -fno-exceptions"
+FLTK_LIBS="`$FLTK_CONFIG --ldflags`"
+
+CXXFLAGS="$CXXFLAGS $ALSA_CFLAGS $FLTK_CXXFLAGS"
+LDFLAGS="$LDFLAGS $ALSA_LIBS $FLTK_LIBS"
 
 AC_OUTPUT(Makefile src/Makefile pixmaps/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

Reply via email to