annotate debian/templates @ 31632:fc6f2b4e8a26

Avoid calling av_resample_init again when the values are the same as before. The init function can be called multiple times when e.g. additional format filters are inserted, so this speeds things up. Patch by Dan Oscarsson [Dan.Oscarsson tieto com].
author reimar
date Sun, 11 Jul 2010 09:46:58 +0000
parents 886df65b96e8
children
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
20717
886df65b96e8 Don't let the program speak as 'I'.
diego
parents: 17346
diff changeset
6 configure it with this program, the old configuration
886df65b96e8 Don't let the program speak as 'I'.
diego
parents: 17346
diff changeset
7 /etc/mplayer/mplayer.conf will be deleted. Do you want to continue
886df65b96e8 Don't let the program speak as 'I'.
diego
parents: 17346
diff changeset
8 configuration with this program? If you say "Yes", your old
886df65b96e8 Don't let the program speak as 'I'.
diego
parents: 17346
diff changeset
9 configuration will be deleted and you can create it anew with this
886df65b96e8 Don't let the program speak as 'I'.
diego
parents: 17346
diff changeset
10 program. If you say "No" your existing files will be kept. If you
886df65b96e8 Don't let the program speak as 'I'.
diego
parents: 17346
diff changeset
11 change your mind later, you can run 'dpkg-reconfigure mplayer'.
1398
10e236ceac5e update to perl debconf. fixed problem with configure.
eyck
parents:
diff changeset
12
17346
a5bef61f49bf Improve the Debian package configuration: Remove the vo module configuration,
diego
parents: 17325
diff changeset
13 Template: mplayer/ttfont
1398
10e236ceac5e update to perl debconf. fixed problem with configure.
eyck
parents:
diff changeset
14 Type: select
17346
a5bef61f49bf Improve the Debian package configuration: Remove the vo module configuration,
diego
parents: 17325
diff changeset
15 Choices: ${ttfontchoices}
a5bef61f49bf Improve the Debian package configuration: Remove the vo module configuration,
diego
parents: 17325
diff changeset
16 Default: ${ttfontdefault}
a5bef61f49bf Improve the Debian package configuration: Remove the vo module configuration,
diego
parents: 17325
diff changeset
17 Description: MPlayer fonts
a5bef61f49bf Improve the Debian package configuration: Remove the vo module configuration,
diego
parents: 17325
diff changeset
18 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
19 Choose your favorite.
1398
10e236ceac5e update to perl debconf. fixed problem with configure.
eyck
parents:
diff changeset
20
17346
a5bef61f49bf Improve the Debian package configuration: Remove the vo module configuration,
diego
parents: 17325
diff changeset
21 Template: mplayer/no-ttfont
1442
50dc44570cd4 nice texts. substvars shouldn't be in cvs.
eyck
parents: 1398
diff changeset
22 Type: note
17346
a5bef61f49bf Improve the Debian package configuration: Remove the vo module configuration,
diego
parents: 17325
diff changeset
23 Description: MPlayer cannot find TrueType fonts
a5bef61f49bf Improve the Debian package configuration: Remove the vo module configuration,
diego
parents: 17325
diff changeset
24 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
25 'ttf-freefont' or 'ttf-bitstream-vera' or 'msttcorefonts' )
a5bef61f49bf Improve the Debian package configuration: Remove the vo module configuration,
diego
parents: 17325
diff changeset
26 and reconfigure mplayer.