1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Add py-ao 0.8, a python wrapper for ao, an audio device abstraction

library.
This commit is contained in:
Neil Blakey-Milner 2002-10-07 13:27:50 +00:00
parent 6540321bdd
commit 033495262f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67554
7 changed files with 46 additions and 0 deletions

View File

@ -185,6 +185,7 @@
SUBDIR += pimp3
SUBDIR += play
SUBDIR += playmidi
SUBDIR += py-ao
SUBDIR += py-xmms
SUBDIR += pysol-sound-server
SUBDIR += quelcom

25
audio/py-ao/Makefile Normal file
View File

@ -0,0 +1,25 @@
# New ports collection makefile for: pyao
# Date created: 23 Sep 2002
# Whom: nbm
#
# $FreeBSD$
#
PORTNAME= ao
PORTVERSION= 0.8
CATEGORIES= audio
MASTER_SITES= http://www.andrewchatham.com/pyogg/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pyao-${PORTVERSION}
MAINTAINER= nbm@FreeBSD.org
LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao
USE_PYTHON= yes
USE_PYDISTUTILS= yes
do-configure:
@cd ${WRKSRC} && ${PYTHON_CMD} config_unix.py
.include <bsd.port.mk>

1
audio/py-ao/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (pyao-0.8.tar.gz) = c5e861e15f3cb7ddf12fd191e9752b2d

View File

@ -0,0 +1,11 @@
--- setup.py.orig Sun Sep 2 21:14:39 2001
+++ setup.py Mon Sep 23 16:14:54 2002
@@ -11,7 +11,7 @@
def get_setup():
data = {}
- r = re.compile(r'(\S+)\s*?=\s*?(.+)')
+ r = re.compile(r'(\S+)\s*=\s*(.+)')
if not os.path.isfile('Setup'):
print "No 'Setup' file. Perhaps you need to run the configure script."

1
audio/py-ao/pkg-comment Normal file
View File

@ -0,0 +1 @@
A python wrapper for ao, an audio device abstraction library

6
audio/py-ao/pkg-descr Normal file
View File

@ -0,0 +1,6 @@
pyao - a Python wrapper module for the ao library
Ao is an audio abstraction library that lets you output to different
devices using the same interface.
WWW: http://www.andrewchatham.com/pyogg/

1
audio/py-ao/pkg-plist Normal file
View File

@ -0,0 +1 @@
lib/%%PYTHON_VERSION%%/site-packages/aomodule.so