2003-02-21 20:32  mrvacbob

	* liboss.info.in: Fixing dependencies in .info

2003-02-21 19:06  mrvacbob

	* configure.in: Disabling -mmultiple and -mstring in case someone
	tries to run it on LinuxPPC on a 601 :)

2003-02-21 19:02  mrvacbob

	* configure.in, include/liboss/soundcard.h, src/Makefile.am,
	src/osscat.c: Builds on FreeBSD 4.7

2003-01-19 11:47  mrvacbob

	* configure.in, include/liboss/soundcard.h, lib/esddsp.c: liboss
	doesn't crash anymore. successfully ran osscat. removed
	machine/byte_order.h because it was unnecessary.

2003-01-18 13:21  mrvacbob

	* configure.in: Configure script works again.

2003-01-12 14:40  mrvacbob

	* configure.in: OK, I have no clue why this doesn't work.

2003-01-12 08:57  mrvacbob

	* acinclude.m4, configure.in, lib/Makefile.am: Almost got this all
	cross-platformy, but I'm getting sh parse errors and I have no idea
	why.

2003-01-12 08:11  mrvacbob

	* configure.in: Fixing autoupdate lameness

2003-01-12 08:07  mrvacbob

	* Makefile.am, configure.in: Added better CFLAGS checking.
	-frename-registers fails erroneusly due to compiler bugs

2003-01-11 15:55  mrvacbob

	* configure.in, lib/Makefile.am, lib/esddsp.c: It now compiles.
	Also, I made it so it should dlopen() libc.so on non-Darwin
	platforms, so this should, theorectically, be cross-platform.
	Someone go try it.

2003-01-11 11:33  mrvacbob

	* include/liboss/soundcard.h, lib/Makefile.am, lib/ossins.c: Added
	libossins back in. We need to make maintainer-clean not delete
	acinclude.m4

2003-01-06 13:52  mrvacbob

	* configure.in, lib/Makefile.am, lib/esddsp.c, src/Makefile.am:
	Moved esddsp over to syscall() if possible. This should allow us to
	write an 'esddsp' program equivalent that works. Also disabled
	endian-swapping in liboss_write(), and moved CFLAGS over to
	AM_CFLAGS, because automake told me to. 
	-------------------------------------------------------------------
	---

2002-12-11 17:19  mrvacbob

	* configure.in, liboss.kdevprj, liboss.kdevses, lib/esddsp.c:
	Reverting dsp_init() back because the 'new method' was a no-op, and
	fixed up configure.in based on advice from 'autoscan'

2002-11-14 14:38  thesin

	* lib/esddsp.c: This gets me further in xmms thanks max, now to
	figure out a better implementation of OSpace and Fragment

2002-11-07 15:09  thesin

	* lib/esddsp.c: forgot the CR, that should help now hehe

2002-11-07 08:21  thesin

	* lib/esddsp.c: added some printouts to see what arts is doing

2002-11-07 08:05  thesin

	* lib/esddsp.c: ESD doesn't care about frags lets see if I can use
	it to reset the buffers

2002-11-06 21:36  thesin

	* lib/esddsp.c: might work, will have to try arts tomorrow I think
	that is all the handles it needs

2002-11-06 20:40  thesin

	* lib/esddsp.c: one more, hope your ready Rangerrick hehe, but it's
	gonna be the hardess by far

2002-11-06 20:13  thesin

	* include/liboss/Makefile.am, lib/esddsp.c: One down, two to go

2002-11-06 18:46  thesin

	* include/liboss/soundcard_oss.h, lib/liboss.c: old files no longer
	needed

2002-11-06 15:50  thesin

	* lib/esddsp.c: clean up out left over va_end calls, since they are
	done in the header now

2002-11-06 15:34  fingolfin

	* lib/esddsp.c: use the same indention rule everywhere; added two
	FIXME's, for the people working on this to review :-)

2002-11-06 13:03  thesin

	* include/liboss/soundcard.h, src/osscat.c: I rock, works 100% with
	mpg123 now

