Page MenuHomeSolus

D3128.id8648.diff
No OneTemporary

D3128.id8648.diff

diff --git a/abi_symbols b/abi_symbols
--- a/abi_symbols
+++ b/abi_symbols
@@ -162,6 +162,7 @@
libpulse.so.0:pa_cvolume_valid
libpulse.so.0:pa_direction_to_string
libpulse.so.0:pa_direction_valid
+libpulse.so.0:pa_encoding_from_string
libpulse.so.0:pa_encoding_to_string
libpulse.so.0:pa_ext_device_manager_delete
libpulse.so.0:pa_ext_device_manager_enable_role_device_priority_routing
diff --git a/abi_symbols32 b/abi_symbols32
--- a/abi_symbols32
+++ b/abi_symbols32
@@ -162,6 +162,7 @@
libpulse.so.0:pa_cvolume_valid
libpulse.so.0:pa_direction_to_string
libpulse.so.0:pa_direction_valid
+libpulse.so.0:pa_encoding_from_string
libpulse.so.0:pa_encoding_to_string
libpulse.so.0:pa_ext_device_manager_delete
libpulse.so.0:pa_ext_device_manager_enable_role_device_priority_routing
diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -13,10 +13,11 @@
libdbus-1.so.3
libdl.so.2
libfftw3f.so.3
-libgconf-2.so.4
libgdbm.so.5
+libgio-2.0.so.0
libglib-2.0.so.0
libgobject-2.0.so.0
+libjack.so.0
libltdl.so.7
libm.so.6
liborc-0.4.so.0
diff --git a/abi_used_libs32 b/abi_used_libs32
--- a/abi_used_libs32
+++ b/abi_used_libs32
@@ -10,7 +10,10 @@
libdbus-1.so.3
libdl.so.2
libgdbm.so.5
+libgio-2.0.so.0
libglib-2.0.so.0
+libgobject-2.0.so.0
+libjack.so.0
libltdl.so.7
libm.so.6
liborc-0.4.so.0
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,23 +1,44 @@
name : pulseaudio
-version : 11.1
-release : 29
+version : 12.2
+release : 30
source :
- - https://freedesktop.org/software/pulseaudio/releases/pulseaudio-11.1.tar.xz : f2521c525a77166189e3cb9169f75c2ee2b82fa3fcf9476024fbc2c3a6c9cd9e
+ - https://freedesktop.org/software/pulseaudio/releases/pulseaudio-12.2.tar.xz : 809668ffc296043779c984f53461c2b3987a45b7a25eb2f0a1d11d9f23ba4055
homepage : https://www.freedesktop.org/wiki/Software/PulseAudio/
-license : LGPL-2.1
-component : multimedia.audio
-summary : Advanced sound system
+license : LGPL-2.1-or-later
+component :
+ - multimedia.audio
+ - equalizer : multimedia.audio
+ - module-jack : multimedia.audio
+ - module-jack-32bit : multimedia.audio
+summary :
+ - Advanced sound system
+ - equalizer : PulseAudio equalizer GUI (qpaeq)
+ - module-jack : JACK modules for the PulseAudio sound server
+ - module-jack-32bit : JACK modules for the PulseAudio sound server
description: |
- PulseAudio is a sound system for POSIX OSes, meaning that it is a proxy for your sound applications. It allows you to do advanced operations on your sound data as it passes between your application and your hardware. Things like transferring the audio to a different machine, changing the sample format or channel count and mixing several sounds into one are easily achieved using a sound server.
+ - PulseAudio is a sound system for POSIX OSes, meaning that it is a proxy for your sound applications. It allows you to do advanced operations on your sound data as it passes between your application and your hardware. Things like transferring the audio to a different machine, changing the sample format or channel count and mixing several sounds into one are easily achieved using a sound server.
emul32 : yes
ccache : no
libsplit : no
optimize : size
+patterns :
+ - equalizer :
+ - /usr/bin/qpaeq
+ - /usr/lib64/pulse-*/modules/module-equalizer-sink.so
+ - module-jack :
+ - /usr/lib64/pulse-*/modules/module-jack*
+ - module-jack-32bit :
+ - /usr/lib32/pulse-*/modules/module-jack*
+rundeps :
+ - equalizer :
+ - python3-dbus
+ - python3-qt5
builddeps :
- pkgconfig32(alsa)
- pkgconfig32(dbus-1)
- pkgconfig32(flac)
- pkgconfig32(glib-2.0)
+ - pkgconfig32(jack)
- pkgconfig32(json-c)
- pkgconfig32(ice)
- pkgconfig32(liblzma)
@@ -36,7 +57,6 @@
- pkgconfig(bluez)
- pkgconfig(check)
- pkgconfig(fftw3f)
- - pkgconfig(gconf-2.0)
- pkgconfig(sbc)
- gdbm-32bit-devel
- libcap2-32bit-devel
@@ -52,9 +72,7 @@
extra_opts="--enable-bluez5 --enable-bluez5-native-headset"
fi
- %configure --prefix=/usr \
- --disable-static \
- --libexecdir=%libdir% \
+ %configure --disable-static \
--enable-alsa \
--disable-bluez4 \
--enable-orc \
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -3,133 +3,270 @@
<Name>pulseaudio</Name>
<Homepage>https://www.freedesktop.org/wiki/Software/PulseAudio/</Homepage>
<Packager>
- <Name>Peter O&apos;Connor</Name>
- <Email>peter@solus-project.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
- <License>LGPL-2.1</License>
+ <License>LGPL-2.1-or-later</License>
<PartOf>multimedia.audio</PartOf>
<Summary xml:lang="en">Advanced sound system</Summary>
- <Description xml:lang="en">PulseAudio is a sound system for POSIX OSes, meaning that it is a proxy for your sound applications. It allows you to do advanced operations on your sound data as it passes between your application and your hardware. Things like transferring the audio to a different machine, changing the sample format or channel count and mixing several sounds into one are easily achieved using a sound server.
+ <Description xml:lang="en">- PulseAudio is a sound system for POSIX OSes, meaning that it is a proxy for your sound applications. It allows you to do advanced operations on your sound data as it passes between your application and your hardware. Things like transferring the audio to a different machine, changing the sample format or channel count and mixing several sounds into one are easily achieved using a sound server.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
</Source>
<Package>
<Name>pulseaudio</Name>
<Summary xml:lang="en">Advanced sound system</Summary>
- <Description xml:lang="en">PulseAudio is a sound system for POSIX OSes, meaning that it is a proxy for your sound applications. It allows you to do advanced operations on your sound data as it passes between your application and your hardware. Things like transferring the audio to a different machine, changing the sample format or channel count and mixing several sounds into one are easily achieved using a sound server.
+ <Description xml:lang="en">- PulseAudio is a sound system for POSIX OSes, meaning that it is a proxy for your sound applications. It allows you to do advanced operations on your sound data as it passes between your application and your hardware. Things like transferring the audio to a different machine, changing the sample format or channel count and mixing several sounds into one are easily achieved using a sound server.
</Description>
<PartOf>multimedia.audio</PartOf>
<Files>
<Path fileType="config">/etc/dbus-1/system.d/pulseaudio-system.conf</Path>
- <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="executable">/usr/bin/esdcompat</Path>
+ <Path fileType="executable">/usr/bin/pacat</Path>
+ <Path fileType="executable">/usr/bin/pacmd</Path>
+ <Path fileType="executable">/usr/bin/pactl</Path>
+ <Path fileType="executable">/usr/bin/padsp</Path>
+ <Path fileType="executable">/usr/bin/pamon</Path>
+ <Path fileType="executable">/usr/bin/paplay</Path>
+ <Path fileType="executable">/usr/bin/parec</Path>
+ <Path fileType="executable">/usr/bin/parecord</Path>
+ <Path fileType="executable">/usr/bin/pasuspender</Path>
+ <Path fileType="executable">/usr/bin/pax11publish</Path>
+ <Path fileType="executable">/usr/bin/pulseaudio</Path>
+ <Path fileType="executable">/usr/bin/start-pulseaudio-x11</Path>
<Path fileType="library">/usr/lib/systemd/user/pulseaudio.service</Path>
<Path fileType="library">/usr/lib/systemd/user/pulseaudio.socket</Path>
<Path fileType="library">/usr/lib/udev/rules.d/90-pulseaudio.rules</Path>
- <Path fileType="library">/usr/lib64/lib*.so</Path>
- <Path fileType="library">/usr/lib64/lib*.so.*</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/libalsa-util.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/libavahi-wrap.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/libbluez5-util.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/libcli.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/liboss-util.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/libprotocol-cli.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/libprotocol-esound.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/libprotocol-http.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/libprotocol-native.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/libprotocol-simple.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/libraop.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/librtp.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-allow-passthrough.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-alsa-card.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-alsa-sink.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-alsa-source.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-always-sink.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-augment-properties.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-bluetooth-discover.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-bluetooth-policy.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-bluez5-device.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-bluez5-discover.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-card-restore.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-cli-protocol-tcp.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-cli-protocol-unix.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-cli.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-combine-sink.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-combine.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-console-kit.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-dbus-protocol.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-default-device-restore.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-detect.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-device-manager.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-device-restore.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-echo-cancel.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-equalizer-sink.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-esound-compat-spawnfd.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-esound-compat-spawnpid.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-esound-protocol-tcp.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-esound-protocol-unix.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-esound-sink.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-filter-apply.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-filter-heuristics.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-gconf.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-hal-detect.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-http-protocol-tcp.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-http-protocol-unix.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-intended-roles.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-ladspa-sink.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-loopback.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-match.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-mmkbd-evdev.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-native-protocol-fd.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-native-protocol-tcp.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-native-protocol-unix.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-null-sink.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-null-source.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-oss.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-pipe-sink.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-pipe-source.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-position-event-sounds.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-raop-discover.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-raop-sink.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-remap-sink.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-remap-source.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-rescue-streams.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-role-cork.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-role-ducking.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-rtp-recv.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-rtp-send.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-rygel-media-server.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-simple-protocol-tcp.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-simple-protocol-unix.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-sine-source.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-sine.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-stream-restore.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-suspend-on-idle.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-switch-on-connect.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-switch-on-port-available.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-systemd-login.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-tunnel-sink-new.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-tunnel-sink.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-tunnel-source-new.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-tunnel-source.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-udev-detect.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-virtual-sink.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-virtual-source.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-virtual-surround-sink.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-volume-restore.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-x11-bell.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-x11-cork-request.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-x11-publish.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-x11-xsmp.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-zeroconf-discover.so</Path>
- <Path fileType="library">/usr/lib64/pulse-11.1/modules/module-zeroconf-publish.so</Path>
- <Path fileType="library">/usr/lib64/pulse/gconf-helper</Path>
- <Path fileType="library">/usr/lib64/pulseaudio/libpulsecommon-11.1.so</Path>
- <Path fileType="library">/usr/lib64/pulseaudio/libpulsecore-11.1.so</Path>
+ <Path fileType="library">/usr/lib64/libpulse-mainloop-glib.so</Path>
+ <Path fileType="library">/usr/lib64/libpulse-mainloop-glib.so.0</Path>
+ <Path fileType="library">/usr/lib64/libpulse-mainloop-glib.so.0.0.5</Path>
+ <Path fileType="library">/usr/lib64/libpulse-simple.so</Path>
+ <Path fileType="library">/usr/lib64/libpulse-simple.so.0</Path>
+ <Path fileType="library">/usr/lib64/libpulse-simple.so.0.1.1</Path>
+ <Path fileType="library">/usr/lib64/libpulse.so</Path>
+ <Path fileType="library">/usr/lib64/libpulse.so.0</Path>
+ <Path fileType="library">/usr/lib64/libpulse.so.0.20.3</Path>
+ <Path fileType="library">/usr/lib64/libpulsecommon-12.2.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/libalsa-util.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/libavahi-wrap.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/libbluez5-util.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/libcli.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/liboss-util.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/libprotocol-cli.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/libprotocol-esound.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/libprotocol-http.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/libprotocol-native.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/libprotocol-simple.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/libraop.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/librtp.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-allow-passthrough.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-alsa-card.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-alsa-sink.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-alsa-source.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-always-sink.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-always-source.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-augment-properties.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-bluetooth-discover.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-bluetooth-policy.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-bluez5-device.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-bluez5-discover.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-card-restore.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-cli-protocol-tcp.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-cli-protocol-unix.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-cli.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-combine-sink.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-combine.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-console-kit.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-dbus-protocol.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-default-device-restore.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-detect.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-device-manager.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-device-restore.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-echo-cancel.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-esound-compat-spawnfd.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-esound-compat-spawnpid.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-esound-protocol-tcp.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-esound-protocol-unix.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-esound-sink.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-filter-apply.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-filter-heuristics.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-gsettings.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-hal-detect.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-http-protocol-tcp.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-http-protocol-unix.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-intended-roles.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-ladspa-sink.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-loopback.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-match.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-mmkbd-evdev.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-native-protocol-fd.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-native-protocol-tcp.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-native-protocol-unix.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-null-sink.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-null-source.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-oss.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-pipe-sink.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-pipe-source.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-position-event-sounds.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-raop-discover.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-raop-sink.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-remap-sink.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-remap-source.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-rescue-streams.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-role-cork.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-role-ducking.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-rtp-recv.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-rtp-send.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-rygel-media-server.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-simple-protocol-tcp.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-simple-protocol-unix.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-sine-source.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-sine.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-stream-restore.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-suspend-on-idle.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-switch-on-connect.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-switch-on-port-available.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-systemd-login.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-tunnel-sink-new.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-tunnel-sink.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-tunnel-source-new.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-tunnel-source.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-udev-detect.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-virtual-sink.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-virtual-source.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-virtual-surround-sink.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-volume-restore.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-x11-bell.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-x11-cork-request.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-x11-publish.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-x11-xsmp.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-zeroconf-discover.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-zeroconf-publish.so</Path>
+ <Path fileType="library">/usr/lib64/pulseaudio/libpulsecommon-12.2.so</Path>
+ <Path fileType="library">/usr/lib64/pulseaudio/libpulsecore-12.2.so</Path>
<Path fileType="library">/usr/lib64/pulseaudio/libpulsedsp.so</Path>
+ <Path fileType="library">/usr/lib64/pulseaudio/pulse/gsettings-helper</Path>
<Path fileType="library">/usr/lib64/sysusers.d/pulseaudio.conf</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="data">/usr/share/pulseaudio</Path>
+ <Path fileType="data">/usr/share/GConf/gsettings/pulseaudio.convert</Path>
+ <Path fileType="data">/usr/share/glib-2.0/schemas/org.freedesktop.pulseaudio.gschema.xml</Path>
+ <Path fileType="localedata">/usr/share/locale/as/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/be/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/bn_IN/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/ca/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/cs/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/de/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/de_CH/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/el/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/es/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/fi/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/fr/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/gl/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/gu/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/he/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/hi/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/hr/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/hu/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/id/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/it/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/ja/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/kn/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/ko/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/lt/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/ml/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/mr/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/nl/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/nn/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/oc/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/or/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/pa/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/pl/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/pt/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/pt_BR/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/ru/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/sk/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/sr/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/sr@latin/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/sv/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/ta/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/te/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/tr/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/uk/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/zh_CN/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/zh_TW/LC_MESSAGES/pulseaudio.mo</Path>
+ <Path fileType="man">/usr/share/man/man1/esdcompat.1</Path>
+ <Path fileType="man">/usr/share/man/man1/pacat.1</Path>
+ <Path fileType="man">/usr/share/man/man1/pacmd.1</Path>
+ <Path fileType="man">/usr/share/man/man1/pactl.1</Path>
+ <Path fileType="man">/usr/share/man/man1/padsp.1</Path>
+ <Path fileType="man">/usr/share/man/man1/pamon.1</Path>
+ <Path fileType="man">/usr/share/man/man1/paplay.1</Path>
+ <Path fileType="man">/usr/share/man/man1/parec.1</Path>
+ <Path fileType="man">/usr/share/man/man1/parecord.1</Path>
+ <Path fileType="man">/usr/share/man/man1/pasuspender.1</Path>
+ <Path fileType="man">/usr/share/man/man1/pax11publish.1</Path>
+ <Path fileType="man">/usr/share/man/man1/pulseaudio.1</Path>
+ <Path fileType="man">/usr/share/man/man1/start-pulseaudio-x11.1</Path>
+ <Path fileType="man">/usr/share/man/man5/default.pa.5</Path>
+ <Path fileType="man">/usr/share/man/man5/pulse-cli-syntax.5</Path>
+ <Path fileType="man">/usr/share/man/man5/pulse-client.conf.5</Path>
+ <Path fileType="man">/usr/share/man/man5/pulse-daemon.conf.5</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/paths/analog-input-aux.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/paths/analog-input-dock-mic.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/paths/analog-input-fm.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/paths/analog-input-front-mic.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/paths/analog-input-headphone-mic.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/paths/analog-input-headset-mic.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/paths/analog-input-internal-mic-always.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/paths/analog-input-internal-mic.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/paths/analog-input-linein.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/paths/analog-input-mic-line.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/paths/analog-input-mic.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/paths/analog-input-mic.conf.common</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/paths/analog-input-rear-mic.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/paths/analog-input-tvtuner.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/paths/analog-input-video.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/paths/analog-input.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/paths/analog-input.conf.common</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/paths/analog-output-headphones-2.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/paths/analog-output-headphones.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/paths/analog-output-lineout.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/paths/analog-output-mono.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/paths/analog-output-speaker-always.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/paths/analog-output-speaker.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf.common</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-0.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-1.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-2.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-3.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-4.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-5.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-6.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-7.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/paths/iec958-stereo-input.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/paths/iec958-stereo-output.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/paths/steelseries-arctis-input.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/paths/steelseries-arctis-output-mono.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/paths/steelseries-arctis-output-stereo.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/profile-sets/default.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/profile-sets/dell-dock-tb16-usb-audio.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/profile-sets/force-speaker-and-int-mic.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/profile-sets/force-speaker.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/profile-sets/kinect-audio.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/profile-sets/maudio-fasttrack-pro.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/profile-sets/native-instruments-audio4dj.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/profile-sets/native-instruments-audio8dj.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/profile-sets/native-instruments-korecontroller.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/profile-sets/native-instruments-traktor-audio10.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/profile-sets/native-instruments-traktor-audio2.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/profile-sets/native-instruments-traktor-audio6.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/profile-sets/native-instruments-traktorkontrol-s4.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/profile-sets/sb-omni-surround-5.1.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/alsa-mixer/profile-sets/steelseries-arctis-usb-audio.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/client.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/daemon.conf</Path>
+ <Path fileType="data">/usr/share/pulseaudio/default.pa</Path>
+ <Path fileType="data">/usr/share/pulseaudio/system.pa</Path>
<Path fileType="data">/usr/share/xdg/autostart/pulseaudio.desktop</Path>
<Path fileType="data">/usr/share/zsh/site-functions/_pulseaudio</Path>
</Files>
@@ -137,55 +274,240 @@
<Package>
<Name>pulseaudio-32bit</Name>
<Summary xml:lang="en">32-bit libraries for pulseaudio</Summary>
- <Description xml:lang="en">PulseAudio is a sound system for POSIX OSes, meaning that it is a proxy for your sound applications. It allows you to do advanced operations on your sound data as it passes between your application and your hardware. Things like transferring the audio to a different machine, changing the sample format or channel count and mixing several sounds into one are easily achieved using a sound server.
+ <Description xml:lang="en">- PulseAudio is a sound system for POSIX OSes, meaning that it is a proxy for your sound applications. It allows you to do advanced operations on your sound data as it passes between your application and your hardware. Things like transferring the audio to a different machine, changing the sample format or channel count and mixing several sounds into one are easily achieved using a sound server.
</Description>
<PartOf>emul32</PartOf>
<RuntimeDependencies>
- <Dependency release="29">pulseaudio</Dependency>
+ <Dependency release="30">pulseaudio</Dependency>
</RuntimeDependencies>
<Files>
- <Path fileType="library">/usr/lib32/</Path>
- <Path fileType="library">/usr/lib32/lib*.so</Path>
- <Path fileType="library">/usr/lib32/lib*.so.*</Path>
+ <Path fileType="library">/usr/lib32/cmake/PulseAudio/PulseAudioConfig.cmake</Path>
+ <Path fileType="library">/usr/lib32/cmake/PulseAudio/PulseAudioConfigVersion.cmake</Path>
+ <Path fileType="library">/usr/lib32/libpulse-mainloop-glib.so</Path>
+ <Path fileType="library">/usr/lib32/libpulse-mainloop-glib.so.0</Path>
+ <Path fileType="library">/usr/lib32/libpulse-mainloop-glib.so.0.0.5</Path>
+ <Path fileType="library">/usr/lib32/libpulse-simple.so</Path>
+ <Path fileType="library">/usr/lib32/libpulse-simple.so.0</Path>
+ <Path fileType="library">/usr/lib32/libpulse-simple.so.0.1.1</Path>
+ <Path fileType="library">/usr/lib32/libpulse.so</Path>
+ <Path fileType="library">/usr/lib32/libpulse.so.0</Path>
+ <Path fileType="library">/usr/lib32/libpulse.so.0.20.3</Path>
+ <Path fileType="library">/usr/lib32/libpulsecommon-12.2.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/libalsa-util.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/libcli.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/liboss-util.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/libprotocol-cli.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/libprotocol-esound.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/libprotocol-http.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/libprotocol-native.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/libprotocol-simple.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/libraop.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/librtp.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-allow-passthrough.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-alsa-card.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-alsa-sink.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-alsa-source.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-always-sink.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-always-source.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-augment-properties.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-card-restore.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-cli-protocol-tcp.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-cli-protocol-unix.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-cli.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-combine-sink.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-combine.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-console-kit.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-dbus-protocol.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-default-device-restore.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-detect.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-device-manager.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-device-restore.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-echo-cancel.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-esound-compat-spawnfd.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-esound-compat-spawnpid.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-esound-protocol-tcp.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-esound-protocol-unix.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-esound-sink.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-filter-apply.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-filter-heuristics.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-gsettings.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-hal-detect.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-http-protocol-tcp.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-http-protocol-unix.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-intended-roles.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-ladspa-sink.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-loopback.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-match.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-mmkbd-evdev.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-native-protocol-fd.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-native-protocol-tcp.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-native-protocol-unix.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-null-sink.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-null-source.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-oss.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-pipe-sink.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-pipe-source.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-position-event-sounds.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-raop-sink.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-remap-sink.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-remap-source.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-rescue-streams.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-role-cork.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-role-ducking.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-rtp-recv.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-rtp-send.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-rygel-media-server.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-simple-protocol-tcp.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-simple-protocol-unix.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-sine-source.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-sine.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-stream-restore.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-suspend-on-idle.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-switch-on-connect.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-switch-on-port-available.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-systemd-login.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-tunnel-sink-new.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-tunnel-sink.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-tunnel-source-new.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-tunnel-source.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-udev-detect.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-virtual-sink.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-virtual-source.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-virtual-surround-sink.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-volume-restore.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-x11-bell.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-x11-cork-request.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-x11-publish.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-x11-xsmp.so</Path>
+ <Path fileType="library">/usr/lib32/pulseaudio/libpulsecommon-12.2.so</Path>
+ <Path fileType="library">/usr/lib32/pulseaudio/libpulsecore-12.2.so</Path>
+ <Path fileType="library">/usr/lib32/pulseaudio/libpulsedsp.so</Path>
+ <Path fileType="library">/usr/lib32/pulseaudio/pulse/gsettings-helper</Path>
+ <Path fileType="library">/usr/lib32/sysusers.d/pulseaudio.conf</Path>
</Files>
</Package>
<Package>
<Name>pulseaudio-32bit-devel</Name>
<Summary xml:lang="en">Development files for 32-bit pulseaudio</Summary>
- <Description xml:lang="en">PulseAudio is a sound system for POSIX OSes, meaning that it is a proxy for your sound applications. It allows you to do advanced operations on your sound data as it passes between your application and your hardware. Things like transferring the audio to a different machine, changing the sample format or channel count and mixing several sounds into one are easily achieved using a sound server.
+ <Description xml:lang="en">- PulseAudio is a sound system for POSIX OSes, meaning that it is a proxy for your sound applications. It allows you to do advanced operations on your sound data as it passes between your application and your hardware. Things like transferring the audio to a different machine, changing the sample format or channel count and mixing several sounds into one are easily achieved using a sound server.
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="29">pulseaudio-32bit</Dependency>
- <Dependency release="29">pulseaudio-devel</Dependency>
+ <Dependency release="30">pulseaudio-devel</Dependency>
+ <Dependency release="30">pulseaudio-32bit</Dependency>
</RuntimeDependencies>
<Files>
- <Path fileType="data">/usr/lib32/pkgconfig/*.pc</Path>
+ <Path fileType="data">/usr/lib32/pkgconfig/libpulse-mainloop-glib.pc</Path>
+ <Path fileType="data">/usr/lib32/pkgconfig/libpulse-simple.pc</Path>
+ <Path fileType="data">/usr/lib32/pkgconfig/libpulse.pc</Path>
</Files>
</Package>
<Package>
<Name>pulseaudio-devel</Name>
<Summary xml:lang="en">Development files for pulseaudio</Summary>
- <Description xml:lang="en">PulseAudio is a sound system for POSIX OSes, meaning that it is a proxy for your sound applications. It allows you to do advanced operations on your sound data as it passes between your application and your hardware. Things like transferring the audio to a different machine, changing the sample format or channel count and mixing several sounds into one are easily achieved using a sound server.
+ <Description xml:lang="en">- PulseAudio is a sound system for POSIX OSes, meaning that it is a proxy for your sound applications. It allows you to do advanced operations on your sound data as it passes between your application and your hardware. Things like transferring the audio to a different machine, changing the sample format or channel count and mixing several sounds into one are easily achieved using a sound server.
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="29">pulseaudio</Dependency>
+ <Dependency release="30">pulseaudio</Dependency>
</RuntimeDependencies>
<Files>
- <Path fileType="header">/usr/include/</Path>
- <Path fileType="library">/usr/lib64/cmake/</Path>
- <Path fileType="data">/usr/lib64/pkgconfig/*.pc</Path>
- <Path fileType="data">/usr/share/vala*/vapi/*</Path>
+ <Path fileType="header">/usr/include/pulse/cdecl.h</Path>
+ <Path fileType="header">/usr/include/pulse/channelmap.h</Path>
+ <Path fileType="header">/usr/include/pulse/context.h</Path>
+ <Path fileType="header">/usr/include/pulse/def.h</Path>
+ <Path fileType="header">/usr/include/pulse/direction.h</Path>
+ <Path fileType="header">/usr/include/pulse/error.h</Path>
+ <Path fileType="header">/usr/include/pulse/ext-device-manager.h</Path>
+ <Path fileType="header">/usr/include/pulse/ext-device-restore.h</Path>
+ <Path fileType="header">/usr/include/pulse/ext-stream-restore.h</Path>
+ <Path fileType="header">/usr/include/pulse/format.h</Path>
+ <Path fileType="header">/usr/include/pulse/gccmacro.h</Path>
+ <Path fileType="header">/usr/include/pulse/glib-mainloop.h</Path>
+ <Path fileType="header">/usr/include/pulse/introspect.h</Path>
+ <Path fileType="header">/usr/include/pulse/mainloop-api.h</Path>
+ <Path fileType="header">/usr/include/pulse/mainloop-signal.h</Path>
+ <Path fileType="header">/usr/include/pulse/mainloop.h</Path>
+ <Path fileType="header">/usr/include/pulse/operation.h</Path>
+ <Path fileType="header">/usr/include/pulse/proplist.h</Path>
+ <Path fileType="header">/usr/include/pulse/pulseaudio.h</Path>
+ <Path fileType="header">/usr/include/pulse/rtclock.h</Path>
+ <Path fileType="header">/usr/include/pulse/sample.h</Path>
+ <Path fileType="header">/usr/include/pulse/scache.h</Path>
+ <Path fileType="header">/usr/include/pulse/simple.h</Path>
+ <Path fileType="header">/usr/include/pulse/stream.h</Path>
+ <Path fileType="header">/usr/include/pulse/subscribe.h</Path>
+ <Path fileType="header">/usr/include/pulse/thread-mainloop.h</Path>
+ <Path fileType="header">/usr/include/pulse/timeval.h</Path>
+ <Path fileType="header">/usr/include/pulse/utf8.h</Path>
+ <Path fileType="header">/usr/include/pulse/util.h</Path>
+ <Path fileType="header">/usr/include/pulse/version.h</Path>
+ <Path fileType="header">/usr/include/pulse/volume.h</Path>
+ <Path fileType="header">/usr/include/pulse/xmalloc.h</Path>
+ <Path fileType="library">/usr/lib64/cmake/PulseAudio/PulseAudioConfig.cmake</Path>
+ <Path fileType="library">/usr/lib64/cmake/PulseAudio/PulseAudioConfigVersion.cmake</Path>
+ <Path fileType="data">/usr/lib64/pkgconfig/libpulse-mainloop-glib.pc</Path>
+ <Path fileType="data">/usr/lib64/pkgconfig/libpulse-simple.pc</Path>
+ <Path fileType="data">/usr/lib64/pkgconfig/libpulse.pc</Path>
+ <Path fileType="data">/usr/share/vala/vapi/libpulse-mainloop-glib.deps</Path>
+ <Path fileType="data">/usr/share/vala/vapi/libpulse-mainloop-glib.vapi</Path>
+ <Path fileType="data">/usr/share/vala/vapi/libpulse-simple.deps</Path>
+ <Path fileType="data">/usr/share/vala/vapi/libpulse-simple.vapi</Path>
+ <Path fileType="data">/usr/share/vala/vapi/libpulse.deps</Path>
+ <Path fileType="data">/usr/share/vala/vapi/libpulse.vapi</Path>
+ </Files>
+ </Package>
+ <Package>
+ <Name>pulseaudio-equalizer</Name>
+ <Summary xml:lang="en">PulseAudio equalizer GUI (qpaeq)</Summary>
+ <Description xml:lang="en">- PulseAudio is a sound system for POSIX OSes, meaning that it is a proxy for your sound applications. It allows you to do advanced operations on your sound data as it passes between your application and your hardware. Things like transferring the audio to a different machine, changing the sample format or channel count and mixing several sounds into one are easily achieved using a sound server.
+</Description>
+ <PartOf>multimedia.audio</PartOf>
+ <RuntimeDependencies>
+ <Dependency release="30">pulseaudio</Dependency>
+ </RuntimeDependencies>
+ <Files>
+ <Path fileType="executable">/usr/bin/qpaeq</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-equalizer-sink.so</Path>
+ </Files>
+ </Package>
+ <Package>
+ <Name>pulseaudio-module-jack</Name>
+ <Summary xml:lang="en">JACK modules for the PulseAudio sound server</Summary>
+ <Description xml:lang="en">- PulseAudio is a sound system for POSIX OSes, meaning that it is a proxy for your sound applications. It allows you to do advanced operations on your sound data as it passes between your application and your hardware. Things like transferring the audio to a different machine, changing the sample format or channel count and mixing several sounds into one are easily achieved using a sound server.
+</Description>
+ <PartOf>multimedia.audio</PartOf>
+ <RuntimeDependencies>
+ <Dependency release="30">pulseaudio</Dependency>
+ </RuntimeDependencies>
+ <Files>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-jack-sink.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-jack-source.so</Path>
+ <Path fileType="library">/usr/lib64/pulse-12.2/modules/module-jackdbus-detect.so</Path>
+ </Files>
+ </Package>
+ <Package>
+ <Name>pulseaudio-module-jack-32bit</Name>
+ <Summary xml:lang="en">JACK modules for the PulseAudio sound server</Summary>
+ <Description xml:lang="en">- PulseAudio is a sound system for POSIX OSes, meaning that it is a proxy for your sound applications. It allows you to do advanced operations on your sound data as it passes between your application and your hardware. Things like transferring the audio to a different machine, changing the sample format or channel count and mixing several sounds into one are easily achieved using a sound server.
+</Description>
+ <PartOf>multimedia.audio</PartOf>
+ <RuntimeDependencies>
+ <Dependency release="30">pulseaudio-32bit</Dependency>
+ </RuntimeDependencies>
+ <Files>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-jack-sink.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-jack-source.so</Path>
+ <Path fileType="library">/usr/lib32/pulse-12.2/modules/module-jackdbus-detect.so</Path>
</Files>
</Package>
<History>
- <Update release="29">
- <Date>2018-03-16</Date>
- <Version>11.1</Version>
+ <Update release="30">
+ <Date>2018-08-05</Date>
+ <Version>12.2</Version>
<Comment>Packaging update</Comment>
- <Name>Peter O&apos;Connor</Name>
- <Email>peter@solus-project.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 6:17 PM (2 h, 27 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5838397
Default Alt Text
D3128.id8648.diff (61 KB)

Event Timeline