docs updates

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1229 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
eyck 2001-06-25 15:47:33 +00:00
parent 5e3b4c3dad
commit 0630d81a62
2 changed files with 12 additions and 7 deletions

View File

@ -5,14 +5,15 @@ eyck@incubus:~/src$ cd main
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) ...

8
debian/TODO.Debian vendored
View File

@ -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.