2002-11-06 12:44  thesin

	* lib/esddsp.c: this creates bus errors for now

2002-11-06 12:14  thesin

	* lib/esddsp.c, src/osscat.c: Works much much better, gonna see if
	I can get mpg123 to work now

2002-11-06 11:10  rangerrick

	* configure.in, include/Makefile.am, include/audioio.h,
	include/soundcard.h, include/soundcard_oss.h,
	include/liboss/.cvsignore, include/liboss/Makefile.am,
	include/liboss/audioio.h, include/liboss/soundcard.h,
	include/liboss/soundcard_oss.h, lib/esddsp.c, src/osscat.c: moved
	the includes around a bit

2002-11-06 10:51  thesin

	* include/soundcard.h, lib/esddsp.c, src/osscat.c: need to make a
	liboss_write for write calls, this is just the first version since
	i need to move some files I'll do that then finish this

2002-11-06 10:14  rangerrick

	* configure.in, lib/Makefile.am: ordering fixes

2002-11-06 09:50  thesin

	* include/soundcard.h: Oops

2002-11-06 09:42  thesin

	* include/soundcard.h: added calls to va_end for future hehe

2002-11-06 09:36  rangerrick

	* include/soundcard.h: let you override the function names that get
	inlined

2002-11-05 20:34  thesin

	* Makefile.am: Don't ask

2002-11-05 20:32  thesin

	* Makefile.am, include/soundcard_oss.h, lib/liboss.c,
	lib/ossaudio.c: adding netbsd files for reference for now, BTW it
	will compile it, but the is no hijack code, might be useful though

2002-11-05 19:14  thesin

	* include/Makefile.am, include/audioio.h, include/soundcard.h,
	lib/esddsp.c: osscat works as it should hopefully others will
	follow, added audioio.h to control audioio structs and defs

2002-11-05 16:00  thesin

	* TODO, include/soundcard.h, lib/esddsp.c: was a little noisy, thus
	removed some print outs, and added to the TODO list, I think it's
	just that stuff that is missing.  lots of it is done in liboss.c
	prolly why i got it to work once I'll continue going through this
	stuff when I get home tonight

2002-11-05 14:07  thesin

	* src/osscat.c: okay it needs to be set to mono

2002-11-05 13:50  thesin

	* src/osscat.c: osscat hard codes sample speed, I just doubled it
	to play kde wavs at right speed

2002-11-05 13:34  thesin

	* include/soundcard.h, lib/Makefile.am, lib/liboss.c: osscat works
	perfectly, still working on mpg123, just static

2002-11-05 11:48  thesin

	* lib/: Makefile.am, libossins.c: libossins doesn't work removing

2002-11-05 11:46  thesin

	* include/soundcard.h: some additions and some little fixes

2002-11-05 09:35  thesin

	* configure.in: I few more clean ups, compiles and osscat makes
	sound

2002-11-05 09:16  thesin

	* lib/liboss.c: Compiles now

2002-11-05 08:43  thesin

	* include/soundcard.h: need to have same type as in acctualy
	definitions, getting a little further

2002-11-05 08:41  thesin

	* configure.in: fix for blank --with-esd

2002-11-05 08:23  thesin

	* autogen.sh, liboss.info.in, lib/Makefile.am, lib/libossins.c,
	lib/ossinsert.c: little clean up, no need for CFLAGS in lib since
	CPPFLAGS is identical for now, will fix as I'm able to build and
	for now I can't get past esddsp.c

2002-10-30 17:15  mrvacbob

	* include/soundcard.h: Defines the stuff if LIBOSS_INTERNAL is set
	now

2002-10-30 15:08  mrvacbob

	* lib/Makefile.am: Doh! ossinsert works now

2002-10-30 14:42  mrvacbob

	* liboss.kdevprj, liboss.kdevses: KDevelop actually seems to suck
	on Darwin

