[Mplayer-cvslog] CVS: main/debian changelog,1.5,1.6 postinst,1.4,1.5 templates,1.1,1.2 substvars,1.2,NONE
Dariush Pietrzak
eyck at mplayer.dev.hu
Sun Aug 5 21:12:00 CEST 2001
Update of /cvsroot/mplayer/main/debian
In directory mplayer:/var/tmp.root/cvs-serv28985
Modified Files:
changelog postinst templates
Removed Files:
substvars
Log Message:
nice texts. substvars shouldn't be in cvs.
Index: changelog
===================================================================
RCS file: /cvsroot/mplayer/main/debian/changelog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- changelog 28 Jul 2001 07:53:11 -0000 1.5
+++ changelog 5 Aug 2001 19:11:58 -0000 1.6
@@ -1,3 +1,9 @@
+mplayer (0.18-3) unstable; urgency=low
+
+ * fixed templates.
+
+ -- Dariush Pietrzak <eyck at ghost.tinet.pl> Sat, 28 Jul 2001 09:45:45 +0200
+
mplayer (0.18-2) unstable; urgency=low
* modified debian scripts
Index: postinst
===================================================================
RCS file: /cvsroot/mplayer/main/debian/postinst,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- postinst 28 Jul 2001 07:54:52 -0000 1.4
+++ postinst 5 Aug 2001 19:11:58 -0000 1.5
@@ -46,6 +46,9 @@
exit unless (get("mplayer/configure") eq 'true');
exit unless (fget("mplayer/configure", "isdefault") eq 'false');
+#%##################################
+get("mplayer/cfgnote");
+
sub dealwithupgrades {
Index: templates
===================================================================
RCS file: /cvsroot/mplayer/main/debian/templates,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- templates 28 Jul 2001 07:54:52 -0000 1.1
+++ templates 5 Aug 2001 19:11:58 -0000 1.2
@@ -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
--- substvars DELETED ---
More information about the MPlayer-cvslog
mailing list