Codebase list libmikmod / run/fb34206e-3904-4d9c-a1aa-f5446ffd0503/main macosx
run/fb34206e-3904-4d9c-a1aa-f5446ffd0503/main

Tree @run/fb34206e-3904-4d9c-a1aa-f5446ffd0503/main (Download .tar.gz)

  Hello folks !


This is libmikmod, version 3.3.11, a portable sound library for Unix.
Check out the file 'NEWS' for more history information.


>> BUILDING LIBMIKMOD
---------------------

- If you're not building libmikmod for Mac OS X, then you're lost
  in the sources. Go up one directory, and read the main README file.

- If you are building for classic Mac OS, you might want to look at the
  top-level "macintosh" directory instead which has the old CFM stuff ?

libmikmod can be built using Apple's "Developer Tools" environments.
Or you can use the commandline UNIX stuff, just go up one directory.
You can also play with the stand-alone Makefile.darwin file in this
directory.

Read the file INSTALL in this directory for compilation instructions.
The projects will generate code for Mac OS X versions 10.1 - 10.3

There is also a standalone Makefile.darwin here in this directory
for building the library in unix way, e.g.: make -f Makefile.darwin
Edit it if necessary to meet your needs/environment.

HTML documentation of the library, for programmers, is located in the
doc directory.

For more information on this port, please contact Anders Bjoerklund
(email: afb@algonet.se, web: http://www.algonet.se/~afb)


>> THANKS
---------

We would like to thank everyone who contributed to libmikmod. Their
names are in the AUTHORS file for the significative contributions, but
some other names can be found in the NEWS file. Thanks a lot ! Keeping
libmikmod alive wouldn't be much fun without you.


>> LICENSE
----------

The libmikmod sound library is covered by the GNU Library General Public
License as published by the Free Software Fundation (you'll find it in
the file COPYING.LIB) ; either version 2 of the licence, or (at your
option) any later version.

The GNU Lesser General Public License, version 2.1, in file
COPYING.LESSER, can be considered as a later version of the LGPL, and is
strongly recommended for people who will embed libmikmod in their
application as a shared library.

Parts of the library (in playercode/mdulaw.c) are derived from the files
libst.h and raw.c from an old version of the sox (SOund eXchange)
package written by Lance Norskog and Jef Poskanzer. The following
copyright notice applies to these parts:

  Copyright (C) 1989 by Jef Poskanzer.

  Permission to use, copy, modify, and distribute this software and its
  documentation for any purpose and without fee is hereby granted, provided
  that the above copyright notice appear in all copies and that both that
  copyright notice and this permission notice appear in supporting
  documentation.  This software is provided "as is" without express or
  implied warranty.

Note that none of these parts are used in the MacOS X version of the
libmikmod library.


>> CONTACT AND DOWNLOAD INFO
----------------------------

libmikmod home page is located at SourceForge:

    http://mikmod.sourceforge.net/
    http://sourceforge.net/projects/mikmod/

There's a mailing list (mikmod-public) for discussing the development
of MikMod (new features, bugs, ideas...) Look for more information on
the web site.


>> LAST NOTES
-------------

We hope you'll enjoy using this version of libmikmod as well as we
enjoyed debugging and improving it.

-- Raphael Assenat
   raph@raphnet.net

   Anders Bjoerklund
   afb@algonet.se