changeset 1442:50dc44570cd4

nice texts. substvars shouldn't be in cvs.
author eyck
date Sun, 05 Aug 2001 19:11:58 +0000
parents 039bd84a6c33
children 024fca5abc79
files debian/changelog debian/postinst debian/substvars debian/templates
diffstat 4 files changed, 29 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <eyck@ghost.tinet.pl>  Sat, 28 Jul 2001 09:45:45 +0200
+
 mplayer (0.18-2) unstable; urgency=low
 
   * modified debian scripts 
--- 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 {
--- 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)
--- 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
+