[xiph-cvs] cvs commit: vorbis/huff Makefile.in auxpartition.pl build.c residuesplit.c
Monty
xiphmont at xiph.org
Thu Oct 5 15:41:26 PDT 2000
xiphmont 00/10/05 15:41:26
Modified: . Tag: branch_postbeta2 README
Removed: huff Tag: branch_postbeta2 Makefile.in auxpartition.pl
build.c residuesplit.c
Log:
README update, cleaning up some empty dirs, consolidating vq/ and
huff/ (build not repaired yet)
Monty
Revision Changes Path
No revision
No revision
1.4.8.1 +48 -14 vorbis/README
Index: README
===================================================================
RCS file: /usr/local/cvsroot/vorbis/README,v
retrieving revision 1.4
retrieving revision 1.4.8.1
diff -u -r1.4 -r1.4.8.1
--- README 2000/05/12 21:42:04 1.4
+++ README 2000/10/05 22:41:25 1.4.8.1
@@ -11,9 +11,24 @@
* *
********************************************************************
+NEW AND IMPORTANT:
+
+If you're used to the source distribution from the first two beta
+relaeases, things are now rearranged a bit. Specifically, the
+'vorbis' CVS module contains only the libvorbis and libvorbisfile
+libraries. Because Ogg bitstreams are to be used by other Ogg codecs,
+Ogg framing and streaming functionality is now in libogg (the 'ogg'
+CVS module). Vorbis utilities are in 'vorbis-tools' and various
+player plugins are in 'vorbis-plugins'. For now, you'll need to check
+out these other modules seperately.
+
+Secondly, the Ogg/Vorbis build systems now use automake. Instead of
+'./configure;make', the proper build sequence (in each module) is
+'./autogen.sh;make'.
+
WHAT'S HERE:
-This source distribution includes libvorbis, a full-featured example
+This source distribution includes libvorbis and an example
encoder/player to demonstrate use of libvorbis and documentation on
the Ogg Vorbis audio coding format.
@@ -22,13 +37,22 @@
./lib The source for libvorbis, an LGPLed inplementation of
the public domain OggSquish Vorbis audio encoding
format.
+
+./include Library API headers and codebooks
+
+./debian Rules/spec files for building Debian .deb packages
+
+./doc Vorbis specification documents
+
+./examples Example code illustrating programmatic use of libogg,
+ libvorbis, libvorbisfile and libvorbisenc
-./cmdline A full-featured command line encoder/decoder/player
- utility ('vorbis') that demonstrates programmatic use
- of libvorbis.
+./mac Codewarrior project files and build tweaks for MacOS.
-./docs Vorbis specification documents
+./vq Internal utilities for training/building new LSP/residue
+ and auxiliary codebooks.
+
WHAT IS VORBIS:
Vorbis is a general purpose audio and music encoding format
@@ -39,12 +63,22 @@
All the technical details are published and documented, and any
software entity may make full use of the format without royalty or
patent concerns.
+
+This package contains:
-This package contains libvorbis, an LGPLed software implementation of
+.) libvorbis, an LGPLed software implementation of
the Vorbis specification by the Xiphophorus company
-(http://www.xiph.org/), vorbisfile, an LGPLed convenience library
+(http://www.xiph.org/)
+
+.) libvorbisfile, an LGPLed convenience library
built on Vorbis designed to simplify common uses and a number of GPL
-example programs, utilities and player plugins.
+example programs
+
+.) libvorbisenc, an LGPL library that provides a simple, programmatic
+encoding setup interface
+
+.) example code making use of libogg, libvorbis, libvorbisfile and
+libvorbisenc
CONTACT:
@@ -57,17 +91,17 @@
A standard build should consist of nothing more than:
-./configure
+./autogen.sh
make
and as root if desired :
make install
-This will install the ogg vorbis commandline encoder/player ('ogg')
-into /usr/local/bin, the ogg player and libvorbis manpages into
-/usr/local/man/ and libvorbis.a into /usr/local/lib.
+This will install the vorbis libraries (static and shared) into
+/usr/local/lib, includes into /usr/local/include and API manpages
+(once we write some) into /usr/local/man.
-Monty <monty at xiph.org>, <xiphmont at mit.edu>
+Monty <monty at xiph.org>
-$Id: README,v 1.4 2000/05/12 21:42:04 xiphmont Exp $
+$Id: README,v 1.4.8.1 2000/10/05 22:41:25 xiphmont Exp $
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list