Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 531800 - media-sound/ymp - Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS
Summary: media-sound/ymp - Standalone MPD Web GUI written in C, utilizing Websockets a...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://www.ympd.org
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2014-12-06 11:52 UTC by jannis
Modified: 2014-12-08 07:23 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ympd-1.2.3.ebuild (ympd-1.2.3.ebuild,606 bytes, text/plain)
2014-12-06 11:53 UTC, jannis
Details
ympd-1.2.3.ebuild (ympd-1.2.3.ebuild,606 bytes, text/plain)
2014-12-08 07:21 UTC, jannis
Details

Note You need to log in before you can comment on or make changes to this bug.
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).