1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Index: pyogg-1.3.repack/README
===================================================================
--- pyogg-1.3.repack.orig/README 2008-06-07 17:19:44.100116606 +0200
+++ pyogg-1.3.repack/README 2008-06-07 17:20:43.563505227 +0200
@@ -13,10 +13,10 @@
And if anyone is wondering why I have things separated into a main
module "ogg" and a submodule "ogg.vorbis", vorbis is the audio subset
of the ogg bitstream. In the future there will likely be a video part
-of the ogg bistream, and nothing in the ogg modulue really has to know
+of the ogg bitstream, and nothing in the ogg module really has to know
about anything specific in the vorbis module.
-To build, you need the distutils package, availible from
+To build, you need the distutils package, available from
http://www.python.org/sigs/distutils-sig/download.html (it comes with
Python 2.0). Run "python setup.py build" to build and then as root run
"python setup.py install". You may need to run the config_unix.py
@@ -28,5 +28,3 @@
key = value
with one pair per line.
-
-
|