From dfd7ef4fba3c25d0be893c5edd1cf0e160ec8250d819a89739602716ef8e9ea7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 20 Oct 2014 06:55:35 +0000 Subject: [PATCH] Accepting request 257577 from home:elvigia:branches:multimedia:libs - Replace xorg-x11-devel for the exact pkgconfig deps needed. - Tell doxygen not to generate timestamped html docs. OBS-URL: https://build.opensuse.org/request/show/257577 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=143 --- pulseaudio.changes | 6 ++++++ pulseaudio.spec | 8 +++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/pulseaudio.changes b/pulseaudio.changes index 20a1721..69c1338 100644 --- a/pulseaudio.changes +++ b/pulseaudio.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Oct 18 20:29:58 UTC 2014 - crrodriguez@opensuse.org + +- Replace xorg-x11-devel for the exact pkgconfig deps needed. +- Tell doxygen not to generate timestamped html docs. + ------------------------------------------------------------------- Tue Sep 16 08:48:44 UTC 2014 - mpluskal@suse.com diff --git a/pulseaudio.spec b/pulseaudio.spec index ab3d635..3d91fcb 100644 --- a/pulseaudio.spec +++ b/pulseaudio.spec @@ -71,13 +71,18 @@ BuildRequires: systemd BuildRequires: systemd-devel BuildRequires: translation-update-upstream BuildRequires: update-desktop-files -BuildRequires: xorg-x11-devel BuildRequires: pkgconfig(dbus-1) >= 1.4.12 BuildRequires: pkgconfig(gconf-2.0) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(json) >= 0.9 BuildRequires: pkgconfig(sbc) >= 1.0 +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xcb) +BuildRequires: pkgconfig(x11-xcb) +BuildRequires: pkgconfig(ice) +BuildRequires: pkgconfig(sm) +BuildRequires: pkgconfig(xtst) PreReq: %fillup_prereq PreReq: pwdutils Requires: rtkit @@ -295,6 +300,7 @@ This package contains GDM integration hooks for the PulseAudio sound server. %patch3 -p1 %build +echo 'HTML_TIMESTAMP=NO' >> doxygen/doxygen.conf.in %configure \ --disable-static \ --disable-rpath \