From 808a8ddeea97bcd3daa6cef3e012f332a4d00ad1 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sat, 29 Jun 2024 17:58:14 +0200 Subject: [PATCH] Updated readme --- README.md | 2 +- recipes/pycodec2/__init__.py | 2 +- sbapp/buildozer.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a474798..2a5a767 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ After the application is installed on your Android device, it is also possible t ## On Linux -On all Linux-based operating systems, Sideband is available as a `pipy`/`pip` package. This installation method **includes desktop integration**, so that Sideband will show up in your applications menu and launchers. +On all Linux-based operating systems, Sideband is available as a `pipx`/`pip` package. This installation method **includes desktop integration**, so that Sideband will show up in your applications menu and launchers. Depending on your system, you will first need to install a few dependencies for audio messaging and Codec2 support to work: diff --git a/recipes/pycodec2/__init__.py b/recipes/pycodec2/__init__.py index 6bb567b..1e4ace9 100644 --- a/recipes/pycodec2/__init__.py +++ b/recipes/pycodec2/__init__.py @@ -7,7 +7,7 @@ import sh class PyCodec2Recipe(CythonRecipe): url = "https://github.com/markqvist/pycodec2/archive/refs/heads/main.zip" # src_filename = "../../../pycodec2" - depends = ["setuptools", "numpy<=1.26.4", "Cython", "codec2"] + depends = ["setuptools", "numpy==1.26.4", "Cython", "codec2"] call_hostpython_via_targetpython = False def get_recipe_env(self, arch, with_flags_in_cc=True): diff --git a/sbapp/buildozer.spec b/sbapp/buildozer.spec index 91ee831..ea04481 100644 --- a/sbapp/buildozer.spec +++ b/sbapp/buildozer.spec @@ -12,7 +12,7 @@ version.regex = __version__ = ['"](.*)['"] version.filename = %(source.dir)s/main.py android.numeric_version = 20240629 -requirements = kivy==2.3.0,libbz2,pillow==10.2.0,qrcode==7.3.1,usb4a,usbserial4a,libwebp,libogg,libopus,opusfile,numpy<=1.26.4,cryptography,ffpyplayer,codec2,pycodec2,sh +requirements = kivy==2.3.0,libbz2,pillow==10.2.0,qrcode==7.3.1,usb4a,usbserial4a,libwebp,libogg,libopus,opusfile,numpy==1.26.4,cryptography,ffpyplayer,codec2,pycodec2,sh android.gradle_dependencies = com.android.support:support-compat:28.0.0 #android.enable_androidx = True