Control: tags 1117839 + patch Control: tags 1117839 + pending Dear maintainer,
I've prepared an NMU for libinstpatch (versioned as 1.1.7-1.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for libinstpatch-1.1.7 libinstpatch-1.1.7 changelog | 8 ++ patches/0001-Fix-build-for-swami-and-anything-that-includes-Ipatc.patch | 34 ++++++++++ patches/series | 1 3 files changed, 43 insertions(+) diff -Nru libinstpatch-1.1.7/debian/changelog libinstpatch-1.1.7/debian/changelog --- libinstpatch-1.1.7/debian/changelog 2025-09-28 20:55:52.000000000 +0300 +++ libinstpatch-1.1.7/debian/changelog 2025-10-16 15:51:52.000000000 +0300 @@ -1,3 +1,11 @@ +libinstpatch (1.1.7-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Backport upstream fix for build breakage in reverse dependencies. + (Closes: #1117839) + + -- Adrian Bunk <[email protected]> Thu, 16 Oct 2025 15:51:52 +0300 + libinstpatch (1.1.7-1) unstable; urgency=medium * New upstream version 1.1.7 diff -Nru libinstpatch-1.1.7/debian/patches/0001-Fix-build-for-swami-and-anything-that-includes-Ipatc.patch libinstpatch-1.1.7/debian/patches/0001-Fix-build-for-swami-and-anything-that-includes-Ipatc.patch --- libinstpatch-1.1.7/debian/patches/0001-Fix-build-for-swami-and-anything-that-includes-Ipatc.patch 1970-01-01 02:00:00.000000000 +0200 +++ libinstpatch-1.1.7/debian/patches/0001-Fix-build-for-swami-and-anything-that-includes-Ipatc.patch 2025-10-16 15:51:42.000000000 +0300 @@ -0,0 +1,34 @@ +From 4f27668aa60374636b81aa17e0de7cb98ce1c79a Mon Sep 17 00:00:00 2001 +From: derselbst <[email protected]> +Date: Sun, 12 Oct 2025 16:50:44 +0200 +Subject: Fix build for swami and anything that includes IpatchSndFile.h + +Addresses #83 +--- + libinstpatch/IpatchSndFile.h | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/libinstpatch/IpatchSndFile.h b/libinstpatch/IpatchSndFile.h +index f53a689..85a3b9d 100644 +--- a/libinstpatch/IpatchSndFile.h ++++ b/libinstpatch/IpatchSndFile.h +@@ -67,14 +67,14 @@ typedef enum + * + * Default file format enum for #IPATCH_TYPE_SND_FILE_FORMAT. + */ +-#define IPATCH_SND_FILE_DEFAULT_FORMAT SF_FORMAT_WAV ++#define IPATCH_SND_FILE_DEFAULT_FORMAT 1 // must be the same as SF_FORMAT_WAV ! + + /** + * IPATCH_SND_FILE_DEFAULT_SUB_FORMAT: + * + * Default file sub format enum for #IPATCH_TYPE_SND_FILE_SUB_FORMAT. + */ +-#define IPATCH_SND_FILE_DEFAULT_SUB_FORMAT SF_FORMAT_PCM_16 ++#define IPATCH_SND_FILE_DEFAULT_SUB_FORMAT 2 // must be the same as SF_FORMAT_PCM_16 ! + + /** + * IPATCH_SND_FILE_DEFAULT_ENDIAN: +-- +2.30.2 + diff -Nru libinstpatch-1.1.7/debian/patches/series libinstpatch-1.1.7/debian/patches/series --- libinstpatch-1.1.7/debian/patches/series 1970-01-01 02:00:00.000000000 +0200 +++ libinstpatch-1.1.7/debian/patches/series 2025-10-16 15:51:52.000000000 +0300 @@ -0,0 +1 @@ +0001-Fix-build-for-swami-and-anything-that-includes-Ipatc.patch

