Search Criteria
Package Details: ampache 4.2.5-1
Git Clone URL: | https://aur.archlinux.org/ampache.git (read-only, click to copy) |
---|---|
Package Base: | ampache |
Description: | PHP web based audio/video streaming application and file manager |
Upstream URL: | http://www.ampache.org/ |
Licenses: | |
Conflicts: | |
Submitter: | Gishten |
Maintainer: | max-k |
Last Packager: | max-k |
Votes: | 68 |
Popularity: | 0.000381 |
First Submitted: | 2009-01-13 01:03 |
Last Updated: | 2020-12-23 08:21 |
Dependencies (7)
- mariadb>=10.0 (mysql55, mariadb-git, mariadb103, mysql56, mysql57, mysql, percona-server)
- php>=7.1 (php55, php53, php70, php71, php-zts, php72, php56, php7-symlinks, php7-meta, php73)
- faad2 (faad2-git) (optional) – m4a transcoding/downsampling
- flac (flac-git, flac-nodocs-git, flac-minimal-git) (optional) – flac transcoding/downsampling
- lame (lame-svn, lame-altivec) (optional) – all transcoding/downsampling
- mp3splt (optional) – mp3 and ogg transcoding/downsampling
- vorbis-tools (vorbis-tools-git) (optional) – all transcoding
Latest Comments
1 2 3 Next › Last »
IncredibleLaser commented on 2018-12-09 13:04
The sha256sum for the zip file is not correct.
berturion commented on 2018-09-07 05:09
Hello, when trying to install ampache it fails with:
curl: (22) The requested URL returned error: 404 Not Found ==> ERROR: Failure while downloading https://github.com/ampache/ampache/releases/download/3.8.9/ampache-3.8.9_all.zip Aborting...
EDIT: Ampache 3.8.9 zip is now online again, problem solved.
Bubbel commented on 2017-12-10 22:24
@DrWaluigi: Your fix worked. Thank you. As I see the package being updated through pacman, the permissions error is all over the place in the package. I assume the vendor directory is the only one that is newly created, since 3.8.4, so it gets 700 permissions.
Anyway, @max-k: I think you can fix this in the package quite easily. So, if you can find the time, please do. Thank you in advance. :)
DrWaluigi commented on 2017-12-09 10:01
There are permission issues on /usr/share/webapps/ampache/lib/vendor/. Some folders are not readable by non-root users. To fix these issues:
chmod u=rwX,g=rX,o=rX -R /usr/share/webapps/ampache/lib/vendor/
Bubbel commented on 2017-12-08 21:44
Well, my upgrade to 3.8.4 doesn't go quite as expected. When I installed 3.8.4, all I got was a blank screen in y webbrowser. Downgrade to 3.8.3 resolved the issue.
I haven't looked into it very deeply, but I don't see any errors in the logs.
I'm using nginx with a nginx reverse-proxy in front of it. Doe anyone experience the same issue?
max-k commented on 2017-05-17 11:16
Hi,
I've taken a look and the file seems to be here :
$ pacman -Qlp ampache-3.8.2-4-x86_64.pkg.tar.xz |grep nginx
ampache /usr/share/doc/ampache/nginx-example.conf
I don't know why it isn't on your filesystem.
Could you try to run pacman -Ql ampache |grep nginx ?
warsh commented on 2017-05-08 03:46
During the post-install, this message appears:
"An nginx example vhost in provided in /usr/share/doc/ampache/nginx-example.conf"
The example nginx config isn't there, I was only able to find it within pacaur's cache of ampache.
disprofarma commented on 2016-10-14 20:05
Hi, the architecture should be arch=('any') because is a web-app. Thanks.
max-k commented on 2016-05-20 14:25
This is done since 3.8.2-2 (2016-04-20).
Thank you.
torpe23 commented on 2016-01-18 03:09
It'd be great if this package was following the Guidelines for packaging web applications: https://wiki.archlinux.org/index.php/Web_application_package_guidelines
Basically, install the files under /usr/share/webapps instead of /srv/http. These are the common guidelines for almost all other web applications in ArchLinux. Thanks for making the change.