Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85284 - [BUMP] amarok-1.2.2 released
Summary: [BUMP] amarok-1.2.2 released
Status: RESOLVED FIXED
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://amarok.kde.org/content/view/48/1/
Whiteboard:
Keywords:
: 85333 85550 85660 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-03-14 16:55 UTC by Tro
Modified: 2005-03-18 08:51 UTC (History)
7 users (show)

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


Attachments
Patch to fix the 100% CPU use problem (teste-1.2.2.patch,5.05 KB, patch)
2005-03-15 18:20 UTC, Alexandre Oliveira
Details | Diff
Previous patch had a problem (teste-1.2.2.patch,5.07 KB, patch)
2005-03-15 18:37 UTC, Alexandre Oliveira
Details | Diff
New ebuild that patches the source with the above patch before building (amarok-1.2.2.ebuild,1.51 KB, application/octet-stream)
2005-03-17 11:00 UTC, Marshall Bjerke
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tro 2005-03-14 16:55:49 UTC
Bugfix release.

Reproducible: Always
Steps to Reproduce:
1. emerge amarok
2.
3.
Comment 1 Tro 2005-03-14 18:03:11 UTC
Renaming the ebuild seems to work. However, there have been cpu usage problems reported (constant 100%), so, if this is bumped, could you please keep 1.2.1 for those of us with laptops that tend to overheat?
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2005-03-15 06:45:41 UTC
*** Bug 85333 has been marked as a duplicate of this bug. ***
Comment 3 Łukasz Mierzwa 2005-03-15 09:53:24 UTC
I've bumped my 1.2.1 ebuild on my amd64 box and it run's great, I'm using arts output but i tried aKode engine output and it starts to eat my whole cpu after few seconds, arts behave very good.
Comment 4 Tro 2005-03-15 14:52:57 UTC
The CPU usage problem is fixed in CVS. Patch here: http://phpfi.com/54482
Comment 5 Alexandre Oliveira 2005-03-15 18:20:34 UTC
Created attachment 53593 [details, diff]
Patch to fix the 100% CPU use problem

This is the fix that went into CVS (a revert from a change, actually).
I've adapted that to amarok-1.2.2 source, this could be aplied by the ebuild.
Comment 6 Alexandre Oliveira 2005-03-15 18:37:03 UTC
Created attachment 53597 [details, diff]
Previous patch had a problem

Always test a patch before submiting...
Shame on me ;-)
Comment 7 Gregorio Guidi (RETIRED) gentoo-dev 2005-03-16 02:08:50 UTC
Just to note that the patch is for http://bugs.kde.org/show_bug.cgi?id=101524, not related to akode (probably http://bugs.kde.org/show_bug.cgi?id=101433, not amarok's fault)
Comment 8 Carsten Lohrke (RETIRED) gentoo-dev 2005-03-16 12:26:44 UTC
*** Bug 85550 has been marked as a duplicate of this bug. ***
Comment 9 Marshall Bjerke 2005-03-17 10:40:37 UTC
*** Bug 85660 has been marked as a duplicate of this bug. ***
Comment 10 Marshall Bjerke 2005-03-17 11:00:30 UTC
Created attachment 53716 [details]
New ebuild that patches the source with the above patch before building

I just added:
src_unpack() {
	unpack ${A}
	cd ${S}

	epatch ${FILESDIR}/100cbfix.diff
}

and put 100cbfix.diff in the files directory.
Comment 11 Gregorio Guidi (RETIRED) gentoo-dev 2005-03-18 08:51:52 UTC
amarok-1.2.2 is in portage now.