Search Criteria
Package Details: ampache-git 3.8.1.7.g799165a-2
Git Clone URL: | https://aur.archlinux.org/ampache-git.git (read-only, click to copy) |
---|---|
Package Base: | ampache-git |
Description: | A PHP-based tool for managing and playing your audio/video files via a web interface |
Upstream URL: | http://www.ampache.org/ |
Licenses: | |
Conflicts: | |
Submitter: | max-k |
Maintainer: | max-k |
Last Packager: | max-k |
Votes: | 27 |
Popularity: | 0.000000 |
First Submitted: | 2013-06-05 00:02 |
Last Updated: | 2015-12-18 02:42 |
Dependencies (11)
- curl (curl-git, curl-minimal-git)
- mariadb>=5.0 (mysql55, mariadb-git, mariadb103, mysql56, mysql57, mysql, percona-server)
- php>=5.4 (php55, php53, php70, php71, php-zts, php72, php56, php73)
- git (git-git) (make)
- php-composer (make)
- faad2 (faad2-git) (optional) – m4a transcoding/downsampling
- ffmpeg (ffmpeg-semifull-git, ffmpeg-tmblock-git, ffmpeg4.0, ffmpeg-git-nc, ffmpeg-cuda, ffmpeg-v4l2-request-git, ffmpeg-svt, ffmpeg-headless, ffmpeg-gl-transition, ffmpeg-git, ffmpeg-amd-full-git, ffmpeg-decklink, ffmpeg-intel-full-git, ffmpeg-mmal, ffmpeg-amd-full, ffmpeg-svt-av1-git, ffmpeg-libfdk_aac, ffmpeg-full, ffmpeg-full-git, ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg-nocuda, ffmpeg-ndi) (optional) – all transcoding/downsampling
- flac (flac-git, flac-nodocs-git, flac-minimal-git) (optional) – flac transcoding/downsampling
- lame (lame-svn, lame-altivec) (optional) – mp3 transcoding/downsampling
- mp3splt (optional) – mp3, ogg and flac downsampling
- vorbis-tools (vorbis-tools-git) (optional) – ogg transcoding/downsampling
Latest Comments
1 2 Next › Last »
nearwood commented on 2017-03-15 14:26
Me again for my annual comment or two. Rebuilding my media server and while I copied over my php.ini and httpd.conf and whatnot, ampache will not build. I get an error from composer that it cannot run because `${pkgdir}/srv/http/${_gitname}` is not in open_basedir. I added it and it installs fine--but I don't see any changes to the PKGBUILD so I'm not entirely sure what I missed to have to have this additional directory all of a sudden.
nearwood commented on 2016-01-19 21:09
I've noticed that this is pulling from the develop branch, rather than master since develop is set as the HEAD.
max-k commented on 2015-12-18 02:47
To build this package, you need to enable phar extension in php.ini :
extension=phar.so
You also need to add /usr/bin/composer to open_basedir :
open_basedir=/srv/http/:[...]:/usr/bin/composer
nearwood commented on 2015-01-21 18:51
Also, it might be worth considering pulling Github's zip of git HEAD:
https://github.com/ampache/ampache/archive/master.tar.gz
Out of the box Pacman just does a deep git clone instead of a shallow one. No need for 100MB+ of commits when you just want the HEAD.
nearwood commented on 2015-01-21 18:43
Ah, I see. I only looked at this link: https://wiki.archlinux.org/index.php/PKGBUILD#pkgver
It makes more sense with the docs you linked. It works just the same.
max-k commented on 2015-01-21 18:17
Also, it follows VCS packaging guidelines :
https://wiki.archlinux.org/index.php/VCS_package_guidelines#Git
max-k commented on 2015-01-21 18:08
Yes you're right but even if I only put a hash, it will also be outdated.
If you have a better idea, I'm ok to apply it.
nearwood commented on 2015-01-21 16:25
Since this pulls from git, shouldn't the version of this AUR package be uncoupled from the various Ampache tags/releases?
max-k commented on 2013-06-05 18:21
Hi all.
I've adopted an updated this package.
I hope it will be usefull for you.
nearwood commented on 2013-05-03 19:00
I can't seem to build this one. First it complains that the integrity check on the src tar failed, skipping that there's a build error. I modified it for the alpha5 release and got it working.