Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48025 - NCurses front-end for the music player daemon (mpd)
Summary: NCurses front-end for the music player daemon (mpd)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Brian Harring (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
: 53597 55216 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-04-16 03:26 UTC by Florian Rohde
Modified: 2004-06-26 23:17 UTC (History)
6 users (show)

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


Attachments
ncmpc-0.10.0.ebuild (ncmpc-0.10.0.ebuild,582 bytes, text/plain)
2004-04-16 03:27 UTC, Florian Rohde
Details
ncmpc-0.10.0.ebuild (ncmpc-0.10.0.ebuild,611 bytes, text/plain)
2004-04-16 05:11 UTC, Florian Rohde
Details
ncmpc-0.10.0.diff (ncmpc-0.10.0.diff,1.04 KB, patch)
2004-04-16 08:02 UTC, Martti Rannanjärvi
Details | Diff
ncmpc-0.10.0.ebuild (ncmpc-0.10.0.ebuild,731 bytes, text/plain)
2004-04-16 09:14 UTC, Florian Rohde
Details
ncmpc-0.10.0.ebuild (ncmpc-0.10.0.ebuild,623 bytes, text/plain)
2004-04-22 15:56 UTC, Kalle Wallin
Details
modified ncmpc-0.10.0.ebuild (ncmpc-0.10.0.ebuild,762 bytes, text/plain)
2004-04-22 17:38 UTC, Ryan
Details
ncmpc-0.10.0.ebuild (ncmpc-0.10.0.ebuild,555 bytes, text/plain)
2004-04-23 14:13 UTC, Martti Rannanjärvi
Details
ncmpc-0.10.1.ebuild (ncmpc-0.10.1.ebuild,555 bytes, text/plain)
2004-04-27 09:19 UTC, Florian Rohde
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Rohde 2004-04-16 03:26:32 UTC
mpd is in portage, but i can only see mpc as front-end... found an ebuild for gmpc (gnome front-end) on bugs.gentoo.org and thought, an ebuild for the ncurses front-end would be nice.

Reproducible: Always
Steps to Reproduce:
Comment 1 Florian Rohde 2004-04-16 03:27:25 UTC
Created attachment 29411 [details]
ncmpc-0.10.0.ebuild
Comment 2 Martti Rannanjärvi 2004-04-16 04:26:37 UTC
The ebuild installs docs to wrong place and doesn't compress them.
You can remove src_compile btw.
Comment 3 Florian Rohde 2004-04-16 05:11:06 UTC
Created attachment 29416 [details]
ncmpc-0.10.0.ebuild

This one should do it better..
Comment 4 Martti Rannanjärvi 2004-04-16 08:02:54 UTC
Created attachment 29420 [details, diff]
ncmpc-0.10.0.diff

Too hacky :-/
Maybe some sedding..?
And use sf mirrors
Comment 5 Martti Rannanjärvi 2004-04-16 08:05:04 UTC
Would like to try, but I have issues with mpd distfiles..
Comment 6 Florian Rohde 2004-04-16 09:14:49 UTC
Created attachment 29424 [details]
ncmpc-0.10.0.ebuild

Looking good. Worked like a charm.
Comment 7 Martti Rannanjärvi 2004-04-16 10:38:46 UTC
Comment on attachment 29420 [details, diff]
ncmpc-0.10.0.diff

Yay.
Comment 8 Kalle Wallin 2004-04-22 15:56:59 UTC
Created attachment 29851 [details]
ncmpc-0.10.0.ebuild

I dont like the sed line in the previous ebuild. The value of PACKAGE is used
in the source and this whould as an example rename ncmpc configuration file to
.ncmpc-0.10.0.rc (should be .ncmpcrc).	 
 
The correct way of changing the document path should be to run make with a
docdir definition.

Finaly adding ppc to the keywords would be nice as ncmpc is partly developed on
a gentoo ppc.
Comment 9 Ryan 2004-04-22 17:38:41 UTC
Created attachment 29861 [details]
modified ncmpc-0.10.0.ebuild

I took a few tid-bits from the previous ebuilds posted and added it to the one
I have made.  I used the one for mpc as a template to make this one.  This is
my first one to make so I am not sure on the process of submitting this, Please
let me know if there is anything I should/shouldn't do.

I figured with the more responses and interest we can get this in portage.  MPD
is a nice and efficient dameon and this is now my favorite client for it.
Comment 10 Ryan 2004-04-22 17:46:24 UTC
add the name of the player "ncmpc" to the summary to show up on more searches.
Comment 11 Martti Rannanjärvi 2004-04-23 14:13:16 UTC
Created attachment 29922 [details]
ncmpc-0.10.0.ebuild

I thought PACKAGE might affect something we wouldn't want.

Kalle:
You can remove src_compile as it does those things by default.

Ryan: why depend mpd when mpd can be ran on a different machine? what's with
the --with-gnu-ld? why drop docs?

So yet another ebuild.
Comment 12 Ryan 2004-04-23 15:12:38 UTC
good point about mpd, didn't think of that.  As for the --with-gnu-ld, it was mpc ebuild which is what I used as a basis .. and the reason for removing the doc, is assuming by defulat the build creates that , but the dodoc command will move the docs to /usr/share/doc/${P} so that later version will have their own doc folder and the docs from different version won't inertwine, at least that was my thought. (again this was in the mpc, and I thought I made sense why it was there.)
Comment 13 Florian Rohde 2004-04-27 09:19:02 UTC
Created attachment 30160 [details]
ncmpc-0.10.1.ebuild

Well well... and there we have a new version of ncmpc. Took the last ebuild
which looked best to me and simply renamed it... worked for me.
Comment 14 Brian Harring (RETIRED) gentoo-dev 2004-06-18 00:51:42 UTC
*** Bug 53597 has been marked as a duplicate of this bug. ***
Comment 15 Jeremy Huddleston (RETIRED) gentoo-dev 2004-06-26 00:58:00 UTC
*** Bug 55216 has been marked as a duplicate of this bug. ***
Comment 16 Brian Harring (RETIRED) gentoo-dev 2004-06-26 23:17:07 UTC
InCVS.
Thanks Florian :)