summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/TODO.Debian2
-rw-r--r--debian/control10
-rw-r--r--debian/files1
-rwxr-xr-xdebian/rules3
4 files changed, 12 insertions, 4 deletions
diff --git a/debian/TODO.Debian b/debian/TODO.Debian
index f45e7495fd..ae6d4dcb48 100644
--- a/debian/TODO.Debian
+++ b/debian/TODO.Debian
@@ -1,4 +1,4 @@
-
+- fibmap_mplayer - figure out what to do with suid.
- global configuration
( /etc/mplayer/mplayer.conf
/etc/mplayer/codecs.conf
diff --git a/debian/control b/debian/control
index dbb0fbdf8b..1ae9d80afa 100644
--- a/debian/control
+++ b/debian/control
@@ -8,4 +8,12 @@ Package: mplayer
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?
diff --git a/debian/files b/debian/files
deleted file mode 100644
index e71caa5ad0..0000000000
--- a/debian/files
+++ /dev/null
@@ -1 +0,0 @@
-mplayer_0.17a-2_i386.deb unknown optional
diff --git a/debian/rules b/debian/rules
index 29074b9bbb..524b073d77 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,8 @@ build:
$(checkdir)
./configure --prefix=/usr
make dep
- make
+ make mplayer
+ strip mplayer
touch build
clean: