Mercurial > mplayer.hg
changeset 1228:df1906af5798
docs updates
author | eyck |
---|---|
date | Mon, 25 Jun 2001 15:47:33 +0000 |
parents | 57fe59270c67 |
children | 8c8ed61a98c6 |
files | DOCS/DEBIAN debian/TODO.Debian |
diffstat | 2 files changed, 12 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/DEBIAN Mon Jun 25 14:08:55 2001 +0000 +++ b/DOCS/DEBIAN Mon Jun 25 15:47:33 2001 +0000 @@ -5,14 +5,15 @@ eyck@incubus:~/src/main$ fakeroot debian/rules binary (... mplayer detects hardware/software, builds itself and.. ) .. - dpkg-deb: building package `mplayer' in `../mplayer_0.17a-1_i386.deb'. + dpkg-deb: building package `mplayer' in `../mplayer_0.18-1_i386.deb'. -And now just dpkg -i ../mplayer_0.17a-1_i386.deb +And now just dpkg -i ../mplayer_0.18-1_i386.deb as root. +Here's how it looks like: -eyck@incubus:/src/main$ sudo dpkg -i ../mplayer_0.17a-1_i386.deb +eyck@incubus:/src/main$ sudo dpkg -i ../mplayer_0.18-1_i386.deb Password: (Reading database ... 26946 files and directories currently installed.) -Preparing to replace mplayer 0.11pre-1 (using ../mplayer_0.17a-1_i386.deb) ... +Preparing to replace mplayer 0.17a-1 (using ../mplayer_0.18-1_i386.deb) ... Unpacking replacement mplayer ... -Setting up mplayer (0.17a-1) ... +Setting up mplayer (0.18-1) ...
--- a/debian/TODO.Debian Mon Jun 25 14:08:55 2001 +0000 +++ b/debian/TODO.Debian Mon Jun 25 15:47:33 2001 +0000 @@ -1,7 +1,11 @@ -global configuration +- global configuration ( /etc/mplayer/mplayer.conf /etc/mplayer/codecs.conf /usr/lib/mplayer/font ) -enable rules to enforce configuration. +- Add script for copying *.dlls from users windows directory, +or figure out some other way of satisfying other dependencies +like *.dlls and fonts. +In other words - automate win32dll.zip installation. +- check debhelper quirks and abilities for config files.