summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authoreyck <eyck@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-05 19:11:58 +0000
committereyck <eyck@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-05 19:11:58 +0000
commitf15d5ddc822816435c69b863577bc696d84b6acd (patch)
treef02266db3e0291aef8dd6878c8fa7846d98fb9ac /debian
parent57f571dea231b919e704809409c4a0f4e2c3b1b2 (diff)
downloadmpv-f15d5ddc822816435c69b863577bc696d84b6acd.tar.bz2
mpv-f15d5ddc822816435c69b863577bc696d84b6acd.tar.xz
nice texts. substvars shouldn't be in cvs.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1443 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/postinst3
-rw-r--r--debian/substvars1
-rw-r--r--debian/templates21
4 files changed, 29 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 0dd1887b36..92ec08befc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/debian/postinst b/debian/postinst
index 8853b8f73a..9f4bb79e9c 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -46,6 +46,9 @@ if ($didupgrade) {
exit unless (get("mplayer/configure") eq 'true');
exit unless (fget("mplayer/configure", "isdefault") eq 'false');
+#%##################################
+get("mplayer/cfgnote");
+
sub dealwithupgrades {
diff --git a/debian/substvars b/debian/substvars
deleted file mode 100644
index 735f15f761..0000000000
--- a/debian/substvars
+++ /dev/null
@@ -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 --git a/debian/templates b/debian/templates
index eb095f81ae..dcd36e74ec 100644
--- a/debian/templates
+++ b/debian/templates
@@ -28,5 +28,24 @@ Template: mplayer/voutput
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