mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
- Update to 0.9.9
This commit is contained in:
parent
578f24eff7
commit
decaca3fec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254299
@ -8,6 +8,7 @@
|
||||
|
||||
PORTNAME= fastaudio
|
||||
PORTVERSION= 0.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio python
|
||||
MASTER_SITES= http://www.freenet.org.nz/python/pyPortAudio/:site1 \
|
||||
http://www.portaudio.com/archives/:site2
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- fastaudio.pyx.orig 2004-06-15 20:37:39.000000000 +0900
|
||||
+++ fastaudio.pyx 2009-06-06 18:54:52.000000000 +0900
|
||||
--- fastaudio.pyx.orig 2004-06-15 13:37:39.000000000 +0200
|
||||
+++ fastaudio.pyx 2010-05-08 09:24:38.000000000 +0200
|
||||
@@ -92,7 +92,7 @@
|
||||
#@+node:portaudio.h
|
||||
# portaudio-specifics
|
||||
@ -9,6 +9,15 @@
|
||||
ctypedef int PaError
|
||||
|
||||
cdef enum PA_ERRORS:
|
||||
@@ -553,7 +553,7 @@
|
||||
cdef int isrunning
|
||||
#@-node:attributes
|
||||
#@+node:__new__
|
||||
- def __new__(self, samplerate=8000, channels=2, format='int16', framesPerBuf=4096, maxbufs=16, **kwds):
|
||||
+ def __cinit__(self, samplerate=8000, channels=2, format='int16', framesPerBuf=4096, maxbufs=16, **kwds):
|
||||
"""
|
||||
Constructor for fastaudio stream objects.
|
||||
|
||||
@@ -586,8 +586,8 @@
|
||||
cdata.framesPerBuf = framesPerBuf
|
||||
cdata.bytesPerFrame = channels * _sampleFormatSizes[format]
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= pyrex
|
||||
PORTVERSION= 0.9.8.6
|
||||
PORTVERSION= 0.9.9
|
||||
CATEGORIES= devel lang python
|
||||
MASTER_SITES= http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/
|
||||
PKGNAMEPREFIX= ${PYTHONPKGNAMEPREFIX}
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Pyrex-0.9.8.6.tar.gz) = 7445280f3f1060ae86c93a0e03eff0ab
|
||||
SHA256 (Pyrex-0.9.8.6.tar.gz) = 914afcb6d59c6a63f5b5150f9f253dcb302f0225a43919059ccc7e56872c1fff
|
||||
SIZE (Pyrex-0.9.8.6.tar.gz) = 246713
|
||||
MD5 (Pyrex-0.9.9.tar.gz) = 515dee67d15d4393841e2d60e8341947
|
||||
SHA256 (Pyrex-0.9.9.tar.gz) = 5f87df06831d0b3412eb4bc9d3fc2ee7bfae1b913d7da8c23ab2bf5699fb6b50
|
||||
SIZE (Pyrex-0.9.9.tar.gz) = 255272
|
||||
|
@ -17,6 +17,9 @@ bin/pyrexc
|
||||
%%PYTHON_SITELIBDIR%%/Pyrex/Compiler/ExprNodes.py
|
||||
%%PYTHON_SITELIBDIR%%/Pyrex/Compiler/ExprNodes.pyc
|
||||
%%PYTHON_SITELIBDIR%%/Pyrex/Compiler/ExprNodes.pyo
|
||||
%%PYTHON_SITELIBDIR%%/Pyrex/Compiler/Filenames.py
|
||||
%%PYTHON_SITELIBDIR%%/Pyrex/Compiler/Filenames.pyc
|
||||
%%PYTHON_SITELIBDIR%%/Pyrex/Compiler/Filenames.pyo
|
||||
%%PYTHON_SITELIBDIR%%/Pyrex/Compiler/Lexicon.pickle
|
||||
%%PYTHON_SITELIBDIR%%/Pyrex/Compiler/Lexicon.py
|
||||
%%PYTHON_SITELIBDIR%%/Pyrex/Compiler/Lexicon.pyc
|
||||
@ -151,6 +154,7 @@ bin/pyrexc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/About.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/FAQ.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/LanguageOverview.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Release_Notes_0.9.9.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Manual/Limitations.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Manual/basics.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Manual/extension_types.html
|
||||
@ -158,6 +162,7 @@ bin/pyrexc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Manual/sharing.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Manual/source_files.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Manual/special_methods.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Manual/using_with_c++.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/index.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/primes.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= miro
|
||||
PORTVERSION= 2.5.4
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= ftp://ftp.osuosl.org/pub/pculture.org/miro/src/ \
|
||||
http://ftp.osuosl.org/pub/pculture.org/miro/src/
|
||||
|
@ -0,0 +1,11 @@
|
||||
--- platform/gtk-x11/xine/xine.pyx.orig 2010-05-08 21:58:50.000000000 +0200
|
||||
+++ platform/gtk-x11/xine/xine.pyx 2010-05-08 21:59:10.000000000 +0200
|
||||
@@ -89,7 +89,7 @@
|
||||
cdef _Xine* xine
|
||||
cdef object eosCallback
|
||||
|
||||
- def __new__(self):
|
||||
+ def __cinit__(self):
|
||||
self.xine = xineCreate(on_xine_event, <void*>self)
|
||||
self.eosCallback = None
|
||||
def __dealloc__(self):
|
Loading…
Reference in New Issue
Block a user