Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 118610 - Patch to remove startup and shutdown animations from kmplayer
Summary: Patch to remove startup and shutdown animations from kmplayer
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High enhancement
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-10 20:12 UTC by Scott Jubenville
Modified: 2006-01-12 08:38 UTC (History)
0 users

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


Attachments
kmplayer-0.9.1a-remove_animations.patch (kmplayer-0.9.1a-remove_animation.patch,4.19 KB, patch)
2006-01-10 20:13 UTC, Scott Jubenville
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Scott Jubenville 2006-01-10 20:12:50 UTC
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.
Comment 1 Scott Jubenville 2006-01-10 20:13:22 UTC
Created attachment 76804 [details, diff]
kmplayer-0.9.1a-remove_animations.patch
Comment 2 Scott Jubenville 2006-01-12 08:38:40 UTC
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