diff --git a/0202-Fix-the-problem-that-the-muted-function-in-mate-volu-bb6bdb99.patch b/0202-Fix-the-problem-that-the-muted-function-in-mate-volu-bb6bdb99.patch new file mode 100644 index 0000000000000000000000000000000000000000..0c082049f3546ec909f2b4ef5db124a7a98e88ba --- /dev/null +++ b/0202-Fix-the-problem-that-the-muted-function-in-mate-volu-bb6bdb99.patch @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + +Sign in · GitLab + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+ + + +
+ + diff --git a/0203-fix-mate-volume-control-status-icon-doesn-t-work-f3040965.patch b/0203-fix-mate-volume-control-status-icon-doesn-t-work-f3040965.patch new file mode 100644 index 0000000000000000000000000000000000000000..68017a30a8cdab15b9d013eeda6810d2dcb7a09e --- /dev/null +++ b/0203-fix-mate-volume-control-status-icon-doesn-t-work-f3040965.patch @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + +Sign in · GitLab + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+ + + +
+ + diff --git a/pulseaudio.spec b/pulseaudio.spec index a3e3c31eff2c2a60836bb2a1374e622b21c62c2a..26eb89a6f5dfaf73b8f57c7cd49dc2fbe82ad067 100644 --- a/pulseaudio.spec +++ b/pulseaudio.spec @@ -6,7 +6,7 @@ Name: pulseaudio Summary: Improved Linux Sound Server Version: 15.0 -Release: 4 +Release: 5 License: LGPLv2+ URL: https://www.freedesktop.org/wiki/Software/PulseAudio Source0: https://freedesktop.org/software/pulseaudio/releases/pulseaudio-%{version}.tar.xz @@ -15,6 +15,11 @@ Source5: default.pa-for-gdm Patch201: pulseaudio-autostart.patch +#kylin +Patch202: 0202-Fix-the-problem-that-the-muted-function-in-mate-volu-bb6bdb99.patch +Patch203: 0203-fix-mate-volume-control-status-icon-doesn-t-work-f3040965.patch +#end kylin + BuildRequires: meson BuildRequires: automake libtool gcc-c++ bash-completion BuildRequires: m4 libtool-ltdl-devel intltool pkgconfig doxygen xmltoman libsndfile-devel @@ -81,7 +86,11 @@ Requires: %{name}-libs-glib2 = %{version}-%{release} Headers and libraries for developing applications that can communicate with a PulseAudio sound server. -%package_help +%package help +Summary: Documents for pulseaudio +BuildArch: noarch +%description help +Man pages and other related documents for pulseaudio. %prep %autosetup -n %{name}-%{version} -p1 @@ -153,6 +162,14 @@ exit 0 %ldconfig_scriptlets +%post +%systemd_user_post pulseaudio.service +%systemd_user_post pulseaudio.socket + +%preun +%systemd_user_preun pulseaudio.service +%systemd_user_preun pulseaudio.socket + %files %defattr(-,root,root) %license LICENSE GPL LGPL @@ -233,6 +250,11 @@ exit 0 %{_datadir}/glib-2.0/schemas/org.freedesktop.pulseaudio.gschema.xml %changelog +* Wed Mar 30 2022 xiewenhao - 15.0-5 +- Fix the problem that the muted function in mate-volume-control-status-icon doesn't work when the system is boot. +- Fix mate-volume-control-status-icon doesn't work in KY3.4-4-2106-282040. +- Recompile systemd post scripts for pulseaudio + * Thu Feb 24 2022 tanyulong - 15.0-4 - fix Mplayer/mpv error