Your message dated Sun, 03 May 2026 17:22:10 +0000
with message-id <[email protected]>
and subject line Bug#1135613: fixed in sox-ng 14.7.1.2+ds1-1
has caused the Debian Bug report #1135613,
regarding sox-ng: inclusion of sndio support depends on the build system
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1135613: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1135613
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sox-ng
Version: 14.7.1.1+ds1
Severity: normal
Tags: patch
X-Debbugs-Cc: [email protected]

Hi!
  I've found that in the dpkg-buildpackage native build of sox-ng,
if libsndio-dev happens to be installed, you get

    sndio (OpenBSD)............yes

and if it isn't,

    sndio (OpenBSD)............no

Both types of build succeed; one has sndio support built-in, the other doesn't.

My guess, to make it a module like alsa and oss, is:

diff --git a/debian/control b/debian/control
index a7df53a..3f30d04 100644
--- a/debian/control
+++ b/debian/control
@@ -23,6 +23,7 @@ Build-Depends:
  libpng-dev,
  libpulse-dev,
  libsndfile1-dev,
+ libsndio-dev,
  libspeex-dev,
  libspeexdsp-dev,
  libtwolame-dev,
@@ -40,7 +41,7 @@ Depends:
  ${misc:Depends},
  ${shlibs:Depends},
 Suggests:
- libsox-fmt-alsa (= ${binary:Version}) [linux-any] | libsox-fmt-oss (= 
${binary:Version}),
+ libsox-fmt-alsa (= ${binary:Version}) [linux-any] | libsox-fmt-oss (= 
${binary:Version}) | libsox-fmt-sndio (= ${binary:Version}),
 Description: Swiss army knife of sound processing
  SoX is a command line utility that can convert various formats of computer
  audio files in to other formats. It can also apply various effects to these
@@ -51,7 +52,7 @@ Description: Swiss army knife of sound processing
  GSM and several more.
  .
  SoX supports most common sound architectures i.e. Alsa, OSS, and Pulse
- (respectively provided by libsox-fmt-alsa, and libsox-fmt-oss).
+ (respectively provided by libsox-fmt-alsa, libsox-fmt-oss and 
libsox-fmt-sndio).
  It also supports LADSPA plugins.
 
 Package: libsox-ng3
@@ -65,7 +66,7 @@ Depends:
  ${shlibs:Depends},
 Suggests:
  ffmpeg,
- libsox-fmt-alsa [linux-any] | libsox-fmt-oss,
+ libsox-fmt-alsa [linux-any] | libsox-fmt-oss | libsox-fmt-sndio,
 Description: SoX library of audio effects and processing
  SoX is the swiss army knife of sound processing.
  .
@@ -74,7 +75,7 @@ Description: SoX library of audio effects and processing
  various effects to sound files.
  .
  Sound output via PulseAudio is enabled by default. Additional output plugins
- are provided by libsox-fmt-alsa, or libsox-fmt-oss.
+ are provided by libsox-fmt-alsa, libsox-fmt-oss ot libsox-fmt-sndio.
 
 Package: libsox-dev
 Architecture: any
@@ -117,6 +118,18 @@ Description: SoX OSS format I/O library
  This package contains the SoX Open Sound System (OSS)
  format I/O library.
 
+Package: libsox-fmt-sndio
+Architecture: linux-any
+Multi-Arch: same
+Section: libs
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: SoX sndio format I/O library
+ SoX is the swiss army knife of sound processing.
+ .
+ This package contains the SoX sndio format I/O library.
+
 Package: libsox-fmt-all
 Architecture: any
 Multi-Arch: same
