From f5d19175bef00b3eeafee5feda97b45040721c5d Mon Sep 17 00:00:00 2001 From: eyck Date: Tue, 26 Jun 2001 08:50:39 +0000 Subject: [PATCH] strip mplayer, files is auto-generated git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1230 b3059339-0415-0410-9bf9-f77b7e298cf2 --- debian/TODO.Debian | 2 +- debian/control | 10 +++++++++- debian/files | 1 - debian/rules | 3 ++- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 debian/files 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: