[xiph-cvs] cvs commit: ogg README configure.in libogg.spec
Jack Moffitt
jack at xiph.org
Wed Nov 8 00:18:40 PST 2000
jack 00/11/08 00:18:40
Modified: . README configure.in libogg.spec
Log:
versioning, plus minor doc changes/adds
Revision Changes Path
1.6 +21 -4 ogg/README
Index: README
===================================================================
RCS file: /usr/local/cvsroot/ogg/README,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- README 2000/10/10 08:55:07 1.5
+++ README 2000/11/08 08:18:39 1.6
@@ -13,11 +13,13 @@
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:
-./lib The source for libogg, an LGPLed inplementation of
+./src The source for libogg, an LGPLed inplementation of
the public domain Ogg bitstream format
./include Library API headers and codebooks
@@ -26,6 +28,8 @@
./doc Ogg specification documents
+./win32 Win32 projects and build automation
+
WHAT IS OGG?:
Ogg project codecs use the Ogg bitstream format to arrange the raw,
@@ -54,7 +58,20 @@
This will install the Ogg libraries (static and shared) into
/usr/local/lib, includes into /usr/local/include and API manpages
(once we write some) into /usr/local/man.
+
+BUILDING RPMS:
+
+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.
-Monty <monty at xiph.org>
+E.g.: build_ogg_dynamic
-$Id: README,v 1.5 2000/10/10 08:55:07 xiphmont Exp $
+$Id: README,v 1.6 2000/11/08 08:18:39 jack Exp $
1.8 +1 -1 ogg/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/ogg/configure.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- configure.in 2000/11/04 07:28:34 1.7
+++ configure.in 2000/11/08 08:18:39 1.8
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/framing.c)
-AM_INIT_AUTOMAKE(libogg,1.0.0)
+AM_INIT_AUTOMAKE(libogg,1.0beta3)
dnl Library versioning
1.6 +2 -1 ogg/libogg.spec
Index: libogg.spec
===================================================================
RCS file: /usr/local/cvsroot/ogg/libogg.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libogg.spec 2000/10/30 06:52:02 1.5
+++ libogg.spec 2000/11/08 08:18:39 1.6
@@ -1,5 +1,5 @@
%define name libogg
-%define version 1.0.0
+%define version 1.0beta3
%define release 1
Summary: Ogg Bitstream Library
@@ -20,6 +20,7 @@
%package devel
Summary: Ogg Bitstream Library Development
Group: Development/Libraries
+Requires: libogg = %{version}
%description devel
The libogg-devel package contains the header files and documentation
--- >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