The tarball was modified in-place to fix ‘incorrect line endings’[0].
Unfortunately, it does more, such as re-bootstrapping with autotools
1.16.2 instead of the previous 1.16.1.
A basic visual inspection of the differences did not find anything out
of order.
[0]: https://github.com/libsndfile/libsndfile/releases/tag/v1.0.30
* gnu/packages/pulseaudio.scm (libsndfile)[source]: Update hash.
This replacement fixes CVE-2017-17456, CVE-2017-17457, CVE-2018-19661,
CVE-2018-19662, CVE-2018-19758, and CVE-2019-3832.
* gnu/packages/pulseaudio.scm (libsndfile)[replacement]: New field.
(libsndfile-1.0.30): New variable.
* gnu/packages/pulseaudio.scm (pavucontrol): Fix icons.
[build-system]: Use glib-or-gtk-build-system instead of gnu-build-system.
[inputs]: Add adwaita-icon-theme. Re-order inputs.
Since the adwaita icon theme is hard-coded in the application, there is
no choice for the user anyway. So added adwaita-icon-theme to inputs and
changed build-system to glib-or-gtk to fix loading of icons.
The packaged config.sub and config.guess do not have aarch64 support. Replace
them by the ones from automake.
* gnu/packages/pulseaudio.scm (libsamplerate)[arguments]: Replace outdated config.sub and
config.guess, taken from ...
[native-inputs]: ... here, by adding automake.
Depending on jack allows building the jack-sink and jack-source modules for
routing the audio through the jack server.
* gnu/packages/pulseaudio.scm (pulseaudio)[inputs]: Add jack-1.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>