Updated readme

This commit is contained in:
Mark Qvist 2024-06-29 17:58:14 +02:00
parent 05607cbf6c
commit 808a8ddeea
3 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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):

View File

@ -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