[Lunar-commits] r21114 - moonbase/trunk/python/pyao
Chad Kittel
v3rt1g0 at lunar-linux.org
Fri Aug 25 18:05:52 UTC 2006
Author: v3rt1g0
Date: 2006-08-25 18:05:52 +0000 (Fri, 25 Aug 2006)
New Revision: 21114
Modified:
moonbase/trunk/python/pyao/BUILD
moonbase/trunk/python/pyao/DEPENDS
moonbase/trunk/python/pyao/DETAILS
Log:
Misc Tidy: pyao (0.82)
* Based on Jeff Kirsher's patch -- Thank you!
* URLs updated and SHA1 added
* Other misc whitespace cleanups
Modified: moonbase/trunk/python/pyao/BUILD
===================================================================
--- moonbase/trunk/python/pyao/BUILD 2006-08-25 17:59:15 UTC (rev 21113)
+++ moonbase/trunk/python/pyao/BUILD 2006-08-25 18:05:52 UTC (rev 21114)
@@ -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/pyao/DEPENDS
===================================================================
--- moonbase/trunk/python/pyao/DEPENDS 2006-08-25 17:59:15 UTC (rev 21113)
+++ moonbase/trunk/python/pyao/DEPENDS 2006-08-25 18:05:52 UTC (rev 21114)
@@ -1,3 +1,2 @@
-depends Python &&
-depends libao
-
+depends Python &&
+depends libao
Modified: moonbase/trunk/python/pyao/DETAILS
===================================================================
--- moonbase/trunk/python/pyao/DETAILS 2006-08-25 17:59:15 UTC (rev 21113)
+++ moonbase/trunk/python/pyao/DETAILS 2006-08-25 18:05:52 UTC (rev 21114)
@@ -1,12 +1,13 @@
MODULE=pyao
VERSION=0.82
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:9b213da96030648a5fa589d5eab7e1791374e269
+ WEB_SITE=http://ekyo.nerim.net/software/pyogg/
ENTERED=20030501
UPDATED=20030815
SHORT="Python wrapper module for the ao library"
+
cat << EOF
-This is a wrapper for libao, an audio device abstraction
-library.
+This is a wrapper for libao, an audio device abstraction library.
EOF
More information about the Lunar-commits
mailing list