versioning, plus minor doc changes/adds
svn path=/trunk/ogg/; revision=1029
This commit is contained in:
parent
c0f233a2fe
commit
bc071b57ee
25
README
25
README
@ -13,11 +13,13 @@
|
|||||||
|
|
||||||
WHAT'S HERE:
|
WHAT'S HERE:
|
||||||
|
|
||||||
This source distribution includes libogg and nothing else. Other modules (eg, the modules vorbis, vorbis-tools and vorbis-plugins for the Vorbis codec) contain the codec libraries for use with Ogg bitstreams.
|
This source distribution includes libogg and nothing else. Other modules
|
||||||
|
(eg, the modules vorbis, vorbis-tools and vorbis-plugins for the Vorbis
|
||||||
|
codec) contain the codec libraries for use with Ogg bitstreams.
|
||||||
|
|
||||||
Directory:
|
Directory:
|
||||||
|
|
||||||
./lib The source for libogg, an LGPLed inplementation of
|
./src The source for libogg, an LGPLed inplementation of
|
||||||
the public domain Ogg bitstream format
|
the public domain Ogg bitstream format
|
||||||
|
|
||||||
./include Library API headers and codebooks
|
./include Library API headers and codebooks
|
||||||
@ -26,6 +28,8 @@ Directory:
|
|||||||
|
|
||||||
./doc Ogg specification documents
|
./doc Ogg specification documents
|
||||||
|
|
||||||
|
./win32 Win32 projects and build automation
|
||||||
|
|
||||||
WHAT IS OGG?:
|
WHAT IS OGG?:
|
||||||
|
|
||||||
Ogg project codecs use the Ogg bitstream format to arrange the raw,
|
Ogg project codecs use the Ogg bitstream format to arrange the raw,
|
||||||
@ -55,6 +59,19 @@ This will install the Ogg libraries (static and shared) into
|
|||||||
/usr/local/lib, includes into /usr/local/include and API manpages
|
/usr/local/lib, includes into /usr/local/include and API manpages
|
||||||
(once we write some) into /usr/local/man.
|
(once we write some) into /usr/local/man.
|
||||||
|
|
||||||
Monty <monty@xiph.org>
|
BUILDING RPMS:
|
||||||
|
|
||||||
$Id: README,v 1.5 2000/10/10 08:55:07 xiphmont Exp $
|
RPMs may be built by:
|
||||||
|
|
||||||
|
./autogen.sh
|
||||||
|
make dist
|
||||||
|
rpm -ta libogg-<version>.tar.gz
|
||||||
|
|
||||||
|
BUILDING ON WIN32:
|
||||||
|
|
||||||
|
Use the project file in the win32 directory. It should compile out of the box.
|
||||||
|
You can also run one of the batch files from the commandline.
|
||||||
|
|
||||||
|
E.g.: build_ogg_dynamic
|
||||||
|
|
||||||
|
$Id: README,v 1.6 2000/11/08 08:18:39 jack Exp $
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
dnl Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
AC_INIT(src/framing.c)
|
AC_INIT(src/framing.c)
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE(libogg,1.0.0)
|
AM_INIT_AUTOMAKE(libogg,1.0beta3)
|
||||||
|
|
||||||
dnl Library versioning
|
dnl Library versioning
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
%define name libogg
|
%define name libogg
|
||||||
%define version 1.0.0
|
%define version 1.0beta3
|
||||||
%define release 1
|
%define release 1
|
||||||
|
|
||||||
Summary: Ogg Bitstream Library
|
Summary: Ogg Bitstream Library
|
||||||
@ -20,6 +20,7 @@ both making ogg bitstreams and getting packets from ogg bitstreams.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Ogg Bitstream Library Development
|
Summary: Ogg Bitstream Library Development
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
|
Requires: libogg = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The libogg-devel package contains the header files and documentation
|
The libogg-devel package contains the header files and documentation
|
||||||
|
Loading…
Reference in New Issue
Block a user