annotate debian/templates @ 20276:f0f6217f58e2

r20257: Disable loading of file-specific configuration file from the same directory as the played file. Add a command-line switch to enable it. r20260: Update x264 option names that changed with r20060 r20264: small grammar fix r20265: Use American spelling of "gray" instead for British's "grey" for XviD option r20277: Update x264 option names that changed with r20060 r20279: mention new -use-filedir-conf option in general config description r20280: remove me=3 leftover (x264)
author kraymer
date Tue, 17 Oct 2006 11:21:11 +0000
parents a5bef61f49bf
children 886df65b96e8
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?
17346
a5bef61f49bf Improve the Debian package configuration: Remove the vo module configuration,
diego
parents: 17325
diff changeset
5 It looks like you've configured MPlayer already. If you'd like to
a5bef61f49bf Improve the Debian package configuration: Remove the vo module configuration,
diego
parents: 17325
diff changeset
6 configure it with this program, I'll have to delete the old
a5bef61f49bf Improve the Debian package configuration: Remove the vo module configuration,
diego
parents: 17325
diff changeset
7 configuration /etc/mplayer/mplayer.conf. Do you want to continue
a5bef61f49bf Improve the Debian package configuration: Remove the vo module configuration,
diego
parents: 17325
diff changeset
8 configuration with this program? If you say "Yes", I'll go ahead and
a5bef61f49bf Improve the Debian package configuration: Remove the vo module configuration,
diego
parents: 17325
diff changeset
9 delete your old configuration and you can create it anew with this
a5bef61f49bf Improve the Debian package configuration: Remove the vo module configuration,
diego
parents: 17325
diff changeset
10 program. If you say "No" I'm going to exit now since you don't want
a5bef61f49bf Improve the Debian package configuration: Remove the vo module configuration,
diego
parents: 17325
diff changeset
11 me to replace your existing files. If you change your mind later,
a5bef61f49bf Improve the Debian package configuration: Remove the vo module configuration,
diego
parents: 17325
diff changeset
12 you can run 'dpkg-reconfigure mplayer'.
1398
10e236ceac5e update to perl debconf. fixed problem with configure.
eyck
parents:
diff changeset
13
17346
a5bef61f49bf Improve the Debian package configuration: Remove the vo module configuration,
diego
parents: 17325
diff changeset
14 Template: mplayer/ttfont
1398
10e236ceac5e update to perl debconf. fixed problem with configure.
eyck
parents:
diff changeset
15 Type: select
17346
a5bef61f49bf Improve the Debian package configuration: Remove the vo module configuration,
diego
parents: 17325
diff changeset
16 Choices: ${ttfontchoices}
a5bef61f49bf Improve the Debian package configuration: Remove the vo module configuration,
diego
parents: 17325
diff changeset
17 Default: ${ttfontdefault}
a5bef61f49bf Improve the Debian package configuration: Remove the vo module configuration,
diego
parents: 17325
diff changeset
18 Description: MPlayer fonts
a5bef61f49bf Improve the Debian package configuration: Remove the vo module configuration,
diego
parents: 17325
diff changeset
19 MPlayer can use TrueType fonts to render the OSD and subtitles.
a5bef61f49bf Improve the Debian package configuration: Remove the vo module configuration,
diego
parents: 17325
diff changeset
20 Choose your favorite.
1398
10e236ceac5e update to perl debconf. fixed problem with configure.
eyck
parents:
diff changeset
21
17346
a5bef61f49bf Improve the Debian package configuration: Remove the vo module configuration,
diego
parents: 17325
diff changeset
22 Template: mplayer/no-ttfont
1442
50dc44570cd4 nice texts. substvars shouldn't be in cvs.
eyck
parents: 1398
diff changeset
23 Type: note
17346
a5bef61f49bf Improve the Debian package configuration: Remove the vo module configuration,
diego
parents: 17325
diff changeset
24 Description: MPlayer cannot find TrueType fonts
a5bef61f49bf Improve the Debian package configuration: Remove the vo module configuration,
diego
parents: 17325
diff changeset
25 You should install a package providing TrueType fonts (such as
a5bef61f49bf Improve the Debian package configuration: Remove the vo module configuration,
diego
parents: 17325
diff changeset
26 'ttf-freefont' or 'ttf-bitstream-vera' or 'msttcorefonts' )
a5bef61f49bf Improve the Debian package configuration: Remove the vo module configuration,
diego
parents: 17325
diff changeset
27 and reconfigure mplayer.