Date: Wed, 14 Feb 2018 14:17:52 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461807 - in head/audio: aubio py-aubio Message-ID: <201802141417.w1EEHqMU019577@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhale Date: Wed Feb 14 14:17:52 2018 New Revision: 461807 URL: https://svnweb.freebsd.org/changeset/ports/461807 Log: Update to 0.4.6 Changes: https://aubio.org/pub/aubio-0.4.6.changelog Modified: head/audio/aubio/Makefile head/audio/aubio/distinfo head/audio/aubio/pkg-plist head/audio/py-aubio/Makefile Modified: head/audio/aubio/Makefile ============================================================================== --- head/audio/aubio/Makefile Wed Feb 14 14:09:21 2018 (r461806) +++ head/audio/aubio/Makefile Wed Feb 14 14:17:52 2018 (r461807) @@ -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/ Modified: head/audio/aubio/distinfo ============================================================================== --- head/audio/aubio/distinfo Wed Feb 14 14:09:21 2018 (r461806) +++ head/audio/aubio/distinfo Wed Feb 14 14:17:52 2018 (r461807) @@ -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 Modified: head/audio/aubio/pkg-plist ============================================================================== --- head/audio/aubio/pkg-plist Wed Feb 14 14:09:21 2018 (r461806) +++ head/audio/aubio/pkg-plist Wed Feb 14 14:17:52 2018 (r461807) @@ -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 Modified: head/audio/py-aubio/Makefile ============================================================================== --- head/audio/py-aubio/Makefile Wed Feb 14 14:09:21 2018 (r461806) +++ head/audio/py-aubio/Makefile Wed Feb 14 14:17:52 2018 (r461807) @@ -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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802141417.w1EEHqMU019577>