Accepting request 952944 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/952944 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseaudio?expand=0&rev=193
This commit is contained in:
commit
7121f2da80
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 9 12:26:04 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- As we now have gstreamer dependencies in place, pass
|
||||
gstreamer=enabled to meson, enable the features.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 9 11:40:37 UTC 2022 - ailin.nemui@gmail.com
|
||||
|
||||
- Enable GStreamer support in Pulseaudio. This allows to use
|
||||
Bluetooth Headsets with LDAC or OpenAptX codec when available.
|
||||
Add pkgconfig(gstreamer-1.0), pkgconfig(gstreamer-app-1.0) and
|
||||
pkgconfig(gstreamer-rtp-1.0) BuildRequires.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 3 10:33:58 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Drop unneeded nor used pkgconfig(gconf-2.0) BuildRequires: gconf
|
||||
support was dropped upstream in version 15.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 14 15:06:37 CET 2022 - tiwai@suse.de
|
||||
|
||||
|
@ -79,9 +79,11 @@ BuildRequires: sysuser-tools
|
||||
BuildRequires: pkgconfig(bash-completion)
|
||||
BuildRequires: pkgconfig(check)
|
||||
BuildRequires: pkgconfig(dbus-1) >= 1.4.12
|
||||
BuildRequires: pkgconfig(gconf-2.0)
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gstreamer-1.0)
|
||||
BuildRequires: pkgconfig(gstreamer-app-1.0)
|
||||
BuildRequires: pkgconfig(gstreamer-rtp-1.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(ice)
|
||||
BuildRequires: pkgconfig(libsystemd)
|
||||
@ -353,6 +355,7 @@ System user for PulseAudio
|
||||
--auto-features=auto \
|
||||
-Dhal-compat=false \
|
||||
-Dgsettings=enabled \
|
||||
-Dgstreamer=enabled \
|
||||
-Ddoxygen=false \
|
||||
-Dsystem_user=pulse \
|
||||
-Dsystem_group=pulse \
|
||||
@ -639,6 +642,8 @@ exit 0
|
||||
%dir %{_libdir}/pulse-%{drvver}/modules
|
||||
%{_libdir}/pulse-%{drvver}/modules/module-gsettings.so
|
||||
%{_libexecdir}/pulse/gsettings-helper
|
||||
%dir %{_datadir}/GConf
|
||||
%dir %{_datadir}/GConf/gsettings
|
||||
%{_datadir}/GConf/gsettings/pulseaudio.convert
|
||||
|
||||
%files module-lirc
|
||||
|
Loading…
x
Reference in New Issue
Block a user