Thread: [Liboss-commit] CVS: liboss ChangeLog,1.2,1.3
Brought to you by:
thesin
|
From: Justin <th...@us...> - 2002-10-22 19:51:38
|
Update of /cvsroot/liboss/liboss In directory usw-pr-cvs1:/tmp/cvs-serv22568 Modified Files: ChangeLog Log Message: ran cvs2cl to get a better changelog, it needs editing and everyone should start using it now Index: ChangeLog =================================================================== RCS file: /cvsroot/liboss/liboss/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 3 May 2002 17:01:44 -0000 1.2 +++ ChangeLog 22 Oct 2002 19:51:35 -0000 1.3 @@ -1,9 +1,328 @@ -0.0.1 3-05-2002 - - Added autotools build - - Restructured the directories - - Changed to LGPL - -0.0.1 2-05-2002 - - Inital code taken from NetBSD 1.5's CVS - - Fixed Makefile - - Added some doc files and licensed under GPL +2002-10-22 13:46 Benjamin Reed <ran...@us...> + + * TODO, configure.in, lib/Makefile.am: more cruft removal and + cleanup + +2002-10-22 13:28 Justin F. Hallett <th...@us...> + + * src/osscat.c: don't ask why I put .. + +2002-10-22 13:27 Justin F. Hallett <th...@us...> + + * lib/esddsp.c, src/osscat.c: There will never be any other + soundcard.h + +2002-10-22 11:19 Benjamin Reed <ran...@us...> + + * 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...> + + * configure.in, lib/Makefile.am: LIBESD resembles LIBDL + +2002-10-21 23:24 Benjamin Reed <ran...@us...> + + * include/Makefile.am: liboss/soundcard.h + +2002-10-21 23:21 Benjamin Reed <ran...@us...> + + * configure.in, lib/.cvsignore, lib/Makefile.am, src/.cvsignore: + more build tweaks + +2002-10-21 22:48 Benjamin Reed <ran...@us...> + + * 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...> + + * autogen.sh: --prefix=`pwd`?? why??? + +2002-10-21 22:47 Benjamin Reed <ran...@us...> + + * .cvsignore: more things to ignore + +2002-10-21 17:18 Justin F. Hallett <th...@us...> + + * configure.in: added a test for esd.h + +2002-10-21 16:40 Max Horn <fin...@us...> + + * 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...> + + * .cvsignore, doc/.cvsignore, include/.cvsignore, lib/.cvsignore, + src/.cvsignore: updated .cvsignore + +2002-10-19 02:11 Dave Vasilevsky <va...@us...> + + * 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...> + + * 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...> + + * 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...> + + * lib/: Makefile.am, esddsp.c: Oops, this is kinda needed + +2002-10-18 16:00 Alexander Strange <mrv...@us...> + + * 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...> + + * 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...> + + * configure.in, depcomp: Reworked some of the build system (yay for + autoupdate/autoscan) + +2002-05-10 09:57 Max Horn <fin...@us...> + + * .cvsignore: updated .cvsignore + +2002-05-10 09:48 Justin F. Hallett <th...@us...> + + * include/.cvsignore, src/.cvsignore: cvs sanity addition + +2002-05-10 09:43 Justin F. Hallett <th...@us...> + + * 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...> + + * include/Makefile.am: Oops + +2002-05-10 09:20 Justin F. Hallett <th...@us...> + + * Makefile.am: Almost forgot this one + +2002-05-10 09:20 Justin F. Hallett <th...@us...> + + * configure.in, include/Makefile.am, lib/Makefile.am: Fix for + install phase + +2002-05-10 09:05 Justin F. Hallett <th...@us...> + + * 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...> + + * lib/liboss.c: Added lots of stuff. Some sound may come soon! + +2002-05-10 08:38 Justin F. Hallett <th...@us...> + + * Makefile.am: Adding a dir for binaries + +2002-05-10 04:12 Dave Vasilevsky <va...@us...> + + * lib/libosscat.c: Stupid errors fixed. + +2002-05-10 04:10 Dave Vasilevsky <va...@us...> + + * lib/libosscat.c: Test case. + +2002-05-09 21:35 Justin F. Hallett <th...@us...> + + * acconfig.h, configure.in: Added the CoreAudio if statement + +2002-05-09 21:32 Justin F. Hallett <th...@us...> + + * lib/liboss.c: Changed CoreAudio Define + +2002-05-09 17:07 Justin F. Hallett <th...@us...> + + * 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...> + + * lib/: Makefile.am, liboss.c: Added Coreaudio as an option for + futur expansion + +2002-05-09 13:41 Justin F. Hallett <th...@us...> + + * configure.in: my bad on the comment, just removed completly + +2002-05-09 13:36 Justin F. Hallett <th...@us...> + + * configure.in: removed -ldl check and added static default to yes + +2002-05-09 13:20 Justin F. Hallett <th...@us...> + + * configure.in, lib/Makefile.am: Fixed library versioning code + +2002-05-09 12:42 Justin F. Hallett <th...@us...> + + * lib/Makefile.am: noinstall_HEADERS works properly now + +2002-05-09 12:07 Justin F. Hallett <th...@us...> + + * .cvsignore: Thanks Fingolfin forgot about these, here is an other + one. + +2002-05-09 11:51 Max Horn <fin...@us...> + + * .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...> + + * configure.in: Removed SPEC portion since not needed ATM or maybe + never + +2002-05-09 09:57 Justin F. Hallett <th...@us...> + + * lib/Makefile.am: Fixed header install portion and versioning of + libs + +2002-05-09 09:41 Justin F. Hallett <th...@us...> + + * 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...> + + * lib/Makefile.am: an other build fix till that portion is made + +2002-05-09 09:22 Justin F. Hallett <th...@us...> + + * lib/Makefile.am: Fixed so it doesn't include @COREAUDIO@ till i + set it + +2002-05-09 08:28 Justin F. Hallett <th...@us...> + + * configure.in: Added vasi's header changes to configure.in testing + phase + +2002-05-09 08:26 Justin F. Hallett <th...@us...> + + * lib/liboss.c: changed to use to proper form fomr coresaudio.h + +2002-05-09 08:24 Justin F. Hallett <th...@us...> + + * lib/Makefile.am: Changing to use variables instead of hard coded + +2002-05-09 02:15 Dave Vasilevsky <va...@us...> + + * TODO: oss_real_time suggested. + +2002-05-09 01:48 Dave Vasilevsky <va...@us...> + + * include/soundcard.h, lib/Makefile.am, lib/liboss.c: Compiles, but + does nothing. + +2002-05-08 15:36 Benjamin Reed <ran...@us...> + + * 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...> + + * lib/liboss.c: Same fix Feanor just added to configure + +2002-05-08 15:18 Alexander Strange <mrv...@us...> + + * configure.in: Cleanup + +2002-05-08 15:04 Justin F. Hallett <th...@us...> + + * 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...> + + * configure: Removed configure, forcing uses of autogen.sh for cvs + use + +2002-05-08 14:59 Justin F. Hallett <th...@us...> + + * configure.in: minor fix the AM defs + +2002-05-08 14:25 Dave Vasilevsky <va...@us...> + + * 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...> + + * README: Testing the commit list + +2002-05-07 15:27 Benjamin Reed <ran...@us...> + + * README: just another test + +2002-05-07 15:26 Benjamin Reed <ran...@us...> + + * README: testing =) + +2002-05-07 15:26 Justin F. Hallett <th...@us...> + + * AUTHORS: testing + +2002-05-06 09:08 Justin F. Hallett <th...@us...> + + * AUTHORS: Updated AUTHORS + +2002-05-03 11:13 Justin F. Hallett <th...@us...> + + * INSTALL: added configure to install proceedures + +2002-05-03 11:11 Justin F. Hallett <th...@us...> + + * AUTHORS: trying the get the list to work again + +2002-05-03 11:01 Justin F. Hallett <th...@us...> + + * ChangeLog: Updated ChangeLog and testing commit list + +2002-05-03 10:57 Justin F. Hallett <th...@us...> + + * COPYING: Changed license to LGPL + +2002-05-03 10:19 Justin F. Hallett <th...@us...> + + * acconfig.h, acinclude.m4, AUTHORS, ChangeLog, aclocal.m4, + autogen.sh, config.guess, config.h.in, config.sub, configure, + configure.in, COPYING, INSTALL, depcomp, install-sh, Makefile.am, + Makefile.in, NEWS, README, TODO, ltmain.sh, missing, mkinstalldirs, + stamp-h.in, doc/Makefile.am, doc/Makefile.in, doc/liboss.3, + include/soundcard.h, lib/Makefile.am, lib/Makefile.in, + lib/liboss.c: Initial revision + +2002-05-03 10:19 Justin F. Hallett <th...@us...> + + * acconfig.h, acinclude.m4, AUTHORS, ChangeLog, aclocal.m4, + autogen.sh, config.guess, config.h.in, config.sub, configure, + configure.in, COPYING, INSTALL, depcomp, install-sh, Makefile.am, + Makefile.in, NEWS, README, TODO, ltmain.sh, missing, mkinstalldirs, + stamp-h.in, doc/Makefile.am, doc/Makefile.in, doc/liboss.3, + include/soundcard.h, lib/Makefile.am, lib/Makefile.in, + lib/liboss.c: [no log message] + |