Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27627 - Ebuild for traymp-0.12
Summary: Ebuild for traymp-0.12
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Sound Team
URL: http://musicpd.org
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-08-30 18:43 UTC by sbh
Modified: 2004-03-06 04:58 UTC (History)
2 users (show)

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


Attachments
Ebuild for traymp (traymp-0.12.ebuild,584 bytes, application/octet-stream)
2003-08-30 18:46 UTC, sbh
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sbh 2003-08-30 18:43:04 UTC
Here is an ebuild for traymp-0.12 (tray music player), a client for the server
Music Player Daemon. It minimizes to the system tray, although it is a fully
featured client.
Comment 1 sbh 2003-08-30 18:46:12 UTC
Created attachment 16831 [details]
Ebuild for traymp
Comment 2 J. Ellis (RETIRED) gentoo-dev 2003-09-20 05:56:32 UTC
Please re-attach as plain text. Thanks.
Comment 3 sbh 2003-09-20 07:49:22 UTC
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $

IUSE="xosd"

S=${WORKDIR}/${P}
DESCRIPTION="A gtk2 system tray interface to MPD"
SRC_URI="http://mercury.chem.pitt.edu/~shank/${P}.tar.gz"
HOMEPAGE="http://www.musicpd.org/"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~sparc"

DEPEND=">=gnome-base/libglade-2.0.1"

src_compile() {
	local myconf

	use xosd \
	&& myconf="${myconf} --enable-xosd" \
	|| myconf="${myconf} --disable-xosd"

	econf \
	      ${myconf}

	emake || die
}

src_install() {
	einstall
}
Comment 4 Martin Holzer (RETIRED) gentoo-dev 2003-11-19 09:58:46 UTC
doesn'T compile here
i've created a bug upstream

http://www.musicpd.org/mantis/bug_view_page.php?bug_id=0000178
Comment 5 Jeremy Huddleston (RETIRED) gentoo-dev 2004-02-10 02:47:07 UTC
odd that bug doesn't seem to exist on their bug list... Martin, could you paste any resolution information you have from email here?
Comment 6 Starz McCllelan 2004-02-10 11:45:08 UTC
Bug needs to be canceled, as gmpc has since replaced traymp and there will be an ebuild submitted at a later date.
Comment 7 Jeremy Huddleston (RETIRED) gentoo-dev 2004-03-06 04:58:35 UTC
closing