[SCM] traverso/master: Remove patch not applying anymore.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Oct 10 22:39:10 UTC 2017


The following commit has been merged in the master branch:
commit bee280520f20124f34937a909c63b5df57b403b7
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Oct 10 22:55:48 2017 +0200

    Remove patch not applying anymore.

diff --git a/debian/patches/03-gcc6.patch b/debian/patches/03-gcc6.patch
deleted file mode 100644
index 7e3cf2c..0000000
--- a/debian/patches/03-gcc6.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Description: Fix FTBFS with GCC 6
-Author: James Cowgill <jcowgill at debian.org>
-Bug-Debian: https://bugs.debian.org/812022
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/src/common/Tsar.h
-+++ b/src/common/Tsar.h
-@@ -63,7 +63,6 @@ struct TsarEvent {
- 	QObject* 	caller;
- 	void*		argument;
- 	int		slotindex;
--	void*		_a[];
- 
- // Used for the signal emiting stuff
- 	int signalindex;
---- a/src/plugins/LV2/LV2Plugin.cpp
-+++ b/src/plugins/LV2/LV2Plugin.cpp
-@@ -314,7 +314,7 @@ LV2ControlPort* LV2Plugin::create_port(i
- 		case CONTROL:
- 			switch (direction) {
- 			case INPUT:
--				defaultValue = isnan(defaultValue) ? 0.0 : defaultValue;
-+				defaultValue = std::isnan(defaultValue) ? 0.0 : defaultValue;
- 				ctrlport = new LV2ControlPort(this, portIndex, defaultValue);
- 				break;
- 			case OUTPUT:
diff --git a/debian/patches/series b/debian/patches/series
index cf0a294..c1247d8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 01-fix_build.patch
 02-fix_spelling.patch
-03-gcc6.patch

-- 
traverso packaging



More information about the pkg-multimedia-commits mailing list