diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-01-08 18:33:54 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-01-08 18:33:54 +0000 |
commit | 11250d1f4ca55299d9c1d19c9f4247b3701ece1f (patch) | |
tree | 1db683ff903384605216379895017c3315299bed /debian/templates | |
parent | 8ebd8076c87e808de38e7c921831ca0ac3ef1cdc (diff) |
Improve the Debian package configuration: Remove the vo module configuration,
add a debconf TrueType font configuration.
Based on the Debian package by Andrea Menucci.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17347 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'debian/templates')
-rw-r--r-- | debian/templates | 65 |
1 files changed, 19 insertions, 46 deletions
diff --git a/debian/templates b/debian/templates index 627da29204..4cfc0e63db 100644 --- a/debian/templates +++ b/debian/templates @@ -2,53 +2,26 @@ Template: mplayer/replace-existing-files Type: boolean Default: true Description: Upgrade existing system? - It looks like you've configured your mplayer already. - If you'd like to configure it with this program, I'll have - to delete the old configuration. Do you want to continue - configuration with this program? If you say "yes", I'll go ahead - and delete your old configuration and you can create it anew with - this program. + It looks like you've configured MPlayer already. If you'd like to + configure it with this program, I'll have to delete the old + configuration /etc/mplayer/mplayer.conf. Do you want to continue + configuration with this program? If you say "Yes", I'll go ahead and + delete your old configuration and you can create it anew with this + program. If you say "No" I'm going to exit now since you don't want + me to replace your existing files. If you change your mind later, + you can run 'dpkg-reconfigure mplayer'. -Template: mplayer/replace-existing-files-bail -Type: note -Description: Files not replaced - I'm going to exit now since you don't want me to replace your - existing files. If you change your mind later, you can run - dpkg-reconfigure mplayer. - -Template: mplayer/mainmenu +Template: mplayer/ttfont Type: select -Choices: ${choices}, Exit -Description: MPlayer Main Menu - From this menu, you can modify any of the settings for your device. - Simply select the item you'd like to change to modify it. - When you are done, select Exit. +Choices: ${ttfontchoices} +Default: ${ttfontdefault} +Description: MPlayer fonts + MPlayer can use TrueType fonts to render the OSD and subtitles. + Choose your favorite. -Template: mplayer/voutput -Type: select -Default: xv -Choices: ${vochoices} -Description: MPlayer Video Output - MPlayer can use very wide range of video output drivers: - ( order aproximately by speed: ) - * mga, xmga - direct hardware access on MGA cards (G200/400/450), needs /dev/mga_vid - this driver can work without X and display video on secondary head of matrox cards - * xv - XVideo extensions of X 4.x ( hardware scaling, bilinear filtering ) - * sdl - SDL library, it can also use hardware scaling, filtering etc - * ggi - GGI library, it can also use hardware scaling, filtering etc - * dga, fsdga - DGA extension. - * fsbdev - framebuffer device ( watching movies on text console ) - * x11 - simple x11 output. - . - Please choose carefully because this will have a tremendous effect on speed. - -Template: mplayer/cfgnote +Template: mplayer/no-ttfont Type: note -Description: Create your ~/.mplayer/conf file. - Remember to read documentation and edit your ~/.mplayer/conf - (or /etc/mplayer.conf) file. This binary depends heavily on - your hardware - which means that it needs tweaking for every single - machine it's installed to. And it also it means that it will use - your setup very effectively. Look at /usr/share/doc/mplayer - end - +Description: MPlayer cannot find TrueType fonts + You should install a package providing TrueType fonts (such as + 'ttf-freefont' or 'ttf-bitstream-vera' or 'msttcorefonts' ) + and reconfigure mplayer. |