diff -Nru buzztrax-0.10.2/debian/changelog buzztrax-0.10.2/debian/changelog --- buzztrax-0.10.2/debian/changelog 2016-09-27 07:17:47.000000000 +0000 +++ buzztrax-0.10.2/debian/changelog 2018-03-30 13:23:56.000000000 +0000 @@ -1,3 +1,10 @@ +buzztrax (0.10.2-5) unstable; urgency=medium + + * debian/patches/0005-bt-dec-rename-plugin.patch: + + Backport patches to fix build with GStreamer 1.14 (Closes: #894149). + + -- Sebastian Dröge Fri, 30 Mar 2018 16:23:56 +0300 + buzztrax (0.10.2-4) unstable; urgency=medium * debian/control: diff -Nru buzztrax-0.10.2/debian/patches/0005-bt-dec-rename-plugin.patch buzztrax-0.10.2/debian/patches/0005-bt-dec-rename-plugin.patch --- buzztrax-0.10.2/debian/patches/0005-bt-dec-rename-plugin.patch 1970-01-01 00:00:00.000000000 +0000 +++ buzztrax-0.10.2/debian/patches/0005-bt-dec-rename-plugin.patch 2018-03-30 13:23:56.000000000 +0000 @@ -0,0 +1,25 @@ +From a89abcf781c8a6b6940220fd291858c9d5b1c89c Mon Sep 17 00:00:00 2001 +From: Stefan Sauer +Date: Sun, 2 Jul 2017 20:50:48 +0200 +Subject: [PATCH] bt-dec: rename plugin + +The macro is not autoformat friendly. If the name contains a '-', the formatter +will insert spaces and break the macro. +--- + src/gst/dec/bt-dec.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/gst/dec/bt-dec.c b/src/gst/dec/bt-dec.c +index 37b5f58b..2ac54372 100644 +--- a/src/gst/dec/bt-dec.c ++++ b/src/gst/dec/bt-dec.c +@@ -947,6 +947,6 @@ plugin_init (GstPlugin * plugin) + + GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, + GST_VERSION_MINOR, +- buzztrax - dec, ++ buzztraxdec, + "Buzztrax song renderer", + plugin_init, VERSION, "LGPL", PACKAGE_NAME, "http://www.buzztrax.org"); +-- +2.16.3 diff -Nru buzztrax-0.10.2/debian/patches/series buzztrax-0.10.2/debian/patches/series --- buzztrax-0.10.2/debian/patches/series 2015-12-30 18:59:50.000000000 +0000 +++ buzztrax-0.10.2/debian/patches/series 2018-03-30 13:23:47.000000000 +0000 @@ -2,3 +2,4 @@ 0002-build-Fix-32-bit-bml-build.patch 0003-configure-add-msee-when-using-xmmintin.h.patch 0004-configure-fix-the-header-name-mess.patch +0005-bt-dec-rename-plugin.patch