[SCM] ardour/master: Delete 0200-gcc6.patch

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Mon Aug 15 23:34:52 UTC 2016


The following commit has been merged in the master branch:
commit 3deff3ef022f78fb8b6ebe864b893d7205360595
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Mon Aug 15 10:19:33 2016 +0200

    Delete 0200-gcc6.patch
    
    Applied upstream

diff --git a/debian/patches/0200-gcc6.patch b/debian/patches/0200-gcc6.patch
deleted file mode 100644
index 68f9484..0000000
--- a/debian/patches/0200-gcc6.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: Fix build with gcc6
-Author: Jaromír Mikeš <mira.mikes at seznam.cz>
-Forwarded: no
-
-Index: ardour/libs/ardour/parameter_descriptor.cc
-===================================================================
---- ardour.orig/libs/ardour/parameter_descriptor.cc
-+++ ardour/libs/ardour/parameter_descriptor.cc
-@@ -178,8 +178,8 @@ ParameterDescriptor::update_steps()
- 			largestep = largestep / logf(30.0f);
- 		} else if (integer_step) {
- 			smallstep = 1.0;
--			step      = std::max(1.0, rint(step));
--			largestep = std::max(1.0, rint(largestep));
-+			step      = std::max(1.f, rintf (step));
-+			largestep = std::max(1.f, rintf (largestep));
- 		}
- 	}
- }

-- 
ardour Debian packaging



More information about the pkg-multimedia-commits mailing list