| Summary: | Patch to remove startup and shutdown animations from kmplayer | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Scott Jubenville <scott> |
| Component: | New packages | Assignee: | Gentoo KDE team <kde> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | ||
| Priority: | High | ||
| Version: | 2005.1 | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | kmplayer-0.9.1a-remove_animations.patch | ||
Created attachment 76804 [details, diff]
kmplayer-0.9.1a-remove_animations.patch
Patch is not needed. You only need to create two empty files; /usr/kde/3.5/share/apps/kmplayer/intro.xml and /usr/kde/3.5/share/apps/kmplayer/exit.xml and animations will be removed. (Change 3.5 to your version of KDE) eg. echo "" > /usr/kde/3.5/share/apps/kmplayer/intro.xml echo "" > /usr/kde/3.5/share/apps/kmplayer/exit.xml |
This is a simple patch to remove the startup and shutdown animations in kmplayer. On Gentoo, just add this section to the ebuild: src_unpack() { unpack ${MY_P}.tar.bz2 cd ${S} epatch ${FILESDIR}/${P}-remove_animation.patch } Place the patch in the ${FILESDIR} and redigest the ebuild. Hopefully this is acceptable by original author.