annotate debian/templates @ 10730:67449e5936f3

fix 10l (computation based on uninitialized data which led to incorrect field matching) and greatly improve selection logic. the pullup core should be very accurate now, so try throwing tough samples at it and report any failures! :)
author rfelker
date Sun, 31 Aug 2003 17:46:32 +0000
parents 8bfa2ecbcab9
children 4aa373c0a395
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1398
10e236ceac5e update to perl debconf. fixed problem with configure.
eyck
parents:
diff changeset
1 Template: mplayer/replace-existing-files
10e236ceac5e update to perl debconf. fixed problem with configure.
eyck
parents:
diff changeset
2 Type: boolean
10e236ceac5e update to perl debconf. fixed problem with configure.
eyck
parents:
diff changeset
3 Default: true
10e236ceac5e update to perl debconf. fixed problem with configure.
eyck
parents:
diff changeset
4 Description: Upgrade existing system?
10e236ceac5e update to perl debconf. fixed problem with configure.
eyck
parents:
diff changeset
5 It looks like you've configured your mplayer already.
10e236ceac5e update to perl debconf. fixed problem with configure.
eyck
parents:
diff changeset
6 If you'd like to configure it with this program, I'll have
10e236ceac5e update to perl debconf. fixed problem with configure.
eyck
parents:
diff changeset
7 to delete the old configuration. Do you want to continue
10e236ceac5e update to perl debconf. fixed problem with configure.
eyck
parents:
diff changeset
8 configuration with this program? If you say "yes", I'll go ahead
10e236ceac5e update to perl debconf. fixed problem with configure.
eyck
parents:
diff changeset
9 and delete your old configuration and you can create it anew with
10e236ceac5e update to perl debconf. fixed problem with configure.
eyck
parents:
diff changeset
10 this program.
10e236ceac5e update to perl debconf. fixed problem with configure.
eyck
parents:
diff changeset
11
10e236ceac5e update to perl debconf. fixed problem with configure.
eyck
parents:
diff changeset
12 Template: mplayer/replace-existing-files-bail
10e236ceac5e update to perl debconf. fixed problem with configure.
eyck
parents:
diff changeset
13 Type: note
10e236ceac5e update to perl debconf. fixed problem with configure.
eyck
parents:
diff changeset
14 Description: Files not replaced
10e236ceac5e update to perl debconf. fixed problem with configure.
eyck
parents:
diff changeset
15 I'm going to exit now since you don't want me to replace your
10e236ceac5e update to perl debconf. fixed problem with configure.
eyck
parents:
diff changeset
16 existing files. If you change your mind later, you can run
10e236ceac5e update to perl debconf. fixed problem with configure.
eyck
parents:
diff changeset
17 dpkg-reconfigure mplayer.
10e236ceac5e update to perl debconf. fixed problem with configure.
eyck
parents:
diff changeset
18
10e236ceac5e update to perl debconf. fixed problem with configure.
eyck
parents:
diff changeset
19 Template: mplayer/mainmenu
10e236ceac5e update to perl debconf. fixed problem with configure.
eyck
parents:
diff changeset
20 Type: select
10e236ceac5e update to perl debconf. fixed problem with configure.
eyck
parents:
diff changeset
21 Choices: ${choices}, Exit
10e236ceac5e update to perl debconf. fixed problem with configure.
eyck
parents:
diff changeset
22 Description: MPlayer Main Menu
10e236ceac5e update to perl debconf. fixed problem with configure.
eyck
parents:
diff changeset
23 From this menu, you can modify any of the settings for your device.
10e236ceac5e update to perl debconf. fixed problem with configure.
eyck
parents:
diff changeset
24 Simply select the item you'd like to change to modify it.
10e236ceac5e update to perl debconf. fixed problem with configure.
eyck
parents:
diff changeset
25 When you are done, select Exit.
10e236ceac5e update to perl debconf. fixed problem with configure.
eyck
parents:
diff changeset
26
10e236ceac5e update to perl debconf. fixed problem with configure.
eyck
parents:
diff changeset
27 Template: mplayer/voutput
10e236ceac5e update to perl debconf. fixed problem with configure.
eyck
parents:
diff changeset
28 Type: select
5692
8bfa2ecbcab9 Fix non-interactive install issue, based on report from Jens
eyck
parents: 1734
diff changeset
29 Default: x11
1734
bf80e7d70bc6 d'ah, there was a left-over from early testing phase, removed by andre.dahlqvist@telia.com
eyck
parents: 1634
diff changeset
30 Choices: ${vochoices}
1398
10e236ceac5e update to perl debconf. fixed problem with configure.
eyck
parents:
diff changeset
31 Description: MPlayer Video Output
1442
50dc44570cd4 nice texts. substvars shouldn't be in cvs.
eyck
parents: 1398
diff changeset
32 Mplayer can use very wide range of video output drivers:
50dc44570cd4 nice texts. substvars shouldn't be in cvs.
eyck
parents: 1398
diff changeset
33 ( order aproximately by speed: )
50dc44570cd4 nice texts. substvars shouldn't be in cvs.
eyck
parents: 1398
diff changeset
34 * mga, xmga - direct hardware access on MGA cards (G200/400/450), needs /dev/mga_vid
50dc44570cd4 nice texts. substvars shouldn't be in cvs.
eyck
parents: 1398
diff changeset
35 this driver can work without X and display video on secondary head of matrox cards
50dc44570cd4 nice texts. substvars shouldn't be in cvs.
eyck
parents: 1398
diff changeset
36 * xv - XVideo extensions of X 4.x ( hardware scaling, bilinear filtering )
50dc44570cd4 nice texts. substvars shouldn't be in cvs.
eyck
parents: 1398
diff changeset
37 * sdl - SDL library, it can also use hardware scaling, filtering etc
1634
3249bbc48bf9 Changes to debian packaging based on patches by Josip Rodin (joy debian org)
eyck
parents: 1442
diff changeset
38 * ggi - GGI library, it can also use hardware scaling, filtering etc
1442
50dc44570cd4 nice texts. substvars shouldn't be in cvs.
eyck
parents: 1398
diff changeset
39 * dga, fsdga - DGA extension.
50dc44570cd4 nice texts. substvars shouldn't be in cvs.
eyck
parents: 1398
diff changeset
40 * fsbdev - framebuffer device ( watching movies on text console )
50dc44570cd4 nice texts. substvars shouldn't be in cvs.
eyck
parents: 1398
diff changeset
41 * x11 - simple x11 output.
1634
3249bbc48bf9 Changes to debian packaging based on patches by Josip Rodin (joy debian org)
eyck
parents: 1442
diff changeset
42 .
3249bbc48bf9 Changes to debian packaging based on patches by Josip Rodin (joy debian org)
eyck
parents: 1442
diff changeset
43 Please choose carefully because this will have a tremendous effect on speed.
1398
10e236ceac5e update to perl debconf. fixed problem with configure.
eyck
parents:
diff changeset
44
1442
50dc44570cd4 nice texts. substvars shouldn't be in cvs.
eyck
parents: 1398
diff changeset
45 Template: mplayer/cfgnote
50dc44570cd4 nice texts. substvars shouldn't be in cvs.
eyck
parents: 1398
diff changeset
46 Type: note
50dc44570cd4 nice texts. substvars shouldn't be in cvs.
eyck
parents: 1398
diff changeset
47 Description: Create your ~/.mplayer/conf file.
50dc44570cd4 nice texts. substvars shouldn't be in cvs.
eyck
parents: 1398
diff changeset
48 Remember to read documentation and edit your ~/.mplayer/conf
50dc44570cd4 nice texts. substvars shouldn't be in cvs.
eyck
parents: 1398
diff changeset
49 (or /etc/mplayer.conf) file. This binary depends heavily on
50dc44570cd4 nice texts. substvars shouldn't be in cvs.
eyck
parents: 1398
diff changeset
50 your hardware - which means that it needs tweaking for every single
50dc44570cd4 nice texts. substvars shouldn't be in cvs.
eyck
parents: 1398
diff changeset
51 machine it's installed to. And it also it means that it will use
50dc44570cd4 nice texts. substvars shouldn't be in cvs.
eyck
parents: 1398
diff changeset
52 your setup very effectively. Look at /usr/share/doc/mplayer
50dc44570cd4 nice texts. substvars shouldn't be in cvs.
eyck
parents: 1398
diff changeset
53 end
50dc44570cd4 nice texts. substvars shouldn't be in cvs.
eyck
parents: 1398
diff changeset
54