# HG changeset patch # User eyck # Date 993545439 0 # Node ID 8c8ed61a98c6583c4a4795493e32707802f3eeaf # Parent df1906af57987e9047d361598a98ff65c2a7b2ca strip mplayer, files is auto-generated diff -r df1906af5798 -r 8c8ed61a98c6 debian/TODO.Debian --- 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 diff -r df1906af5798 -r 8c8ed61a98c6 debian/control --- 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? diff -r df1906af5798 -r 8c8ed61a98c6 debian/files --- 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 diff -r df1906af5798 -r 8c8ed61a98c6 debian/rules --- 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: