Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10178 - No pixmaps on buttons in aviplay (avifile-0.7.15.20020816)
Summary: No pixmaps on buttons in aviplay (avifile-0.7.15.20020816)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-03 23:56 UTC by dareynol
Modified: 2003-02-04 19:42 UTC (History)
0 users

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 dareynol 2002-11-03 23:56:12 UTC
There are no pixmaps on the buttons in the playercontrol window of aviplay.
It seems that the install does not copy the /usr/share/avifile0.7 directory
(which should contain the images for the butons).

The fix involves the change of a single character in the ebuild.

The line in src_install() which reads:
        make prefix=${D}/usr datadir=${S}/usr/share install || die

is changed to:
        make prefix=${D}/usr datadir=${D}/usr/share install || die