public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/roc-toolkit] rawhide: Rebuilt for sox_ng transition
@ 2026-09-08 16:06
0 siblings, 0 replies; 2+ messages in thread
From: @ 2026-09-08 16:06 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/roc-toolkit
Branch : rawhide
Commit : a38bef477ead9581db7c062914e8f9d38e74cd68
Author : Jaroslav Škarvada <jskarvad@redhat.com>
Date : 2026-09-08T18:06:01+02:00
Stats : +28/-2 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/roc-toolkit/c/a38bef477ead9581db7c062914e8f9d38e74cd68?branch=rawhide
Log:
Rebuilt for sox_ng transition
Resolves: rhbz#2527803
---
diff --git a/roc-toolkit-0.4.0-increase-max-drivers.patch b/roc-toolkit-0.4.0-increase-max-drivers.patch
new file mode 100644
index 0000000..ea0ac6a
--- /dev/null
+++ b/roc-toolkit-0.4.0-increase-max-drivers.patch
@@ -0,0 +1,20 @@
+From: Gerald Cox <gbcox@fedoraproject.org>
+Subject: [PATCH] Increase maximum number of audio drivers
+
+SoX_ng exposes more audio formats and aliases than the original SoX,
+causing the fixed driver array to overflow during backend discovery.
+
+This matches the limit used by current upstream Roc Toolkit.
+
+diff --git a/src/internal_modules/roc_sndio/driver.h b/src/internal_modules/roc_sndio/driver.h
+--- a/src/internal_modules/roc_sndio/driver.h
++++ b/src/internal_modules/roc_sndio/driver.h
+@@ -21,7 +21,7 @@ namespace sndio {
+ class IBackend;
+
+ //! Maximum number of drivers.
+-static const size_t MaxDrivers = 128;
++static const size_t MaxDrivers = 512;
+
+ //! Driver type.
+ enum DriverType {
diff --git a/roc-toolkit.spec b/roc-toolkit.spec
index 70b9505..f6c5eaa 100644
--- a/roc-toolkit.spec
+++ b/roc-toolkit.spec
@@ -8,7 +8,7 @@
Name: roc-toolkit
#Version: 0.2.1^%%{git_suffix}
Version: 0.4.0
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: Real-time audio streaming
License: MPL-2.0 AND LGPL-2.1-or-later AND CECILL-C
URL: https://github.com/roc-streaming/roc-toolkit
@@ -38,7 +38,9 @@ BuildRequires: openssl-devel
BuildRequires: doxygen
BuildRequires: libsndfile-devel
# https://github.com/roc-streaming/roc-toolkit/issues/481
-Patch0: roc-toolkit-0.3.0-no-explicit-cpp98.patch
+Patch: roc-toolkit-0.3.0-no-explicit-cpp98.patch
+# https://bugzilla-attachments.redhat.com/attachment.cgi?id=2156508
+Patch: roc-toolkit-0.4.0-increase-max-drivers.patch
%description
Roc is a toolkit for real-time audio streaming over the network.
@@ -103,6 +105,10 @@ scons test --with-openfec-includes=%{_includedir}/openfec --enable-tests
%doc docs/html
%changelog
+* Tue Sep 08 2026 Jaroslav Škarvada <jskarvad@redhat.com> - 0.4.0-8
+- Rebuilt for sox_ng transition
+ Resolves: rhbz#2527803
+
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [rpms/roc-toolkit] rawhide: Rebuilt for sox_ng transition
@ 2026-09-10 13:12
0 siblings, 0 replies; 2+ messages in thread
From: @ 2026-09-10 13:12 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/roc-toolkit
Branch : rawhide
Commit : 98fbaaacc70b9775ab861f90e867391e37a95b29
Author : Jaroslav Škarvada <jskarvad@redhat.com>
Date : 2026-09-10T15:12:39+02:00
Stats : +4/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/roc-toolkit/c/98fbaaacc70b9775ab861f90e867391e37a95b29?branch=rawhide
Log:
Rebuilt for sox_ng transition
---
diff --git a/roc-toolkit.spec b/roc-toolkit.spec
index f6c5eaa..d91d9a2 100644
--- a/roc-toolkit.spec
+++ b/roc-toolkit.spec
@@ -8,7 +8,7 @@
Name: roc-toolkit
#Version: 0.2.1^%%{git_suffix}
Version: 0.4.0
-Release: 8%{?dist}
+Release: 9%{?dist}
Summary: Real-time audio streaming
License: MPL-2.0 AND LGPL-2.1-or-later AND CECILL-C
URL: https://github.com/roc-streaming/roc-toolkit
@@ -105,6 +105,9 @@ scons test --with-openfec-includes=%{_includedir}/openfec --enable-tests
%doc docs/html
%changelog
+* Thu Sep 10 2026 Jaroslav Škarvada <jskarvad@redhat.com> - 0.4.0-9
+- Rebuilt for sox_ng transition
+
* Tue Sep 08 2026 Jaroslav Škarvada <jskarvad@redhat.com> - 0.4.0-8
- Rebuilt for sox_ng transition
Resolves: rhbz#2527803
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-09-10 13:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-08 16:06 [rpms/roc-toolkit] rawhide: Rebuilt for sox_ng transition
2026-09-10 13:12
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox