Mercurial > mplayer.hg
annotate debian/templates @ 30017:7119354805e7
Use on-stack subtitle struct for temporary storage for passing subtitles on
for rendering by libass.
This avoids mangling the static subtitle struct that is supposed to contain
the subtitles that will actually be displayed and it also minimally reduces
memory usage by freeing the subtitle lines again as early as possible.
author | reimar |
---|---|
date | Fri, 18 Dec 2009 19:29:33 +0000 |
parents | 886df65b96e8 |
children |
rev | line source |
---|---|
1398 | 1 Template: mplayer/replace-existing-files |
2 Type: boolean | |
3 Default: true | |
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 | 6 configure it with this program, the old configuration |
7 /etc/mplayer/mplayer.conf will be deleted. Do you want to continue | |
8 configuration with this program? If you say "Yes", your old | |
9 configuration will be deleted and you can create it anew with this | |
10 program. If you say "No" your existing files will be kept. If you | |
11 change your mind later, you can run 'dpkg-reconfigure mplayer'. | |
1398 | 12 |
17346
a5bef61f49bf
Improve the Debian package configuration: Remove the vo module configuration,
diego
parents:
17325
diff
changeset
|
13 Template: mplayer/ttfont |
1398 | 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 | 20 |
17346
a5bef61f49bf
Improve the Debian package configuration: Remove the vo module configuration,
diego
parents:
17325
diff
changeset
|
21 Template: mplayer/no-ttfont |
1442 | 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. |