Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57891 - k3guitune-0.3.1 ebuild (new package)
Summary: k3guitune-0.3.1 ebuild (new package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL: http://home.planet.nl/~lamer024/k3gui...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-21 13:14 UTC by Patrick Dawson (RETIRED)
Modified: 2004-08-05 23:55 UTC (History)
1 user (show)

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


Attachments
k3guitune-0.3.1.ebuild (k3guitune-0.3.1.ebuild,882 bytes, text/plain)
2004-07-21 13:14 UTC, Patrick Dawson (RETIRED)
Details
k3guitune-0.3.1-alsafix.patch (k3guitune-0.3.1-alsafix.patch,655 bytes, patch)
2004-07-21 13:15 UTC, Patrick Dawson (RETIRED)
Details | Diff
k3guitune-0.4.ebuild (k3guitune-0.4.ebuild,708 bytes, text/plain)
2004-07-28 16:08 UTC, Patrick Dawson (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Dawson (RETIRED) gentoo-dev 2004-07-21 13:14:05 UTC
KDE version of GtkGuitune, including Arts and ALSA support.
Comment 1 Patrick Dawson (RETIRED) gentoo-dev 2004-07-21 13:14:37 UTC
Created attachment 35912 [details]
k3guitune-0.3.1.ebuild
Comment 2 Patrick Dawson (RETIRED) gentoo-dev 2004-07-21 13:15:10 UTC
Created attachment 35913 [details, diff]
k3guitune-0.3.1-alsafix.patch
Comment 3 Jeremy Huddleston (RETIRED) gentoo-dev 2004-07-22 01:42:24 UTC
	use alsa || myconf="${myconf} --disable-alsa"
	use arts || myconf="${myconf} --disable-arts"
	use oss || myconf="${myconf} --disable-oss"

If it works, we prefer to do this using the 'use_enable' command... so you could do:

myconf="`use_enable alsa` `use_enable arts` `use_enable oss`"

Some configure scripts don't properly handle --enable and --disable, so that's why we sometimes do it as you did...

This looks good... I'll save it for your first commit into portage.
Comment 4 Patrick Dawson (RETIRED) gentoo-dev 2004-07-28 16:08:08 UTC
Created attachment 36353 [details]
k3guitune-0.4.ebuild

In a pleasant surprise, version 0.4 was just released and it's just about as
good as GtkGuitune. I've updated the ebuild as per your suggestions, and
removed the now-unnecessary ALSA patch.
Comment 5 Patrick Dawson (RETIRED) gentoo-dev 2004-08-05 23:55:33 UTC
Committed to CVS.