diff --git a/debian/libsox-fmt-sndio.install b/debian/libsox-fmt-sndio.install
new file mode 100644
index 0000000..ed52f97
--- /dev/null
+++ b/debian/libsox-fmt-sndio.install
@@ -0,0 +1 @@
+usr/lib/*/sox_ng/libsox_ng_fmt_sndio.so*
diff --git a/debian/rules b/debian/rules
index bf313fe..8022628 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,4 +16,5 @@ override_dh_auto_configure:
                --with-distro="$(DEB_VENDOR)" \
                --with-alsa=dyn \
                --with-oss=dyn \
+               --with-sndio=dyn \
                --with-ao=no

-- System Information:
Debian Release: 13.4
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.12.73+deb13-amd64 (SMP w/2 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

--- End Message ---
--- Begin Message ---
Source: sox-ng
Source-Version: 14.7.1.2+ds1-1
Done: Sebastian Ramacher <[email protected]>

We believe that the bug you reported is fixed in the latest version of
sox-ng, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sebastian Ramacher <[email protected]> (supplier of updated sox-ng package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 03 May 2026 18:14:54 +0200
Source: sox-ng
Architecture: source
Version: 14.7.1.2+ds1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <[email protected]>
Changed-By: Sebastian Ramacher <[email protected]>
Closes: 1135613
Changes:
 sox-ng (14.7.1.2+ds1-1) unstable; urgency=medium
 .
   * New upstream version 14.7.1.2+ds1
   * debian/rules: Disable sndio (Closes: #1135613)
   * debian/control: Bump Standards-Version
Checksums-Sha1:
 1e9238f6f979d28bb66c98e41c172dbb231e37ab 2481 sox-ng_14.7.1.2+ds1-1.dsc
 ff164cd22e0676e8e9f1f558e0b492768463aef0 874260 sox-ng_14.7.1.2+ds1.orig.tar.xz
 56ae34c74f673939cda797ed0b7b239b6b5f93d6 18676 
sox-ng_14.7.1.2+ds1-1.debian.tar.xz
 4e2a5568af3de554969077e114970ff99d497325 12729 
sox-ng_14.7.1.2+ds1-1_amd64.buildinfo
Checksums-Sha256:
 18c83c3feae62eaa9a62fea10f29d1574339b5e16245bd3a02eea3b64373bb61 2481 
sox-ng_14.7.1.2+ds1-1.dsc
 9e320ae4b58bc6555d3072ac7a80c380292431ff8f0895ffc2b0db6f0315bdb9 874260 
sox-ng_14.7.1.2+ds1.orig.tar.xz
 102b5437caeeb2d8c108c36eee3ae59ae6191ee676486f629d5351e7dd360f86 18676 
sox-ng_14.7.1.2+ds1-1.debian.tar.xz
 ea11947fe97d98d5d521173b58c0dc9e4205a88eb626fd612fc88d40fd5af70d 12729 
sox-ng_14.7.1.2+ds1-1_amd64.buildinfo
Files:
 440e111dea249ae72af67db6849f17e2 2481 sound optional sox-ng_14.7.1.2+ds1-1.dsc
 7c333c609f5bdaff82e156c287292dfb 874260 sound optional 
sox-ng_14.7.1.2+ds1.orig.tar.xz
 2f2b9f17b1bc96f7eab07dde0a95cec5 18676 sound optional 
sox-ng_14.7.1.2+ds1-1.debian.tar.xz
 4634f774b92a6e22701ea88798737d77 12729 sound optional 
sox-ng_14.7.1.2+ds1-1_amd64.buildinfo


-----BEGIN PGP SIGNATURE-----

wr0EARYKAG8Fgmn3dSQJECGTazZgD82JRxQAAAAAAB4AIHNhbHRAbm90YXRpb25z
LnNlcXVvaWEtcGdwLm9yZzdUPRCCLxdyFwr2aFuqs/kvFy6f001mwaMCquSsSGlF
FiEEQmJ+hB2ZZ9qD4fqQIZNrNmAPzYkAANzZAQCkLSNt73xJUVCAPvRyuCGiXc++
kVCR2wdq6NXm0eWaCAEAz9r6fvgpqG3EsV6pSTORE6H7Xu4l+++zUs8R6HQtOgI=
=U/Ym
-----END PGP SIGNATURE-----

Attachment: pgpaAs7Ygjizs.pgp
Description: PGP signature


--- End Message ---

Reply via email to