[Lunar-commits] <moonbase-other> pulseaudio: Version bump to 4.0. Removing the patch. It now optionaly
stumbles
stumbles at lunar-linux.org
Tue Jun 4 16:08:41 CEST 2013
commit 2fd299c09a382d6ec10737954805dcf9780730d4
Author: stumbles <stumbles at lunar-linux.org>
Date: Tue, 04 Jun 2013 07:07:33 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/2fd299c09a382d6ec10737954805dcf9780730d4
pulseaudio: Version bump to 4.0. Removing the patch. It now optionaly
depends on gtk+-3.
---
audio/pulseaudio/BUILD | +11/-10
audio/pulseaudio/DEPENDS | +2/-2
audio/pulseaudio/DETAILS | +3/-7
3 files changed, 16 insertions(+), 19 deletions(-)
--- a/audio/pulseaudio/BUILD
+++ b/audio/pulseaudio/BUILD
@@ -1,14 +1,15 @@
-if module_installed systemd ; then
- OPTS+=" --with-udev-rules-dir=/usr/lib/udev/rules.d"
-fi &&
-libtoolize --copy --force --automake &&
-autoreconf &&
+ if module_installed systemd ; then
+ OPTS+=" --with-udev-rules-dir=/usr/lib/udev/rules.d"
+ fi &&
-OPTS+=" --disable-hal-compat" &&
+ libtoolize --copy --force --automake &&
+ autoreconf &&
-default_build &&
+ OPTS+=" --disable-hal-compat" &&
-add_priv_group pulse &&
-add_priv_group pulse-access &&
-add_priv_user pulse -d /var/run/pulse -g pulse
+ default_build &&
+
+ add_priv_group pulse &&
+ add_priv_group pulse-access &&
+ add_priv_user pulse -d /var/run/pulse -g pulse
--- a/audio/pulseaudio/DEPENDS
+++ b/audio/pulseaudio/DEPENDS
@@ -6,7 +6,7 @@ depends speex
depends json-c
depends sbc
-optional_depends "fftw3" "--with-fftw" "--without-fftw" "for FFTW-using modules (equalizer) support"
+optional_depends "fftw3" "--with-fftw" "--without-fftw" "for FFTW-using modules (equalizer) support"
optional_depends "alsa-lib" "--enable-alsa" "--disable-alsa" "for ALSA support"
optional_depends "jack" "--enable-jack" "--disable-jack" "for jack support"
optional_depends "glib-2" "--enable-glib2" "--disable-glib2" "for glib support"
@@ -17,7 +17,7 @@ optional_depends "dbus" "--enable-dbus" "--disable-dbus" "option
optional_depends "%UDEV" "--enable-udev" "--disable-udev" "optional UDEV support"
optional_depends "lirc" "--enable-lirc" "--disable-lirc" "optional LIRC support"
optional_depends "GConf" "--enable-gconf" "--disable-gconf" "optional GConf support"
-optional_depends "gtk+-2" "--enable-gtk2" "--disable-gtk2" "optional Gtk+ 2 support"
+optional_depends "gtk+-3" "--enable-gtk3" "--disable-gtk3" "optional Gtk+ 2 support"
optional_depends "libsamplerate" "--enable-samplerate" "--disable-samplerate" "optional libsamplerate support"
optional_depends "openssl" "--enable-openssl" "--disable-openssl" "for OpenSSL support"
optional_depends "bluez" "--enable-bluez" "--disable-bluez" "optional BlueZ support"
--- a/audio/pulseaudio/DETAILS
+++ b/audio/pulseaudio/DETAILS
@@ -1,17 +1,13 @@
MODULE=pulseaudio
- VERSION=3.0
+ VERSION=4.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:875ee8c39bb8413007004ffd31f6b35d6508a194
- SOURCE2_VFY=sha1:e5a19f87585445f4d5c8390296b9d1a9ff250921
+ SOURCE_VFY=sha1:f076d91194066daf8d458048c2ce6867ce38f2cd
WEB_SITE=http://pulseaudio.org
ENTERED=20060205
- UPDATED=20121218
+ UPDATED=20130604
SHORT="Networked sound server"
-PSAFE=no
cat << EOF
PulseAudio is a sound server for Linux and other Unix like operating
systems. It is intended to be an improved drop-in replacement for the
More information about the Lunar-commits
mailing list