Update of /cvsroot/q-lang/q-audio
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16564
Modified Files:
ChangeLog NEWS README configure.in
Log Message:
bump version number and update docs
Index: README
===================================================================
RCS file: /cvsroot/q-lang/q-audio/README,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** README 25 Feb 2006 09:35:20 -0000 1.9
--- README 31 Jan 2008 07:01:18 -0000 1.10
***************
*** 88,93 ****
-- -
! You probably have to disable Apple's "smart" preprocessor to get the sources
! to compile. Configure as follows:
CFLAGS=-no-cpp-precomp ./configure --prefix=/usr
--- 88,93 ----
-- -
! With older OS X versions you might have to disable Apple's "smart"
! preprocessor to get the sources to compile. Configure as follows:
CFLAGS=-no-cpp-precomp ./configure --prefix=/usr
***************
*** 119,123 ****
Enjoy! :)
! September 2004
Albert Graef
ag...@mu..., Dr....@t-...
--- 119,123 ----
Enjoy! :)
! January 2008
Albert Graef
ag...@mu..., Dr....@t-...
Index: NEWS
===================================================================
RCS file: /cvsroot/q-lang/q-audio/NEWS,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** NEWS 5 Oct 2007 09:34:23 -0000 1.11
--- NEWS 31 Jan 2008 07:01:18 -0000 1.12
***************
*** 1,2 ****
--- 1,3 ----
+ 01-31-00 V2.6 add audio_in/audio_out convenience functions
10-05-07 V2.5 audio_player now installs into <prefix>/share/q/apps
02-25-06 V2.4 update for Q 7.0
Index: ChangeLog
===================================================================
RCS file: /cvsroot/q-lang/q-audio/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** ChangeLog 5 Oct 2007 09:34:23 -0000 1.21
--- ChangeLog 31 Jan 2008 07:01:18 -0000 1.22
***************
*** 1,2 ****
--- 1,9 ----
+ 2008-01-31 Albert Graef <Dr....@t-...>
+
+ + Release 2.6
+
+ * src/audio.q: add audio_in/audio_out convenience functions to
+ determine alternate audio input/output devices
+
2007-10-05 Albert Graef <Dr....@t-...>
Index: configure.in
===================================================================
RCS file: /cvsroot/q-lang/q-audio/configure.in,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** configure.in 5 Oct 2007 09:34:23 -0000 1.14
--- configure.in 31 Jan 2008 07:01:18 -0000 1.15
***************
*** 2,6 ****
AC_INIT(src/audio.q)
AM_CONFIG_HEADER(config.h)
! AM_INIT_AUTOMAKE(q-audio, 2.5)
AM_MAINTAINER_MODE
AC_CANONICAL_HOST
--- 2,6 ----
AC_INIT(src/audio.q)
AM_CONFIG_HEADER(config.h)
! AM_INIT_AUTOMAKE(q-audio, 2.6)
AM_MAINTAINER_MODE
AC_CANONICAL_HOST
|