Ampache has a 3.7.0 release see: https://github.com/ampache/ampache/releases This should solve bug #449032
Ampache 3.8.0 has been released yesterday
*** Bug 522828 has been marked as a duplicate of this bug. ***
If you want to keep Ampache in the tree, please update so it can keep working v3.8.1 @Afterster Afterster released this 22 days ago ยท 47 commits to develop since this release Summary AGPL re-licensing Composer for dependency management PHP7 compatibility fix Several fixes and enhancement
(In reply to Brian Evans from comment #3) > If you want to keep Ampache in the tree, please update so it can keep working > > v3.8.1 fwiw, I have a 3.8.1 version in my overlay (layman -a k_f) that seems to work , just started looking into this package, so not really too familiar with it yet though.
3.8.1 is now in tree
Ampache 3.8.1 depends on Composer: https://getcomposer.org/ This package is not in Portage. I found an ebuild in someone else's overlay; since that overlay isn't known to Layman, I copied it to my overlay. It appears to require that PHP is built with the gmp and xmlreader USE flags, so I've fixed the ebuild accordingly: https://github.com/salfter/portage/tree/master/dev-php/composer Once Composer is installed, running "sudo composer update" in the instance directory (e.g. /var/www/www.example.com/htdocs/ampache) gets Ampache up and running again.