2004-02-10 04:40:25 +08:00
|
|
|
$Id: README.Debian,v 1.4 2004/02/09 20:40:25 sam Exp $
|
2003-02-02 11:03:01 +08:00
|
|
|
|
|
|
|
Notes for anyone wanting to build Debian packages of VLC.
|
|
|
|
|
|
|
|
- Default configuration is supposed to be latest unstable.
|
|
|
|
|
2003-08-01 16:24:53 +08:00
|
|
|
- To build for a Debian woody system, first build a tarball using
|
|
|
|
"make dist-woody".
|
2003-02-03 01:18:47 +08:00
|
|
|
|
2004-02-10 04:40:25 +08:00
|
|
|
- Usually VLC will come with a copy of ffmpeg, faad2 and libmpeg2 in the
|
|
|
|
extras/ directory, because they are not yet available in Debian.
|
2003-02-02 11:03:01 +08:00
|
|
|
|
|
|
|
- If there is no CVS directory in the root, debian/rules will assume a
|
2004-02-10 04:40:25 +08:00
|
|
|
full build is requested and will clean ffmpeg, faad2 and libmpeg2.
|
2003-02-02 11:03:01 +08:00
|
|
|
|
|
|
|
- VLC does not link with libdvdcss by default, thus it will not depend
|
2004-02-10 04:40:25 +08:00
|
|
|
on the libdvdcss packages. However it will use libdvdread that can
|
|
|
|
optionally open libdvdcss if found. To build packages that link directly
|
|
|
|
against libdvdcss, remove the --without-dvdcss flag in debian/rules.
|
2003-02-02 11:03:01 +08:00
|
|
|
|