Accepting request 319726 from multimedia:libs
1 OBS-URL: https://build.opensuse.org/request/show/319726 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseaudio?expand=0&rev=130
This commit is contained in:
commit
8a5701365a
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 31 09:40:24 UTC 2015 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Add pkgconfig(udev) BuildRequires: we explicitly expect udev.pc
|
||||||
|
to be present to define _udevrulesdir.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 23 12:38:33 CEST 2015 - tiwai@suse.de
|
Thu Jul 23 12:38:33 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pulseaudio
|
# spec file for package pulseaudio
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -84,6 +84,7 @@ BuildRequires: pkgconfig(ice)
|
|||||||
BuildRequires: pkgconfig(json) >= 0.11
|
BuildRequires: pkgconfig(json) >= 0.11
|
||||||
BuildRequires: pkgconfig(sbc) >= 1.0
|
BuildRequires: pkgconfig(sbc) >= 1.0
|
||||||
BuildRequires: pkgconfig(sm)
|
BuildRequires: pkgconfig(sm)
|
||||||
|
BuildRequires: pkgconfig(udev)
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
BuildRequires: pkgconfig(x11-xcb)
|
BuildRequires: pkgconfig(x11-xcb)
|
||||||
BuildRequires: pkgconfig(xcb)
|
BuildRequires: pkgconfig(xcb)
|
||||||
@ -346,7 +347,7 @@ export CFLAGS="$RPM_OPT_FLAGS -fPIE"
|
|||||||
--disable-bluez5 \
|
--disable-bluez5 \
|
||||||
%endif
|
%endif
|
||||||
--with-udev-rules-dir=%{_udevrulesdir}
|
--with-udev-rules-dir=%{_udevrulesdir}
|
||||||
|
|
||||||
make %{?_smp_mflags} V=1
|
make %{?_smp_mflags} V=1
|
||||||
make doxygen
|
make doxygen
|
||||||
|
|
||||||
@ -537,7 +538,6 @@ exit 0
|
|||||||
%{_libexecdir}/systemd/user/%{name}.service
|
%{_libexecdir}/systemd/user/%{name}.service
|
||||||
%{_libexecdir}/systemd/user/%{name}.socket
|
%{_libexecdir}/systemd/user/%{name}.socket
|
||||||
|
|
||||||
|
|
||||||
%if %{defined suse_version}
|
%if %{defined suse_version}
|
||||||
%config(noreplace) %{_fwdefdir}/pulseaudio-server
|
%config(noreplace) %{_fwdefdir}/pulseaudio-server
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user