[Lunar-commits] r21115 - moonbase/trunk/python/pyogg

Chad Kittel v3rt1g0 at lunar-linux.org
Fri Aug 25 18:09:26 UTC 2006


Author: v3rt1g0
Date: 2006-08-25 18:09:26 +0000 (Fri, 25 Aug 2006)
New Revision: 21115

Modified:
   moonbase/trunk/python/pyogg/BUILD
   moonbase/trunk/python/pyogg/DEPENDS
   moonbase/trunk/python/pyogg/DETAILS
Log:
  Misc Tidy: pyogg (1.3)

   * Based on Jeff Kirsher's patch -- Thank you!
      * URLs updated and SHA1 added
   * Other misc whitespace cleanups


Modified: moonbase/trunk/python/pyogg/BUILD
===================================================================
--- moonbase/trunk/python/pyogg/BUILD	2006-08-25 18:05:52 UTC (rev 21114)
+++ moonbase/trunk/python/pyogg/BUILD	2006-08-25 18:09:26 UTC (rev 21115)
@@ -1,7 +1,8 @@
 (
-   python config_unix.py &&
-   python setup.py build &&
-   prepare_install &&
+
+   python config_unix.py  &&
+   python setup.py build  &&
+   prepare_install        &&
    python setup.py install
-        
+
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/python/pyogg/DEPENDS
===================================================================
--- moonbase/trunk/python/pyogg/DEPENDS	2006-08-25 18:05:52 UTC (rev 21114)
+++ moonbase/trunk/python/pyogg/DEPENDS	2006-08-25 18:09:26 UTC (rev 21115)
@@ -1,5 +1,2 @@
-depends pyao &&
-depends libogg
-
-
-
+depends  pyao  &&
+depends  libogg

Modified: moonbase/trunk/python/pyogg/DETAILS
===================================================================
--- moonbase/trunk/python/pyogg/DETAILS	2006-08-25 18:05:52 UTC (rev 21114)
+++ moonbase/trunk/python/pyogg/DETAILS	2006-08-25 18:09:26 UTC (rev 21115)
@@ -1,11 +1,13 @@
           MODULE=pyogg
          VERSION=1.3
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=http://www.andrewchatham.com/pyogg/download/
-        WEB_SITE=http://www.andrewchatham.com/pyogg/
+      SOURCE_URL=http://ekyo.nerim.net/software/pyogg/
+      SOURCE_VFY=sha1:2811ad401e3b5fc5025958bddab3d7b8775e5acd
+        WEB_SITE=http://ekyo.nerim.net/software/pyogg/
          ENTERED=20030501
          UPDATED=20030815
            SHORT="Python wrapper for the Ogg libraries"
+
 cat << EOF
 You can now write Python programs to encode and decode Ogg Vorbis
 files (encoding is quite a bit more involved).



More information about the Lunar-commits mailing list