# HG changeset patch # User eyck # Date 997038718 0 # Node ID 50dc44570cd4afb5736faeccbeab2b59eef0f181 # Parent 039bd84a6c33670b975403ff3ac83b0334dae04b nice texts. substvars shouldn't be in cvs. diff -r 039bd84a6c33 -r 50dc44570cd4 debian/changelog --- a/debian/changelog Sun Aug 05 12:39:34 2001 +0000 +++ b/debian/changelog Sun Aug 05 19:11:58 2001 +0000 @@ -1,3 +1,9 @@ +mplayer (0.18-3) unstable; urgency=low + + * fixed templates. + + -- Dariush Pietrzak Sat, 28 Jul 2001 09:45:45 +0200 + mplayer (0.18-2) unstable; urgency=low * modified debian scripts diff -r 039bd84a6c33 -r 50dc44570cd4 debian/postinst --- a/debian/postinst Sun Aug 05 12:39:34 2001 +0000 +++ b/debian/postinst Sun Aug 05 19:11:58 2001 +0000 @@ -46,6 +46,9 @@ exit unless (get("mplayer/configure") eq 'true'); exit unless (fget("mplayer/configure", "isdefault") eq 'false'); +#%################################## +get("mplayer/cfgnote"); + sub dealwithupgrades { diff -r 039bd84a6c33 -r 50dc44570cd4 debian/substvars --- a/debian/substvars Sun Aug 05 12:39:34 2001 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -shlibs:Depends=libc6 (>= 2.2.3-1), libgl1, libncurses5 (>= 5.2.20010310-1), libpng2(>=1.0.10), libsdl1.1, libstdc++2.10-glibc2.2, svgalibg1, xlibs (>> 4.0.3), zlib1g (>= 1:1.1.3) diff -r 039bd84a6c33 -r 50dc44570cd4 debian/templates --- a/debian/templates Sun Aug 05 12:39:34 2001 +0000 +++ b/debian/templates Sun Aug 05 19:11:58 2001 +0000 @@ -28,5 +28,24 @@ Type: select Choices: ${vochoices}, x11 Description: MPlayer Video Output - Yada yada.. + 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 + * dga, fsdga - DGA extension. + * fsbdev - framebuffer device ( watching movies on text console ) + * x11 - simple x11 output. + Please choose carefully because it has tramendous effect on speed. +Template: mplayer/cfgnote +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 +