Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 118610

Summary: Patch to remove startup and shutdown animations from kmplayer
Product: Gentoo Linux Reporter: Scott Jubenville <scott>
Component: New packagesAssignee: 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

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