[Lunar-commits] <moonbase-other> pulseaudio: Adding a patch to fix the compile with current version of systemd. Taken from;
Dennis Veatch
stumbles at lunar-linux.org
Thu Jul 12 17:31:06 CEST 2012
commit e93dc602baaaa744ed026de0565eeae3d95ce358
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Thu, 12 Jul 2012 08:31:06 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/e93dc602baaaa744ed026de0565eeae3d95ce358
pulseaudio: Adding a patch to fix the compile with current version of systemd. Taken from;
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-sound/pulseaudio/files/pulseaudio-2.0-udev-symbols.patch?revision=1.1
---
audio/pulseaudio/BUILD +4/-0
audio/pulseaudio/DETAILS +3/-0
2 files changed, 7 insertions (+), 0 deletions (-)
--- a/audio/pulseaudio/BUILD
+++ b/audio/pulseaudio/BUILD
@@ -1,5 +1,9 @@
(
+ if module_installed systemd ; then
+ patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+ fi &&
+
libtoolize --copy --force --automake &&
autoreconf &&
--- a/audio/pulseaudio/DETAILS
+++ b/audio/pulseaudio/DETAILS
@@ -1,8 +1,11 @@
MODULE=pulseaudio
VERSION=2.0
SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE2=pulseaudio-systemd.patch
SOURCE_URL=http://freedesktop.org/software/pulseaudio/releases
+ SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:60fcc87a97312d2862e2fd1e068b21581f9294dd
+ SOURCE2_VFY=sha1:e5a19f87585445f4d5c8390296b9d1a9ff250921
WEB_SITE=http://pulseaudio.org
ENTERED=20060205
UPDATED=20120513
More information about the Lunar-commits
mailing list