audacia/lib-src/libvorbis
Leland Lucius ccfd2f1c80 Update LV2 host
This greatly improves the LV2 host to the point where all
(non-midi) plugins distributed with Ubuntu 18.04 and Fedora
30 are supported.
2019-12-17 12:54:30 -06:00
..
doc Introduce end-of-line normalization 2016-05-17 01:05:05 +02:00
examples Getting all build scripts to the same Automake 1.14 version 2015-06-21 22:09:44 -07:00
include Getting all build scripts to the same Automake 1.14 version 2015-06-21 22:09:44 -07:00
lib Getting all build scripts to the same Automake 1.14 version 2015-06-21 22:09:44 -07:00
m4 Do an autoreconf -ivf 2018-04-02 17:32:17 +01:00
macos Update libvorbis to 1.3.3. 2013-10-24 18:24:47 +00:00
macosx Update LV2 host 2019-12-17 12:54:30 -06:00
symbian Introduce end-of-line normalization 2016-05-17 01:05:05 +02:00
test Getting all build scripts to the same Automake 1.14 version 2015-06-21 22:09:44 -07:00
vq Getting all build scripts to the same Automake 1.14 version 2015-06-21 22:09:44 -07:00
win32 Introduce end-of-line normalization 2016-05-17 01:05:05 +02:00
AUTHORS Move library tree where it belongs 2010-01-24 09:19:39 +00:00
CHANGES Update libvorbis to 1.3.3. 2013-10-24 18:24:47 +00:00
COPYING Update libvorbis to 1.3.3. 2013-10-24 18:24:47 +00:00
Makefile.am Add and apply autotools.patch to fix all autotools warnings for libvorbis. 2013-10-25 11:35:39 +00:00
Makefile.in Getting all build scripts to the same Automake 1.14 version 2015-06-21 22:09:44 -07:00
README Update libvorbis to 1.3.3. 2013-10-24 18:24:47 +00:00
autogen.sh Update libvorbis to 1.3.3. 2013-10-24 18:24:47 +00:00
autotools.patch Add and apply autotools.patch to fix all autotools warnings for libvorbis. 2013-10-25 11:35:39 +00:00
compile Regenerate autotool files of libvorbis with a newer autotool version. 2013-10-25 11:39:11 +00:00
config.guess Regenerate autotool files of libvorbis with a newer autotool version. 2013-10-25 11:39:11 +00:00
config.h.in Getting all build scripts to the same Automake 1.14 version 2015-06-21 22:09:44 -07:00
config.sub Regenerate autotool files of libvorbis with a newer autotool version. 2013-10-25 11:39:11 +00:00
configure Do an autoreconf -ivf 2018-04-02 17:32:17 +01:00
configure.ac Use pkg-config override facility to specify libogg location to libvorbis. 2013-11-09 01:28:56 +00:00
depcomp Regenerate autotool files of libvorbis with a newer autotool version. 2013-10-25 11:39:11 +00:00
install-sh Regenerate autotool files of libvorbis with a newer autotool version. 2013-10-25 11:39:11 +00:00
libvorbis.spec.in Update libvorbis to 1.3.3. 2013-10-24 18:24:47 +00:00
local-libogg.patch Move library tree where it belongs 2010-01-24 09:19:39 +00:00
ltmain.sh Do an autoreconf -ivf 2018-04-02 17:32:17 +01:00
missing Do an autoreconf -ivf 2018-04-02 17:32:17 +01:00
no-docs-examples.patch Move library tree where it belongs 2010-01-24 09:19:39 +00:00
todo.txt Move library tree where it belongs 2010-01-24 09:19:39 +00:00
vorbis-uninstalled.pc.in Move library tree where it belongs 2010-01-24 09:19:39 +00:00
vorbis.m4 Update libvorbis to 1.3.3. 2013-10-24 18:24:47 +00:00
vorbis.pc.in Move library tree where it belongs 2010-01-24 09:19:39 +00:00
vorbisenc-uninstalled.pc.in Move library tree where it belongs 2010-01-24 09:19:39 +00:00
vorbisenc.pc.in Move library tree where it belongs 2010-01-24 09:19:39 +00:00
vorbisfile-uninstalled.pc.in Move library tree where it belongs 2010-01-24 09:19:39 +00:00
vorbisfile.pc.in Move library tree where it belongs 2010-01-24 09:19:39 +00:00

