r1567 - in /videolan/vlc/debian: changelog control rules

xtophe-guest at users.alioth.debian.org xtophe-guest at users.alioth.debian.org
Tue Nov 11 23:08:46 UTC 2008


Author: xtophe-guest
Date: Tue Nov 11 23:08:46 2008
New Revision: 1567

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1567
Log:
Synchronize with experimental

Modified:
    videolan/vlc/debian/changelog
    videolan/vlc/debian/control
    videolan/vlc/debian/rules

Modified: videolan/vlc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-multimedia/videolan/vlc/debian/changelog?rev=1567&op=diff
==============================================================================
--- videolan/vlc/debian/changelog (original)
+++ videolan/vlc/debian/changelog Tue Nov 11 23:08:46 2008
@@ -9,6 +9,66 @@
   * Remove esd and arts plugin packages 
 
  -- Christophe Mutricy <xtophe at videolan.org>  Thu, 06 Nov 2008 01:04:53 +0100
+
+vlc (0.9.6-2) experimental; urgency=low
+
+  * Enable RealRTSP access module
+  * Depends on libv4l-dev to add support for some webcam
+
+ -- Christophe Mutricy <xtophe at videolan.org>  Tue, 11 Nov 2008 20:41:38 +0100
+
+vlc (0.9.6-1) experimental; urgency=low
+
+  [ Reinhard Tartler ]
+  * Build against libass. Closes: #499063, LP: #210354, #199870
+  * Explicitly build against libdca in debian/rules
+  * Tighten build depends on a libass-dev version that ships without .la file
+
+  [ Christophe Mutricy ]
+  * New bugfix upstream releases
+    + Remove 402_tivo_overflow.diff
+    + Fix buffer overflow in CUE demuxer (Closes: #504639)
+    + Fix buffer overflow in Realtext decoder
+  * Honor DEB_BUILD_OPTIONS
+  * Rebootstrap in order to avoid problem with .la
+
+ -- Christophe Mutricy <xtophe at videolan.org>  Sat, 08 Nov 2008 03:14:29 +0100
+
+vlc (0.9.4-2) experimental; urgency=low
+
+  * Fix buffer overflow in Tivo demuxer
+    + Closes: #502726, VideoLAN SA-0809
+    + 402_tivo_overflow.diff taken from upstream
+  * Better xinerama fullscreen behaviour
+    + 401_detect_xinerama_fullscreen.diff taken from upstream
+  * Builddepends on libcursesw5-dev rather than libcurses5-dev
+    for proper wide char handling
+
+ -- Christophe Mutricy <xtophe at videolan.org>  Mon, 20 Oct 2008 23:23:46 +0200
+
+vlc (0.9.4-1) experimental; urgency=low
+
+  * New upstream bugfix version
+  * rules: Pass the debian version in configure.ac so that the cache
+    is invalidated between binary version
+  * control: Don't forget commas in builddep list
+
+ -- Christophe Mutricy <xtophe at videolan.org>  Tue, 07 Oct 2008 00:17:30 +0200
+
+vlc (0.9.3-1) experimental; urgency=low
+
+  [ Christophe Mutricy ]
+  * New upstream release
+  * Build-depends on libdca-dev
+  * vlc-nox.install
+    + Be more general for the memcopy modules.
+      Fix a FTBFS on non-intel arch (Closes: #499860).
+  * Sort builddep list
+
+  [ Reinhard Tartler ]
+  * remove spurious conflicts on libvlc2. LP: #274614
+
+ -- Christophe Mutricy <xtophe at videolan.org>  Fri, 26 Sep 2008 23:49:48 +0200
 
 vlc (0.9.2-1) experimental; urgency=low
 

Modified: videolan/vlc/debian/control
URL: http://svn.debian.org/wsvn/pkg-multimedia/videolan/vlc/debian/control?rev=1567&op=diff
==============================================================================
--- videolan/vlc/debian/control (original)
+++ videolan/vlc/debian/control Tue Nov 11 23:08:46 2008
@@ -52,7 +52,7 @@
                libmodplug-dev,
                libmpcdec-dev,
                libmpeg2-4-dev,
-               libncurses5-dev,
+               libncursesw5-dev,
                libnotify-dev,
                libogg-dev,
                libpng12-dev,
@@ -73,6 +73,7 @@
                libtar-dev,
                libtheora-dev,
                libtwolame-dev (>= 0.3.8),
+               libv4l-dev,
                libvcdinfo-dev,
                libvorbis-dev,
                libx11-dev,

Modified: videolan/vlc/debian/rules
URL: http://svn.debian.org/wsvn/pkg-multimedia/videolan/vlc/debian/rules?rev=1567&op=diff
==============================================================================
--- videolan/vlc/debian/rules (original)
+++ videolan/vlc/debian/rules Tue Nov 11 23:08:46 2008
@@ -10,6 +10,14 @@
 confflags := --build=$(DEB_BUILD_GNU_TYPE)
 else
 confflags := --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE)
+endif
+
+ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
+confflags += --disable-optimizations
+endif
+ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+MAKEFLAGS += -j$(NUMJOBS)
 endif
 
 include /usr/share/quilt/quilt.make
@@ -85,7 +93,8 @@
 	--disable-atmo \
 	--enable-taglib \
 	--enable-libass \
-	--enable-dca \
+	--enable-libdca \
+	--enable-realrtsp \
 	$(NULL)
 
 #	--enable-dts \
@@ -110,7 +119,6 @@
 build: build-stamp
 build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
-	find . -name Makefile.in -exec touch '{}' ';'
 	./configure --enable-static $(confflags)
 	$(MAKE) -C src libvlccore.la libvlc.la
 	mkdir -p tmp




More information about the pkg-multimedia-commits mailing list