Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 283774 - media-sound/pms (new package)
Summary: media-sound/pms (new package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://pms.sourceforge.net
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-05 18:32 UTC by Marco Paolone
Modified: 2010-09-15 23:35 UTC (History)
0 users

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


Attachments
pms-0.40.6.ebuild (pms-0.40.6.ebuild,1.01 KB, text/plain)
2009-09-05 18:33 UTC, Marco Paolone
Details
sample configuration file (rc.example,4.46 KB, text/plain)
2009-09-05 18:34 UTC, Marco Paolone
Details
pms-0.41 - version bump (pms-0.41.ebuild,1.01 KB, text/plain)
2009-09-07 00:27 UTC, Marco Paolone
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marco Paolone 2009-09-05 18:32:56 UTC
An ncurses-based frontend for mpd.

Reproducible: Always
Comment 1 Marco Paolone 2009-09-05 18:33:49 UTC
Created attachment 203219 [details]
pms-0.40.6.ebuild
Comment 2 Marco Paolone 2009-09-05 18:34:15 UTC
Created attachment 203220 [details]
sample configuration file
Comment 3 Marco Paolone 2009-09-07 00:27:11 UTC
Created attachment 203329 [details]
pms-0.41 - version bump
Comment 4 Marco Paolone 2009-09-07 00:45:35 UTC
Comment on attachment 203329 [details]
pms-0.41 - version bump

><HTML><HEAD/><BODY><PRE># Copyright 1999-2009 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
># $Header: $
>
>EAPI=2
>inherit eutils
>
>DESCRIPTION="Practical Music Search, an ncurses-based MPD client"
>HOMEPAGE="http://pms.sourceforge.net"
>SRC_URI="http://downloads.sourceforge.net/pms/pms-${PV}.tar.bz2"
>
>LICENSE="GPL-3"
>SLOT="0"
>KEYWORDS="~x86"
>IUSE="nls"
>
>RDEPEND="sys-libs/ncurses
>		dev-libs/boost
>		&gt;=dev-libs/glib-2.18.4-r1
>		media-sound/mpd
>		nls? ( sys-devel/gettext )"
>DEPEND="${RDEPEND}"
>
>src_configure() {
>	econf \
>		--with-ncurses \
>		--without-ncursesw || die "econf failed"
>}
>
>src_compile() {
>	emake || die "emake failed"
>}
>
>src_install() {
>	emake DESTDIR="${D}" install || die "emake install failed"
>	dodoc ChangeLog README TODO
>}
>
></PRE></BODY></HTML>
Comment 5 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-09-15 23:35:04 UTC
This was added last February.