annotate debian/README.debian @ 13395:07708ec98d87

New MD5 sum video output driver. For every frame, it calculates the MD5 sum and writes a list of those sums to an, optionally specified, output file. It does not rely on external programs to be installed. The MD5 sum code is borrowed from the uCIFS library, written by Christopher R. Hertel in 2004 and released under the LGPL license. Note: This driver is not yet activated and will not be compiled and linked to libvo. A separate patch will take care of that. This is just for adding the files to the repository.
author ivo
date Mon, 20 Sep 2004 01:01:08 +0000
parents 587906e031fa
children 0f1b5b68af32
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
18
531d58007138 Initial revision
arpi_esp
parents:
diff changeset
1 mplayer for Debian
531d58007138 Initial revision
arpi_esp
parents:
diff changeset
2 ----------------------
821
82bd5187d6d8 Tiny changes in debian part.
eyck
parents: 18
diff changeset
3
1634
3249bbc48bf9 Changes to debian packaging based on patches by Josip Rodin (joy debian org)
eyck
parents: 845
diff changeset
4 Most options are autodetected or configured during compilation thus
3249bbc48bf9 Changes to debian packaging based on patches by Josip Rodin (joy debian org)
eyck
parents: 845
diff changeset
5 users are supposed to build this package themselves.
821
82bd5187d6d8 Tiny changes in debian part.
eyck
parents: 18
diff changeset
6
1634
3249bbc48bf9 Changes to debian packaging based on patches by Josip Rodin (joy debian org)
eyck
parents: 845
diff changeset
7 Recommended method is running "fakeroot debian/rules binary" in the top
3249bbc48bf9 Changes to debian packaging based on patches by Josip Rodin (joy debian org)
eyck
parents: 845
diff changeset
8 directory
18
531d58007138 Initial revision
arpi_esp
parents:
diff changeset
9
4000
587906e031fa let people pass options to ./configure while building package.
eyck
parents: 1634
diff changeset
10 In case you would like to pass some parameters to ./configure, set variable
587906e031fa let people pass options to ./configure while building package.
eyck
parents: 1634
diff changeset
11 DEB_BUILD_OPTIONS like that:
587906e031fa let people pass options to ./configure while building package.
eyck
parents: 1634
diff changeset
12
587906e031fa let people pass options to ./configure while building package.
eyck
parents: 1634
diff changeset
13 eyck@ghost$ DEB_BUILD_OPTIONS="--enable-streaming" fakeroot debian/rules binary
587906e031fa let people pass options to ./configure while building package.
eyck
parents: 1634
diff changeset
14
587906e031fa let people pass options to ./configure while building package.
eyck
parents: 1634
diff changeset
15
587906e031fa let people pass options to ./configure while building package.
eyck
parents: 1634
diff changeset
16 Dariush Pietrzak <eyck@ghost.anime.pl> Sat Jan 5 20:28:23 CET 2002