From: Romain Naour <romain.naour@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3] package/aubio: bump to version 0.4.5
Date: Mon, 17 Apr 2017 19:33:22 +0200 [thread overview]
Message-ID: <20170417173322.19328-1-romain.naour@gmail.com> (raw)
Since aubio 0.4.4, the libsamplerate support require fftw
single precision mode [1].
[1] https://github.com/aubio/aubio/commit/8be88e77f5c275fdf4efc99ae182d14940948786
Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
v3: simply the libsamplerate dependency (ThomasP).
v2: fix aubio version in the commit log.
---
package/aubio/aubio.hash | 4 ++--
package/aubio/aubio.mk | 5 +++--
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/package/aubio/aubio.hash b/package/aubio/aubio.hash
index e447847..b4233ae 100644
--- a/package/aubio/aubio.hash
+++ b/package/aubio/aubio.hash
@@ -1,2 +1,2 @@
-# From https://aubio.org/pub/aubio-0.4.3.tar.bz2.sha256
-sha256 b62cdb073c0c64ae301917fa162969d42cba45e478bdf1e74490bd87e9cceaab aubio-0.4.3.tar.bz2
+# From https://aubio.org/pub/aubio-0.4.5.tar.bz2.sha256
+sha256 70c2804e6f4fbf0ebc0fb9ac8cc9d465ef4a4d438311c074c9a7364e98827af6 aubio-0.4.5.tar.bz2
diff --git a/package/aubio/aubio.mk b/package/aubio/aubio.mk
index f8be19f..2a09ebb 100644
--- a/package/aubio/aubio.mk
+++ b/package/aubio/aubio.mk
@@ -4,7 +4,7 @@
#
################################################################################
-AUBIO_VERSION = 0.4.3
+AUBIO_VERSION = 0.4.5
AUBIO_SITE = https://aubio.org/pub
AUBIO_SOURCE = aubio-$(AUBIO_VERSION).tar.bz2
AUBIO_LICENSE = GPL-3.0+
@@ -26,7 +26,8 @@ else
AUBIO_CONF_OPTS += --disable-sndfile
endif
-ifeq ($(BR2_PACKAGE_LIBSAMPLERATE),y)
+# Could not compile aubio in double precision mode with libsamplerate
+ifeq ($(BR2_PACKAGE_LIBSAMPLERATE)$(BR2_PACKAGE_FFTW_PRECISION_SINGLE),yy)
AUBIO_DEPENDENCIES += libsamplerate
AUBIO_CONF_OPTS += --enable-samplerate
else
--
2.9.3
next reply other threads:[~2017-04-17 17:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-17 17:33 Romain Naour [this message]
2017-05-04 21:23 ` [Buildroot] [PATCH v3] package/aubio: bump to version 0.4.5 Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170417173322.19328-1-romain.naour@gmail.com \
--to=romain.naour@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox