changeset 1229:8c8ed61a98c6

strip mplayer, files is auto-generated
author eyck
date Tue, 26 Jun 2001 08:50:39 +0000
parents df1906af5798
children 41f9ef2451ae
files debian/TODO.Debian debian/control debian/files debian/rules
diffstat 4 files changed, 12 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/debian/TODO.Debian	Mon Jun 25 15:47:33 2001 +0000
+++ b/debian/TODO.Debian	Tue Jun 26 08:50:39 2001 +0000
@@ -1,4 +1,4 @@
-
+- fibmap_mplayer - figure out what to do with suid.
 - global configuration 
  ( /etc/mplayer/mplayer.conf
   /etc/mplayer/codecs.conf
--- a/debian/control	Mon Jun 25 15:47:33 2001 +0000
+++ b/debian/control	Tue Jun 26 08:50:39 2001 +0000
@@ -8,4 +8,12 @@
 Architecture: any
 Depends: ${shlibs:Depends},debconf
 Description: The Ultimate Movie Player For Linux
- PoS Eso x"D
+  MPlayer is a movie player for LINUX. It plays most MPEG, AVI and ASF files,
+  supported by many native and Win32 DLL codecs. You can watch VCD, DVD and even
+  DivX movies too. The another big feature of mplayer is the wide range of
+  supported output drivers. It works with X11, Xv, DGA, OpenGL, SVGAlib, fbdev,
+  but you can use SDL (and this way all drivers of SDL, for example AAlib) and
+  some lowlevel card-specific drivers (for Matrox) too! Most of them supports
+  software or hardware scaling, so you can enjoy movies in fullscreen. And what
+  about the nice big antialiased shaded subtitles (7 supported types!!!) with
+  hungarian, english, cyrillic, czech, korean fonts, and OSD?
--- a/debian/files	Mon Jun 25 15:47:33 2001 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-mplayer_0.17a-2_i386.deb unknown optional
--- a/debian/rules	Mon Jun 25 15:47:33 2001 +0000
+++ b/debian/rules	Tue Jun 26 08:50:39 2001 +0000
@@ -8,7 +8,8 @@
 	$(checkdir)
 	./configure --prefix=/usr
 	make dep
-	make
+	make mplayer
+	strip mplayer
 	touch build
 
 clean: