>> diff --git a/Makefile b/Makefile
>> index 8d7a2de..eda6d9a 100644
>> --- a/Makefile
>> +++ b/Makefile
>> @@ -1,6 +1,6 @@
>> MKDIR?= mkdir -p
>> PKGCONF?= pkg-config
>> -INSTALL_LIB?= install -s -m 444
>> +INSTALL_LIB?= install -m 444
>> DESTDIR?=
>> PULSE_VERSION!= ${PKGCONF} --modversion libpulse | cut -d. -f 1-2
>> PULSE_LIBDIR?= `${PKGCONF} --variable=libdir libpulse`
>
> Where is this?
>
>> diff --git a/module-sndio.c b/module-sndio.c
>> index 2f7cd4e..6f1ea3e 100644
>> --- a/module-sndio.c
>> +++ b/module-sndio.c
>> @@ -46,7 +46,7 @@
>>
>> PA_MODULE_AUTHOR("Eric Faurot");
>> PA_MODULE_DESCRIPTION("OpenBSD sndio sink");
>> -PA_MODULE_VERSION("0.0");
>> +PA_MODULE_VERSION("17.0");
>
> This is not our pulseaudio port and the output for our current
> pulseaudio port is also okay "pactl list modules":
>
> Module #6
> Name: module-sndio
> Argument: device=default
> Usage counter: n/a
> Properties:
> module.author = "Eric Faurot"
> module.description = "OpenBSD sndio sink/source"
> module.version = "17.0"
This is code that I had to modify in order to make the module work from
my side, from this fork:
https://github.com/OpenBSDGuy/pulseaudio-module-sndio
I also tested https://github.com/unkaktus/pulseaudio-module-sndio which
also gave me the Version is 0.0 error.
Perhaps you are referring to:
https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/audio/pulseaudio/files/
Since the client in this case was Debian, pulseaudio lacked this module.