<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix/gnu, branch audio-team</title>
<subtitle>Transactional package manager, declarative GNU/Linux distribution, reproducible deployment tool, and more! https://guix.gnu.org</subtitle>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/'/>
<entry>
<title>gnu: qtbase: Skip racy tests; reinstate qsqlthread.</title>
<updated>2026-06-27T10:03:15+00:00</updated>
<author>
<name>Maxim Cournoyer</name>
<email>maxim@guixotic.coop</email>
</author>
<published>2026-03-29T08:26:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=101982f21f99599240f2704f533e225e73fd5e7e'/>
<id>101982f21f99599240f2704f533e225e73fd5e7e</id>
<content type='text'>
* gnu/packages/qt.scm (qtbase)[#:phases]{check}: Skip tst_qsqldatabase,
tst_qtimer and tst_qtimer_no_glib. Reinstate tst_qsqlthread.

Co-authored-by: Andreas Enge &lt;andreas@enge.fr&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/qt.scm (qtbase)[#:phases]{check}: Skip tst_qsqldatabase,
tst_qtimer and tst_qtimer_no_glib. Reinstate tst_qsqlthread.

Co-authored-by: Andreas Enge &lt;andreas@enge.fr&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: libsndfile: Disable failing test.</title>
<updated>2026-06-27T10:03:15+00:00</updated>
<author>
<name>SilverlightningY</name>
<email>reband.florian@googlemail.com</email>
</author>
<published>2026-06-13T12:52:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=21cced6112cd7dbe64588364b09747fbf3c05e9e'/>
<id>21cced6112cd7dbe64588364b09747fbf3c05e9e</id>
<content type='text'>
* gnu/packages/pulseaudio.scm (libsndfile)[arguments]&lt;#:phases&gt;:
Add phase to disable sdlcomp_test_* for opus.

Change-Id: Id076065892eb61dd94f1e042b0b7747c6e137c19
Signed-off-by: Andreas Enge &lt;andreas@enge.fr&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/pulseaudio.scm (libsndfile)[arguments]&lt;#:phases&gt;:
Add phase to disable sdlcomp_test_* for opus.

Change-Id: Id076065892eb61dd94f1e042b0b7747c6e137c19
Signed-off-by: Andreas Enge &lt;andreas@enge.fr&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: opus: Update to version 1.6.1.</title>
<updated>2026-06-27T10:03:15+00:00</updated>
<author>
<name>SilverlightningY</name>
<email>reband.florian@googlemail.com</email>
</author>
<published>2026-05-04T17:16:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=7410540a3563545e230627379beb5ca81c7dca14'/>
<id>7410540a3563545e230627379beb5ca81c7dca14</id>
<content type='text'>
* gnu/packages/xiph.scm (opus): Update to version 1.6.1. Format with
guix style.
[properties]: Format with guix style.

Change-Id: Ie28566720a4f86b8f959e8f9282a2fbed24daa6c
Signed-off-by: Andreas Enge &lt;andreas@enge.fr&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/xiph.scm (opus): Update to version 1.6.1. Format with
guix style.
[properties]: Format with guix style.

Change-Id: Ie28566720a4f86b8f959e8f9282a2fbed24daa6c
Signed-off-by: Andreas Enge &lt;andreas@enge.fr&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: libsndfile: Update to version 1.2.2-0.68f6c16.</title>
<updated>2026-06-27T10:03:15+00:00</updated>
<author>
<name>SilverlightningY</name>
<email>reband.florian@googlemail.com</email>
</author>
<published>2026-04-19T13:56:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=97b7b5e9eb5542399e624e4db5218384ade53007'/>
<id>97b7b5e9eb5542399e624e4db5218384ade53007</id>
<content type='text'>
* gnu/packages/pulseaudio.scm (libsndfile): Update version and format
package definition with `guix style`.
[version]: Update to 1.2.2-0.68f6c16.
[source]: Add patches to fix CVE-2025-52194 and CVE-2026-37555. Remove
snippet to substitute env path in test_wrapper.
[arguments]: Fix configure warnings by disabling `sqlite`.
&lt;#:phases&gt;: Add phase to substitute env path in test_wrapper.
[propagated-inputs]: Add libmpg123 and lame.
[home-page]: Home page moved to GitHub.
* gnu/local.mk: Register patch files.
* gnu/packages/patches/libsndfile-CVE-2025-52194.patch: New file.
* gnu/packages/patches/libsndfile-CVE-2026-37555.patch: New file.

Change-Id: Ieaa96859e2cc5ab7654999f00ed219f6c1eb0d86
Signed-off-by: Andreas Enge &lt;andreas@enge.fr&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/pulseaudio.scm (libsndfile): Update version and format
package definition with `guix style`.
[version]: Update to 1.2.2-0.68f6c16.
[source]: Add patches to fix CVE-2025-52194 and CVE-2026-37555. Remove
snippet to substitute env path in test_wrapper.
[arguments]: Fix configure warnings by disabling `sqlite`.
&lt;#:phases&gt;: Add phase to substitute env path in test_wrapper.
[propagated-inputs]: Add libmpg123 and lame.
[home-page]: Home page moved to GitHub.
* gnu/local.mk: Register patch files.
* gnu/packages/patches/libsndfile-CVE-2025-52194.patch: New file.
* gnu/packages/patches/libsndfile-CVE-2026-37555.patch: New file.

Change-Id: Ieaa96859e2cc5ab7654999f00ed219f6c1eb0d86
Signed-off-by: Andreas Enge &lt;andreas@enge.fr&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: opus-tools: Fix cross compilation issue.</title>
<updated>2026-06-27T10:03:15+00:00</updated>
<author>
<name>SilverlightningY</name>
<email>reband.florian@googlemail.com</email>
</author>
<published>2026-05-04T17:20:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=123cbe6f6e5b1bbd9893392c9c2aca269213f8a9'/>
<id>123cbe6f6e5b1bbd9893392c9c2aca269213f8a9</id>
<content type='text'>
* gnu/packages/xiph.scm (opus-tools): Fix cross compilation issue.
Reformat.
[source]: Switch to git-fetch.
[arguments]: Inherit from libopusenc.
{#:configure-flags}: Override pkg-config detection.

Change-Id: I9e5748bfab3a77450584e9d9b69511704265f95f
Signed-off-by: Gabriel Wicki &lt;gabriel@erlikon.ch&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/xiph.scm (opus-tools): Fix cross compilation issue.
Reformat.
[source]: Switch to git-fetch.
[arguments]: Inherit from libopusenc.
{#:configure-flags}: Override pkg-config detection.

Change-Id: I9e5748bfab3a77450584e9d9b69511704265f95f
Signed-off-by: Gabriel Wicki &lt;gabriel@erlikon.ch&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: libopusenc: Update to 0.3.</title>
<updated>2026-06-27T10:03:15+00:00</updated>
<author>
<name>SilverlightningY</name>
<email>reband.florian@googlemail.com</email>
</author>
<published>2026-05-04T17:18:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=9c74a2501373e14a0f85449f287f97eba725630a'/>
<id>9c74a2501373e14a0f85449f287f97eba725630a</id>
<content type='text'>
* gnu/packages/xiph.scm (libopusenc): Update to 0.3. Reformat.
[source]: Switch to git-fetch.
[arguments] {#:configure-flags}: Don't build static library.
{#:phases}: Add phase.
[native-inputs]: Add GNU autotools.

Change-Id: I8959f51368d37907e66c7de1b07da348bbbd7f4f
Signed-off-by: Gabriel Wicki &lt;gabriel@erlikon.ch&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/xiph.scm (libopusenc): Update to 0.3. Reformat.
[source]: Switch to git-fetch.
[arguments] {#:configure-flags}: Don't build static library.
{#:phases}: Add phase.
[native-inputs]: Add GNU autotools.

Change-Id: I8959f51368d37907e66c7de1b07da348bbbd7f4f
Signed-off-by: Gabriel Wicki &lt;gabriel@erlikon.ch&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: sbc: Split sbctester.</title>
<updated>2026-06-27T10:03:15+00:00</updated>
<author>
<name>SilverlightningY</name>
<email>reband.florian@googlemail.com</email>
</author>
<published>2026-04-26T18:18:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=8381d2f437fa202b5ca3f169282a48d6e6fdc5bf'/>
<id>8381d2f437fa202b5ca3f169282a48d6e6fdc5bf</id>
<content type='text'>
Extract sbctester into its own package to reduce the dependencies of sbc and
therefore prevent circular dependencies.

* gnu/packages/linux.scm (sbc)[arguments]: Disable building tester binary.
[inputs]: Remove.
* gnu/packages/linux.scm (sbctester): New variable.

Change-Id: I756caaf58c2ebc3f269f885e882900e58fbf7315
Signed-off-by: Gabriel Wicki &lt;gabriel@erlikon.ch&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Extract sbctester into its own package to reduce the dependencies of sbc and
therefore prevent circular dependencies.

* gnu/packages/linux.scm (sbc)[arguments]: Disable building tester binary.
[inputs]: Remove.
* gnu/packages/linux.scm (sbctester): New variable.

Change-Id: I756caaf58c2ebc3f269f885e882900e58fbf7315
Signed-off-by: Gabriel Wicki &lt;gabriel@erlikon.ch&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: sbc: Update to 2.2.</title>
<updated>2026-06-27T10:03:15+00:00</updated>
<author>
<name>SilverlightningY</name>
<email>reband.florian@googlemail.com</email>
</author>
<published>2026-04-26T18:06:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=46557f46e392d9fb0e1389b2cb4ed1b4d1cebf6d'/>
<id>46557f46e392d9fb0e1389b2cb4ed1b4d1cebf6d</id>
<content type='text'>
* gnu/packages/linux.scm (sbc): Update to 2.2.  Reformat.
  [source] Remove patch.
* gnu/local.mk: Remove patch.
* gnu/packages/patches/sbc-fix-build-non-x86.patch: Delete file.

Change-Id: Icb9b65173aa73b50733b2b87a55423e6cd2d4ac3
Signed-off-by: Gabriel Wicki &lt;gabriel@erlikon.ch&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/linux.scm (sbc): Update to 2.2.  Reformat.
  [source] Remove patch.
* gnu/local.mk: Remove patch.
* gnu/packages/patches/sbc-fix-build-non-x86.patch: Delete file.

Change-Id: Icb9b65173aa73b50733b2b87a55423e6cd2d4ac3
Signed-off-by: Gabriel Wicki &lt;gabriel@erlikon.ch&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: mpg123: Change references of dependents.</title>
<updated>2026-06-27T10:03:14+00:00</updated>
<author>
<name>SilverlightningY</name>
<email>reband.florian@googlemail.com</email>
</author>
<published>2026-04-27T21:45:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=85da45b5a6755e6674586590ba39b4f9daf5f24e'/>
<id>85da45b5a6755e6674586590ba39b4f9daf5f24e</id>
<content type='text'>
* gnu/packages/audio.scm (wstsound, alure, audacity, ecasound, snd, libmixed,
libopenmpt, tenacity),
* gnu/packages/easyrpg.scm (libretro-easyrpg, easyrpg-player),
* gnu/packages/game-development.scm (guile-chickadee, love, slade),
* gnu/packages/games.scm (quakespasm, vkquake),
* gnu/packages/gstreamer.scm (gst-plugins-good, gst-plugins-good-qt),
* gnu/packages/lisp-xyz.scm (sbcl-cl-mpg123, cl-out123, cl-mpg123,
sbcl-cl-out123, ecl-cl-mpg123, ecl-cl-out123),
* gnu/packages/music.scm (audacious),
* gnu/packages/radio.scm (welle-io),
* gnu/packages/sdl.scm (sdl2-mixer-x, sdl2-mixer),
* gnu/packages/video.scm (mplayer, mpv),
* gnu/packages/web-browsers.scm (lagrange)[input]: Update mpg123 to libmpg123.

Change-Id: I9ddf2de9f684b824f578b9d4a2e7fc3b6e9f9094
Signed-off-by: Gabriel Wicki &lt;gabriel@erlikon.ch&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/audio.scm (wstsound, alure, audacity, ecasound, snd, libmixed,
libopenmpt, tenacity),
* gnu/packages/easyrpg.scm (libretro-easyrpg, easyrpg-player),
* gnu/packages/game-development.scm (guile-chickadee, love, slade),
* gnu/packages/games.scm (quakespasm, vkquake),
* gnu/packages/gstreamer.scm (gst-plugins-good, gst-plugins-good-qt),
* gnu/packages/lisp-xyz.scm (sbcl-cl-mpg123, cl-out123, cl-mpg123,
sbcl-cl-out123, ecl-cl-mpg123, ecl-cl-out123),
* gnu/packages/music.scm (audacious),
* gnu/packages/radio.scm (welle-io),
* gnu/packages/sdl.scm (sdl2-mixer-x, sdl2-mixer),
* gnu/packages/video.scm (mplayer, mpv),
* gnu/packages/web-browsers.scm (lagrange)[input]: Update mpg123 to libmpg123.

Change-Id: I9ddf2de9f684b824f578b9d4a2e7fc3b6e9f9094
Signed-off-by: Gabriel Wicki &lt;gabriel@erlikon.ch&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: mpg123: Split into libs and binary packages.</title>
<updated>2026-06-27T10:03:14+00:00</updated>
<author>
<name>SilverlightningY</name>
<email>reband.florian@googlemail.com</email>
</author>
<published>2026-04-26T17:34:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=a595630a769f22e59ead12d4fa3b8e0859d306a4'/>
<id>a595630a769f22e59ead12d4fa3b8e0859d306a4</id>
<content type='text'>
* gnu/packages/mp3.scm (libmpg123, libout123, libsyn123): New variables.
* gnu/packages/mp3.scm (mpg123): Split libraries from main package.  Use them
as inputs.
[arguments]: Link the pre-built libraries.
[inputs]: Add mpg123 libraries.
[synopsis, description]: Remove references to mpg123 libraries.

Change-Id: Ia0ca2b6f7233f56b7d132518c9ad6b36d4259505
Signed-off-by: Gabriel Wicki &lt;gabriel@erlikon.ch&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/mp3.scm (libmpg123, libout123, libsyn123): New variables.
* gnu/packages/mp3.scm (mpg123): Split libraries from main package.  Use them
as inputs.
[arguments]: Link the pre-built libraries.
[inputs]: Add mpg123 libraries.
[synopsis, description]: Remove references to mpg123 libraries.

Change-Id: Ia0ca2b6f7233f56b7d132518c9ad6b36d4259505
Signed-off-by: Gabriel Wicki &lt;gabriel@erlikon.ch&gt;
</pre>
</div>
</content>
</entry>
</feed>
