Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 114396 - media-video/winki does not checks mencoder installation
Summary: media-video/winki does not checks mencoder installation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on: 94902
Blocks:
  Show dependency tree
 
Reported: 2005-12-03 16:23 UTC by Henrique Ferreiro
Modified: 2006-04-17 08:02 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 Henrique Ferreiro 2005-12-03 16:23:24 UTC
Then it cannot be executed.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-12-17 05:20:58 UTC
Can you add a bit more informations next time?
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-12-17 05:58:24 UTC
See above.
Comment 3 Henrique Ferreiro 2005-12-19 14:06:50 UTC
There is only one version of winki in portage and the problem is that the ebuild doesn't check the mencoder flag in mplayer.
What information do you need?
Comment 4 Arun Raghavan (RETIRED) gentoo-dev 2005-12-22 19:41:57 UTC
This can be fixed easily by appending the following lines to pkg_setup() in the patched ebuild on bug #72423

	if ! built_with_use mplayer encode; then
		ebeep
		ewarn "Winki will not work till you build mplayer with the 'encode' USE flag."
	fi
Comment 5 Arun Raghavan (RETIRED) gentoo-dev 2005-12-22 19:42:44 UTC
> patched ebuild on bug #72423

That would be bug #94902
Comment 6 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-04-17 08:02:51 UTC
Committing now.