Commit 32178135 authored by Sam Hocevar's avatar Sam Hocevar

* debian/*: new Debian upload.

parent e5a3761f
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:
......
......@@ -2,7 +2,7 @@ Source: vlc
Section: graphics
Priority: optional
Maintainer: Sam Hocevar (Debian packages) <sam+deb@zoy.org>
Build-Depends: debhelper (>= 4.0), dh-buildinfo, dpatch, gettext, libx11-dev, libxext-dev, libxt-dev, libxv-dev, xlibs-static-pic, libggi2-dev, libglide2-dev [i386], libesd0-dev, libaudiofile-dev, libsdl1.2-dev (>= 1.2.7+1.2.8cvs20041007-5.3), libasound2-dev (>= 0.9.0beta10a), libarts1-dev (>= 1.4.2-1), libmad0-dev, liblircclient-dev, liba52-0.7.4-dev, libaa1-dev, libdvbpsi4-dev, mozilla-dev (>= 2:1.7.10-1), libidl0, libglib2.0-0, libxosd-dev (>= 2.2.4-1.3), libsvga1-dev [i386], libogg-dev, libvorbis-dev, libwxgtk2.6-dev, libdvdread3-dev, libflac-dev (>= 1.1.2-3), libimlib2-dev, libmatroska-dev (>= 0.7.7), libfreetype6-dev, linux-kernel-headers (>= 2.5.999-test7-bk-7), libcaca-dev (>= 0.9), liblivemedia-dev (>= 2004.11.11a-1), libmpeg2-4-dev, zlib1g-dev, libdts-dev, libfribidi-dev, libcdio-dev, libxml2-dev, libid3tag0-dev, libtheora-dev, nasm, libmodplug-dev, libhal-dev, libtar-dev, libdvdnav-dev, libgnutls-dev (>= 1.2.8), libavcodec-dev (>= 0.cvs20050918-2), libavformat-dev (>= 0.cvs20050918-2), libpostproc-dev (>= 0.cvs20050918-2), libncurses5-dev, libpng12-dev, xlibmesa-gl-dev, libsmbclient-dev, gcc-snapshot [i386 amd64], yasm [amd64]
Build-Depends: debhelper (>= 4.0), dh-buildinfo, dpatch, gcc-snapshot [i386 amd64], nasm, yasm [amd64], gettext, linux-kernel-headers (>= 2.5.999-test7-bk-7), mozilla-dev (>= 2:1.7.10-1), xlibmesa-gl-dev, xlibs-static-pic, 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, libxml2-dev, libxosd-dev (>= 2.2.4-1.3), libxt-dev, libxv-dev, zlib1g-dev
Standards-Version: 3.6.2.1
Package: vlc
......
......@@ -69,6 +69,10 @@ vlc_confflags += \
--enable-ncurses \
--enable-smb \
--disable-gnomevfs \
--enable-bonjour \
--enable-mpc \
--enable-vcd \
--enable-vcdx \
$(NULL)
# These ones are currently shipped with VLC
......
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