parent
4c7d8f88cd
commit
7ffd663bb8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=461807
4 changed files with 7 additions and 8 deletions
|
@ -2,8 +2,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= aubio
|
||||
PORTVERSION= 0.4.5
|
||||
PORTREVISION?= 2
|
||||
PORTVERSION= 0.4.6
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES?= audio
|
||||
MASTER_SITES= http://aubio.org/pub/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1492480690
|
||||
SHA256 (aubio-0.4.5.tar.bz2) = 70c2804e6f4fbf0ebc0fb9ac8cc9d465ef4a4d438311c074c9a7364e98827af6
|
||||
SIZE (aubio-0.4.5.tar.bz2) = 350615
|
||||
TIMESTAMP = 1517043034
|
||||
SHA256 (aubio-0.4.6.tar.bz2) = bdc73be1f007218d3ea6d2a503b38a217815a0e2ccc4ed441f6e850ed5d47cfb
|
||||
SIZE (aubio-0.4.6.tar.bz2) = 363016
|
||||
|
|
|
@ -31,6 +31,7 @@ include/aubio/pitch/pitchmcomb.h
|
|||
include/aubio/pitch/pitchschmitt.h
|
||||
include/aubio/pitch/pitchspecacf.h
|
||||
include/aubio/pitch/pitchyin.h
|
||||
include/aubio/pitch/pitchyinfast.h
|
||||
include/aubio/pitch/pitchyinfft.h
|
||||
include/aubio/spectral/awhitening.h
|
||||
include/aubio/spectral/fft.h
|
||||
|
@ -58,7 +59,7 @@ include/aubio/vecutils.h
|
|||
lib/libaubio.a
|
||||
lib/libaubio.so
|
||||
lib/libaubio.so.5
|
||||
lib/libaubio.so.5.2.6
|
||||
lib/libaubio.so.5.3.7
|
||||
libdata/pkgconfig/aubio.pc
|
||||
man/man1/aubio.1.gz
|
||||
man/man1/aubiocut.1.gz
|
||||
|
|
|
@ -16,8 +16,6 @@ TEST_DEPENDS= sox:audio/sox \
|
|||
USES+= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
CPPFLAGS+= -I${PYTHON_SITELIBDIR}/numpy/core/include
|
||||
|
||||
TEST_ENV= ${MAKE_ENV} PYTHONPATH=${WRKSRC}/`ls -rtd build/lib.* | head -1`
|
||||
TEST_TARGET= test
|
||||
DO_MAKE_TEST= ${SETENV} ${TEST_ENV} ${PYTHON_CMD} ${PYSETUP}
|
||||
|
|
Loading…
Reference in a new issue