From 423b28007da45e2bcb07de4672bbb9096c0bef79 Mon Sep 17 00:00:00 2001 From: Alex Childs Date: Fri, 7 Oct 2022 08:24:37 -0500 Subject: [PATCH 1/2] aubio: added python3-aubio depends --- srcpkgs/aubio/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/aubio/template b/srcpkgs/aubio/template index eaab3e9fdb7297..ed2da18b163bcb 100644 --- a/srcpkgs/aubio/template +++ b/srcpkgs/aubio/template @@ -6,6 +6,7 @@ build_style=waf3 # XXX lash, pure and swig support. hostmakedepends="pkg-config txt2man" makedepends="libsamplerate-devel fftw-devel jack-devel ffmpeg-devel" +depends="python3-aubio" short_desc="Library for audio labelling" maintainer="Orphaned " license="GPL-3.0-or-later" From e7107774b852ec0aedccc3250b5c5d2dddb70a9c Mon Sep 17 00:00:00 2001 From: Alex Childs Date: Fri, 7 Oct 2022 08:25:46 -0500 Subject: [PATCH 2/2] New package: python3-aubio-0.4.9 Closes #20448 --- srcpkgs/python3-aubio/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/python3-aubio/template diff --git a/srcpkgs/python3-aubio/template b/srcpkgs/python3-aubio/template new file mode 100644 index 00000000000000..a75b3c0b03dd5e --- /dev/null +++ b/srcpkgs/python3-aubio/template @@ -0,0 +1,17 @@ +# Template file for 'python3-aubio' +pkgname=python3-aubio +version=0.4.9 +revision=1 +wrksrc="aubio-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools pkg-config python3-wheel python3-numpy" +makedepends="python3-numpy ffmpeg-devel libsndfile-devel libsamplerate-devel + blas-devel fftw-devel python3-devel" +checkdepends="python3-pytest" +short_desc="Collection of tools for music analysis" +maintainer="Alex Childs " +license="GPL-3.0-or-later" +homepage="https://aubio.org" +distfiles="${PYPI_SITE}/a/aubio/aubio-${version}.tar.gz" +checksum=df1244f6c4cf5bea382c8c2d35aa43bc31f4cf631fe325ae3992c219546a4202 +CFLAGS="-ffloat-store"