2002-10-30 14:27  mrvacbob

	* liboss.kdevprj, liboss.kdevses: KDevelop rocks!

2002-10-27 21:30  rangerrick

	* Makefile.am, liboss.info.in: doc fix

2002-10-27 15:01  mrvacbob

	* lib/esddsp.c: Enabling /dev/mixer emulation

2002-10-27 14:47  mrvacbob

	* configure.in, lib/Makefile.am, lib/ossinsert.c: ossinsert now
	builds, also optimizing the hell out of it, because I do stuff like
	that.

2002-10-24 15:11  mrvacbob

	* lib/ossinsert.c: This will eventually become a way to let liboss
	act like the esddsp and artsdsp wrapper programs

2002-10-23 06:59  rangerrick

	* Makefile.am, configure.in, liboss.info.in: more cruft removal
	
	damn, it's ugly, BUT -- autotools, is there anything they CAN'T do?
	Oh yeah, be readable.  But other than that they're pretty cool.

2002-10-22 20:04  rangerrick

	* .cvsignore, Makefile.am, configure.in, liboss.info.in: added an
	info file

2002-10-22 19:39  rangerrick

	* .cvsignore, Makefile.am, configure.in, liboss.pc.in: added a
	pkg-config file for liboss

2002-10-22 19:05  mrvacbob

	* include/soundcard.h: Now works with C++

2002-10-22 18:34  mrvacbob

	* ChangeLog: Updating this

2002-10-22 18: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 13:13  rangerrick

	* AUTHORS, INSTALL, README: doco updates

2002-10-22 12:51  thesin

	* ChangeLog: ran cvs2cl to get a better changelog, it needs editing
	and everyone should start using it now

2002-10-22 12:46  rangerrick

	* TODO, configure.in, lib/Makefile.am: more cruft removal and
	cleanup

2002-10-22 12:28  thesin

	* src/osscat.c: don't ask why I put ..

2002-10-22 12:27  thesin

	* lib/esddsp.c, src/osscat.c: There will never be any other
	soundcard.h

2002-10-22 10: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 09:51  rangerrick

	* configure.in, lib/Makefile.am: LIBESD resembles LIBDL

2002-10-21 22:24  rangerrick

	* include/Makefile.am: liboss/soundcard.h

2002-10-21 22:21  rangerrick

	* configure.in, lib/.cvsignore, lib/Makefile.am, src/.cvsignore:
	more build tweaks

2002-10-21 21: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 21:47  rangerrick

	* autogen.sh: --prefix=`pwd`??	why???

2002-10-21 21:47  rangerrick

	* .cvsignore: more things to ignore

2002-10-21 16:18  thesin

	* configure.in: added a test for esd.h

2002-10-21 15:40  fingolfin

	* config.guess, config.sub, depcomp, install-sh, ltmain.sh,
	missing, mkinstalldirs: removed some files which are generated by
	autotools

2002-10-19 05:41  fingolfin

	* .cvsignore, doc/.cvsignore, include/.cvsignore, lib/.cvsignore,
	src/.cvsignore: updated .cvsignore

2002-10-19 01: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 00: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 15: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 15:11  mrvacbob

	* lib/: Makefile.am, esddsp.c: Oops, this is kinda needed

2002-10-18 15: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 19: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 11:20  mrvacbob

	* configure.in, depcomp: Reworked some of the build system (yay for
	autoupdate/autoscan)

2002-05-10 08:57  fingolfin

	* .cvsignore: updated .cvsignore

2002-05-10 08:48  thesin

	* include/.cvsignore, src/.cvsignore: cvs sanity addition

2002-05-10 08: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 08:25  thesin

	* include/Makefile.am: Oops

2002-05-10 08:20  thesin

	* Makefile.am: Almost forgot this one

2002-05-10 08:20  thesin

	* configure.in, include/Makefile.am, lib/Makefile.am: Fix for
	install phase

2002-05-10 08: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 07:53  vasi

	* lib/liboss.c: Added lots of stuff. Some sound may come soon!

