[xiph-cvs] cvs commit: vorbis-tools AUTHORS README configure.in vorbis-tools.spec
Jack Moffitt
jack at xiph.org
Wed Nov 8 00:27:20 PST 2000
jack 00/11/08 00:27:20
Modified: . README configure.in vorbis-tools.spec
Added: . AUTHORS
Log:
doc and version updates
Revision Changes Path
1.2 +27 -47 vorbis-tools/README
Index: README
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README 2000/09/07 00:57:46 1.1
+++ README 2000/11/08 08:27:19 1.2
@@ -1,64 +1,44 @@
-Vorbis Tools
- by Kenneth Arnold <kcarnold at yahoo.com>
+WHAT'S HERE:
------------------------------------------------------------------------------
+This source distribution includes the vorbis tools 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 is an encoder for the Vorbis compression format. For more information on
-this format, see the Xiphophorus site:
+Directory:
-http://www.xiph.org/ogg/vorbis.html
+./oggenc the ogg vorbis encoder
-I N S T A L L A T I O N
------------------------
+./ogg123 an ogg vorbis commandline audio player
-./configure # in the parent directory
-make
-make ogg123 # if on Linux
-make install
-
-E N C O D I N G V O R B I S
------------------------------
+./vorbiscomment a comment editor
-Vorbize encodes Vorbis streams. Currently it will not convert audio formats. If
-you have audio in a format other than 44.1 kHz 16 bit stereo PCM, use sox(1) to
-coax it into the correct format. WAV headers and RAW audio are understood. Type
-'vorbize --help' for more usage information.
+./debian debian packaging stuff
-C O N V E R T I N G T O V O R B I S
----------------------------------------
+CONTACT:
-mp3tovorbis will convert your MP3 files into Vorbis streams using mpg123 and
-Vorbize.
+The Ogg Vorbis 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.
-./mp3tovorbis [MP3 file] [new Vorbis file]
+BUILD:
-It will prompt you for Artist/Album/Track information, and then decode to a
-temporary file. If you do not have sufficient space in /tmp, you will have to
-edit the script to use a different directory, or construct a shell pipeline.
+A standard build should consist of nothing more than:
-A standalone MP3 to Vorbis converter will be available soon.
+./autogen.sh
+make
-P L A Y I N G V O R B I S
----------------------------
+and as root if desired :
-Ogg123 can play Vorbis streams to the sound card (assumed to be /dev/dsp).
-If you have a different audio device that still understands OSS ioctl's,
-you can specify it with the --device option. Use 'ogg123 --help' for more
-options. Decode to WAV is not yet implemented.
-
-NOTE: ogg123 will *not* work on a platform without OSS support. A cross-
-platform sound output library will fix this problem.
+make install
-F U T U R E P L A N S
------------------------
+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.
-I am seriously thinking about an X Window front-end to Vorbize. (or what the
-heck, rewrite it). It will likely use Qt, as soon as I figure out how to use it
-myself.
+BUILDING RPMS:
-Have fun.
+RPMs may be built by:
-Kenneth Arnold
-kcarnold at yahoo.com
-AIM: kcarnold
-ICQ nick: kcarnold
\ No newline at end of file
+./autogen.sh
+make dist
+rpm -ta vorbis-tools-<version>.tar.gz
1.12 +1 -1 vorbis-tools/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/configure.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- configure.in 2000/11/08 04:26:33 1.11
+++ configure.in 2000/11/08 08:27:19 1.12
@@ -5,7 +5,7 @@
dnl ------------------------------------------------
AC_INIT(oggenc/encode.c)
-AM_INIT_AUTOMAKE(vorbis-tools,1.0.0)
+AM_INIT_AUTOMAKE(vorbis-tools,1.0beta3)
dnl --------------------------------------------------
dnl Check for programs
1.5 +3 -3 vorbis-tools/vorbis-tools.spec
Index: vorbis-tools.spec
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/vorbis-tools.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vorbis-tools.spec 2000/10/31 07:15:13 1.4
+++ vorbis-tools.spec 2000/11/08 08:27:19 1.5
@@ -1,5 +1,5 @@
%define name vorbis-tools
-%define version 1.0.0
+%define version 1.0beta3
%define release 1
Summary: Several Ogg Vorbis Tools
@@ -12,8 +12,8 @@
Vendor: Xiphophorus <team at xiph.org>
Source: ftp://ftp.xiph.org/pub/vorbis-tools/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-root
-Requires: libogg >= 1.0.0
-Requires: libvorbis >= 1.0.0
+Requires: libogg >= 1.0beta3
+Requires: libvorbis >= 1.0beta3
Requires: libao >= 0.5.0
%description
1.1 vorbis-tools/AUTHORS
Index: AUTHORS
===================================================================
oggenc:
Michael Smith <msmith at labyrinth.net.au>
ogg123:
Kenneth Arnold <kcarnold at yahoo.com>
vorbiscomment:
Kenneth Arnold <kcarnold at yahoo.com>
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