[Liboss-commit] CVS: liboss ChangeLog,1.3,1.4
Brought to you by:
thesin
|
From: Alexander S. <mrv...@us...> - 2002-10-23 01:34:22
|
Update of /cvsroot/liboss/liboss In directory usw-pr-cvs1:/tmp/cvs-serv26419 Modified Files: ChangeLog Log Message: Updating this Index: ChangeLog =================================================================== RCS file: /cvsroot/liboss/liboss/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 22 Oct 2002 19:51:35 -0000 1.3 +++ ChangeLog 23 Oct 2002 01:34:19 -0000 1.4 @@ -1,312 +1,328 @@ -2002-10-22 13:46 Benjamin Reed <ran...@us...> +2002-10-22 21:28 mrvacbob + + * TODO, configure.in, include/soundcard.h, lib/esddsp.c, + src/Makefile.am: Now soundcard.h uses inline functions. We need to + write liboss-config or use pkgconfig, but arts may compile + (manually) now + +2002-10-22 16:13 rangerrick + + * AUTHORS, INSTALL, README: doco updates + +2002-10-22 15:51 thesin + + * ChangeLog: ran cvs2cl to get a better changelog, it needs editing + and everyone should start using it now + +2002-10-22 15:46 rangerrick * TODO, configure.in, lib/Makefile.am: more cruft removal and cleanup -2002-10-22 13:28 Justin F. Hallett <th...@us...> +2002-10-22 15:28 thesin * src/osscat.c: don't ask why I put .. -2002-10-22 13:27 Justin F. Hallett <th...@us...> +2002-10-22 15:27 thesin * lib/esddsp.c, src/osscat.c: There will never be any other soundcard.h -2002-10-22 11:19 Benjamin Reed <ran...@us...> +2002-10-22 13:19 rangerrick * acconfig.h, configure.in: if we use the 3-argument version of AC_DEFINE, we don't need acconfig.h anymore, and autogen doesn't bitch ;) -2002-10-22 10:51 Benjamin Reed <ran...@us...> +2002-10-22 12:51 rangerrick * configure.in, lib/Makefile.am: LIBESD resembles LIBDL -2002-10-21 23:24 Benjamin Reed <ran...@us...> +2002-10-22 01:24 rangerrick * include/Makefile.am: liboss/soundcard.h -2002-10-21 23:21 Benjamin Reed <ran...@us...> +2002-10-22 01:21 rangerrick * configure.in, lib/.cvsignore, lib/Makefile.am, src/.cvsignore: more build tweaks -2002-10-21 22:48 Benjamin Reed <ran...@us...> +2002-10-22 00:48 rangerrick * configure.in: rearranged the macros so that it will detect esd even if it's not in -I and -L -2002-10-21 22:47 Benjamin Reed <ran...@us...> +2002-10-22 00:47 rangerrick * autogen.sh: --prefix=`pwd`?? why??? -2002-10-21 22:47 Benjamin Reed <ran...@us...> +2002-10-22 00:47 rangerrick * .cvsignore: more things to ignore -2002-10-21 17:18 Justin F. Hallett <th...@us...> +2002-10-21 19:18 thesin * configure.in: added a test for esd.h -2002-10-21 16:40 Max Horn <fin...@us...> +2002-10-21 18:40 fingolfin * config.guess, config.sub, depcomp, install-sh, ltmain.sh, missing, mkinstalldirs: removed some files which are generated by autotools -2002-10-19 06:41 Max Horn <fin...@us...> +2002-10-19 08:41 fingolfin * .cvsignore, doc/.cvsignore, include/.cvsignore, lib/.cvsignore, src/.cvsignore: updated .cvsignore -2002-10-19 02:11 Dave Vasilevsky <va...@us...> +2002-10-19 04:11 vasi * src/osscat.c: Woohoo, it WORKS!!! Just 'osscat somewavfile.wav' should play a nice sound, assuming the wav file was made with right params. Most of the ones in /sw/share/sounds should work fine. -2002-10-19 01:02 Dave Vasilevsky <va...@us...> +2002-10-19 03:02 vasi * src/osscat.c: We have sound! Too bad it's meaningless static so far...time to look up exactly what a .WAV is... -2002-10-18 16:46 Alexander Strange <mrv...@us...> +2002-10-18 18:46 mrvacbob * AUTHORS, lib/esddsp.c, src/osscat.c: osscat almost works now. It calls write(), and esddsp doesn't override write(). We may need to implement this -2002-10-18 16:11 Alexander Strange <mrv...@us...> +2002-10-18 18:11 mrvacbob * lib/: Makefile.am, esddsp.c: Oops, this is kinda needed -2002-10-18 16:00 Alexander Strange <mrv...@us...> +2002-10-18 18:00 mrvacbob * configure.in, include/soundcard.h, lib/Makefile.am, src/Makefile.am, src/osscat.c: More changes. It now compiles. osscat crashes trying to call a symbol acquired from dlsym (open), but i don't think it's dlcompat's fault -2002-10-17 20:50 Alexander Strange <mrv...@us...> +2002-10-17 22:50 mrvacbob * configure.in, include/soundcard.h, lib/Makefile.am: Attempting an implementation using esddsp. Does not work. Does not even compile. I can't figure out what the error means, though. -2002-06-22 12:20 Alexander Strange <mrv...@us...> +2002-06-22 14:20 mrvacbob * configure.in, depcomp: Reworked some of the build system (yay for autoupdate/autoscan) -2002-05-10 09:57 Max Horn <fin...@us...> +2002-05-10 11:57 fingolfin * .cvsignore: updated .cvsignore -2002-05-10 09:48 Justin F. Hallett <th...@us...> +2002-05-10 11:48 thesin * include/.cvsignore, src/.cvsignore: cvs sanity addition -2002-05-10 09:43 Justin F. Hallett <th...@us...> +2002-05-10 11:43 thesin * autogen.sh: Changed autogen.sh to autorun configure using pwd ass the prefix for vasi, to stop this a variable called NO_CONFIGURE must not be equal to null -2002-05-10 09:25 Justin F. Hallett <th...@us...> +2002-05-10 11:25 thesin * include/Makefile.am: Oops -2002-05-10 09:20 Justin F. Hallett <th...@us...> +2002-05-10 11:20 thesin * Makefile.am: Almost forgot this one -2002-05-10 09:20 Justin F. Hallett <th...@us...> +2002-05-10 11:20 thesin * configure.in, include/Makefile.am, lib/Makefile.am: Fix for install phase -2002-05-10 09:05 Justin F. Hallett <th...@us...> +2002-05-10 11:05 thesin * configure.in, lib/libosscat.c, src/Makefile.am, src/osscat.c: Add a src dir and change bin program name to osscat, and now compiles and installs -2002-05-10 08:53 Dave Vasilevsky <va...@us...> +2002-05-10 10:53 vasi * lib/liboss.c: Added lots of stuff. Some sound may come soon! -2002-05-10 08:38 Justin F. Hallett <th...@us...> +2002-05-10 10:38 thesin * Makefile.am: Adding a dir for binaries -2002-05-10 04:12 Dave Vasilevsky <va...@us...> +2002-05-10 06:12 vasi * lib/libosscat.c: Stupid errors fixed. -2002-05-10 04:10 Dave Vasilevsky <va...@us...> +2002-05-10 06:10 vasi * lib/libosscat.c: Test case. -2002-05-09 21:35 Justin F. Hallett <th...@us...> +2002-05-09 23:35 thesin * acconfig.h, configure.in: Added the CoreAudio if statement -2002-05-09 21:32 Justin F. Hallett <th...@us...> +2002-05-09 23:32 thesin * lib/liboss.c: Changed CoreAudio Define -2002-05-09 17:07 Justin F. Hallett <th...@us...> +2002-05-09 19:07 thesin * configure.in: Added Coreaudio as an option for futur expansion, this is temp till I get home and add a test for coreaudio -2002-05-09 17:02 Justin F. Hallett <th...@us...> +2002-05-09 19:02 thesin * lib/: Makefile.am, liboss.c: Added Coreaudio as an option for futur expansion -2002-05-09 13:41 Justin F. Hallett <th...@us...> +2002-05-09 15:41 thesin * configure.in: my bad on the comment, just removed completly -2002-05-09 13:36 Justin F. Hallett <th...@us...> +2002-05-09 15:36 thesin * configure.in: removed -ldl check and added static default to yes -2002-05-09 13:20 Justin F. Hallett <th...@us...> +2002-05-09 15:20 thesin * configure.in, lib/Makefile.am: Fixed library versioning code -2002-05-09 12:42 Justin F. Hallett <th...@us...> +2002-05-09 14:42 thesin * lib/Makefile.am: noinstall_HEADERS works properly now -2002-05-09 12:07 Justin F. Hallett <th...@us...> +2002-05-09 14:07 thesin * .cvsignore: Thanks Fingolfin forgot about these, here is an other one. -2002-05-09 11:51 Max Horn <fin...@us...> +2002-05-09 13:51 fingolfin * .cvsignore, doc/.cvsignore, lib/.cvsignore: added .cvsignore files, so that I am at least not completly useless -2002-05-09 09:57 Justin F. Hallett <th...@us...> +2002-05-09 11:57 thesin * configure.in: Removed SPEC portion since not needed ATM or maybe never -2002-05-09 09:57 Justin F. Hallett <th...@us...> +2002-05-09 11:57 thesin * lib/Makefile.am: Fixed header install portion and versioning of libs -2002-05-09 09:41 Justin F. Hallett <th...@us...> +2002-05-09 11:41 thesin * configure.in: now sets LDFLAGS and CPPFLAGS to enable dlcompat and uses prefix as search paths as well -2002-05-09 09:40 Justin F. Hallett <th...@us...> +2002-05-09 11:40 thesin * lib/Makefile.am: an other build fix till that portion is made -2002-05-09 09:22 Justin F. Hallett <th...@us...> +2002-05-09 11:22 thesin * lib/Makefile.am: Fixed so it doesn't include @COREAUDIO@ till i set it -2002-05-09 08:28 Justin F. Hallett <th...@us...> +2002-05-09 10:28 thesin * configure.in: Added vasi's header changes to configure.in testing phase -2002-05-09 08:26 Justin F. Hallett <th...@us...> +2002-05-09 10:26 thesin * lib/liboss.c: changed to use to proper form fomr coresaudio.h -2002-05-09 08:24 Justin F. Hallett <th...@us...> +2002-05-09 10:24 thesin * lib/Makefile.am: Changing to use variables instead of hard coded -2002-05-09 02:15 Dave Vasilevsky <va...@us...> +2002-05-09 04:15 vasi * TODO: oss_real_time suggested. -2002-05-09 01:48 Dave Vasilevsky <va...@us...> +2002-05-09 03:48 vasi * include/soundcard.h, lib/Makefile.am, lib/liboss.c: Compiles, but does nothing. -2002-05-08 15:36 Benjamin Reed <ran...@us...> +2002-05-08 17:36 rangerrick * TODO: looks like someone made the TODO in a mac editor... CR's were all messed from terminal. =) -2002-05-08 15:21 Justin F. Hallett <th...@us...> +2002-05-08 17:21 thesin * lib/liboss.c: Same fix Feanor just added to configure -2002-05-08 15:18 Alexander Strange <mrv...@us...> +2002-05-08 17:18 mrvacbob * configure.in: Cleanup -2002-05-08 15:04 Justin F. Hallett <th...@us...> +2002-05-08 17:04 thesin * Makefile.in, aclocal.m4, depcomp, stamp-h.in, doc/Makefile.in, lib/Makefile.in, config.h.in: Removed a few more files to force the use of autogen.sh for cvs users -2002-05-08 15:00 Justin F. Hallett <th...@us...> +2002-05-08 17:00 thesin * configure: Removed configure, forcing uses of autogen.sh for cvs use -2002-05-08 14:59 Justin F. Hallett <th...@us...> +2002-05-08 16:59 thesin * configure.in: minor fix the AM defs -2002-05-08 14:25 Dave Vasilevsky <va...@us...> +2002-05-08 16:25 vasi * TODO: At least this is what I think is necessary, roughly in order. Seems to make sense? -2002-05-07 16:07 Justin F. Hallett <th...@us...> +2002-05-07 18:07 thesin * README: Testing the commit list -2002-05-07 15:27 Benjamin Reed <ran...@us...> +2002-05-07 17:27 rangerrick * README: just another test -2002-05-07 15:26 Benjamin Reed <ran...@us...> +2002-05-07 17:26 rangerrick * README: testing =) -2002-05-07 15:26 Justin F. Hallett <th...@us...> +2002-05-07 17:26 thesin * AUTHORS: testing -2002-05-06 09:08 Justin F. Hallett <th...@us...> +2002-05-06 11:08 thesin * AUTHORS: Updated AUTHORS -2002-05-03 11:13 Justin F. Hallett <th...@us...> +2002-05-03 13:13 thesin * INSTALL: added configure to install proceedures -2002-05-03 11:11 Justin F. Hallett <th...@us...> +2002-05-03 13:11 thesin * AUTHORS: trying the get the list to work again -2002-05-03 11:01 Justin F. Hallett <th...@us...> +2002-05-03 13:01 thesin * ChangeLog: Updated ChangeLog and testing commit list -2002-05-03 10:57 Justin F. Hallett <th...@us...> +2002-05-03 12:57 thesin * COPYING: Changed license to LGPL -2002-05-03 10:19 Justin F. Hallett <th...@us...> +2002-05-03 12:19 thesin * acconfig.h, acinclude.m4, AUTHORS, ChangeLog, aclocal.m4, autogen.sh, config.guess, config.h.in, config.sub, configure, @@ -316,7 +332,7 @@ include/soundcard.h, lib/Makefile.am, lib/Makefile.in, lib/liboss.c: Initial revision -2002-05-03 10:19 Justin F. Hallett <th...@us...> +2002-05-03 12:19 thesin * acconfig.h, acinclude.m4, AUTHORS, ChangeLog, aclocal.m4, autogen.sh, config.guess, config.h.in, config.sub, configure, |