Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 520792

Summary: www-apps/ampache-3.8.1 version bump
Product: Gentoo Linux Reporter: Simon Siemonsma <simon>
Component: Current packagesAssignee: Kristian Fiskerstrand (RETIRED) <k_f>
Status: RESOLVED FIXED    
Severity: normal CC: dschridde+gentoobugs, openhs, sbriesen
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 449032    

Description Simon Siemonsma 2014-08-24 20:19:10 UTC
Ampache has a 3.7.0 release see: https://github.com/ampache/ampache/releases

This should solve bug #449032
Comment 1 Meik Frischke 2015-06-13 16:38:48 UTC
Ampache 3.8.0 has been released yesterday
Comment 2 Brian Evans (RETIRED) gentoo-dev 2015-11-24 19:06:14 UTC
*** Bug 522828 has been marked as a duplicate of this bug. ***
Comment 3 Brian Evans (RETIRED) gentoo-dev 2015-12-30 14:01:55 UTC
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
Comment 4 Kristian Fiskerstrand (RETIRED) gentoo-dev 2016-01-04 19:20:29 UTC
(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.
Comment 5 Kristian Fiskerstrand (RETIRED) gentoo-dev 2016-01-08 17:15:56 UTC
3.8.1 is now in tree
Comment 6 Scott Alfter 2016-01-11 19:10:13 UTC
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.