README

********************************************************************
*                                                                  *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE.   *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS     *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
*                                                                  *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007             *
* by the Xiph.org Foundation, http://www.xiph.org/                 *
*                                                                  *
********************************************************************

Vorbis is a general purpose audio and music encoding format
contemporary to MPEG-4's AAC and TwinVQ, the next generation beyond
MPEG audio layer 3. Unlike the MPEG sponsored formats (and other
proprietary formats such as RealAudio G2 and Windows' flavor of the
month), the Vorbis CODEC specification belongs to the public domain.
All the technical details are published and documented, and any
software entity may make full use of the format without license 
fee, royalty or patent concerns.

This package contains:

* libvorbis, a BSD-style license software implementation of
  the Vorbis specification by the Xiph.Org Foundation 
  (http://www.xiph.org/) 

* libvorbisfile, a BSD-style license convenience library
  built on Vorbis designed to simplify common uses

* libvorbisenc, a BSD-style license library that provides a simple,
  programmatic encoding setup interface 

* example code making use of libogg, libvorbis, libvorbisfile and
  libvorbisenc

WHAT'S HERE:

This source distribution includes libvorbis and an example
encoder/player to demonstrate use of libvorbis as well as
documentation on the Ogg Vorbis audio coding format.

You'll need libogg (distributed separately) to compile this library.
A more comprehensive set of utilities is available in the vorbis-tools
package.

Directory:

./lib  		The source for the libraries, a BSD-license implementation
		of the public domain Ogg Vorbis audio encoding format.

./include       Library API headers

./debian        Rules/spec files for building Debian .deb packages

./doc           Vorbis documentation

./examples	Example code illustrating programmatic use of libvorbis, 
		libvorbisfile and libvorbisenc

./mac 		Codewarrior project files and build tweaks for MacOS.

./macosx 	Project files for MacOS X.

./win32		Win32 projects files and build automation

./vq 		Internal utilities for training/building new LSP/residue 
		and auxiliary codebooks.

CONTACT:

The Ogg homepage is located at 'http://www.xiph.org/ogg/'.
Vorbis's homepage is located at 'http://www.xiph.org/vorbis/'.
Up to date technical documents, contact information, source code and
pre-built utilities may be found there.

The user website for Ogg Vorbis software and audio is http://vorbis.com/

BUILDING FROM TRUNK:

Development source is under subversion revision control at 
https://svn.xiph.org/trunk/vorbis/. You will also need the 
newest versions of autoconf, automake, libtool and pkg-config in
order to compile Vorbis from development source. A configure script
is provided for you in the source tarball distributions.

  [update or checkout latest source]
  ./autogen.sh
  make

and as root if desired:

  make install

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.

Documentation building requires xsltproc and pdfxmltex.

BUILDING FROM TARBALL DISTRIBUTIONS:

  ./configure
  make

and optionally (as root):
  make install

BUILDING RPMS:

after normal configuring:

  make dist
  rpm -ta libvorbis-<version>.tar.gz

BUILDING ON MACOS 9:

Vorbis on MacOS 9 is built using Metroworks CodeWarrior.  To build it, 
first verify that the Ogg libraries are already built following the
instructions in the Ogg module README.  Open vorbis/mac/libvorbis.mcp,
switch to the "Targets" pane, select everything, and make the project.
Do the same thing to build libvorbisenc.mcp, and libvorbisfile.mcp (in
that order).  In vorbis/mac/Output you will now have both debug and final
versions of Vorbis shared libraries to link your projects against.

To build a project using Ogg Vorbis, add access paths to your
CodeWarrior project for the ogg/include, ogg/mac/Output,
vorbis/include, and vorbis/mac/Output folders.  Be sure that
"interpret DOS and Unix paths" is turned on in your project; it can
be found in the "access paths" pane in your project settings.  Now
simply add the shared libraries you need to your project (OggLib and
VorbisLib at least) and #include "ogg/ogg.h" and "vorbis/codec.h"
wherever you need to access Ogg and Vorbis functionality.