summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authoreyck <eyck@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-17 11:43:34 +0000
committereyck <eyck@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-17 11:43:34 +0000
commitc022f4b6450e58aeead4ac56320c9d4da297e360 (patch)
treec5722d7c1f47595245074a2e0c785e48be3df60f /DOCS
parenta571e24bbf9cace174b179eaff1f548a753b6ca2 (diff)
downloadmpv-c022f4b6450e58aeead4ac56320c9d4da297e360.tar.bz2
mpv-c022f4b6450e58aeead4ac56320c9d4da297e360.tar.xz
Packages are built via debian/rules binary, no need for other tools.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@821 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/DEBIAN28
1 files changed, 13 insertions, 15 deletions
diff --git a/DOCS/DEBIAN b/DOCS/DEBIAN
index 6fb7141d83..7cebcfa1aa 100644
--- a/DOCS/DEBIAN
+++ b/DOCS/DEBIAN
@@ -1,20 +1,18 @@
To build the package:
Get the cvs version, or .tgz and uncompress it,
- link main to something nicer... ln -s main mplayer-0.11pre (optional)
- move there (cd main)
- run dpkg-buildpackage
- be patient... and you're done!
- go up a directory and run:
- dpkg -i --force-overwrite mplayerXXXXXX.deb !!!!
+ cd into programs direcotry:
+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'.
- That's all folks!
+And now just dpkg -i ../mplayer_0.17a-1_i386.deb
-TeLeNiEkO:/opt# dpkg -i --force-overwrite mplayer_0.11pre-1_i386.deb
-Seleccionando el paquete mplayer previamente no seleccionado.
-(Leyendo la base de datos ...
-55966 ficheros y directorios instalados actualmente.)
-Desempaquetando mplayer (de mplayer_0.11pre-1_i386.deb) ...
-Configurando mplayer (0.11pre-1) ... <- Installed!
-
-TeLeNiEkO:/opt#
+eyck@incubus:/src/main$ sudo dpkg -i ../mplayer_0.17a-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) ...
+Unpacking replacement mplayer ...
+Setting up mplayer (0.17a-1) ...