[Liboss-commit] CVS: liboss AUTHORS,1.5,1.6 INSTALL,1.2,1.3 README,1.4,1.5
Brought to you by:
thesin
|
From: Benjamin R. <ran...@us...> - 2002-10-22 20:13:27
|
Update of /cvsroot/liboss/liboss In directory usw-pr-cvs1:/tmp/cvs-serv5093 Modified Files: AUTHORS INSTALL README Log Message: doco updates Index: AUTHORS =================================================================== RCS file: /cvsroot/liboss/liboss/AUTHORS,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- AUTHORS 18 Oct 2002 22:46:48 -0000 1.5 +++ AUTHORS 22 Oct 2002 20:13:22 -0000 1.6 @@ -1,4 +1,4 @@ -libOSS is derived from the ESounD 0.2.28 esddsp emulator. In the future, direct support for CoreAudio will be added for OS X. +libOSS is derived from the ESounD 0.2.28 esddsp emulator. Current authors include: Justin F. Hallett (TheSin) Index: INSTALL =================================================================== RCS file: /cvsroot/liboss/liboss/INSTALL,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- INSTALL 3 May 2002 17:13:19 -0000 1.2 +++ INSTALL 22 Oct 2002 20:13:23 -0000 1.3 @@ -1,7 +1,9 @@ INSTALLATION -libOSS installation should require no more than the following:- +LibOSS installation should require no more than the following: ./configure make make install + +For more information, please see the README. Index: README =================================================================== RCS file: /cvsroot/liboss/liboss/README,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- README 7 May 2002 22:07:19 -0000 1.4 +++ README 22 Oct 2002 20:13:23 -0000 1.5 @@ -1,2 +1,70 @@ -libOSS 0.0.1 - This well be an OSS bridge to APPLE's CoreAudio API for -Darwin PowerPC under Apple's OS X. +============================================================================== +LIBOSS +============================================================================== + +LibOSS is a compatibility layer for MacOS X that eases porting software that +uses Linux's OSS API. + + +------------------------------------------------------------------------------ +About This Release +------------------------------------------------------------------------------ + +This is our initial release, and as such, is a bit spartan. The goal for +0.0.1 was to be able to get audio from aRts (the audio API used by the KDE +desktop environment). This initial reference release has been built to talk +through esound, a sound server for UNIX-like systems that has native +CoreAudio support. + +Future releases will be geared towards cleaning up the code and adding +CoreAudio and perhaps even pure Darwin audio support. + + +------------------------------------------------------------------------------ +Installing LibOSS +------------------------------------------------------------------------------ + +The standard "./configure; make; make install" should work fine if you have +esound and libdl (dlcompat) somewhere accessible. + +If you don't, see the following: + + http://www.tux.org/~ricdude/EsounD.html + http://sourceforge.net/project/showfiles.php?group_id=17203&release_id=113418 + + +------------------------------------------------------------------------------ +Using And Developing With LibOSS +------------------------------------------------------------------------------ + +In theory, software that can build against Linux's OSS API should work just +fine, but you may need to do some tweaking to make it work. LibOSS has to +do some trickery with defines to override your system's open(), write(), and +so on. In the future we plan on providing a pkgconfig setup for liboss that +will automate some of this work, but for now, if you have questions, try +the IRC channel, or send a message to the discussion list. + + +------------------------------------------------------------------------------ +For More Information +------------------------------------------------------------------------------ + +The website is at http://liboss.sf.net/ -- information on downloading, pulling +source from CVS, and other resources including mailing lists are available +there. + +You can also catch us on #liboss on the FreeNode (formerly OpenProjects) IRC +network. + + +------------------------------------------------------------------------------ +For Less Information +------------------------------------------------------------------------------ + +See here: http://www.gnu.org/software/less/ + + + + + +$Id$ |