Summary: | media-sound/ymp - Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | jannis <kripton> |
Component: | New packages | Assignee: | 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
Created attachment 391062 [details]
ympd-1.2.3.ebuild
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? Created attachment 391204 [details]
ympd-1.2.3.ebuild
Fixed the year in the copyright header
(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). |