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

Bug 531800

Summary: media-sound/ymp - Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS
Product: Gentoo Linux Reporter: jannis <kripton>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: UNCONFIRMED ---    
Severity: enhancement CC: sound
Priority: Normal Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://www.ympd.org
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: ympd-1.2.3.ebuild
ympd-1.2.3.ebuild

Description jannis 2014-12-06 11:52:48 UTC
Well, summary says it all. I've written an ebuild that works as live ebuild (-9999) or with a specific version (-1.2.3 works).
I've not written any init/service files though.

Reproducible: Always
Comment 1 jannis 2014-12-06 11:53:32 UTC
Created attachment 391062 [details]
ympd-1.2.3.ebuild
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2014-12-06 16:39:40 UTC
Comment on attachment 391062 [details]
ympd-1.2.3.ebuild

># Copyright 1999-2012 Gentoo Foundation

That should be 2014.

>DEPEND="media-libs/libmpdclient"

If it's a GUI, then what toolkit does it use?
Comment 3 jannis 2014-12-08 07:21:49 UTC
Created attachment 391204 [details]
ympd-1.2.3.ebuild

Fixed the year in the copyright header
Comment 4 jannis 2014-12-08 07:23:44 UTC
(In reply to Jeroen Roovers from comment #2)
> Comment on attachment 391062 [details]
> ympd-1.2.3.ebuild
> 
> ># Copyright 1999-2012 Gentoo Foundation
> 
> That should be 2014.

Fixed.

> 
> >DEPEND="media-libs/libmpdclient"
> 
> If it's a GUI, then what toolkit does it use?

It's not a GUI than runs on X/Wayland. It's a client to mpd (hence the dependency) but runs its own HTTP server on a port given via command line argument (8080 by default).