Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Vorbis
Commits
a30bcf0d
Commit
a30bcf0d
authored
Nov 08, 2000
by
Jack Moffitt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
versioning and doc updates
svn path=/trunk/vorbis/; revision=1031
parent
eb099d68
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
19 deletions
+27
-19
AUTHORS
AUTHORS
+3
-0
README
README
+21
-17
configure.in
configure.in
+1
-1
libvorbis.spec
libvorbis.spec
+2
-1
No files found.
AUTHORS
0 → 100644
View file @
a30bcf0d
Monty <monty@xiph.org>
and the rest of the Xiphophorus Company.
README
View file @
a30bcf0d
...
...
@@ -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
libvorbi
s, an LGPLed inplementation of
the public domain Ogg
Squish
Vorbis audio encoding
./lib The source for
the librarie
s, 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
document
s
./doc Vorbis document
ation
./examples Example code illustrating programmatic use of lib
ogg
,
libvorbis,
libvorbisfile and libvorbisenc
./examples Example code illustrating programmatic use of lib
vorbis
,
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 Ogg
Squish
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 $
configure.in
View file @
a30bcf0d
...
...
@@ -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.0
beta3
)
dnl Library versioning
...
...
libvorbis.spec
View file @
a30bcf0d
%define name libvorbis
%define version 1.0
.0
%define version 1.0
beta3
%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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment