versioning and doc updates
authorJack Moffitt <jack@xiph.org>
Wed, 8 Nov 2000 08:36:35 +0000 (08:36 +0000)
committerJack Moffitt <jack@xiph.org>
Wed, 8 Nov 2000 08:36:35 +0000 (08:36 +0000)
svn path=/trunk/vorbis/; revision=1031

AUTHORS [new file with mode: 0644]
README
configure.in
libvorbis.spec

diff --git a/AUTHORS b/AUTHORS
new file mode 100644 (file)
index 0000000..171072e
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,3 @@
+Monty <monty@xiph.org>
+
+and the rest of the Xiphophorus Company.
diff --git a/README b/README
index 3e2b2d3..cde03cc 100644 (file)
--- a/README
+++ b/README
@@ -15,16 +15,21 @@ 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
+'vorbis' CVS module contains only the libvorbis, libvorbisfile, and
+libvorbisenc 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.
+out these other modules seperately. (Note: the xmms plugin is in the xmms
+CVS tree in xmms/Input/vorbis.)
 
 Secondly, the Ogg/Vorbis build systems now use automake.  Instead of
-'./configure;make', the proper build sequence (in each module) is
-'./autogen.sh;make'.
+'./configure; make', the proper build sequence (in each module) is
+'./autogen.sh; make'.
+
+You will also need the newest versions of autoconf, automake, and libtool
+in order to compile vorbis from CVS.  configure scripts are provided for you
+in tarball distributions.
 
 WHAT'S HERE:
 
@@ -34,21 +39,22 @@ the Ogg Vorbis audio coding format.
 
 Directory:
 
-./lib                  The source for libvorbis, an LGPLed inplementation of 
-               the public domain OggSquish Vorbis audio encoding
+./lib                  The source for the libraries, an LGPLed inplementation of 
+               the public domain Ogg Vorbis audio encoding
                format.
 
-./include       Library API headers and codebooks
+./include       Library API headers
 
 ./debian        Rules/spec files for building Debian .deb packages
 
-./doc           Vorbis specification documents
+./doc           Vorbis documentation
 
-./examples     Example code illustrating programmatic use of libogg
-               libvorbis, libvorbisfile and libvorbisenc
+./examples     Example code illustrating programmatic use of libvorbis
+               libvorbisfile and libvorbisenc
 
 ./mac          Codewarrior project files and build tweaks for MacOS.
 
+./win32                Win32 projects files and build automation
 
 ./vq           Internal utilities for training/building new LSP/residue 
                and auxiliary codebooks.
@@ -82,7 +88,7 @@ libvorbisenc
 
 CONTACT:
 
-The OggSquish homepage is located at 'http://www.xiph.org/ogg/'.
+The Ogg homepage is located at 'http://www.xiph.org/ogg/'.
 Vorbis's homepage is located at 'http://www.xiph.org/ogg/vorbis/'.
 Up to date technical documents, contact information, source code and
 pre-built utilities may be found there.
@@ -102,6 +108,4 @@ 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@xiph.org>
-
-$Id: README,v 1.5 2000/10/12 03:12:36 xiphmont Exp $
+$Id: README,v 1.6 2000/11/08 08:36:35 jack Exp $
index 17d99ea..bacde9c 100644 (file)
@@ -5,7 +5,7 @@ dnl Initialization and Versioning
 dnl ------------------------------------------------
 
 AC_INIT(lib/mdct.c)
-AM_INIT_AUTOMAKE(libvorbis,1.0.0)
+AM_INIT_AUTOMAKE(libvorbis,1.0beta3)
 
 dnl Library versioning
 
index 573a8f8..d3b428c 100644 (file)
@@ -1,5 +1,5 @@
 %define name   libvorbis
-%define version        1.0.0
+%define version        1.0beta3
 %define release 1
 
 Summary:       The Vorbis General Audio Compression Codec
@@ -23,6 +23,7 @@ and variable bitrates from 16 to 128 kbps/channel.
 Summary:       Vorbis Library Development
 Group:                 Development/Libraries
 Requires:      libogg-devel >= 1.0.0
+Requires:      libvorbis-devel = %{version}
 
 %description devel
 The libvorbis-devel package contains the header files and documentation