Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 75187 - An ebuild for the vumeter plugin for XMMS
Summary: An ebuild for the vumeter plugin for XMMS
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Lowest enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-21 08:08 UTC by Frans Sohn
Modified: 2006-05-26 12:53 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frans Sohn 2004-12-21 08:08:07 UTC
Just what the summary says, really. It's a tad messy, I'm new at this.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU Public License v2
# $Header: $

inherit eutils

S=${WORKDIR}/vumeter-0.9.1

DESCRIPTION="Analog VU meter plugin for XMMS"
HOMEPAGE="http://vumeterplugin.sourceforge.net/"
SRC_URI="mirror://sourceforge/vumeterplugin/vumeter-0.9.1.tar.gz"
LICENSE="GPL-2"

SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND=">=media-sound/xmms-1.2.9
	>=media-libs/gdk-pixbuf-0.21
	>=x11-libs/gtk+-1.2.10"

src_unpack() {
	unpack vumeter-0.9.1.tar.gz

	cd ${S}
}

src_install() {
	DESTDIR="${D}" einstall	
	dodoc README ChangeLog NEWS AUTHORS INSTALL
}

src_compile() {
	econf || die "configure failed"
	emake || die "emake failed"
}
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-05-08 11:35:49 UTC
Please attach the ebuild next time.

Remove src_unpack() and src_compile() functions if they are just the default.
Comment 2 Luis Medinas (RETIRED) gentoo-dev 2005-11-07 19:59:39 UTC
after do all that you should fix this too. Rename the title of the bug to 
[EBUILD] category/nameoftheapp - description please.

src_install() {
	make DESTDIR="${D}" install || die
...
}

S variable should be removed too
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-05-26 12:53:23 UTC
XMMS is now obsolete, although still in Portage and somewhat supported, we're not accepting any more related packages.