# HG changeset patch # User diego # Date 1136508843 0 # Node ID 29828be76bd51e178476dd83b7354de2fedaf1dc # Parent 93590989822a4b333f0b42d857c715115066c952 Remove unused template file. diff -r 93590989822a -r 29828be76bd5 debian/postinst.templates --- a/debian/postinst.templates Fri Jan 06 00:53:31 2006 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,31 +0,0 @@ -Template: mplayer/output -Type: select -Choices: ${vo} -Default: xv -Description: Which Video Output driver would you like? - MPlayer can use very wide range of video output drivers: - ( order aproximately by speed: ) - * mga, xmga - direct hardware access on MGA cards (G200/400/450), needs /dev/mga_vid - this driver can work without X and display video on secondary head of matrox cards - * xv - XVideo extensions of X 4.x ( hardware scaling, bilinear filtering ) - * sdl - SDL library, it can also use hardware scaling, filtering etc - * dga, fsdga - DGA extension. - * fsbdev - framebuffer device ( watching movies on text console ) - * x11 - simple x11 output. - Please choose carefully because it has tramendous effect on speed. - -Template: mplayer/overwrite -Type: boolean -Default: false -Description: Overwrite /etc/mplayer/mplayer.conf ? - Should I overwrite your current /etc/mplayer/mplayer.conf with the one created on the fly based on your answers? - -Template: mplayer/cfgnote -Type: note -Description: Create your ~/.mplayer/conf file. - Remember to read documentation and edit your ~/.mplayer/conf - (or /etc/mplayer/mplayer.conf) file. This binary depends heavily on - your hardware - which means that it needs tweaking for every single - machine it's installed to. And it also it means that it will use - your setup very effectively. Look at /usr/share/doc/mplayer - end