Package: videolink
Version: 1.2.9-2
Severity: normal
Tags: patch pending

Ben, Nobuhiro,

I've prepared an NMU for videolink (versioned as 1.2.9-2.1) and will
upload it to the archive in a minute.  I used Nobuhiro's patches but
without the quilt build dependency addition, which isn't appropriate for
a NMU (or any upload at this point of the release, really).

Ben, I'll also push this to git://git.debian.org/~jcristau/videolink
based on your 1.2.9-2 tag.

Cheers,
Julien
diff -u videolink-1.2.9/debian/changelog videolink-1.2.9/debian/changelog
--- videolink-1.2.9/debian/changelog
+++ videolink-1.2.9/debian/changelog
@@ -1,3 +1,13 @@
+videolink (1.2.9-2.1) unstable; urgency=high
+
+  * Non-maintainer, high urgency upload to fix FTBFS.
+  * Define XPCOM_GLUE_USE_NSPR, link against nspr (closes: #611389).  Patch by
+    Nobuhiro Iwamatsu.
+  * Include <cstdio> in xpcom_support.cpp (closes: #611427).  Patch by
+    Nobuhiro Iwamatsu.
+
+ -- Julien Cristau <jcris...@debian.org>  Wed, 02 Feb 2011 15:23:49 +0100
+
 videolink (1.2.9-2) unstable; urgency=low
 
   * Use dh_xulrunner to determine xulrunner dependency
only in patch2:
unchanged:
--- videolink-1.2.9.orig/Makefile
+++ videolink-1.2.9/Makefile
@@ -8,9 +8,9 @@
 ifeq ($(shell pkg-config --atleast-version 1.9 mozilla-gtkmozembed-embedding && echo yes),yes)
     moz_name := xulrunner-1.9
     moz_pc := mozilla-gtkmozembed-embedding
-    moz_cppflags_extra := $(shell pkg-config --cflags xulrunner-nspr)
+    moz_cppflags_extra := $(shell pkg-config --cflags xulrunner-nspr) -DXPCOM_GLUE_USE_NSPR
     moz_unstable_cppflags_extra :=
-    moz_ldflags_extra :=
+    moz_ldflags_extra := $(shell pkg-config --libs xulrunner-nspr)
 else
     ifeq ($(shell pkg-config --exists xulrunner-gtkmozembed && echo yes),yes)
     moz_name := xulrunner
only in patch2:
unchanged:
--- videolink-1.2.9.orig/xpcom_support.cpp
+++ videolink-1.2.9/xpcom_support.cpp
@@ -1,6 +1,7 @@
 // Copyright 2005 Ben Hutchings <b...@decadent.org.uk>.
 // See the file "COPYING" for licence details.
 
+#include <cstdio>
 #include <cassert>
 #include <memory>
 #include <stdexcept>

Attachment: signature.asc
Description: Digital signature

Reply via email to