[xiph-cvs] cvs commit: vorbis AUTHORS README configure.in libvorbis.spec

Jack Moffitt jack at xiph.org
Wed Nov 8 00:36:35 PST 2000



jack        00/11/08 00:36:35

  Modified:    .        README configure.in libvorbis.spec
  Added:       .        AUTHORS
  Log:
  versioning and doc updates

Revision  Changes    Path
1.6       +21 -17    vorbis/README

Index: README
===================================================================
RCS file: /usr/local/cvsroot/vorbis/README,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- README	2000/10/12 03:12:36	1.5
+++ README	2000/11/08 08:36:35	1.6
@@ -15,17 +15,22 @@
 
 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:
 
 This source distribution includes libvorbis and an example
@@ -34,21 +39,22 @@
 
 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 @@
 
 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.
@@ -101,7 +107,5 @@
 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>
 
-$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 $

1.29      +1 -1      vorbis/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/vorbis/configure.in,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- configure.in	2000/11/08 00:22:34	1.28
+++ configure.in	2000/11/08 08:36:35	1.29
@@ -5,7 +5,7 @@
 dnl ------------------------------------------------
 
 AC_INIT(lib/mdct.c)
-AM_INIT_AUTOMAKE(libvorbis,1.0.0)
+AM_INIT_AUTOMAKE(libvorbis,1.0beta3)
 
 dnl Library versioning
 

1.4       +2 -1      vorbis/libvorbis.spec

Index: libvorbis.spec
===================================================================
RCS file: /usr/local/cvsroot/vorbis/libvorbis.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libvorbis.spec	2000/11/06 00:06:45	1.3
+++ libvorbis.spec	2000/11/08 08:36:35	1.4
@@ -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 @@
 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

1.1                  vorbis/AUTHORS

Index: AUTHORS
===================================================================
Monty <monty at xiph.org>

and the rest of the Xiphophorus Company.

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