[SCM] synfig-synfig/master: New upstream release [1.0.2]

onlyjob at users.alioth.debian.org onlyjob at users.alioth.debian.org
Fri Nov 27 12:01:26 UTC 2015


The following commit has been merged in the master branch:
commit 7645cf4fafa3711b99fc85794f17344b5b17283d
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date:   Fri Nov 27 20:56:00 2015 +1100

    New upstream release [1.0.2]

diff --git a/debian/changelog b/debian/changelog
index ec8a940..75b0e38 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,13 @@
-synfig (1.0.1-1) unstable; urgency=medium
+synfig (1.0.2-1) unstable; urgency=medium
 
   * New upstream release.
   * Build-Depends:
     - etl-dev (>= 0.04.18)
     + etl-dev (>= 0.04.19)
   * Disabled "no-mod_ffmpeg.patch".
+  * New "c++11.patch" to fix FTBFS.
 
- -- Dmitry Smirnov <onlyjob at debian.org>  Tue, 29 Sep 2015 22:09:43 +1000
+ -- Dmitry Smirnov <onlyjob at debian.org>  Fri, 27 Nov 2015 20:57:05 +1100
 
 synfig (1.0-2) unstable; urgency=medium
 
diff --git a/debian/patches/c++11.patch b/debian/patches/c++11.patch
new file mode 100644
index 0000000..8058d1e
--- /dev/null
+++ b/debian/patches/c++11.patch
@@ -0,0 +1,16 @@
+Last-Update: 2015-11-27
+Forwarded: not-needed
+Bug-Upstream: http://www.synfig.org/issues/thebuggenie/synfig/issues/904
+Author: Dmitry Smirnov <onlyjob at member.fsf.org>
+Description: fix FTBFS with C++11
+
+--- a/src/synfig/time.cpp
++++ b/src/synfig/time.cpp
+@@ -318,6 +318,6 @@
+ //! \writeme
+ bool
+ Time::is_valid()const
+ {
+-	return !isnan(value_);
++	return !std::isnan(value_);
+ }
diff --git a/debian/patches/series b/debian/patches/series
index 3f40156..47b4138 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+c++11.patch
 #no-mod_ffmpeg.patch

-- 
synfig-synfig packaging



More information about the pkg-multimedia-commits mailing list