Commit fe35447f authored by Christophe Mutricy's avatar Christophe Mutricy

The Debian packaging data have been moved to svn.v.o/pkg-multimedia

parent 2fe4e8cf
......@@ -52,8 +52,9 @@ from the current directory as well:
Building packages
=================
To build a Debian package, you may use:
To build a Debian package, you need to get the packaging info
svn co svn://svn.videolan.org/pkg-multimedia/unstable/vlc/debian debian
and then
dpkg-buildpackage -rfakeroot -us -uc
......
NULL =
EXTRA_DIST = \
README.Debian \
changelog \
compat \
control \
copyright \
rules \
vlc.desktop \
vlc.dirs \
vlc.docs \
vlc.menu \
vlc.mime \
gnome-vlc.desktop \
gnome-vlc.dirs \
gvlc.desktop \
gvlc.dirs \
kvlc.dirs \
libvlc0-dev.dirs \
mozilla-plugin-vlc.dirs \
qvlc.dirs \
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 \
wxvlc.dirs \
wxvlc.menu \
patches/00list \
patches/20_osdmenu-paths.dpatch \
patches/20_no-wx-updates.dpatch \
gcc-snapshot \
$(NULL)
$Id$
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 x264 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 x264.
- 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.
vlc (0.8.4.debian-2) unstable; urgency=low
* debian/rules:
+ Enable zeroconf/bonjour support (Closes: #348085).
+ Enable musepack decoding support.
+ Enable VCD navigation support.
* debian/control:
+ Build-depend on more recent versions of libavcodec to fix CVE-2005-4048.
+ Build-depend on libhal-dev (>= 0.5.5.1-3) for the dbus transition.
+ Build-depend on libavahi-client-dev.
+ Build-depend on libmpcdec-dev.
+ Build-depend on libsysfs-dev so that the MP4 module can get an iPods
version number.
+ Build-depend on libvcdinfo-dev.
* debian/vlc.mime:
+ Put flags after the command, as per mailcap(5) (Closes: #340434).
* src/libvlc.c configure.ac modules/services_discovery/hal.c:
+ Backported HAL 0.5 patch from upstream, thanks to Clément Stenac and
Loïc Minier. As a result, we now build and install again on unstable
(Closes: #332927, #347598, #347847).
* extras/x264/configure:
+ Support the armv5tel platform.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Sun, 22 Jan 2006 12:08:42 +0100
vlc (0.8.4.debian-1) unstable; urgency=low
* New upstream release.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Sat, 26 Nov 2005 19:55:09 +0100
vlc (0.8.4-test2-2) unstable; urgency=low
* extras/x264/configure:
+ Teach the configure script about the Alpha platform.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Fri, 11 Nov 2005 18:49:31 +0100
vlc (0.8.4-test2-1) unstable; urgency=low
* New upstream release.
* debian/control:
+ Build-depend on a newer version of gnutls (Closes: #335774).
+ Replaced occurrences of "wxwindows" with "wxwidgets" (Closes: #330141).
* debian/rules:
+ Use dh_buildinfo because of all the static libraries we use.
* Upstream fixed the wx code so that it builds with newer versions of the
library (Closes: #332282, #332773).
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Fri, 11 Nov 2005 10:41:35 +0100
vlc (0.8.4-svn20050920-3) unstable; urgency=low
* configure.ac:
+ Fixed a bug in the gnomevfs plugin configuration.
* debian/rules:
+ Explicitly disable the GnomeVFS plugin (Closes: #329317).
* debian/control:
+ Buuild-depend on yasm on amd64.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Wed, 21 Sep 2005 11:36:24 +0200
vlc (0.8.4-svn20050920-2) unstable; urgency=low
* configure:
+ Fixed the powerpc build with gcc-4.x.
* extras/x264/configure:
+ Added missing Debian architectures to the configure script.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Tue, 20 Sep 2005 17:46:35 +0200
vlc (0.8.4-svn20050920-1) unstable; urgency=low
* New SVN snapshot.
* configure.ac:
+ Upstream fixed the AltiVec build on PPC.
* debian/control:
+ Build-depend on a newer version of libavcodec. mp2v and mp1v encoders
work again (Closes: #324840).
+ Build-depend on gcc-snapshot on i386 and amd64, because currently only
that version of gcc properly builds some of the MMX modules.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Tue, 20 Sep 2005 13:43:41 +0200
vlc (0.8.4-svn20050823-2) unstable; urgency=low
* debian/control:
+ Build-depend on libflac-dev (>= 1.1.2-3) because of the soname
change (Closes: #325948).
* debian/copyright:
+ Fixed the FSF address.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Thu, 1 Sep 2005 12:36:10 +0200
vlc (0.8.4-svn20050823-1) unstable; urgency=low
* New SVN snapshot.
* debian/control:
+ Build-depend on libsmbclient-dev.
+ Build-depend on libwxgtk2.6-dev (Closes: #285373), which means the
interface now works with non-UTF8 locales (Closes: #308770, #322665).
+ Build-depend on a newer version of libavcodec.
* debian/rules:
+ Activated SMB client support.
+ Install desktop files in usr/share/applications instead of
usr/share/gnome/apps/Multimedia.
* debian/patches/00list:
+ 20_no-wx-updates.dpatch: disabled the update check.
+ 20_interfaces.dpatch: disabled deprecated patch.
* configure.ac:
+ Fixes powerpc build.
* include/network.h src/misc/net.c:
+ Fixes HTTP input (Closes: #322757).
+ Fixes URL encoding in the RTSP module (Closes: #323813).
* modules/gui/skins2 modules/gui/wxwidgets:
+ Fixes a compilation issue on 64-bit architectures (Closes: #324031).
* modules/visualization/xosd.c:
+ Fixes libxosd initialisation (Closes: #324039).
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Mon, 22 Aug 2005 14:43:48 +0200
vlc (0.8.4-svn20050810-2) unstable; urgency=low
* debian/control:
+ Build-depend on libarts1-dev (>= 1.4.2-1).
+ Build-depend on a newer version of libavcodec.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Tue, 16 Aug 2005 17:36:21 +0200
vlc (0.8.4-svn20050810-1) unstable; urgency=low
* New SVN snapshot.
* Rebuilt against libaa1 and new wxWin and SDL packages to complete the
aalib transition (Closes: #320874) and make the packages installable again
(Closes: #319292, #319598, #321461, #322166, #317380).
* debian/rules:
+ Use DEB_BUILD_ARCH_CPU instead of DEB_BUILD_GNU_CPU.
* debian/vlc.desktop:
+ Added desktop file, thanks to Mantas Kriauciunas (Closes: #290612).
* debian/control:
+ Removed unused dummy packages (Closes: #321988, #322003, #322013).
+ Build-depend on libmatroska-dev (>= 0.7.7).
+ Build-depend on libwxgtk2.4-dev (>= 2.4.4).
+ Build-depend on libdvbpsi4-dev instead of libdvbpsi3-dev.
* Build-depend on libsdl1.2-dev (>= 1.2.7+1.2.8cvs20041007-5.3).
+ Build-depend on a newer version of libmatroska-dev and mozilla-dev
because of the C++ transition.
+ Build-depend on libsvga1-dev instead of svgalib1-dev.
* This snapshot no longer uses tune=opteron on amd64 (Closes: #316161).
* The SVN version adds support for Freebox users (Closes: #317035).
* Various gcc-4.x FTBFS were fixed upstream (Closes: #317055).
* mozilla/support/npunix.c: fixed undeclared NPP_GetJavaClass
(Closes: #317067).
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Wed, 10 Aug 2005 16:18:37 +0200
vlc (0.8.2-1) unstable; urgency=low
* New upstream release.
* This version fixes the random playlist parsing (Closes: #308375), encodes
non-ASCII characters in RTSP requests (Closes: #279735) and fixes an issue
with large files (Closes: #306110).
* debian/control:
+ Set policy to 3.6.2.1.
+ Build-depend on libpng12-dev, xlibmesa-gl-dev.
+ Build-depend on a more recent ffmpeg library set, to fix nasty visual
artifacts with post-processing (Closes: #300220).
+ mozilla-plugin-vlc recommends mozilla-firefox in addition to
mozilla-browser (Closes: #308723).
+ Now that sarge is out, removed legacy packages that disappeared in woody.
* debian/rules:
+ Activated PNG output support.
+ Activated GLX output support.
* The NEWS file documents the changed behaviour for SAP (Closes: #303262).
* Minor typo fixed in the manpage (Closes: #300339).
* po/de.po: merged corrections from Jens Seidel (Closes: #313890).
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Sun, 26 Jun 2005 16:28:19 +0200
vlc (0.8.1.svn20050314-1) unstable; urgency=low
* More recent SVN snapshot.
* This snapshot fixes issues in modules/gui/wxwindows/streamout.cpp that
caused FTBFS on 64-bit architectures (Closes: #289923).
* debian/control:
+ Build-depend on new libmatroska and libavcodec versions.
+ Unfortunate return to wxwidgets 2.4 until 2.5 enters testing.
+ Upgraded libflac-dev build dependency to (>= 1.1.1-5) to resolve
dependency issues (Closes: #298067).
* debian/vlc.mime: merged Guido Guenthers contribution (Closes: #297261).
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Mon, 14 Mar 2005 10:53:59 +0100
vlc (0.8.1-3) unstable; urgency=low
* debian/control:
+ Build-depend on fixed ffmpeg packages (Closes: #289444).
+ Build-depend on a newer libflac-dev so that resulting packages use
libflac6 (Closes: #289490).
* modules/gui/wxwindows/open.cpp:
+ Compilation fix for 64 bits systems.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Mon, 10 Jan 2005 11:10:02 +0100
vlc (0.8.1-2) unstable; urgency=low
* debian/control:
+ Use ffmpeg from Debian instead of the contrib one.
+ Use wxgtk2.5 instead of 2.4.
+ Activated the ncurses UI (Closes: #286962).
* debian/gnome-vlc.desktop debian/gvlc.desktop:
+ Fixed the icon location.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Thu, 6 Jan 2005 18:00:00 +0100
vlc (0.8.1-1) unstable; urgency=low
* New upstream release.
* debian/gnome-vlc.desktop:
+ Fixed program path (Closes: #280290).
* debian/control:
+ Require an up-to-date liblivemedia.
+ Build-depend on libgnutls11-dev.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Sun, 14 Nov 2004 22:21:23 +0100
vlc (0.8.0.final-1) unstable; urgency=low
* Final 0.8.0 upstream release.
* src/misc/modules.c:
+ Fixed a startup issue with the svlc shortcut (Closes: #274376).
* debian/control:
+ Suggest the Mozilla and ALSA plugins. Only mentioned the others in
the package description because they are not of notable usefulness
(Closes: #275160).
* modules/access/http.c:
+ Fix HTTP proxy handling (Closes: #278381).
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Wed, 3 Nov 2004 14:52:05 +0100
vlc (0.8.0-test1-1) unstable; urgency=high
* New upstream tarball.
* debian/rules:
+ Fixed previously broken DVD support.
+ Removed currently broken Speex support.
* debian/control:
+ Build-depend on libdvdnav.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Sat, 4 Sep 2004 02:32:49 +0200
vlc (0.7.2.svn20040827-1) unstable; urgency=high
* New SVN snapshot.
* debian/rules:
+ Activated x264 support.
+ Re-enabled libmodplug support.
+ Build PIC plugins even on x86.
+ Disabled SLP because its code is broken.
+ Disabled the GNOME, Qt, GTK+ and KDE interfaces in favour of the
WxWidgets one.
+ Activated HAL support.
* debian/control:
+ Force the vlc-plugin-arts dependencies.
+ Build-depend on jam and nasm because of x264.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Fri, 27 Aug 2004 21:31:13 +0200
vlc (0.7.2.final-11) unstable; urgency=medium
* configure.ac:
+ Fixed an LDFLAGS/CFLAGS confusion.
+ Don't use -finline-limit since it now tries to inline functions that
have not been explicitely inlined (Closes: #265673).
* debian/patches/20_configure.dpatch:
+ Don't manage this patch with dpatch since it causes ownership issues.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Sun, 15 Aug 2004 01:35:35 +0200
vlc (0.7.2.final-10) unstable; urgency=medium
* The "I hope I got it right this time" upload.
* configure.ac:
+ Use -maltivec -mabi=altivec for the memcpyaltivec and deinterlace
plugins on PowerPC.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Tue, 10 Aug 2004 18:01:47 +0200
vlc (0.7.2.final-9) unstable; urgency=low
* debian/control:
+ Added a missing dpatch build dependency (Closes: #263363).
+ Removed the modplug plugin until libmodplug-dev enters Debian.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Tue, 10 Aug 2004 11:01:15 +0200
vlc (0.7.2.final-8) unstable; urgency=low
* debian/control:
+ Added a missing dpatch build dependency.
* configure.ac:
+ Fixed the powerpc build by conditionally re-enabling -maltivec
-mabi=altivec.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Fri, 30 Jul 2004 00:05:58 +0200
vlc (0.7.2.final-7) unstable; urgency=low
* debian/rules:
+ Switch build system to dpatch.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Thu, 29 Jul 2004 17:03:51 +0200
vlc (0.7.2.final-6) unstable; urgency=low
* configure.ac: don't use -maltivec -mabi=altivec, because we don't want
to trigger AltiVec optimisations in our generic code (Closes: #256578,
Closes: #260819).
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Fri, 23 Jul 2004 17:21:21 +0200
vlc (0.7.2.final-5) unstable; urgency=low
* debian/control:
+ Build-depend on libdvbpsi3-dev, so that we can get rid of the previous
versions of this library.
+ Recommend the videolan-doc package.
+ Build-conflict on libavcodec-dev, just in case it enters Sid at an
unappropriate moment.
* debian/README.Debian:
+ Removed mention of the libmpeg2 tree, which we no longer provide.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Tue, 20 Jul 2004 11:25:17 +0200
vlc (0.7.2.final-4) unstable; urgency=low
* debian/rules:
+ Activated Theora support (Closes: #259061).
+ Re-enabled the KDE plugin (Closes: #258295).
* debian/control:
+ Set policy to 3.6.1.1.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Tue, 13 Jul 2004 00:21:20 +0200
vlc (0.7.2.final-3) unstable; urgency=low
* extras/ffmpeg/configure: fixed HPPA architecture detection.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Fri, 25 Jun 2004 11:55:33 +0200
vlc (0.7.2.final-2) unstable; urgency=low
* extras/ffmpeg/libavcodec/svq1.c: fixed vector/vect namespace issues on
powerpc.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Tue, 22 Jun 2004 15:21:09 +0200
vlc (0.7.2.final-1) unstable; urgency=low
* New upstream release.
* Temporarily disabled the KDE GUI plugin.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Sat, 29 May 2004 00:06:48 -0300
vlc (0.7.2-test2-1) unstable; urgency=low
* New upstream snapshot.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Thu, 6 May 2004 11:11:25 +0200
vlc (0.7.2-test1-4) unstable; urgency=low
* extras/ffmpeg/libacvodec/Makefile:
+ Fixed a PARISC/HPPA mix-up.
* src/interface/interface.c:
+ Removed the "switch interface" menu due to wxwin's utter bugosity.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Fri, 30 Apr 2004 13:15:59 +0200
vlc (0.7.2-test1-3) unstable; urgency=low
* configure.ac:
+ Link DTS plugins with libdts_pic.a, not libdts.a.
* debian/control:
+ Build-depend on libid3tag0-dev for ID3 tag support.
+ Made vlc depend on wxvlc for the moment.
* extras/ffmpeg/libacvodec/Makefile:
+ Build motion_est.c with -O1.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Fri, 30 Apr 2004 10:49:59 +0200
vlc (0.7.2-test1-2) unstable; urgency=low
* debian/control:
+ Build-depend on libxml2-dev.
* extras/ffmpeg/libavcodec/ppc/dsputil_altivec.c:
+ Syntax fixes for powerpc.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Wed, 28 Apr 2004 12:49:18 +0200
vlc (0.7.2-test1-1) unstable; urgency=low
* New SVN snapshot.
* The skinned interface is now the default one (Closes: #245210).
* debian/control:
+ Removed the libdv2-dev build-dependency.
+ Set the liblivemedia-dev build-dependency to (>= 2004.04.23-1).
+ Set the libmatroska-dev build-dependency to (>= 0.7.0).
+ Build-depend on libfribidi-dev.
+ Build-depend on libcdio-dev.
+ Build-depend on libmodplug-dev.
* debian/rules:
+ Activated fribidi support.
+ Activated CDDA support via libcdio.
+ Activated MOD support.
* configure.ac:
+ Re-enabled i420_yuy2_altivec.
* src/interface/interface.c:
+ Disable unavailable interfaces from the switch menu (Closes: #245209).
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Mon, 26 Apr 2004 16:30:25 +0200
vlc (0.7.1-7) unstable; urgency=high
* debian/control:
+ Override kdelibs4's shlibs value to get VLC into testing.
+ No longer build-depend on dvb-dev.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Tue, 20 Apr 2004 18:00:40 +0200
vlc (0.7.1-6) unstable; urgency=low
* debian/control:
+ 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).
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Tue, 6 Apr 2004 10:27:35 +0200
vlc (0.7.1-5) unstable; urgency=low
* debian/control:
+ Added a build-dependency on libaudiofile-dev to fix the m68k build.
* debian/rules:
+ Added symlinks for mozilla-firefox (Closes: #239352).
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Tue, 30 Mar 2004 23:10:20 +0200
vlc (0.7.1-4) unstable; urgency=medium
* extras/ffmpeg/libavcodec/ppc/mpegvideo_ppc.c:
+ Replaced fprintf() with av_log() to fix the powerpc build.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Sun, 21 Mar 2004 13:59:07 +0100
vlc (0.7.1-3) unstable; urgency=medium
* debian/rules:
+ Activated DTS decoding support.
* debian/control:
+ 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.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Sat, 20 Mar 2004 18:13:43 +0100
vlc (0.7.1-2) unstable; urgency=medium
* debian/control:
+ Build-depend on zlib1g-dev because ffmpeg uses it by default.
* configure.ac:
+ Add -lz to the link flags for plugins that use ffmpeg.
+ Disabled i420_yuy2_altivec for now, because it only has a C version of
the AltiVec routines.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Thu, 4 Mar 2004 17:34:58 +0100
vlc (0.7.1-1) unstable; urgency=medium
* New upstream release.
* debian/copyright:
+ Added faad2 and ffmpeg authors to the copyright (Closes: #212766).
* mozilla/vlcplugin.h:
+ Added the 'video/x-ms-asf' MIME type to the plugin (Closes: #232690).
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Wed, 3 Mar 2004 10:47:21 +0100
vlc (0.7.0-3) unstable; urgency=medium
* ppc/mpegvideo_altivec.c:
+ Build this file with GCC 3.2 to work around an ICE.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Wed, 21 Jan 2004 15:36:30 +0100
vlc (0.7.0-2) unstable; urgency=low
* debian/rules:
+ Look for faad in extras/faad2, not extras/faad.
* modules/demux/mkv.cpp:
+ Updated mkv module for the latest Matroska version (Closes: #227923).
* modules/video_output/caca.c:
+ Updated caca module for the latest libcaca version.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Tue, 20 Jan 2004 18:30:58 +0100
vlc (0.7.0-1) unstable; urgency=low
* New upstream release.
* debian/control:
+ Build-depend on fixed dvb-dev packages.
+ Build-depend on fixed linux-kernel-headers packages.
* debian/rules:
+ Look for faad in extras/faad2, not extras/faad.
+ Enable postprocessing in the ffmpeg configuration.
+ Activated libcaca video output.
* doc/vlc.1:
+ Fixed a minor typo (Closes: #223605).
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Sun, 4 Jan 2004 03:29:22 +0100
vlc (0.6.2+cvs20031030-2) unstable; urgency=low
* debian/control:
+ Build-depend on a newer wxwindows version to avoid incompatibilities.
+ Build-depend on linux-kernel-headers and build-conflict on dvb-dev
because these packages cannot be installed together.
* debian/rules:
+ Temporarily disabled the framebuffer video output plugin because of
current code errors in linux-kernel-headers.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Sat, 1 Nov 2003 11:01:40 +0100
vlc (0.6.2+cvs20031030-1) unstable; urgency=low
* New CVS snapshot.
* debian/rules:
+ Disabled the deprecated satellite plugin; the dvb plugin is now
the recommended one (Closes: #216367).
+ Don't install fortunes in /usr/share/games, they are too private for
common mortals (Closes: #212856). They are still available in the
/usr/share/doc/vlc directory though.
+ Activated the speex codec.
+ Activated the PVR input module.
* debian/control:
+ Depend on ttf-freefont for subtitles.
+ Upgraded debhelper build-dependency to (>= 4.0).
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Fri, 31 Oct 2003 11:08:57 +0100
vlc (0.6.2-3) unstable; urgency=low
* debian/control:
+ Set libxosd-dev build-dependency to (>= 2.2.4-1.3) because previous
versions were broken on s390 (Closes: #208383).
+ Rewrote long descriptions (Closes: #209602, #209615, #209628, #209636,
Closes: #209774, #209914, #210028, #210095).
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Mon, 15 Sep 2003 21:28:43 +0200
vlc (0.6.2-2) unstable; urgency=low
* debian/control:
+ Set libmatroska-dev build-dependency to (>= 0.5.0-3) because previous
versions were broken on platforms where PIC/non-PIC cannot be mixed in
objects (Closes: #208383).
+ Set policy to 3.6.1.0.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Fri, 5 Sep 2003 02:32:54 +0200
vlc (0.6.2-1) unstable; urgency=low
* New upstream release.
* debian/control:
+ Added a build-dependency on freetype6-dev.
+ Added a build-dependency on libdvbpsi2-dev.
+ We now recommend gnome-vlc | wxvlc.
+ We now suggest fortune-mod.
* This release now uses libfreetype to render subtitles, and we recommend
ttf-freefont | ttf-thryomanes, so that the old .rle font is no longer
needed (Closes: #203013).
* extras/faad:
+ aclocal-1.6 && autoconf && automake-1.6 -a -c -f && libtoolize -c -f
* extras/faad/common/mp4v2:
+ aclocal-1.4 && autoconf && autoheader && automake-1.4 --foreign -a -c \
&& libtoolize -c -f
* extras/mpeg2dec:
+ aclocal-1.7 && autoconf && automake-1.7 -a -c && libtoolize -c -f
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Tue, 2 Sep 2003 10:45:24 +0200
vlc (0.6.0+cvs-20030716-2) unstable; urgency=low
* debian/control:
+ Updated debhelper build-dependency to (>= 3.4.4) because we now
use debian/compat.
+ Use ${misc:Depends} everywhere.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Wed, 16 Jul 2003 16:55:31 +0200
vlc (0.6.0+cvs-20030716-1) unstable; urgency=low
* New CVS snapshot.
* debian/control:
+ Set policy to 3.6.0. No changes required.
+ Extended the package description.
* modules/video_output/x11/xcommon.c:
+ Fix for crashes in the Mozilla plugin (Closes: #200920).
* mozilla/*:
+ Compilation fixes for Mozilla 1.4 headers (Closes: #201093).
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Wed, 16 Jul 2003 16:55:31 +0200
vlc (0.6.0+cvs-20030705-1) unstable; urgency=low
* New CVS snapshot.
+ Includes previous Debian fixes.
+ Errors in plugins now properly trigger build abort so that no build
failures are missed. Thanks to LaMont Jones for pointing out the problem.
* debian/rules:
+ Enabled Matroska support.
+ Only build builtins in the first compile pass so that we don't mix PIC
and non-PIC code (Closes: #199968). Phew, I hope I got it right this
time.
* extras/ffmpeg:
+ Re-applied the Alpha build fix from 0.6.0+cvs-20030627-2 that had
disappeared in 0.6.0+cvs-20030703-1.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Sat, 5 Jul 2003 01:09:11 +0200
vlc (0.6.0+cvs-20030703-1) unstable; urgency=low
* New CVS snapshot.
+ Includes previous Debian fixes.
+ Build should be a bit faster now.
* extras/faad:
+ aclocal-1.6 && autoconf && automake-1.6 -a -c -f && libtoolize -c -f
* extras/faad/common/id3lib:
+ mkdir doc examples
+ aclocal-1.4 && autoconf && automake-1.4 -a -c && libtoolize -c -f
* extras/mpeg2dec:
+ aclocal-1.7 && autoconf && automake-1.7 -a -c && libtoolize -c -f
+ Fixes build on parisc (Closes: #199693).
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Thu, 3 Jul 2003 11:25:57 +0200
vlc (0.6.0+cvs-20030627-2) unstable; urgency=low
* extras/ffmpeg:
+ Fixed compilation for Alpha.
* debian/rules:
+ Enabled the video4linux input plugin (Closes: #199427).
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Sun, 29 Jun 2003 21:12:10 +0200
vlc (0.6.0+cvs-20030627-1) unstable; urgency=low
* New upstream release.
* debian/rules:
+ Replaced $(DEB_BUILD_ARCH) with `dpkg-architecture -qDEB_BUILD_GNU_CPU`
so that the rules can be called directly.
+ Use the -s flag instead of -a so that debhelper properly handles the
i386-only plugin packages.
+ Split the build rule into configure and build.
* debian/control:
+ Removed leading "a"s from package descriptions.
+ Set policy to 3.5.10.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Sat, 21 Jun 2003 17:55:07 +0200
vlc (0.5.3-3) unstable; urgency=low
* Built-in modules were linked twice in the mozilla plugin; removed the
non-PIC ones (Closes: #194384).
-- Samuel Hocevar <sam@zoy.org> Fri, 23 May 2003 11:15:19 +0200
vlc (0.5.3-2) unstable; urgency=low
* Changed the libvlc0-dev section to libdevel.
* We now build the static objects twice: once the normal way before we
link them with VLC, and once with -fPIC so that they can be linked to
the Mozilla plugin.
* Updated extras/faad/config.{sub,guess}.
-- Samuel Hocevar <sam@zoy.org> Fri, 14 Apr 2003 15:14:07 +0200
vlc (0.5.3-1) unstable; urgency=low
* New upstream release.
* Fixed a clock skew issue in debian/rules.
-- Samuel Hocevar <sam@zoy.org> Tue, 8 Apr 2003 15:20:20 +0100
vlc (0.5.2-4) unstable; urgency=low
* Changed the section of gnome-vlc and kvlc according to new Debian
archive sections.
* Updated woody-buildpackage so that packages say "stable".
-- Samuel Hocevar <sam@zoy.org> Tue, 1 Apr 2003 18:08:01 +0200
vlc (0.5.2-3) unstable; urgency=low
* Added explicit dependencies on vlc to legacy packages to make linda and
lintian happier.
* Added correct versioned build-dependency on debhelper.
* Updated the autotools helper files in extras/faad.
-- Samuel Hocevar <sam@zoy.org> Wed, 26 Mar 2003 02:50:34 +0100
vlc (0.5.2-2) unstable; urgency=low
* Bumped up standards version to 0.5.9.0.
* Added build-dependencies on libidl0 and libglib2.0-0 to work around
mozilla-dev's currently broken dependencies.
* We now link against libdvdread3 instead of libdvdread2.
-- Samuel Hocevar <sam@zoy.org> Tue, 25 Mar 2003 23:21:51 +0100
vlc (0.5.2-1) unstable; urgency=low
* New upstream release.
* Removed vlc-plugin-dvb, vlc-plugin-xosd, vlc-plugin-aa, vlc-plugin-lirc and
vlc-plugin-dv packages because the dependencies are quite small, and merged
them into the main vlc package.
* Removed the vlc-mad, vlc-arts, vlc-lirc and vlc-aa legacy packages because
they were not in woody.
-- Samuel Hocevar <sam@zoy.org> Tue, 11 Mar 2003 20:32:36 +0100
vlc (0.5.1-1) unstable; urgency=low
* New upstream release.
* The vlc-glide package is now Architecture: i386 only.
* The vlc-plugin-mad package Provides: mp3-decoder.
* The deprecated vlc-* packages have a proper link to /usr/share/doc/vlc/.
-- Samuel Hocevar <sam@zoy.org> Sat, 15 Feb 2003 03:43:33 +0100
vlc (0.5.0-1) unstable; urgency=low
* New upstream release (Closes: #157166).
* Audio MPEG and A52 decoders now use external libraries (libmad, liba52).
* Build-Depends are now valid (Closes: #147103).
* More robust AVI parser (Closes: #158037).
* An issue with X taking more and more CPU was fixed (Closes: #153286).
* Package now includes a NEWS file.
* New package containing a Mozilla plugin.
* New codec packages: Ogg/Vorbis, DV.
* New GUI package: wxvlc (wxWindows).
* New debian/woody-buildpackage file that can be used to build Woody
packages.
* Made the GNOME desktop entries more user-friendly (Closes: #149749).
-- Samuel Hocevar <sam@zoy.org> Thu, 4 Jul 2002 17:44:25 +0200
vlc (0.4.1-1) unstable; urgency=low
* New upstream release.
-- Samuel Hocevar <sam@zoy.org> Mon, 3 Jun 2002 23:43:35 +0200
vlc (0.4.0-1) unstable; urgency=low
* New upstream release.
-- Samuel Hocevar <sam@zoy.org> Thu, 23 May 2002 01:27:05 +0200
vlc (0.3.1-1) unstable; urgency=low
* New upstream release.
* Fixes a crash in the Gtk+ interface.
-- Samuel Hocevar <sam@zoy.org> Thu, 18 Apr 2002 06:43:42 +0200
vlc (0.3.0-1) unstable; urgency=low
* New upstream release.
* Reworked Gtk interface (Closes: #138732), with a working preferences
dialog (Closes: #134142, #134147).
* The ALSA plugin now supports S/PDIF (Closes: #118301).
-- Samuel Hocevar <sam@zoy.org> Sat, 6 Apr 2002 04:27:50 +0200
vlc (0.2.92-8) unstable; urgency=high
* Only link with libXv.a if libXv_pic.a wasn't found, which fixes
package builds on sid.
* Added -ffunction-sections to the compilation of mpeg_vdec.a when
the architecture is hppa.
-- Samuel Hocevar <sam@zoy.org> Sun, 6 Jan 2002 06:56:08 +0100
vlc (0.2.92-7) unstable; urgency=high
* Fixed configure.in so that it doesn't fail on hppa.
* Fixed a symbol resolution issue that made vlc crash when libdvdcss
was installed.
-- Samuel Hocevar <sam@zoy.org> Sat, 5 Jan 2002 03:46:23 +0100
vlc (0.2.92-6) unstable; urgency=high
* Attempt to fix IA64 and hppa builds.
-- Samuel Hocevar <sam@zoy.org> Fri, 4 Jan 2002 14:11:02 +0100
vlc (0.2.92-5) unstable; urgency=high
* Many fixes imported from the 0.2.92 upstream release (VCD input,
buffer management, decoder error management).
* Removed a stupid dependency on libc6 which prevented the package
from being built on alpha.
-- Samuel Hocevar <sam@zoy.org> Wed, 2 Jan 2002 04:16:44 +0100
vlc (0.2.92-4) unstable; urgency=high
* Put debian/control and debian/rules in sync again (Closes: #126697).
* Replaced the 48x48 XPM icons with 32x32 icons to comply with policy
(Closes: #126939).
* Don't spawn the Gtk+ or the Gnome interface if no $DISPLAY variable is
present, which fixes the framebuffer output (Closes: #101753).
-- Samuel Hocevar <sam@zoy.org> Sun, 30 Dec 2001 02:59:01 +0100
vlc (0.2.92-3) unstable; urgency=high
* Removed references to vlc-mad (Closes: #126194).
-- Samuel Hocevar <sam@zoy.org> Sat, 22 Dec 2001 21:04:27 +0100
vlc (0.2.92-2) unstable; urgency=high
* Bumped urgency to high to get this stable version into testing; all
reported critical bugs were fixed.
* Bumped Standards-Version to 3.5.6.
* Fixed a PowerPC compilation issue.
* Fixed a crash in the VCD input.
-- Samuel Hocevar <sam@zoy.org> Thu, 20 Dec 2001 23:24:21 +0100
vlc (0.2.92-1) unstable; urgency=low
* Using the stable 0.2.92 CVS branch, has lots of stability fixes.
* Disabled broken ALSA audio output (Closes: #110869, #119846).
* Changed configure.in so that vlc is linked against libXv.a,
not xvideo.so and sdl.so (Closes: #111790).
* Added versioned build-dep to libasound2-dev (Closes: #121057).
-- Samuel Hocevar <sam@zoy.org> Wed, 19 Dec 2001 17:06:44 +0100
vlc (0.2.91-2) unstable; urgency=low
* Added "Video" menu hints (Closes: #121036).
-- Samuel Hocevar <sam@zoy.org> Sun, 25 Nov 2001 02:25:34 +0100
vlc (0.2.91-1) unstable; urgency=low
* New upstream release.
* This release fixes IFO parsing issues (Closes: #119369).
* vlc will dlopen() an installed libdvdcss if available, to play
encrypted DVDs (Closes: #89856).
* vlc is now in sync with the official libdvdcss (Closes: #118194).
-- Samuel Hocevar <sam@zoy.org> Mon, 12 Nov 2001 17:14:29 +0100
vlc (0.2.90-3) unstable; urgency=low
* Added stricter Build-Depends on libsdl1.2-dev (Closes: #117180).
-- Samuel Hocevar <sam@zoy.org> Fri, 26 Oct 2001 16:06:01 +0200
vlc (0.2.90-2) unstable; urgency=low
* Various upstream bugfixes.
* Compiled against libsdl1.2-debian (Closes: #116709).
-- Samuel Hocevar <sam@zoy.org> Tue, 23 Oct 2001 02:09:39 +0200
vlc (0.2.90-1) unstable; urgency=low
* Fixed syntax error in build dependencies (Closes: #109722).
* XVideo module now compiled as built-in, to avoid PIC and non-PIC
code collision (Closes: #111790).
-- Samuel Hocevar <sam@zoy.org> Wed, 10 Oct 2001 15:00:29 +0200
vlc (0.2.83-2) unstable; urgency=low
* Fixed build dependencies for architectures not supporting libasound2
(Closes: #109722).
-- Samuel Hocevar <sam@zoy.org> Fri, 24 Aug 2001 12:47:45 +0200
vlc (0.2.83-1) unstable; urgency=low
* New upstream release.
* Activated subtitles in overlay mode (Closes: #97471).
-- Samuel Hocevar <sam@zoy.org> Wed, 22 Aug 2001 15:18:01 +0200
vlc (0.2.82-1) unstable; urgency=low
* New upstream release.
* Fixed broken manpage symlinks (Closes: #99561).
-- Samuel Hocevar <sam@zoy.org> Tue, 7 Aug 2001 12:39:16 +0200
vlc (0.2.81-1) unstable; urgency=low
* New upstream release.
-- Samuel Hocevar <sam@zoy.org> Sat, 28 Jul 2001 04:13:57 +0200
vlc (0.2.80-1) unstable; urgency=low
* New upstream release.
-- Samuel Hocevar <sam@zoy.org> Tue, 5 Jun 2001 04:41:06 +0200
vlc (0.2.73-2) unstable; urgency=low
* We now build without MMX in the main application (Closes: #96036).
-- Samuel Hocevar <sam@zoy.org> Fri, 4 May 2001 07:13:04 +0200
vlc (0.2.73-1) unstable; urgency=low
* New upstream release.
-- Samuel Hocevar <sam@zoy.org> Sat, 28 Apr 2001 07:02:35 +0200
vlc (0.2.72-1) unstable; urgency=low
* New upstream release.
-- Samuel Hocevar <sam@zoy.org> Mon, 16 Apr 2001 14:33:53 +0200
vlc (0.2.71-1) unstable; urgency=low
* New upstream release.
-- Samuel Hocevar <sam@zoy.org> Fri, 13 Apr 2001 08:13:26 +0200
vlc (0.2.70-1) unstable; urgency=low
* New upstream release.
* Non-i386 package builds really fixed (Closes: #89285).
-- Samuel Hocevar <sam@zoy.org> Sat, 7 Apr 2001 05:52:00 +0200
vlc (0.2.63-3) unstable; urgency=low
* Added versioned conflicts/replaces to vlc-gtk (Closes: #88796).
-- Samuel Hocevar <sam@zoy.org> Wed, 7 Mar 2001 20:47:48 +0100
vlc (0.2.63-2) unstable; urgency=low
* Glide shouldn't cause any non-x86 problems anymore (Closes: #88583).
-- Samuel Hocevar <sam@zoy.org> Mon, 5 Mar 2001 12:50:28 +0100
vlc (0.2.63-1) unstable; urgency=low
* New upstream release.
-- Samuel Hocevar <sam@zoy.org> Mon, 5 Mar 2001 00:41:16 +0100
vlc (0.2.62-2) unstable; urgency=low
* Removed a few lintian warnings.
-- Samuel Hocevar <sam@zoy.org> Sat, 3 Mar 2001 10:29:31 +0100
vlc (0.2.62-1) unstable; urgency=low
* New release. Glide and GGI packages build again.
* Updated vlc.1 manpage (Closes: #87478).
* Fixed debian/control (Closes: #83707).
* The framebuffer plugin doesn't hijack ^C anymore (Closes: #87500).
-- Samuel Hocevar <sam@zoy.org> Fri, 2 Mar 2001 17:32:24 +0100
vlc (0.2.61-1) unstable; urgency=low
* New release. The package build works again.
-- Samuel Hocevar <sam@zoy.org> Fri, 16 Feb 2001 08:09:59 +0100
vlc (0.2.60-1) unstable; urgency=low
* New release. The package build is most presumably FUBAR.
-- Samuel Hocevar <sam@zoy.org> Wed, 14 Feb 2001 08:33:46 +0100
vlc (0.2.50nocss-1) unstable; urgency=low
* Only build vlc-glide under x86 (Closes: #84046).
* Switched PentiumPro optimization off (Closes: #83707).
-- Samuel Hocevar <sam@zoy.org> Mon, 5 Feb 2001 20:49:15 +0100
vlc (0.2.50-1) unstable; urgency=low
* Unstable release.
-- Samuel Hocevar <sam@zoy.org> Wed, 31 Jan 2001 04:30:37 +0100
vlc (0.1.99i) unstable; urgency=low
* Fixed the framerate display
-- Samuel Hocevar <sam@zoy.org> Tue, 24 Oct 2000 11:08:01 +0200
vlc (0.1.99i) unstable; urgency=low
* fixed the support for field pictures, which involved a few dozens
bugs in the video parser and video decoder.
* renamed an inconsistent variable in src/input/input_file.c.
* added support for I+ synchro (all Is and the first P).
* fixed a motion compensation bug which generated some distortion
on B images.
* fixed a motion compensation bug for skipped macroblocks.
* fixed a synchro bug for field images.
* fixed the --server option which didn't work if a ~/.vlcrc existed.
-- Samuel Hocevar <sam@via.ecp.fr> Mon, 28 Aug 2000 02:34:18 +0200
vlc (0.1.99h) unstable; urgency=low
* added support for the SDL vout : the --display fullscreen allows
fullscreen when possible. Disabled by default.
* updated debian directory to build vlc-sdl.
* removed CCFLAGS flags which were improperly used.
* added hints for powerpc build.
* fixed the input_file exit bug.
* removed the frame statistics output.
* removed a verbose message in intf_sdl.c.
* added a few sanity checks in the audio mpeg and ac3 decoders.
* temporarily got rid of vlc.channels.
-- Samuel Hocevar <sam@via.ecp.fr> Tue, 22 Aug 2000 01:31:58 +0200
vlc (0.1.99g) unstable; urgency=low
* removed all "*vlc" aliases except "gvlc" and "fbvlc". The other sucked.
* new --synchro flag which lets you force which images are decoded.
* fixed 32bpp MMX YUV, made the comments clearer, removed an emms.
* now scaling is on by default, so that people won't tell that the vlc
cannot do scaling :-)
* fixed 8bpp YUV.
* fixed the fscked up Bresenham algorithm in all YUV functions.
* fixed a dumb bug in the Makefile that prevented inclusion of the
-march=pentium directive. thanks Meuuh, blame sam.
* separate Debian packages
-- Samuel Hocevar <sam@via.ecp.fr> Wed, 16 Aug 2000 01:07:14 +0200
vlc (0.1.99f) unstable; urgency=low
* plugin detection now works
* "gvlc", "fbvlc", "ggivlc" aliases now work
* fixed functions that weren't properly inlined
* removed bloat from the MMX YUV plugin
* vlc.init becomes ~/.vlcrc
* removed float operations in the video decoder, and all emms asm functions
* borrowed linuxvideo's MMX motion compensation
* fixed an undefined symbol in the MMX YUV plugin
-- Samuel Hocevar <sam@via.ecp.fr> Tue, 8 Aug 2000 11:24:01 +0200
vlc (0.1.99e) unstable; urgency=low
* new bitstream syntax and slight performance increase
-- Samuel Hocevar <sam@via.ecp.fr> Thu, 20 Jul 2000 15:14:06 +0200
vlc (0.1.99d) unstable; urgency=low
* .deb is now more lintian-friendly
* removed a few useless warning messages
* new plugin API
* plugin auto-detection
* removed the default --enable-ppro option because it didn't work on K6-2
* the framebuffer client now leaves the console in a working state
* the dithered 8 bpp YUV transformation works again (blame bbp !)
* the YUV transformations are now plugins as well
* alternative symlinks like gvlc, fbvlc are now created at compile time
* borrowed libmpeg2's GPLed MMX YUV transformations (16 and 32 bits)
* fixed an endianness problem which occurred on iMacs
-- Samuel Hocevar <sam@via.ecp.fr> Wed, 12 Jul 2000 01:24:40 +0200
vlc (0.1.99c) unstable; urgency=low
* Caught Delete Window event in Gnome and X11 modes
* Fixed manpage
* GGI output now works
* Fixed a segfault on exit for the Gnome plugin
* Sound support almost works under BeOS
-- Samuel Hocevar <sam@via.ecp.fr> Tue, 20 Jun 2000 03:01:12 +0200
vlc (0.1.99b) unstable; urgency=low
* Added a ChangeLog file
* Updated the VLAN code
* Fixed a bug preventing to quit
-- Samuel Hocevar <sam@via.ecp.fr> Sat, 17 Jun 2000 03:46:16 +0200
vlc (0.1.99a) unstable; urgency=low
* Fixed some compile flag errors
-- Samuel Hocevar <sam@via.ecp.fr> Thu, 15 Jun 2000 20:48:54 +0200
vlc (0.1.99-1) unstable; urgency=low
* Initial Release.
-- Samuel Hocevar <sam@via.ecp.fr> Mon, 13 Mar 2000 02:21:45 +0100
Source: vlc
Section: graphics
Priority: optional
Maintainer: Sam Hocevar (Debian packages) <sam+deb@zoy.org>
Build-Depends: debhelper (>= 4.0), dh-buildinfo, dpatch, nasm, yasm [amd64], gettext, linux-kernel-headers (>= 2.5.999-test7-bk-7), mozilla-dev (>= 2:1.7.10-1), xlibmesa-gl-dev, liba52-0.7.4-dev, libaa1-dev, libarts1-dev (>= 1.4.2-1), libasound2-dev (>= 0.9.0beta10a), libaudiofile-dev, libavahi-client-dev, libavcodec-dev (>= 0.cvs20050918-2), libavformat-dev (>= 0.cvs20050918-2), libcaca-dev (>= 0.9), libcdio-dev, libdvbpsi4-dev, libdvdnav-dev, libdvdread3-dev, libdts-dev, libesd0-dev, libflac-dev (>= 1.1.2-3), libfreetype6-dev, libfribidi-dev, libggi2-dev, libglib2.0-0, libglide2-dev [i386], libgnutls-dev (>= 1.2.8), libhal-dev (>= 0.5.5.1-3), libid3tag0-dev, libidl0, libimlib2-dev, liblircclient-dev, liblivemedia-dev (>= 2004.11.11a-1), libmad0-dev, libmatroska-dev (>= 0.7.7), libmodplug-dev, libmpcdec-dev, libmpeg2-4-dev, libncurses5-dev, libogg-dev, libpostproc-dev (>= 0.cvs20050918-2), libpng12-dev, libsdl1.2-dev (>= 1.2.7+1.2.8cvs20041007-5.3), libsmbclient-dev, libsvga1-dev [i386], libsysfs-dev, libtar-dev, libtheora-dev, libvcdinfo-dev, libvorbis-dev, libwxgtk2.6-dev, libx11-dev, libxext-dev, libxosd-dev, libxml2-dev, libxt-dev, libxv-dev, zlib1g-dev
Standards-Version: 3.6.2.1
Package: vlc
Section: graphics
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, wxvlc, ttf-freefont
Recommends: ttf-thryomanes, videolan-doc
Suggests: vlc-plugin-alsa, mozilla-plugin-vlc
Replaces: vlc-plugin-dvb (<< 0.5.2-2), vlc-plugin-xosd (<< 0.5.2-2), vlc-plugin-dv (<< 0.5.2-2), vlc-plugin-mad (<< 0.5.2-2), vlc-mad (<< 0.5.0), vlc-plugin-a52 (<< 0.5.2-2), vlc-plugin-ogg (<< 0.5.2-2), vlc-plugin-lirc (<< 0.5.2-2), vlc-lirc (<< 0.5.0), vlc-plugin-aa (<< 0.5.2-2), vlc-aa (<< 0.5.0)
Conflicts: vlc-plugin-dvb (<< 0.5.2-2), vlc-plugin-xosd (<< 0.5.2-2), vlc-plugin-dv (<< 0.5.2-2), vlc-plugin-mad (<< 0.5.2-2), vlc-mad (<< 0.5.0), vlc-plugin-a52 (<< 0.5.2-2), vlc-plugin-ogg (<< 0.5.2-2), vlc-plugin-lirc (<< 0.5.2-2), vlc-lirc (<< 0.5.0), vlc-plugin-aa (<< 0.5.2-2), vlc-aa (<< 0.5.0)
Provides: mp3-decoder
Description: multimedia player for all audio and video formats
VLC is the VideoLAN project's media player. It plays MPEG, MPEG2, MPEG4,
DivX, MOV, WMV, QuickTime, mp3, Ogg/Vorbis files, DVDs, VCDs, and multimedia
streams from various network sources.
.
VLC can also be used as a streaming server that duplicates the stream it
reads and multicasts them through the network to other clients, or serves
them through HTTP.
.
VLC has support for on-the-fly transcoding of audio and video formats, either
for broadcasting purposes or for movie format transformations. Support for
most output methods is provided by this package, but features can be added
by installing additional audio plugins (vlc-plugin-esd, vlc-plugin-alsa,
vlc-plugin-arts) or video plugins (vlc-plugin-sdl, vlc-plugin-ggi,
vlc-plugin-glide, vlc-plugin-svgalib). There is also a web browser plugin
in the mozilla-plugin-vlc package.
Package: libvlc0-dev
Section: libdevel
Architecture: any
Depends: vlc (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}
Description: development files for VLC
This package contains headers and a static library required to build plugins
for VLC, or standalone applications that use VLC features.
.
VLC is the VideoLAN project's media player. It plays MPEG, MPEG2, MPEG4,
DivX, MOV, WMV, QuickTime, mp3, Ogg/Vorbis files, DVDs, VCDs, and multimedia
streams from various network sources.
Package: gnome-vlc
Section: oldlibs
Architecture: any
Depends: wxvlc, vlc (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}
Conflicts: vlc-gnome (<< 0.5.0)
Replaces: vlc-gnome (<< 0.5.0)
Description: GNOME frontend for VLC (dummy legacy package)
The gnome-vlc package has been discontinued. You should use the wxvlc
package instead.
.
This package is only useful to ensure clean upgrades from old Debian
releases and can be safely removed.
Package: gvlc
Section: oldlibs
Architecture: any
Depends: wxvlc, vlc (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}
Conflicts: vlc-gnome (<= 0.2.63-2), vlc-gtk (<< 0.5.0)
Replaces: vlc-gnome (<= 0.2.63-2), vlc-gtk (<< 0.5.0)
Description: GTK+ frontend for VLC (dummy legacy package)
The gvlc package has been discontinued. You should use the wxvlc
package instead.
.
This package is only useful to ensure clean upgrades from old Debian
releases and can be safely removed.
Package: vlc-plugin-esd
Architecture: any
Depends: vlc (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}
Conflicts: vlc-esd (<< 0.5.0)
Replaces: vlc-esd (<< 0.5.0)
Description: Esound audio output plugin for VLC
This plugin adds support for the Enlightened Sound Daemon to the VLC
media player. To activate it, use the `--aout esd' flag or select the
`esd' audio output plugin from the preferences menu.
.
VLC is the VideoLAN project's media player. It plays MPEG, MPEG2, MPEG4,
DivX, MOV, WMV, QuickTime, mp3, Ogg/Vorbis files, DVDs, VCDs, and multimedia
streams from various network sources.
Package: vlc-plugin-alsa
Architecture: any
Depends: vlc (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}
Conflicts: vlc-alsa (<< 0.5.0)
Replaces: vlc-alsa (<< 0.5.0)
Description: ALSA audio output plugin for VLC
This plugin adds support for the Advanced Linux Sound Architecture to
the VLC media player. To activate it, use the `--aout alsa' flag or
select the `alsa' audio output plugin from the preferences menu.
.
VLC is the VideoLAN project's media player. It plays MPEG, MPEG2, MPEG4,
DivX, MOV, WMV, QuickTime, mp3, Ogg/Vorbis files, DVDs, VCDs, and multimedia
streams from various network sources.
Package: vlc-plugin-sdl
Architecture: any
Depends: vlc (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}
Conflicts: vlc-sdl (<< 0.5.0)
Replaces: vlc-sdl (<< 0.5.0)
Description: SDL video and audio output plugin for VLC
This plugin adds support for the Simple DirectMedia Layer library to
the VLC media player. To activate it, use the `--vout sdl' or
`--aout sdl' flags or select the `sdl' video or audio output plugin
from the preferences menu.
.
VLC is the VideoLAN project's media player. It plays MPEG, MPEG2, MPEG4,
DivX, MOV, WMV, QuickTime, mp3, Ogg/Vorbis files, DVDs, VCDs, and multimedia
streams from various network sources.
Package: vlc-plugin-ggi
Architecture: any
Depends: vlc (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}
Conflicts: vlc-ggi (<< 0.5.0)
Replaces: vlc-ggi (<< 0.5.0)
Description: GGI video output plugin for VLC
This is a GGI plugin for the VLC media player. To activate it, use
the `--vout ggi' flag or select the `ggi' video output plugin from the
preferences menu.
.
VLC is the VideoLAN project's media player. It plays MPEG, MPEG2, MPEG4,
DivX, MOV, WMV, QuickTime, mp3, Ogg/Vorbis files, DVDs, VCDs, and multimedia
streams from various network sources.
Package: vlc-plugin-glide
Architecture: i386
Depends: vlc (= ${Source-Version}), libglide2
Conflicts: vlc-glide (<< 0.5.0)
Replaces: vlc-glide (<< 0.5.0)
Description: Glide video output plugin for VLC
This is a Glide (3dfx) plugin for the VLC media player. To activate
it, use the `--vout glide' flag or select the `glide' video output
plugin from the preferences menu.
.
VLC is the VideoLAN project's media player. It plays MPEG, MPEG2, MPEG4,
DivX, MOV, WMV, QuickTime, mp3, Ogg/Vorbis files, DVDs, VCDs, and multimedia
streams from various network sources.
Package: qvlc
Section: oldlibs
Architecture: any
Depends: wxvlc, vlc (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}
Conflicts: vlc-qt (<< 0.5.0)
Replaces: vlc-qt (<< 0.5.0)
Description: Qt frontend for VLC (dummy legacy package)
The qvlc package has been discontinued. You should use the wxvlc
package instead.
.
This package is only useful to ensure clean upgrades from old Debian
releases and can be safely removed.
Package: vlc-plugin-arts
Architecture: any
Depends: vlc (= ${Source-Version}), libartsc0, ${misc:Depends}
Conflicts: vlc-arts (<< 0.5.0)
Replaces: vlc-arts (<< 0.5.0)
Description: aRts audio output plugin for VLC
This plugin adds support for the aRts Sound System to the VLC media
player. To activate it, use the `--aout arts' flag or select the `arts'
audio output plugin from the preferences menu.
.
VLC is the VideoLAN project's media player. It plays MPEG, MPEG2, MPEG4,
DivX, MOV, WMV, QuickTime, mp3, Ogg/Vorbis files, DVDs, VCDs, and multimedia
streams from various network sources.
Package: mozilla-plugin-vlc
Architecture: any
Depends: vlc (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}
Recommends: mozilla-browser | mozilla-firefox
Description: multimedia plugin for Mozilla based on VLC
This plugin adds support for MPEG, MPEG2, DVD, DivX, Ogg/Vorbis and many
more formats to your Mozilla browser. The decoding process is done by VLC
and the output window is embedded in a webpage or directly in the browser
window. There is also support for fullscreen display and javascript control.
.
VLC is the VideoLAN project's media player. It plays MPEG, MPEG2, MPEG4,
DivX, MOV, WMV, QuickTime, mp3, Ogg/Vorbis files, DVDs, VCDs, and multimedia
streams from various network sources.
Package: kvlc
Section: oldlibs
Architecture: any
Depends: wxvlc, vlc (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}
Recommends: vlc-plugin-arts
Conflicts: vlc-kde (<< 0.5.0)
Replaces: vlc-kde (<< 0.5.0)
Description: KDE frontend for VLC (dummy legacy package)
The kvlc package has been discontinued. You should use the wxvlc
package instead.
.
This package is only useful to ensure clean upgrades from old Debian
releases and can be safely removed.
Package: vlc-plugin-svgalib
Architecture: i386
Depends: vlc (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}
Description: SVGAlib video output plugin for VLC
This plugin adds support for SVGAlib to the VLC media player. To
activate it, use the `--vout svgalib' flag or select the `svgalib' video
output plugin from the preferences menu. Note that you will need root
permissions to use SVGAlib.
.
VLC is the VideoLAN project's media player. It plays MPEG, MPEG2, MPEG4,
DivX, MOV, WMV, QuickTime, mp3, Ogg/Vorbis files, DVDs, VCDs, and multimedia
streams from various network sources.
Package: wxvlc
Architecture: any
Depends: vlc (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}
Description: wxWidgets frontend for VLC
This plugin adds a wxWidgets interface to the VLC media player. To activate
the wxWidgets GUI, use the `--intf wx' flag or run the `wxvlc' program.
.
VLC is the VideoLAN project's media player. It plays MPEG, MPEG2, MPEG4,
DivX, MOV, WMV, QuickTime, mp3, Ogg/Vorbis files, DVDs, VCDs, and multimedia
streams from various network sources.
This package was debianized by Sam Hocevar <sam@zoy.org> on
Mon, 13 Mar 2000 02:21:45 +0100.
It was taken from http://download.videolan.org/pub/vlc/, and the source
tarball also contains the faad2 and x264 trees.
Upstream authors: The VideoLAN Team <videolan@videolan.org>
faad2 authors: M. Bakker (mbakker(at)nero.com)
Alexander Kurpiers (a.kurpiers(at)nt.tu-darmstadt.de)
Volker Fischer (v.fischer(at)nt.tu-darmstadt.de)
x264 authors: Laurent Aimar <fenrir@via.ecp.fr>
Eric Petit <titer@videolan.org>
Min Chen <chenm001@163.com>
Justin Clay (justin_clay(at)hotmail.com)
Måns Rullgård (mru(at)mru.ath.cx)
Most of the VideoLAN code is Copyright 1996-2006 The VideoLAN Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* Some parts of the network layer (src/network, include/vlc_acl.h) are Copyright (C) 2005 Rémi Denis-Courmont
* The OSD menu (src/osd, modules/video_filter/osdemenu.c) are Copyright (C) 2005 M2X
* Some parts of the unicode handling routines (src/misc/unicode.c) are Copyright (C) 1998-2002, Larry Wall
* Some parts of the charset handling routines (src/misc/charset.c) are Copyright (C) 2001-2003 The Mape Project
* The XSPF playlist handling code (modules/demux/playlist/xspf and modules/misc/playlist/xspf) is Copyright (C) 2006 Daniel Stränger <vlc at schmaller dot de>
* Some parts of the TY demux (modules/demux/ty.c) are Copyright (C) 2005 by Neal Symms (tivo@freakinzoo.com) - February 2005
* The VLC tables for transrating are Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved.
* Some parts of the transrating module (modules/stream_out/transrate) are Copyright (C) 2003 Antoine Missout, Copyright (C) 2000-2003 Michel Lespinasse <walken@zoy.org>, Copyright (C) 1999-2000 Aaron Holtzman <aholtzma@ess.engr.uvic.ca>
* The Unzip library used in skins2 (modules/gui/skins2/unzip) is Copyright (C) 1998-2005 Gilles Vollant and Copyright (c) 1990-2000 Info-ZIP. All rights reserved.
* The GnuTLS module (module/misc/gnutls.c) is Copyright (C) 2004-2006 Rémi Denis-Courmont
* The Xtag XML parser (modules/misc/xml/xtag*) is Copyright (C) 2003-2004 Commonwealth Scientific and Industrial Research
* The Real RTSP access plugin (modules/access/rtsp) is Copyright (C) 2002-2003 the xine project and Copyright (C) 2002-2004 the xine project
* The DV access module (modules/access/dv.c) is Copyright (C) 2005 M2X and Copyright by Arne Schirmacher <dvgrab@schirmacher.de>
* The VCDx input module (modules/access/vcdx/) is Copyright (C) 2003, 2004 Rocky Bernstein <rocky@panix.com>
* Some parts of the V4L input module (modules/access/v4l/videodev_mjpeg.h) are Copyright (C) lavrec (see http://mjpeg.sourceforge.net)
* Some parts of the DVB input module (modules/access/dvb/en50221.c) are Copyright (C) 2000 Klaus Schmidinger
* The RTCP handling routines (modules/mux/rtp/rtcp, modules/mux/rtp/rtp.h) are Copyright (C) 2005 M2X
* Some parts of the TS muxer (modules/mux/mpeg/csa*) are Copyright (C) 2004-2005 Laurent Aimar and Copyright (C) 2004 Laurent Aimar
* The Swscale module is Copyright (C) 1999, Aaron Holtzman <aholtzma@ess.engr.uvic.ca>, Copyright (C) 2001-2003 Michael Niedermayer <michaelni@gmx.at>, Copyright (C) 2004 Romain Dolbeau <romain@dolbeau.org>, Copyright (C) 2000, Håkan Hjort <d95hjort@dtek.chalmers.se> and opyright (C) 2000, Silicon Integrated System Corp.
* The CMML decoder (modules/codec/cmml) is Copyright (C) 2003-2004 Commonwealth Scientific and Industrial Research
* The DVB subtitles decoder (modules/codec/dvbsub.c) is Copyright (C) 2003 ANEVIA
* Some MMX routines (include/mmx.h) are Copyright (C) 1997-1999 H. Dietz and R. Fisher
* The binary loader is Copyright 1994 Eric Youndale & Erik Bos, Copyright 1995 Martin von Löwis, Copyright 1996-98 Marcus Meissner, Copyright 1995 Thomas Sandford, Copyright 1993 Robert J. Amstadt, Copyright 1995 Alexandre Julliard, Copyright 2000 Eugene Kuznetsov (divx@euro.ru)
* The atof testsuite (src/test/i18n_atof.c) is Copyright (C) 2006 Rémi Denis-Courmont
* Faad2 (extras/faad2) is Copyright (C) 2003-2005 M. Bakker, Ahead Software AG, http://www.nero.com
* The MPEG4IP plugin for Faad2 (extras/faad2/plugins/mpeg4ip) is Copyright (C) 2003 Bill May wmay@cisco.com
* X264 (extras/x264) is Copyright (C) 2003 Laurent Aimar, Copyright (C) 2005 Loren Merritt, Copyright (C) 2003 x264 project, Copyright (c) 2002 Michael Niedermayer <michaelni@gmx.at>, Copyright (c) 2000 The NetBSD Foundation, Inc., Copyright 2005 Laurent Aimar, Justin Clay, Min Chen,Eric Petit, Måns Rullgård, Loren Merritt
On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.
#! /bin/sh
LD_LIBRARY_PATH=/usr/lib/gcc-snapshot/lib:$LD_LIBRARY_PATH
PATH=/usr/lib/gcc-snapshot/bin:$PATH
gcc "$@"
[Desktop Entry]
Name=VLC for GNOME
Name[fr]=VLC pour GNOME
Comment=GNOME media player
Comment[fr]=Lecteur multimédia pour GNOME
Exec=wxvlc
Icon=vlc.png
Terminal=0
Type=Application
usr/bin
usr/lib/vlc/gui
usr/share/doc
usr/share/applications
usr/share/man/man1
usr/share/pixmaps
usr/share/vlc
[Desktop Entry]
Name=VLC for Gtk+
Name[fr]=VLC pour Gtk+
Comment=Gtk+ multimedia player
Comment[fr]=Lecteur multimédia pour Gtk+
Exec=wxvlc
Icon=vlc.png
Terminal=0
Type=Application
usr/bin
usr/lib/vlc/gui
usr/share/doc
usr/share/applications
usr/share/man/man1
usr/share/pixmaps
usr/share/vlc
usr/bin
usr/lib/vlc/gui
usr/share/doc
usr/share/man/man1
usr/share/pixmaps
usr/share/vlc
usr/bin
usr/lib/vlc/access
usr/lib/vlc/audio_filter
usr/lib/vlc/audio_mixer
usr/lib/vlc/audio_output
usr/lib/vlc/codec
usr/lib/vlc/control
usr/lib/vlc/demux
usr/lib/vlc/gui
usr/lib/vlc/misc
usr/lib/vlc/video_chroma
usr/lib/vlc/video_filter
usr/lib/vlc/video_output
usr/lib/vlc/visualization
usr/include/vlc
usr/share/doc
20_no-wx-updates
20_osdmenu-paths
#! /bin/sh -e
## 20_interfaces.dpatch by <sam+deb@zoy.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.
if [ $# -lt 1 ]; then
echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
exit 1
fi
[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
patch_opts="${patch_opts:--f --no-backup-if-mismatch} ${2:+-d $2}"
case "$1" in
-patch) patch -p1 ${patch_opts} < $0;;
-unpatch) patch -R -p1 ${patch_opts} < $0;;
*)
echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
exit 1;;
esac
exit 0
@DPATCH@
--- vlc.orig/modules/gui/wxwidgets/interface.cpp
+++ vlc/modules/gui/wxwidgets/interface.cpp
@@ -603,8 +603,8 @@
/* Create the "Help" menu */
wxMenu *help_menu = new wxMenu;
help_menu->Append( About_Event, wxU(_("About...")) );
- help_menu->AppendSeparator();
- help_menu->Append( UpdateVLC_Event, wxU(_("Check for Updates...")) );
+// help_menu->AppendSeparator();
+// help_menu->Append( UpdateVLC_Event, wxU(_("Check for Updates...")) );
/* Append the freshly created menus to the menu bar... */
wxMenuBar *menubar = new wxMenuBar();
#! /bin/sh -e
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.
if [ $# -lt 1 ]; then
echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
exit 1
fi
[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
patch_opts="${patch_opts:--f --no-backup-if-mismatch} ${2:+-d $2}"
case "$1" in
-patch) patch -p1 ${patch_opts} < $0;;
-unpatch) patch -R -p1 ${patch_opts} < $0;;
*)
echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
exit 1;;
esac
exit 0
@DPATCH@
--- vlc.orig/share/osdmenu/default.cfg
+++ vlc/share/osdmenu/default.cfg
@@ -1,4 +1,4 @@
-dir share/osdmenu/default
+dir /usr/share/vlc/osdmenu/default
action key-play-pause (0,0)
unselect unselected.png
select selection/play_pause.png
--- vlc.orig/share/osdmenu/dvd.cfg
+++ vlc/share/osdmenu/dvd.cfg
@@ -1,4 +1,4 @@
-dir share/osdmenu/dvd
+dir /usr/share/vlc/osdmenu/dvd
action key-play (0,0)
unselect unselect/barroff.png
select selection/play.png
--- vlc.orig/modules/video_filter/osdmenu.c
+++ vlc/modules/video_filter/osdmenu.c
@@ -90,7 +90,7 @@
#if defined( WIN32 ) || defined( UNDER_CE )
#define OSD_DEFAULT_CFG "osdmenu/default.cfg"
#else
-#define OSD_DEFAULT_CFG "share/osdmenu/default.cfg"
+#define OSD_DEFAULT_CFG "/usr/share/vlc/osdmenu/default.cfg"
#endif
#define OSD_UPDATE_MIN 0
usr/bin
usr/lib/vlc/gui
usr/share/doc
usr/share/man/man1
usr/share/pixmaps
usr/share/vlc
#!/usr/bin/make -f
# debian/rules for the VLC media player - uses debhelper.
# $Id$
# based on Joey Hess's one.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
include /usr/share/dpatch/dpatch.make
# These are used for cross-compiling and for saving the configure script
# from having to guess our platform (since we know it already)
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
confflags = --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE)
#
# Compilation options
#
vlc_confflags = --enable-release --prefix=/usr
vlc_confflags += \
--disable-gnome \
--disable-gtk \
--disable-familiar \
--disable-fb \
--enable-ggi \
--enable-sdl \
--enable-esd \
--disable-qt \
--enable-mad \
--enable-arts \
--enable-alsa \
--enable-lirc \
--enable-a52 \
--enable-aa \
--enable-dvbpsi \
--enable-mozilla \
--disable-kde \
--enable-mp4 \
--enable-dvb \
--enable-dv \
--disable-satellite \
--enable-ogg \
--enable-vorbis \
--enable-wxwidgets \
--with-wx-config=wx-config \
--disable-slp \
--enable-flac \
--disable-skins \
--disable-basic-skins \
--enable-skins2 \
--enable-freetype \
--enable-mkv \
--enable-v4l \
--enable-pvr \
--disable-speex \
--enable-caca \
--enable-livedotcom \
--enable-libmpeg2 \
--enable-dts \
--enable-fribidi \
--enable-cdio \
--enable-mod \
--enable-theora \
--enable-modplug \
--enable-dvdnav \
--enable-gnutls \
--enable-ffmpeg \
--enable-ncurses \
--enable-smb \
--disable-gnomevfs \
--enable-bonjour \
--enable-mpc \
--enable-vcd \
--enable-vcdx \
--enable-xosd \
$(NULL)
# These ones are currently shipped with VLC
vlc_confflags += --enable-faad --with-faad-tree=extras/faad2
vlc_confflags += --enable-x264 --with-x264-tree=extras/x264
# Glide and svgalib are only for x86
ifeq ($(shell dpkg-architecture -qDEB_BUILD_ARCH_CPU),i386)
vlc_confflags += --enable-glide
vlc_confflags += --enable-svgalib
endif
# Remove --without-dvdcss in non-totalitarian countries
vlc_confflags += --enable-dvd --without-dvdcss
# A few shortcuts
VIDDIR = usr/share/vlc
PIXDIR = usr/share/pixmaps
APPDIR = usr/share/applications
#
# Build rules
#
configure: configure-stamp
configure-stamp:
dh_testdir
# Touch stuff
touch configure.ac
touch aclocal.m4
touch configure
touch config.h.in
touch `find . -name Makefile.in`
# Check that we have an x264 tree in here (can be a symlink)
test -d extras/x264
cd extras/x264 \
&& ./configure $(confflags) --extra-cflags='$$(ECFLAGS)' \
--extra-asflags='$$(EASFLAGS)' \
&& $(MAKE)
# Check that we have an faad2 tree in here (can be a symlink)
test -d extras/faad2
cd extras/faad2 \
&& touch `find . -name configure.in` \
&& touch `find . -name aclocal.m4` \
&& touch `find . -name configure` \
&& touch `find . -name config.h.in` \
&& touch `find . -name Makefile.in` \
&& ./configure $(confflags) --disable-shared \
&& cd libfaad \
&& $(MAKE)
# Configure VLC
./configure --mandir=$${prefix}/share/man \
--infodir=$${prefix}/share/info $(confflags) $(vlc_confflags)
touch configure-stamp
build: build-stamp
build-stamp: patch configure-stamp
dh_testdir
# Build only VLC, with the non-PIC libs
$(MAKE) include/vlc_symbols.h
cd modules && AM_MAKEFLAGS='plugin=no pic=no' $(MAKE)
$(MAKE) vlc
# Hackety hackety hack
cd extras/x264 && $(MAKE) clean && $(MAKE) ECFLAGS=-fPIC EASFLAGS=-D__PIC__
# HACKETY HACKETY HACK
cd extras/faad2/libfaad && $(MAKE) clean && $(MAKE) AM_CFLAGS=-fPIC
# Build all the rest, with the PIC libs
AM_MAKEFLAGS='builtin=no' $(MAKE)
# Minor test, to see which plugins were built and whether they load
# properly.
ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
./vlc --reset-plugins-cache -l -I rc vlc:quit
endif
touch build-stamp
clean: unpatch
dh_testdir
dh_testroot
rm -f configure-stamp build-stamp
# Check that we have an x264 tree in here (can be a symlink)
test -d extras/x264
-cd extras/x264 && $(MAKE) distclean
# Check that we have an faad2 tree in here (can be a symlink)
test -d extras/faad2
-cd extras/faad2 && $(MAKE) distclean
# Clean zsh completion stuff
rm -f extras/zsh
# Removed ugly cruft
rm -f src/misc/modules_builtin.h
rm -f mozilla/vlcintf.xpt mozilla/vlcintf.h
# Remove spurious autotools stuff
rm -f config.log confdefs.h
-$(MAKE) distclean
dh_clean
install: build
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
DESTDIR=`pwd`/debian/vlc/ $(MAKE) install prefix=/usr
# Package: vlc
mv debian/vlc/$(VIDDIR)/vlc48x48.png debian/vlc/$(PIXDIR)/vlc.png
mv debian/vlc/$(VIDDIR)/vlc32x32.xpm debian/vlc/$(VIDDIR)/vlc.xpm
cp debian/gvlc.desktop debian/gvlc/$(APPDIR)
cp debian/gnome-vlc.desktop debian/gnome-vlc/$(APPDIR)
#cp doc/fortunes.txt debian/vlc/usr/share/games/fortunes/vlc
#strfile doc/fortunes.txt debian/vlc/usr/share/games/fortunes/vlc.dat
rm -Rf debian/vlc/$(VIDDIR)/skins
ln -s vlc.1.gz debian/vlc/usr/share/man/man1/svlc.1.gz
# Package: libvlc0-dev
mv debian/vlc/usr/bin/vlc-config debian/libvlc0-dev/usr/bin/
mv debian/vlc/usr/lib/*.a debian/libvlc0-dev/usr/lib/
mv debian/vlc/usr/lib/vlc/*.a debian/libvlc0-dev/usr/lib/vlc/
mv debian/vlc/usr/include/vlc/*.h debian/libvlc0-dev/usr/include/vlc/
rm -Rf debian/vlc/usr/include
ln -s vlc debian/libvlc0-dev/usr/share/doc/libvlc0-dev
# Package: gnome-vlc
#mv debian/vlc/usr/bin/gnome-vlc debian/gnome-vlc/usr/bin/
ln -s vlc debian/gnome-vlc/usr/share/doc/gnome-vlc
#mv debian/vlc/usr/lib/vlc/misc/libgnome_main_plugin.so \
# debian/gnome-vlc/usr/lib/vlc/gui/
#mv debian/vlc/usr/lib/vlc/gui/libgnome_plugin.so \
# debian/gnome-vlc/usr/lib/vlc/gui/
#ln -s vlc.1.gz debian/gnome-vlc/usr/share/man/man1/gnome-vlc.1.gz
#mv debian/vlc/$(VIDDIR)/gnome-vlc32x32.xpm debian/gnome-vlc/$(VIDDIR)/gnome-vlc.xpm
#mv debian/vlc/$(VIDDIR)/gnome-vlc48x48.png debian/gnome-vlc/$(PIXDIR)/gnome-vlc.png
# Package: gvlc
#mv debian/vlc/usr/bin/gvlc debian/gvlc/usr/bin/
ln -s vlc debian/gvlc/usr/share/doc/gvlc
#mv debian/vlc/usr/lib/vlc/misc/libgtk_main_plugin.so \
# debian/gvlc/usr/lib/vlc/gui/
#mv debian/vlc/usr/lib/vlc/gui/libgtk_plugin.so \
# debian/gvlc/usr/lib/vlc/gui/
#mv debian/vlc/usr/lib/vlc/gui/libfamiliar_plugin.so \
# debian/gvlc/usr/lib/vlc/gui/
#ln -s vlc.1.gz debian/gvlc/usr/share/man/man1/gvlc.1.gz
#mv debian/vlc/$(VIDDIR)/gvlc32x32.xpm debian/gvlc/$(VIDDIR)/gvlc.xpm
#mv debian/vlc/$(VIDDIR)/gvlc48x48.png debian/gvlc/$(PIXDIR)/gvlc.png
# Package: vlc-plugin-esd
ln -s vlc debian/vlc-plugin-esd/usr/share/doc/vlc-plugin-esd
mv debian/vlc/usr/lib/vlc/audio_output/libesd_plugin.so \
debian/vlc-plugin-esd/usr/lib/vlc/audio_output/
# Package: vlc-plugin-alsa
ln -s vlc debian/vlc-plugin-alsa/usr/share/doc/vlc-plugin-alsa
mv debian/vlc/usr/lib/vlc/audio_output/libalsa_plugin.so \
debian/vlc-plugin-alsa/usr/lib/vlc/audio_output/
# Package: vlc-plugin-sdl
ln -s vlc debian/vlc-plugin-sdl/usr/share/doc/vlc-plugin-sdl
mv debian/vlc/usr/lib/vlc/audio_output/libaout_sdl_plugin.so \
debian/vlc-plugin-sdl/usr/lib/vlc/audio_output/
mv debian/vlc/usr/lib/vlc/video_output/libvout_sdl_plugin.so \
debian/vlc-plugin-sdl/usr/lib/vlc/video_output/
# Package: vlc-plugin-ggi
ln -s vlc debian/vlc-plugin-ggi/usr/share/doc/vlc-plugin-ggi
mv debian/vlc/usr/lib/vlc/video_output/libggi_plugin.so \
debian/vlc-plugin-ggi/usr/lib/vlc/video_output/
# Package: vlc-plugin-glide
ifeq ($(shell dpkg-architecture -qDEB_BUILD_ARCH_CPU),i386)
ln -s vlc debian/vlc-plugin-glide/usr/share/doc/vlc-plugin-glide
mv debian/vlc/usr/lib/vlc/video_output/libglide_plugin.so \
debian/vlc-plugin-glide/usr/lib/vlc/video_output/
endif
# Package: qvlc
#mv debian/vlc/usr/bin/qvlc debian/qvlc/usr/bin/
ln -s vlc debian/qvlc/usr/share/doc/qvlc
#mv debian/vlc/usr/lib/vlc/gui/libqt_plugin.so \
# debian/qvlc/usr/lib/vlc/gui/
#ln -s vlc.1.gz debian/qvlc/usr/share/man/man1/qvlc.1.gz
#mv debian/vlc/$(VIDDIR)/qvlc32x32.xpm debian/qvlc/$(VIDDIR)/qvlc.xpm
#mv debian/vlc/$(VIDDIR)/qvlc48x48.png debian/qvlc/$(PIXDIR)/qvlc.png
# Package: vlc-plugin-arts
ln -s vlc debian/vlc-plugin-arts/usr/share/doc/vlc-plugin-arts
mv debian/vlc/usr/lib/vlc/audio_output/libarts_plugin.so \
debian/vlc-plugin-arts/usr/lib/vlc/audio_output/
# Package: mozilla-plugin-vlc
ln -s vlc debian/mozilla-plugin-vlc/usr/share/doc/mozilla-plugin-vlc
mv debian/vlc/usr/lib/mozilla debian/mozilla-plugin-vlc/usr/lib
# links for firefox
mkdir -p debian/mozilla-plugin-vlc/usr/lib/mozilla-firefox/plugins/
ln -s ../../mozilla/plugins/libvlcplugin.so debian/mozilla-plugin-vlc/usr/lib/mozilla-firefox/plugins/
mkdir -p debian/mozilla-plugin-vlc/usr/lib/mozilla-firefox/components/
ln -s ../../mozilla/components/vlcintf.xpt debian/mozilla-plugin-vlc/usr/lib/mozilla-firefox/components/
# Package: kvlc
#mv debian/vlc/usr/bin/kvlc debian/kvlc/usr/bin/
ln -s vlc debian/kvlc/usr/share/doc/kvlc
#mv debian/vlc/usr/lib/vlc/gui/libkde_plugin.so \
# debian/kvlc/usr/lib/vlc/gui/
#mv debian/vlc/$(VIDDIR)/ui.rc debian/kvlc/$(VIDDIR)
#ln -s vlc.1.gz debian/kvlc/usr/share/man/man1/kvlc.1.gz
#mv debian/vlc/$(VIDDIR)/kvlc32x32.xpm debian/kvlc/$(VIDDIR)/kvlc.xpm
#mv debian/vlc/$(VIDDIR)/kvlc48x48.png debian/kvlc/$(PIXDIR)/kvlc.png
# Package: vlc-plugin-svgalib
ifeq ($(shell dpkg-architecture -qDEB_BUILD_ARCH_CPU),i386)
ln -s vlc debian/vlc-plugin-svgalib/usr/share/doc/vlc-plugin-svgalib
mv debian/vlc/usr/lib/vlc/video_output/libsvgalib_plugin.so \
debian/vlc-plugin-svgalib/usr/lib/vlc/video_output
endif
# Package: wxvlc
mv debian/vlc/usr/bin/wxvlc debian/wxvlc/usr/bin/
ln -s vlc debian/wxvlc/usr/share/doc/wxvlc
cp debian/vlc/$(VIDDIR)/vlc.xpm debian/wxvlc/$(VIDDIR)/wxvlc.xpm
cp debian/vlc.desktop debian/wxvlc/$(APPDIR)
mv debian/vlc/usr/lib/vlc/gui/libwxwidgets_plugin.so \
debian/wxvlc/usr/lib/vlc/gui/
ln -s vlc.1.gz debian/wxvlc/usr/share/man/man1/wxvlc.1.gz
# Clean up
rm -f debian/vlc/$(VIDDIR)/*.png
#gzip -9 < doc/vlc.1 >| debian/vlc/usr/share/man/man1/vlc.1.gz
# Build architecture-independent files here.
binary-indep: build install
# We have nothing to do by default.
# Build architecture-dependent files here.
binary-arch: build install
# dh_testversion
dh_testdir
dh_testroot
# dh_installdebconf
dh_installdocs -p vlc
dh_buildinfo -p vlc
# dh_installexamples
dh_installmenu -s
dh_installmime -s
dh_installman doc/vlc.1 -p vlc
dh_installman doc/vlc-config.1 -p libvlc0-dev
dh_installchangelogs ChangeLog -p vlc
for x in doc/ChangeLog-* ; do cp "doc/ChangeLog-$${x#*-}" "debian/vlc/usr/share/doc/vlc/changelog$${x#*-}" ; done
dh_link -s
dh_strip -s
dh_compress -s
dh_fixperms -s
dh_makeshlibs -s
dh_installdeb -s
# dh_perl
dh_shlibdeps -s
dh_gencontrol -s
dh_md5sums -s
dh_builddeb -s
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install
usr/lib/vlc/audio_output
usr/share/doc
usr/lib/vlc/audio_output
usr/share/doc
usr/lib/vlc/audio_output
usr/share/doc
usr/lib/vlc/video_output
usr/share/doc
usr/lib/vlc/video_output
usr/share/doc
usr/lib/vlc/audio_output
usr/lib/vlc/video_output
usr/share/doc
usr/lib/vlc/video_output
usr/share/doc
[Desktop Entry]
Encoding=UTF-8
Version=0.9.2
Name=VLC media player
Name[fr]=lecteur multimédia VLC
Comment=Universal movies and music player
Comment[fr]=Lecteur universel pour films et musique
Exec=wxvlc
Icon=vlc
Terminal=false
Type=Application
Categories=Application;AudioVideo;Player;
MimeType=video/dv;video/mpeg;video/x-mpeg;video/msvideo;video/quicktime;video/x-anim;video/x-avi;video/x-ms-asf;video/x-ms-wmv;video/x-msvideo;video/x-nsv;video/x-flc;video/x-fli;application/ogg;application/x-ogg;application/x-matroska;audio/x-mp3;audio/x-mpeg;audio/mpeg;audio/x-wav;audio/x-mpegurl;audio/x-scpls;audio/x-m4a;audio/x-ms-asf;audio/x-ms-asx;audio/x-ms-wax;application/vnd.rn-realmedia;audio/x-real-audio;audio/x-pn-realaudio;application/x-flac;audio/x-flac;application/x-shockwave-flash;misc/ultravox;application/x-matroska;audio/vnd.rn-realaudio;audio/x-pn-aiff;audio/x-pn-au;audio/x-pn-wav;audio/x-pn-windows-acm;image/vnd.rn-realpix;video/vnd.rn-realvideo;audio/x-pn-realaudio-plugin;
usr/bin
usr/lib/vlc/access
usr/lib/vlc/audio_filter
usr/lib/vlc/audio_mixer
usr/lib/vlc/audio_output
usr/lib/vlc/codec
usr/lib/vlc/control
usr/lib/vlc/demux
usr/lib/vlc/gui
usr/lib/vlc/misc
usr/lib/vlc/video_chroma
usr/lib/vlc/video_filter
usr/lib/vlc/video_output
usr/lib/vlc/visualization
usr/share/doc/vlc
usr/share/applications
usr/share/pixmaps
usr/share/vlc
usr/share/man/man1
debian/README.Debian
AUTHORS
MAINTAINERS
NEWS
README
THANKS
?package(vlc):command="/usr/bin/vlc" hotkey="V" needs="X11" \
section="Apps/Viewers" title="VLC media player" \
icon="/usr/share/vlc/vlc.xpm" hints="Video"
video/mpeg; vlc %s; description="MPEG Video"; test=test -n "$DISPLAY"; priority=7
video/mpeg; vlc -I rc -V caca %s; needsterminal; description="MPEG Video"; priority=4
video/x-mpeg; vlc %s; description="MPEG Video"; test=test -n "$DISPLAY"; priority=7
video/x-mpeg; vlc -I rc -V caca %s; needsterminal; description="MPEG Video"; priority=4
video/mpeg-system; vlc %s; description="MPEG Video"; test=test -n "$DISPLAY"; priority=7
video/mpeg-system; vlc -I rc -V caca %s; needsterminal; description="MPEG Video"; priority=4
video/x-mpeg-system; vlc %s; description="MPEG Video"; test=test -n "$DISPLAY"; priority=7
video/x-mpeg-system; vlc -I rc -V caca %s; needsterminal; description="MPEG Video"; priority=4
audio/x-wav; vlc %s; description="WAV Audio"; nametemplate=%s.wav; test=test -n "$DISPLAY"; priority=7
audio/x-wav; vlc -I rc -V caca %s; nametemplate=%s.wav; needsterminal; description="WAV Audio"; priority=4
video/mpeg4; vlc %s; description="MPEG-4 Video"; test=test -n "$DISPLAY"; priority=7
video/mpeg4; vlc -I rc -V caca %s; needsterminal; description="MPEG-4 Video"; priority=4
audio/mpeg; vlc %s; description="MPEG Audio"; nametemplate=%s.mpg; test=test -n "$DISPLAY"; priority=7
audio/mpeg; vlc -I rc -V caca %s; nametemplate=%s.mpg; needsterminal; description="MPEG Audio"; priority=4
audio/mpegurl; vlc %s; description="MPEG Audio URL"; nametemplate=%s.m3u; test=test -n "$DISPLAY"; priority=7
audio/mpegurl; vlc -I rc -V caca %s; nametemplate=%s.m3u; needsterminal; description="MPEG Audio URL"; priority=4
audio/x-mp3; vlc %s; nametemplate=%s.mp3; description="MPEG Audio"; test=test -n "$DISPLAY"; priority=7
audio/x-mp3; vlc -I rc -V caca %s; nametemplate=%s.mp3; needsterminal; description="MPEG Audio"; priority=4
audio/mpeg4; vlc %s; description="MPEG-4 Audio"; test=test -n "$DISPLAY"; priority=7
audio/mpeg4; vlc -I rc -V caca %s; needsterminal; description="MPEG-4 Audio"; priority=4
application/mpeg4-iod; vlc %s; description="MPEG-4 Video"; test=test -n "$DISPLAY"; priority=7
application/mpeg4-iod; vlc -I rc -V caca %s; needsterminal; description="MPEG-4 Video"; priority=4
application/mpeg4-muxcodetable; vlc %s; description="MPEG-4 Video"; test=test -n "$DISPLAY"; priority=7
application/mpeg4-muxcodetable; vlc -I rc -V caca %s; needsterminal; description="MPEG-4 Video"; priority=4
video/x-msvideo; vlc %s; description="MS Video (AVI)"; test=test -n "$DISPLAY"; priority=4
video/x-msvideo; vlc -I rc -V caca %s; needsterminal; description="MS Video (AVI)"; priority=3
video/quicktime; vlc %s; description="Apple Quicktime Video"; test=test -n "$DISPLAY"; priority=4
video/quicktime; vlc -I rc -V caca %s; needsterminal; description="Apple Quicktime Video"; priority=3
application/ogg; vlc %s; nametemplate=%s.ogg; description="Ogg stream"; test=test -n "$DISPLAY"; priority=4
application/ogg; vlc -I rc -V caca %s; nametemplate=%s.ogg; needsterminal; description="Ogg stream"; priority=3
application/x-ogg; vlc %s; nametemplate=%s.ogg; description="Ogg stream"; test=test -n "$DISPLAY"; priority=4
application/x-ogg; vlc -I rc -V caca %s; nametemplate=%s.ogg; needsterminal; description="Ogg stream"; priority=3
application/x-ms-asf-plugin; vlc %s; description="Windows Media Video"; test=test -n "$DISPLAY"; priority=4
application/x-ms-asf-plugin; vlc -I rc -V caca %s; needsterminal; description="Windows Media Video"; priority=3
application/x-mplayer2; vlc %s; description="Windows Media"; test=test -n "$DISPLAY"; priority=4
application/x-mplayer2; vlc -I rc -V caca %s; needsterminal; description="Windows Media"; priority=3
usr/bin
usr/lib/vlc/gui
usr/share/doc
usr/share/man/man1
usr/share/pixmaps
usr/share/vlc
usr/share/applications
?package(wxvlc):command="/usr/bin/wxvlc" hotkey="V" needs="X11" \
section="Apps/Viewers" title="VLC media player" \
icon="/usr/share/vlc/wxvlc.xpm" hints="Video"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment