Compare commits
10 Commits
4621ea3ee0
...
8ba5ca8aed
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8ba5ca8aed | ||
|
|
f85e08f898 | ||
|
|
3adbb9c99b | ||
|
|
e758132d4d | ||
|
|
bc65fccc06 | ||
|
|
22f4eacba7 | ||
|
|
ffbdb59f81 | ||
|
|
8ee00941d6 | ||
|
|
d5ab037f27 | ||
|
|
67c2be6df2 |
@ -6,7 +6,7 @@
|
||||
Name: pulseaudio
|
||||
Summary: Improved Linux Sound Server
|
||||
Version: 15.0
|
||||
Release: 5
|
||||
Release: 10
|
||||
License: LGPLv2+
|
||||
URL: https://www.freedesktop.org/wiki/Software/PulseAudio
|
||||
Source0: https://freedesktop.org/software/pulseaudio/releases/pulseaudio-%{version}.tar.xz
|
||||
@ -20,11 +20,12 @@ BuildRequires: meson
|
||||
BuildRequires: automake libtool gcc-c++ bash-completion
|
||||
BuildRequires: m4 libtool-ltdl-devel intltool pkgconfig doxygen xmltoman libsndfile-devel
|
||||
BuildRequires: alsa-lib-devel glib2-devel gtk2-devel avahi-devel check-devel
|
||||
BuildRequires: libatomic_ops-static libatomic_ops-devel bluez-libs-devel sbc-devel libXt-devel
|
||||
BuildRequires: bluez-libs-devel sbc-devel libXt-devel
|
||||
BuildRequires: xorg-x11-proto-devel libXtst-devel libXi-devel libSM-devel libX11-devel
|
||||
BuildRequires: libICE-devel xcb-util-devel openssl-devel orc-devel libtdb-devel speexdsp-devel
|
||||
BuildRequires: libasyncns-devel systemd-devel systemd dbus-devel libcap-devel fftw-devel
|
||||
BuildRequires: pkgconfig(gstreamer-1.0) pkgconfig(gstreamer-app-1.0) pkgconfig(gstreamer-rtp-1.0)
|
||||
BuildRequires: chrpath
|
||||
|
||||
Obsoletes: padevchooser < 1.0
|
||||
Provides: %{name}-module-x11 %{name}-utils %{name}-esound-compat %{name}-module-zeroconf %{name}-module-gsettings
|
||||
@ -125,6 +126,13 @@ mv -fv $RPM_BUILD_ROOT/lib/udev/rules.d/90-pulseaudio.rules $RPM_BUILD_ROOT%{_pr
|
||||
|
||||
%delete_la
|
||||
|
||||
## delete rpath
|
||||
touch %{name}-%{_arch}.conf
|
||||
echo "%{_libdir}/pulse-%{version}/modules" >> %{name}-%{_arch}.conf
|
||||
echo "%{_libdir}/%{name}/" >> %{name}-%{_arch}.conf
|
||||
find $RPM_BUILD_ROOT/ -type f -exec file {} ';' | grep "ELF" | awk -F ':' '{print $1}' | xargs -i chrpath --delete {}
|
||||
mkdir -p $RPM_BUILD_ROOT/etc/ld.so.conf.d
|
||||
install -p -m644 %{name}-%{_arch}.conf $RPM_BUILD_ROOT/etc/ld.so.conf.d/
|
||||
|
||||
%check
|
||||
%meson_test || TESTS_ERROR=$?
|
||||
@ -191,6 +199,7 @@ exit 0
|
||||
%exclude %{_libdir}/pulse-%{version}/modules/module-bluetooth-policy.so
|
||||
%{_prefix}/lib/udev/rules.d/90-pulseaudio.rules
|
||||
%{_libexecdir}/pulse/*-helper
|
||||
%{_datadir}/glib-2.0/schemas/org.freedesktop.pulseaudio.gschema.xml
|
||||
%{_datadir}/locale/*
|
||||
%{_datadir}/pulseaudio/alsa-mixer/*/
|
||||
%{_datadir}/zsh/site-functions/_pulseaudio
|
||||
@ -212,6 +221,7 @@ exit 0
|
||||
%files libs
|
||||
%dir %{_sysconfdir}/pulse/
|
||||
%config(noreplace) %{_sysconfdir}/pulse/client.conf
|
||||
%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
|
||||
%{_libdir}/libpulse.so.0*
|
||||
%{_libdir}/libpulse-simple.so.0*
|
||||
%dir %{_libdir}/pulseaudio/
|
||||
@ -231,9 +241,26 @@ exit 0
|
||||
%files help
|
||||
%defattr(-,root,root)
|
||||
%{_mandir}/man*/*
|
||||
%{_datadir}/glib-2.0/schemas/org.freedesktop.pulseaudio.gschema.xml
|
||||
|
||||
%changelog
|
||||
* Mon Nov 07 2022 Liu Zixian <liuzixian4@huawei.com> -15.0-10
|
||||
- sync master: delete unused BuildRequires
|
||||
|
||||
* Thu Sep 22 2022 lijianglin <lijianglin2@huawei.com> - 15.0-9
|
||||
- delete rpath info
|
||||
|
||||
* Thu Aug 04 2022 Qingqing Li <liqingqing3@huawei.com> - 15.0.8
|
||||
- revert 15.0-7 due to no correct service files
|
||||
|
||||
* Tue Aug 02 2022 ouyangminxiang <ouyangminxiang@kylinsec.com.cn> - 15.0-7
|
||||
- Fix mate-volume-control-status-icon doesn't work
|
||||
- Fix the problem that the muted function in mate-volume-control-status-icon doesn't work when the system is boot
|
||||
- Recompile systemd post scripts for pulseaudio
|
||||
|
||||
* Fri Jul 29 2022 Wei, Qiang <qiang.wei@suse.com> - 15.0-6
|
||||
- Fix gsettings-helper crash
|
||||
- Issue: https://gitee.com/src-openeuler/pulseaudio/issues/I4WAEZ
|
||||
|
||||
* Mon Jun 20 2022 peijiankang <peijiankang@kylinos.cn> - 15.0-5
|
||||
- fix translation error of pulseaudio
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user