Accepting request 731225 from home:iznogood:branches:multimedia:libs
- Update to version 13.0: * Added support for Dolby TrueHD and DTS-HD Master Audio * Improved initial card profile selection for ALSA cards * Bluetooth card profile choices aren't persistent any more by default. * Added support for SteelSeries Arctis 5 USB headset. * New "max_latency_msec" module argument for module-loopback. * New "stream_name" module argument for module-rtp-send. * Fixed S/PDIF for CMEDIA USB2.0 High-Speed True HD Audio. * Use source sample spec and channel map by default in module-loopback. * New "avoid_resampling" module argument for module-udev-detect and module-alsa-card. * "avoid_resampling" also tries to avoid format conversion if the ALSA device supports it. * New function to enable realtime scheduling for client threads. * Removed BlueZ 4 support. * Dropped intltool. * Introduction of the Meson build system. * Const-ification of parameters across headers. * Minor bug-fixes, bindings updates. * Updated translations. - Update drvver to 13.0. OBS-URL: https://build.opensuse.org/request/show/731225 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=212
This commit is contained in:
parent
c702a18961
commit
8be4d6edf0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a8f29c719fc317d7e4b86a468d82a8f7619a49e024748606a2f2d3d68b3a4a3f
|
||||
size 1940172
|
3
pulseaudio-13.0.tar.xz
Normal file
3
pulseaudio-13.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:961b23ca1acfd28f2bc87414c27bb40e12436efcf2158d29721b1e89f3f28057
|
||||
size 1901768
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 16 08:42:14 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 13.0:
|
||||
* Added support for Dolby TrueHD and DTS-HD Master Audio
|
||||
* Improved initial card profile selection for ALSA cards
|
||||
* Bluetooth card profile choices aren't persistent any more by
|
||||
default.
|
||||
* Added support for SteelSeries Arctis 5 USB headset.
|
||||
* New "max_latency_msec" module argument for module-loopback.
|
||||
* New "stream_name" module argument for module-rtp-send.
|
||||
* Fixed S/PDIF for CMEDIA USB2.0 High-Speed True HD Audio.
|
||||
* Use source sample spec and channel map by default in
|
||||
module-loopback.
|
||||
* New "avoid_resampling" module argument for module-udev-detect
|
||||
and module-alsa-card.
|
||||
* "avoid_resampling" also tries to avoid format conversion if the
|
||||
ALSA device supports it.
|
||||
* New function to enable realtime scheduling for client threads.
|
||||
* Removed BlueZ 4 support.
|
||||
* Dropped intltool.
|
||||
* Introduction of the Meson build system.
|
||||
* Const-ification of parameters across headers.
|
||||
* Minor bug-fixes, bindings updates.
|
||||
* Updated translations.
|
||||
- Update drvver to 13.0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 7 23:14:50 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -21,12 +21,12 @@
|
||||
%define _fillupdir /var/adm/fillup-templates
|
||||
%endif
|
||||
|
||||
%define drvver 12.99
|
||||
%define drvver 13.0
|
||||
%define soname 0
|
||||
%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
|
||||
%define _bashcompletionsdir %{_datadir}/bash-completion/completions
|
||||
Name: pulseaudio
|
||||
Version: 12.99.2
|
||||
Version: 13.0
|
||||
Release: 0
|
||||
Summary: A Networked Sound Server
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
@ -353,33 +353,33 @@ echo 'HTML_TIMESTAMP=NO' >> doxygen/doxygen.conf.in
|
||||
export LDFLAGS="-pie"
|
||||
export CFLAGS="%{optflags} -fPIE"
|
||||
%configure \
|
||||
--disable-static \
|
||||
--disable-rpath \
|
||||
--disable-static \
|
||||
--disable-rpath \
|
||||
%ifarch armv5tel armv6hl
|
||||
--disable-neon-opt \
|
||||
--disable-neon-opt \
|
||||
%endif
|
||||
--with-system-user=pulse \
|
||||
--with-system-group=pulse \
|
||||
--with-access-group=pulse-access \
|
||||
--disable-hal-compat \
|
||||
--disable-bluez4 \
|
||||
--enable-webrtc-aec \
|
||||
--enable-adrian-aec \
|
||||
--enable-gconf \
|
||||
--enable-gsettings \
|
||||
--with-udev-rules-dir=%{_udevrulesdir} \
|
||||
--with-pulsedsp-location='%{_prefix}/\\$$LIB/pulseaudio' \
|
||||
--with-systemduserunitdir=%{_userunitdir} \
|
||||
%{nil}
|
||||
--with-system-user=pulse \
|
||||
--with-system-group=pulse \
|
||||
--with-access-group=pulse-access \
|
||||
--disable-hal-compat \
|
||||
--disable-bluez4 \
|
||||
--enable-webrtc-aec \
|
||||
--enable-adrian-aec \
|
||||
--enable-gconf \
|
||||
--enable-gsettings \
|
||||
--with-udev-rules-dir=%{_udevrulesdir} \
|
||||
--with-pulsedsp-location='%{_prefix}/\\$$LIB/pulseaudio' \
|
||||
--with-systemduserunitdir=%{_userunitdir} \
|
||||
%{nil}
|
||||
%make_build
|
||||
%make_build doxygen
|
||||
|
||||
%install
|
||||
%make_install
|
||||
rm -rf \
|
||||
"%{buildroot}%{_libdir}"/*.la \
|
||||
"%{buildroot}%{_libdir}/pulse-%{drvver}/modules"/*.la \
|
||||
"%{buildroot}%{_libdir}/pulseaudio"/*.la
|
||||
"%{buildroot}%{_libdir}"/*.la \
|
||||
"%{buildroot}%{_libdir}/pulse-%{drvver}/modules"/*.la \
|
||||
"%{buildroot}%{_libdir}/pulseaudio"/*.la
|
||||
|
||||
# configure --disable-static had no effect; delete manually.
|
||||
rm -rf "%{buildroot}%{_libdir}"/*.a
|
||||
@ -693,6 +693,7 @@ exit 0
|
||||
%{_libdir}/pulse-%{drvver}/modules/module-zeroconf-publish.so
|
||||
|
||||
%files utils
|
||||
%{_bindir}/pa-info
|
||||
%{_bindir}/pacat
|
||||
%{_bindir}/pacmd
|
||||
%{_bindir}/pactl
|
||||
|
Loading…
x
Reference in New Issue
Block a user