python-celery>=5.2
(compatible with python-click>=8) is needed for the funkwhale 1.1.x. Waiting for this and another bug correction in python-asgiref
(https://github.com/django/asgiref/issues/278) to update.
Search Criteria
Package Details: funkwhale-venv 1.3.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/funkwhale-venv.git (read-only, click to copy) |
---|---|
Package Base: | funkwhale-venv |
Description: | A community-driven project that lets you listen and share music and audio within a decentralized, open network. |
Upstream URL: | https://funkwhale.audio/ |
Licenses: | GPL3 |
Conflicts: | funkwhale |
Provides: | funkwhale |
Submitter: | getzze |
Maintainer: | None |
Last Packager: | getzze |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2022-05-07 22:20 (UTC) |
Last Updated: | 2023-10-17 21:28 (UTC) |
Dependencies (14)
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR)
- file (file-gitAUR)
- libjpeg (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR, libjpeg-turbo)
- libpqxx (libpqxx-gitAUR)
- libsasl
- postgresql (postgresql-12AUR, postgresql15-docsAUR, postgresql15AUR, postgresql17-docsAUR, postgresql17AUR, postgresql13AUR, postgresql-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- redis (redis-testingAUR, redis-gitAUR, keydbAUR, valkey)
- git (git-gitAUR, git-glAUR) (make)
- apache (apache-gitAUR) (optional) – to use the Apache web server
- certbot-apache (certbot-apache-gitAUR) (optional) – for the server to be accessible from outside
- mod_xsendfile (optional) – needed if Apache server is used
- nginx (nginx-nchan-gitAUR, nginx-rtmp-sergey-gitAUR, nginx-mainline-boringsslAUR, nginx-quic-openssl-hgAUR, nginx-mainline-pushstreamAUR, tengineAUR, tengine-extraAUR, freenginx-mainline-hgAUR, freenginx-mainlineAUR, nginx-quic-libresslAUR, angieAUR, nginx-mainline) (optional) – to use nginx web server
Required by (0)
Sources (11)
- apache-funkwhale.conf
- env-template
- funkwhale-1.3.3-api.zip
- funkwhale-1.3.3-front.zip
- funkwhale-beat.service
- funkwhale-server.service
- funkwhale-worker.service
- funkwhale.target
- funkwhale_manage
- https://dev.funkwhale.audio/funkwhale/funkwhale/raw/1.3.3/deploy/funkwhale_proxy.conf
- https://dev.funkwhale.audio/funkwhale/funkwhale/raw/1.3.3/deploy/nginx.template
getzze commented on 2021-09-10 15:26 (UTC) (edited on 2021-10-07 22:30 (UTC) by getzze)
getzze commented on 2021-09-10 15:22 (UTC)
mod_xsendfile
is needed only if you are using Apache, it's not needed if you are using Nginx. I made it an optional dependency.
bittin commented on 2021-06-09 13:09 (UTC)
Any chance to get this working on ALARM Arch Linux ARM: mod_xsendfile dependency is missing
getzze commented on 2020-08-19 08:32 (UTC)
I found this page related to this error: https://bbs.archlinux.org/viewtopic.php?id=237221 Any other error when building the package? The env file should be installed correctly.
King_DuckZ commented on 2020-08-06 21:51 (UTC)
During installation I'm getting an error:
(3/4) Creating temporary files... error: command failed to execute correctly (4/4) Arming ConditionNeedsUpdate...
I also don't have the env file (maybe a consequence of the above error?)
getzze commented on 2019-08-20 22:27 (UTC)
python-pyld
was flagged out-of-date, it should be updated to the correct version soon.
Funkwhale is a young project that is using cutting-edge libraries (and a lot of them!), it is difficult to keep pace, even on Arch that is rolling-release. Upstream advises to use Docker installation to avoid dependency problems. Using this package you will have to manually update dependencies sometimes, but with a good AUR helper it is not so complicated, for python dependencies you usually only have to change the pkgver in the PKGBUILD.
jcaesar commented on 2019-08-18 06:03 (UTC)
When trying aur sync funkwhale
, this failed with a
invalid node: python-pyld 0.7.1 (required: >=1.0.4)
I ended up patching the pyld build [https://github.com/jcaesar/python-pyld-archlinux] and installing it with repo-add $(aur repo).tar python-pyld-1.0.5-0-any.pkg.tar.xz
, but that can hardly be the normal way of doing it?
fryfrog commented on 2019-03-14 05:39 (UTC)
This also depends on python-django-rest-framework
which hasn't been updated to the version you require. :(
getzze commented on 2019-02-22 00:00 (UTC)
In v0.18, the default ip address changed to 127.0.0.1, the env
file is now stored in /srv/funkwhale/config/env
and file permissions changed. Follow the new instructions on the wiki.
Superpiffer commented on 2019-02-05 11:42 (UTC)
The package is outdated. Also on first installation, the user "funkwhale" doesn't exist, so the build failed.
Pinned Comments
getzze commented on 2022-05-07 22:32 (UTC)
Follow the instructions on the wiki [https://wiki.archlinux.org/index.php/Funkwhale] or on the official documentation to finish the installation and configure your instance.