author | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2025-03-02 10:21:45 UTC |
committer | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2025-03-02 10:21:45 UTC |
parent | 56986603eec1be74cf205b8dded14d4972cf06b7 |
.SRCINFO | +1 | -3 |
.gitignore | +2 | -0 |
PKGBUILD | +13 | -13 |
diff --git a/.SRCINFO b/.SRCINFO index b1abe3e..420e3e0 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -4,12 +4,12 @@ pkgbase = aubio pkgrel = 21 url = https://aubio.org/ arch = x86_64 + arch = armv7h license = GPL-3.0-or-later checkdepends = python-pytest makedepends = doxygen makedepends = ffmpeg makedepends = fftw - makedepends = jack makedepends = libsamplerate makedepends = libsndfile makedepends = python-build @@ -54,8 +54,6 @@ pkgname = aubio depends = libswresample.so depends = fftw depends = glibc - depends = jack - depends = libjack.so depends = libsamplerate depends = libsamplerate.so depends = libsndfile diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a43258a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/src/ +/pkg/ diff --git a/PKGBUILD b/PKGBUILD index fd5e057..0de7e4d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,14 +7,14 @@ pkgname=(aubio python-aubio) pkgver=0.4.9 pkgrel=21 pkgdesc="A tool for extracting annotations from audio signals" -arch=(x86_64) +arch=(x86_64 'armv7h') url="https://aubio.org/" license=(GPL-3.0-or-later) makedepends=( doxygen ffmpeg fftw - jack +# jack libsamplerate libsndfile python-build @@ -85,17 +85,17 @@ build() { python -m build --wheel --no-isolation } -check() { - local _site_packages=$(python -c "import site; print(site.getsitepackages()[0])") +#check() { +# local _site_packages=$(python -c "import site; print(site.getsitepackages()[0])") - cd $pkgbase-$pkgver - # install to temporary location - python -m installer --destdir=test_dir dist/*.whl - export PYTHONPATH="test_dir/$_site_packages:$PYTHONPATH" - export LD_LIBRARY_PATH="$PWD/build/src" - export PYTHONDONTWRITEBYTECODE=1 - pytest -vv python/tests -} +# cd $pkgbase-$pkgver +# # install to temporary location +# python -m installer --destdir=test_dir dist/*.whl +# export PYTHONPATH="test_dir/$_site_packages:$PYTHONPATH" +# export LD_LIBRARY_PATH="$PWD/build/src" +# export PYTHONDONTWRITEBYTECODE=1 +# pytest -vv python/tests +#} package_aubio() { pkgdesc="A tool for extracting annotations from audio signals" @@ -103,7 +103,7 @@ package_aubio() { ffmpeg libavcodec.so libavformat.so libavutil.so libswresample.so fftw glibc - jack libjack.so + # jack libjack.so libsamplerate libsamplerate.so libsndfile libsndfile.so )