r748 - in /unstable/vlc/debian: changelog patches/107_gcc-4.3.diff
patches/series
lool at users.alioth.debian.org
lool at users.alioth.debian.org
Wed Apr 4 14:12:08 UTC 2007
Author: lool
Date: Wed Apr 4 14:12:07 2007
New Revision: 748
URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=748
Log:
* New patch, 107_gcc-4.3, fixes missing include causing a build failure with
GCC 4.3; thanks Martin Michlmayr; closes: #417750.
Added:
unstable/vlc/debian/patches/107_gcc-4.3.diff
Modified:
unstable/vlc/debian/changelog
unstable/vlc/debian/patches/series
Modified: unstable/vlc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/vlc/debian/changelog?rev=748&op=diff
==============================================================================
--- unstable/vlc/debian/changelog (original)
+++ unstable/vlc/debian/changelog Wed Apr 4 14:12:07 2007
@@ -1,3 +1,10 @@
+vlc (0.8.6.a.debian-7) UNRELEASED; urgency=low
+
+ * New patch, 107_gcc-4.3, fixes missing include causing a build failure with
+ GCC 4.3; thanks Martin Michlmayr; closes: #417750.
+
+ -- Loic Minier <lool at dooz.org> Wed, 04 Apr 2007 16:11:23 +0200
+
vlc (0.8.6.a.debian-6) unstable; urgency=low
* Rebuilt package against packages that are in unstable (Closes: #415446).
Added: unstable/vlc/debian/patches/107_gcc-4.3.diff
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/vlc/debian/patches/107_gcc-4.3.diff?rev=748&op=file
==============================================================================
--- unstable/vlc/debian/patches/107_gcc-4.3.diff (added)
+++ unstable/vlc/debian/patches/107_gcc-4.3.diff Wed Apr 4 14:12:07 2007
@@ -1,0 +1,13 @@
+Index: vlc-0.8.6.a.debian/modules/gui/skins2/src/theme_loader.cpp
+===================================================================
+--- vlc-0.8.6.a.debian.orig/modules/gui/skins2/src/theme_loader.cpp 2007-04-04 16:10:05.000000000 +0200
++++ vlc-0.8.6.a.debian/modules/gui/skins2/src/theme_loader.cpp 2007-04-04 16:10:15.000000000 +0200
+@@ -30,6 +30,8 @@
+ #include "../src/vlcproc.hpp"
+ #include "../src/window_manager.hpp"
+
++#include <cctype>
++
+ #ifdef HAVE_FCNTL_H
+ # include <fcntl.h>
+ #endif
Modified: unstable/vlc/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/vlc/debian/patches/series?rev=748&op=diff
==============================================================================
--- unstable/vlc/debian/patches/series (original)
+++ unstable/vlc/debian/patches/series Wed Apr 4 14:12:07 2007
@@ -7,5 +7,6 @@
104_notify.diff
105_audio_format_crash.diff
106_xshm_check.diff
+107_gcc-4.3.diff
200_osdmenu_paths.diff
300_manpage_syntax.diff
More information about the pkg-multimedia-commits
mailing list