From 0b63a690f1c785b6d81ace79fb5bf85119935d74 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Sun, 15 Jan 2012 12:48:11 +0000 Subject: Adjust necesary ports to build with xcb-util 0.3.8 audio/pulseaudio is being updated to 0.9.23 x11/startup-notification is being updated to 0.12 Both was approved by kwm@ x11-wm/awesome is being updated to 3.4.11 Exp-run by: pav@ --- audio/pulseaudio/Makefile | 3 +-- audio/pulseaudio/distinfo | 4 ++-- .../files/patch-src_pulsecore_svolume_mmx.c | 20 ++++++++++---------- audio/pulseaudio/pkg-plist | 5 +++++ 4 files changed, 18 insertions(+), 14 deletions(-) (limited to 'audio/pulseaudio') diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index 74e67ca2a8c1..5e710e8b1c3b 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -11,8 +11,7 @@ # PORTNAME= pulseaudio -PORTVERSION= 0.9.22 -PORTREVISION= 2 +PORTVERSION= 0.9.23 CATEGORIES= audio MASTER_SITES= http://freedesktop.org/software/pulseaudio/releases/ diff --git a/audio/pulseaudio/distinfo b/audio/pulseaudio/distinfo index a7b02d0d5db1..f445b8ea82e0 100644 --- a/audio/pulseaudio/distinfo +++ b/audio/pulseaudio/distinfo @@ -1,2 +1,2 @@ -SHA256 (pulseaudio-0.9.22.tar.gz) = c6019324395117a258c048a6db5e9734551cc2c61dc35b46403ff00d64be55f0 -SIZE (pulseaudio-0.9.22.tar.gz) = 2076785 +SHA256 (pulseaudio-0.9.23.tar.gz) = af3e84c614cb632fd1f57105489fcd5f93f906da1ce5aa9019492212031fba4e +SIZE (pulseaudio-0.9.23.tar.gz) = 2095454 diff --git a/audio/pulseaudio/files/patch-src_pulsecore_svolume_mmx.c b/audio/pulseaudio/files/patch-src_pulsecore_svolume_mmx.c index 345661e617f0..cda65405d126 100644 --- a/audio/pulseaudio/files/patch-src_pulsecore_svolume_mmx.c +++ b/audio/pulseaudio/files/patch-src_pulsecore_svolume_mmx.c @@ -1,20 +1,20 @@ ---- src/pulsecore/svolume_mmx.c.orig 2010-02-20 13:53:25.000000000 +0100 -+++ src/pulsecore/svolume_mmx.c 2010-02-20 13:54:22.000000000 +0100 -@@ -153,7 +153,7 @@ pa_volume_s16ne_mmx (int16_t *samples, i +--- src/pulsecore/svolume_mmx.c.orig 2011-06-23 17:18:54.484125000 -0300 ++++ src/pulsecore/svolume_mmx.c 2012-01-04 23:36:03.000000000 -0200 +@@ -154,7 +154,7 @@ "6: \n\t" " emms \n\t" - : "+r" (samples), "+r" (volumes), "+r" (length), "=D" ((pa_reg_x86)channel), "=&r" (temp) + : "+r" (samples), "+r" (volumes), "+r" (length), "=D" (channel), "=&r" (temp) - : "rm" ((pa_reg_x86)channels) - : "cc" - ); -@@ -229,7 +229,7 @@ pa_volume_s16re_mmx (int16_t *samples, i + #if defined (__i386__) + : "m" ((pa_reg_x86)channels) + #else +@@ -235,7 +235,7 @@ "6: \n\t" " emms \n\t" - : "+r" (samples), "+r" (volumes), "+r" (length), "=D" ((pa_reg_x86)channel), "=&r" (temp) + : "+r" (samples), "+r" (volumes), "+r" (length), "=D" (channel), "=&r" (temp) - : "rm" ((pa_reg_x86)channels) - : "cc" - ); + #if defined (__i386__) + : "m" ((pa_reg_x86)channels) + #else diff --git a/audio/pulseaudio/pkg-plist b/audio/pulseaudio/pkg-plist index 8be11434795d..c512535a9d12 100644 --- a/audio/pulseaudio/pkg-plist +++ b/audio/pulseaudio/pkg-plist @@ -128,6 +128,8 @@ lib/pulse-%%PULSE_VERSION%%/modules/module-detect.a lib/pulse-%%PULSE_VERSION%%/modules/module-detect.so lib/pulse-%%PULSE_VERSION%%/modules/module-device-restore.a lib/pulse-%%PULSE_VERSION%%/modules/module-device-restore.so +lib/pulse-%%PULSE_VERSION%%/modules/module-echo-cancel.a +lib/pulse-%%PULSE_VERSION%%/modules/module-echo-cancel.so lib/pulse-%%PULSE_VERSION%%/modules/module-esound-compat-spawnfd.a lib/pulse-%%PULSE_VERSION%%/modules/module-esound-compat-spawnfd.so lib/pulse-%%PULSE_VERSION%%/modules/module-esound-compat-spawnpid.a @@ -254,7 +256,10 @@ share/locale/ta/LC_MESSAGES/pulseaudio.mo share/locale/te/LC_MESSAGES/pulseaudio.mo share/locale/uk/LC_MESSAGES/pulseaudio.mo share/locale/zh_CN/LC_MESSAGES/pulseaudio.mo +share/vala/vapi/libpulse.deps share/vala/vapi/libpulse.vapi +share/vala/vapi/libpulse-mainloop-glib.deps +share/vala/vapi/libpulse-mainloop-glib.vapi %%GCONF%%@dirrm libexec/pulse @dirrm lib/pulse-%%PULSE_VERSION%%/modules @dirrm lib/pulse-%%PULSE_VERSION%% -- cgit v1.2.3