mirror of
https://github.com/videolan/vlc.git
synced 2024-11-29 04:45:36 +08:00
3ee57dc6a9
+ Factorized the Xinerama code check. + If libXv.so is present, ignore libXv_pic. * debian/control: + Build-depend on zlib1g-dev because ffmpeg uses it by default. + Build-depend on libx11-dev, libxext-dev, libxt-dev instead of xlibs-dev. + Build-depend on libxv-dev, xlibs-static-pic instead of xlibs-pic. + Added a build-dependency on libaudiofile-dev to fix the m68k build. + Removed the build dependency on gcc-3.2 because gcc-3.3 no longer ICEs on ppc/mpegvideo_altivec.o (Closes: #236442). + Build depend on fixed libsdl1.2-dev (>= 1.2.7-5). + Override kdelibs4's shlibs value to get VLC into testing. + No longer build-depend on dvb-dev. * debian/rules: + Activated DTS decoding support. + Added symlinks for mozilla-firefox (Closes: #239352). * debian/copyright: + Added faad2 and ffmpeg authors to the copyright (Closes: #212766). |
||
---|---|---|
.. | ||
changelog | ||
compat | ||
control | ||
copyright | ||
gnome-vlc.desktop | ||
gnome-vlc.dirs | ||
gnome-vlc.menu | ||
gvlc.desktop | ||
gvlc.dirs | ||
gvlc.menu | ||
kvlc.dirs | ||
kvlc.menu | ||
libvlc0-dev.dirs | ||
Makefile.am | ||
mozilla-plugin-vlc.dirs | ||
qvlc.dirs | ||
qvlc.menu | ||
README.Debian | ||
rules | ||
vlc-plugin-alsa.dirs | ||
vlc-plugin-arts.dirs | ||
vlc-plugin-esd.dirs | ||
vlc-plugin-ggi.dirs | ||
vlc-plugin-glide.dirs | ||
vlc-plugin-sdl.dirs | ||
vlc-plugin-svgalib.dirs | ||
vlc.dirs | ||
vlc.docs | ||
vlc.menu | ||
vlc.mime | ||
wxvlc.dirs | ||
wxvlc.menu |
$Id: README.Debian,v 1.4 2004/02/09 20:40:25 sam Exp $ Notes for anyone wanting to build Debian packages of VLC. - Default configuration is supposed to be latest unstable. - To build for a Debian woody system, first build a tarball using "make dist-woody". - Usually VLC will come with a copy of ffmpeg, faad2 and libmpeg2 in the extras/ directory, because they are not yet available in Debian. - If there is no CVS directory in the root, debian/rules will assume a full build is requested and will clean ffmpeg, faad2 and libmpeg2. - VLC does not link with libdvdcss by default, thus it will not depend 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.