comparison debian-build/postinst.templates @ 9364:33f43b0f24f7

Adding debian-build directory by request of Deriush Pietrzak This is thought for creating debian binary packages for distribution. IMPORTANT: THIS DOESNT WORK CURRENTLY
author attila
date Sun, 09 Feb 2003 12:26:11 +0000
parents
children 4aa373c0a395
comparison
equal deleted inserted replaced
9363:6398c11b1bef 9364:33f43b0f24f7
1 Template: mplayer/output
2 Type: select
3 Choices: ${vo}
4 Default: xv
5 Description: Which Video Output driver would you like?
6 Mplayer can use very wide range of video output drivers:
7 ( order aproximately by speed: )
8 * mga, xmga - direct hardware access on MGA cards (G200/400/450), needs /dev/mga_vid
9 this driver can work without X and display video on secondary head of matrox cards
10 * xv - XVideo extensions of X 4.x ( hardware scaling, bilinear filtering )
11 * sdl - SDL library, it can also use hardware scaling, filtering etc
12 * dga, fsdga - DGA extension.
13 * fsbdev - framebuffer device ( watching movies on text console )
14 * x11 - simple x11 output.
15 Please choose carefully because it has tramendous effect on speed.
16
17 Template: mplayer/overwrite
18 Type: boolean
19 Default: false
20 Description: Overwrite /etc/mplayer/mplayer.conf ?
21 Should I overwrite your current /etc/mplayer/mplayer.conf with the one created on the fly based on your answers?
22
23 Template: mplayer/cfgnote
24 Type: note
25 Description: Create your ~/.mplayer/conf file.
26 Remember to read documentation and edit your ~/.mplayer/conf
27 (or /etc/mplayer/mplayer.conf) file. This binary depends heavily on
28 your hardware - which means that it needs tweaking for every single
29 machine it's installed to. And it also it means that it will use
30 your setup very effectively. Look at /usr/share/doc/mplayer
31 end