2002-05-10 07:38  thesin

	* Makefile.am: Adding a dir for binaries

2002-05-10 03:12  vasi

	* lib/libosscat.c: Stupid errors fixed.

2002-05-10 03:10  vasi

	* lib/libosscat.c: Test case.

2002-05-09 20:35  thesin

	* acconfig.h, configure.in: Added the CoreAudio if statement

2002-05-09 20:32  thesin

	* lib/liboss.c: Changed CoreAudio Define

2002-05-09 16: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 16:02  thesin

	* lib/: Makefile.am, liboss.c: Added Coreaudio as an option for
	futur expansion

2002-05-09 12:41  thesin

	* configure.in: my bad on the comment, just removed completly

2002-05-09 12:36  thesin

	* configure.in: removed -ldl check and added static default to yes

2002-05-09 12:20  thesin

	* configure.in, lib/Makefile.am: Fixed library versioning code

2002-05-09 11:42  thesin

	* lib/Makefile.am: noinstall_HEADERS works properly now

2002-05-09 11:07  thesin

	* .cvsignore: Thanks Fingolfin forgot about these, here is an other
	one.

2002-05-09 10:51  fingolfin

	* .cvsignore, doc/.cvsignore, lib/.cvsignore: added .cvsignore
	files, so that I am at least not completly useless

2002-05-09 08:57  thesin

	* configure.in: Removed SPEC portion since not needed ATM or maybe
	never

2002-05-09 08:57  thesin

	* lib/Makefile.am: Fixed header install portion and versioning of
	libs

2002-05-09 08:41  thesin

	* configure.in: now sets LDFLAGS and CPPFLAGS to enable dlcompat
	and uses prefix as search paths as well

2002-05-09 08:40  thesin

	* lib/Makefile.am: an other build fix till that portion is made

2002-05-09 08:22  thesin

	* lib/Makefile.am: Fixed so it doesn't include @COREAUDIO@ till i
	set it

2002-05-09 07:28  thesin

	* configure.in: Added vasi's header changes to configure.in testing
	phase

2002-05-09 07:26  thesin

	* lib/liboss.c: changed to use to proper form fomr coresaudio.h

2002-05-09 07:24  thesin

	* lib/Makefile.am: Changing to use variables instead of hard coded

2002-05-09 01:15  vasi

	* TODO: oss_real_time suggested.

2002-05-09 00:48  vasi

	* include/soundcard.h, lib/Makefile.am, lib/liboss.c: Compiles, but
	does nothing.

2002-05-08 14:36  rangerrick

	* TODO: looks like someone made the TODO in a mac editor... CR's
	were all messed from terminal.	=)

2002-05-08 14:21  thesin

	* lib/liboss.c: Same fix Feanor just added to configure

2002-05-08 14:18  mrvacbob

	* configure.in: Cleanup

2002-05-08 14: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 14:00  thesin

	* configure: Removed configure, forcing uses of autogen.sh for cvs
	use

2002-05-08 13:59  thesin

	* configure.in: minor fix the AM defs

2002-05-08 13:25  vasi

	* TODO: At least this is what I think is necessary, roughly in
	order. Seems to make sense?

2002-05-07 15:07  thesin

	* README: Testing the commit list

2002-05-07 14:27  rangerrick

	* README: just another test

2002-05-07 14:26  rangerrick

	* README: testing  =)

2002-05-07 14:26  thesin

	* AUTHORS: testing

2002-05-06 08:08  thesin

	* AUTHORS: Updated AUTHORS

2002-05-03 10:13  thesin

	* INSTALL: added configure to install proceedures

2002-05-03 10:11  thesin

	* AUTHORS: trying the get the list to work again

2002-05-03 10:01  thesin

	* ChangeLog: Updated ChangeLog and testing commit list

2002-05-03 09:57  thesin

	* COPYING: Changed license to LGPL

2002-05-03 09:19  thesin

	* 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 09:19  thesin

	* 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]

