Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 148419 - kmplayer 0.9.3 with binary mplayer on amd64 needs testing
Summary: kmplayer 0.9.3 with binary mplayer on amd64 needs testing
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-20 14:11 UTC by Ioannis Aslanidis (RETIRED)
Modified: 2006-10-09 10:49 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 Ioannis Aslanidis (RETIRED) gentoo-dev 2006-09-20 14:11:11 UTC
Please, test that the patch supplied works correctly (test all kmplayer functionalities) when using mplayer-bin under amd64.

I have reported upstream that these harcoded mplayer entries are becoming annoying. Hope they do something about it.

http://bugs.kde.org/show_bug.cgi?id=134418
Comment 1 Ioannis Aslanidis (RETIRED) gentoo-dev 2006-09-20 14:23:26 UTC
Nevermind, upstream confirmed that mplayer can be set from within the configuration menu from this version and on.

Do the amd64 users still want this patch on this version or should I drop it and add an einfo?
Comment 2 Ioannis Aslanidis (RETIRED) gentoo-dev 2006-09-20 14:25:44 UTC
Can you guys still try that the feature works correctly before I perform any change?

------- Additional Comment #2 From Koos Vriezen  2006-09-20 23:18 -------
Have you tried the MPlayer config tab in kmplayer's configure dialog? As of this 0.9.3 release, you should be able to set MPlayer's binary name (and even it's complete path)
Comment 3 Simon Stelling (RETIRED) gentoo-dev 2006-10-09 10:12:02 UTC
Ioannis, can you just go on with the change? I haven't tested it (load of kde deps) but if it doesn't work out, we'll soon notice it. It is testing after all, users can expect minor breakage :)
Comment 4 Ioannis Aslanidis (RETIRED) gentoo-dev 2006-10-09 10:16:47 UTC
It's already in the tree. I just wanted to be sure that it worked for everyone. If no one has complained to the moment, maybe things are alright anyway.

MEMORANDUM: Do not create mplayer-bin patch for amd64 on next version.
Comment 5 Simon Stelling (RETIRED) gentoo-dev 2006-10-09 10:23:57 UTC
Sure?

kmplayer-0.9.3.ebuild:

src_unpack() {
    kde_src_unpack

    if use mplayer && use amd64 && ! has_version media-video/mplayer; then
        epatch "${FILESDIR}/${P}-use32bitbin.diff"
    fi
}
Comment 6 Ioannis Aslanidis (RETIRED) gentoo-dev 2006-10-09 10:31:09 UTC
I was thinking in allowing the patch in there, but if you insist... :)
Comment 7 Ioannis Aslanidis (RETIRED) gentoo-dev 2006-10-09 10:49:24 UTC
Fixed in CVS.