summaryrefslogtreecommitdiffstats
path: root/audio-drivers/pulseaudio
diff options
context:
space:
mode:
authorTreeve Jelbert2014-06-09 15:06:39 +0200
committerTreeve Jelbert2014-06-09 15:06:39 +0200
commit6d64dc0106f0dcbc24e62d073e5872206cc6955e (patch)
tree1b5c2101984efd2ad3320baf2c5bfa7be371f09d /audio-drivers/pulseaudio
parent46179230316551a35003910c6cea71ea505a2532 (diff)
pulseaudio: => 5.0
Diffstat (limited to 'audio-drivers/pulseaudio')
-rwxr-xr-xaudio-drivers/pulseaudio/DEPENDS44
-rwxr-xr-xaudio-drivers/pulseaudio/DETAILS5
-rw-r--r--audio-drivers/pulseaudio/HISTORY6
-rwxr-xr-xaudio-drivers/pulseaudio/PRE_BUILD2
-rw-r--r--audio-drivers/pulseaudio/pulseaudio-4.0.tar.xz.sigbin287 -> 0 bytes
5 files changed, 34 insertions, 23 deletions
diff --git a/audio-drivers/pulseaudio/DEPENDS b/audio-drivers/pulseaudio/DEPENDS
index 21f5f3411f..81ad26761c 100755
--- a/audio-drivers/pulseaudio/DEPENDS
+++ b/audio-drivers/pulseaudio/DEPENDS
@@ -2,7 +2,6 @@ depends liboil &&
depends libsndfile &&
depends libatomic_ops &&
depends speex &&
-
if [[ "$PULSE_DB" == 'gdbm' ]]; then
depends gdbm
elif [[ "$PULSE_DB" == 'tdb' ]]; then
@@ -13,10 +12,12 @@ fi &&
depends json-c &&
-optional_depends gettext \
- "--enable-nls" \
- "--disable-nls" \
- "for Native Language Support" &&
+# gettext is needed in order to build the desktop files
+depends gettext &&
+#optional_depends gettext \
+# "--enable-nls" \
+# "--disable-nls" \
+# "for Native Language Support" &&
optional_depends libx11 \
"--enable-x11" \
"--disable-x11" \
@@ -37,12 +38,12 @@ optional_depends glib2 \
"--enable-glib2" \
"--disable-glib2" \
"Enable glib2 support?" &&
-optional_depends gtk+2 \
- "--enable-gtk2" \
- "--disable-gtk2" \
- "for GTK+2 support" &&
+optional_depends gtk+3 \
+ "--enable-gtk3" \
+ "--disable-gtk3" \
+ "for GTK+3 support" &&
-if is_depends_enabled $SPELL gtk+2; then
+if is_depends_enabled $SPELL gtk+3; then
depends libxxf86vm
fi &&
@@ -70,17 +71,13 @@ optional_depends lirc \
"--enable-lirc" \
"--disable-lirc" \
"Enable infra-red remote control support?" &&
-optional_depends hal \
- "--enable-hal" \
- "--disable-hal" \
- "Enable Hardware Abstraction Layer support?" &&
-optional_depends -sub HWDB UDEV \
- "--enable-udev" \
+optional_depends UDEV \
+ "--enable-udev --disable-hal-compat" \
"--disable-udev" \
"for device hotplug support" &&
optional_depends bluez \
- "--enable-bluez" \
- "--disable-bluez" \
+ "--enable-bluez4" \
+ "--disable-bluez4" \
"for BlueZ support" &&
if is_depends_enabled $SPELL bluez; then
@@ -106,10 +103,15 @@ optional_depends libcap \
"--without-caps" \
"Enable POSIX capability support?" &&
-if is_depends_enabled $SPELL xorg-libs; then
- depends libxtst
-fi &&
+optional_depends fftw \
+ '--with-fftw' \
+ '--without-fftw' \
+ 'build equalizer' &&
+optional_depends orc \
+ '--enable-orc' \
+ '--disable-orc' \
+ 'improve code' &&
#optional_depends policykit \
# "--enable-polkit" \
# "--disable-polkit" \
diff --git a/audio-drivers/pulseaudio/DETAILS b/audio-drivers/pulseaudio/DETAILS
index 5d533629a4..b3254ab24d 100755
--- a/audio-drivers/pulseaudio/DETAILS
+++ b/audio-drivers/pulseaudio/DETAILS
@@ -1,9 +1,10 @@
SPELL=pulseaudio
- VERSION=4.0
+ VERSION=5.0
+ SOURCE_HASH=sha512:f3d64bd6e03a732fd812da466b6658004600b4f3d0b9760403b7e113b6d654d54387658bf3704f45f28ab700245433e23fe517e4579130886fc58647eb97be2b
SOURCE=${SPELL}-${VERSION}.tar.xz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL=http://freedesktop.org/software/$SPELL/releases/$SOURCE
- SOURCE_GPG=gurus.gpg:${SOURCE}.sig
+# SOURCE_GPG=gurus.gpg:${SOURCE}.sig
WEB_SITE=http://www.pulseaudio.org/
ENTERED=20070504
LICENSE[0]=GPL
diff --git a/audio-drivers/pulseaudio/HISTORY b/audio-drivers/pulseaudio/HISTORY
index 5da161e6fc..f355a6a284 100644
--- a/audio-drivers/pulseaudio/HISTORY
+++ b/audio-drivers/pulseaudio/HISTORY
@@ -1,3 +1,9 @@
+2014-06-09 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: 5.0
+ * DEPENDS: fix UDEV, gtk+2 => gtk+3, add fftw, remove hal, add orc
+ gettedxt is nneded in order to build .desktop files
+ * PRE_BUILD: remove Werror flag from configure
+
2014-01-13 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: 4.0
diff --git a/audio-drivers/pulseaudio/PRE_BUILD b/audio-drivers/pulseaudio/PRE_BUILD
index ed59915757..aac16a131c 100755
--- a/audio-drivers/pulseaudio/PRE_BUILD
+++ b/audio-drivers/pulseaudio/PRE_BUILD
@@ -1,4 +1,6 @@
default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sed -i 's/-Werror//' configure &&
for group in pulse{,-rt,-access}; do
create_group $group
diff --git a/audio-drivers/pulseaudio/pulseaudio-4.0.tar.xz.sig b/audio-drivers/pulseaudio/pulseaudio-4.0.tar.xz.sig
deleted file mode 100644
index f049fcd947..0000000000
--- a/audio-drivers/pulseaudio/pulseaudio-4.0.tar.xz.sig
+++ /dev/null
Binary files differ