From e313575c5d8d95d40dfe1053181302217ddf9c7d85ebafa3d70d14377c75d84f Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 15 Nov 2012 14:42:30 +0000 Subject: [PATCH 1/2] Accepting request 141415 from home:rwooninck:CK-removal Enable systemd support for pulseaudio OBS-URL: https://build.opensuse.org/request/show/141415 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=103 --- pulseaudio.changes | 5 +++++ pulseaudio.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/pulseaudio.changes b/pulseaudio.changes index 53d6429..81b7fe6 100644 --- a/pulseaudio.changes +++ b/pulseaudio.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 15 13:23:47 UTC 2012 - tittiatcoke@gmail.com + +- add systemd to the buildrequires and enable systemd support + ------------------------------------------------------------------- Sun Nov 4 00:58:52 UTC 2012 - crrodriguez@opensuse.org diff --git a/pulseaudio.spec b/pulseaudio.spec index 812a301..6d0cfc5 100644 --- a/pulseaudio.spec +++ b/pulseaudio.spec @@ -64,6 +64,7 @@ BuildRequires: translation-update-upstream BuildRequires: update-desktop-files BuildRequires: xorg-x11-devel # Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467 +BuildRequires: systemd-devel BuildRequires: xz BuildRequires: pkgconfig(gconf-2.0) BuildRequires: pkgconfig(glib-2.0) @@ -271,6 +272,7 @@ export SUSE_ASNEEDED=0 %configure \ --disable-static \ --disable-rpath \ + --enable-systemd \ --with-system-user=pulse \ --with-system-group=pulse \ --with-access-group=pulse-access \ From a2daa7de2b817e9871aa5487ef201b63594bc73e11fcc6831271b6a29022b9cf Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 15 Nov 2012 14:44:49 +0000 Subject: [PATCH 2/2] fixup OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=104 --- pulseaudio.changes | 4 +++- pulseaudio.spec | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pulseaudio.changes b/pulseaudio.changes index 81b7fe6..94f95e5 100644 --- a/pulseaudio.changes +++ b/pulseaudio.changes @@ -1,7 +1,9 @@ ------------------------------------------------------------------- Thu Nov 15 13:23:47 UTC 2012 - tittiatcoke@gmail.com -- add systemd to the buildrequires and enable systemd support +- Enable systemd integration (following the distribution): + + Add systemd-devel BuildRequires. + + Pass --enable-systemd to configure. ------------------------------------------------------------------- Sun Nov 4 00:58:52 UTC 2012 - crrodriguez@opensuse.org diff --git a/pulseaudio.spec b/pulseaudio.spec index 6d0cfc5..be560a7 100644 --- a/pulseaudio.spec +++ b/pulseaudio.spec @@ -59,12 +59,12 @@ BuildRequires: libwebrtc_audio_processing-devel BuildRequires: lirc-devel BuildRequires: orc BuildRequires: speex-devel +BuildRequires: systemd-devel BuildRequires: tcpd-devel BuildRequires: translation-update-upstream BuildRequires: update-desktop-files BuildRequires: xorg-x11-devel # Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467 -BuildRequires: systemd-devel BuildRequires: xz BuildRequires: pkgconfig(gconf-2.0) BuildRequires: pkgconfig(glib-2.0)