[Lunar-commits] <moonbase> phonon: Adjusting the UPDATED so folks will get the change in the BUILD

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Fri Oct 21 15:50:23 CEST 2011


commit 7261602789eab80ad007158a5bbe39a203c7e0d8
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Fri Oct 21 09:50:23 2011 -0400

    phonon: Adjusting the UPDATED so folks will get the change in the BUILD
    
    which needs the insertion of a missing include.
---
 kde4/utils/phonon/BUILD   |    3 +++
 kde4/utils/phonon/DETAILS |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/kde4/utils/phonon/BUILD b/kde4/utils/phonon/BUILD
index 01f338c..83b377b 100644
--- a/kde4/utils/phonon/BUILD
+++ b/kde4/utils/phonon/BUILD
@@ -2,6 +2,9 @@
 
   export CFLAGS="$CFLAGS -fPIC" &&
 
+# This is needed to compile with pulseaudio-1.x or greater.
+  sed -i "24i #include <QtCore/qmath.h>" phonon/pulsestream.cpp &&
+
   source /etc/profile.d/qt4.rc   &&
   source /etc/profile.d/kde4.rc  &&
 
diff --git a/kde4/utils/phonon/DETAILS b/kde4/utils/phonon/DETAILS
index 5649a83..c7e0c12 100644
--- a/kde4/utils/phonon/DETAILS
+++ b/kde4/utils/phonon/DETAILS
@@ -6,7 +6,7 @@
       SOURCE_VFY=sha1:122f7c53939a2c40c3312c2f5e59f25ca2c9ee53
         WEB_SITE=http://www.kde.org
          ENTERED=20080625
-         UPDATED=20110325
+         UPDATED=20111021
            SHORT="Multimedia API for KDE applications"
 
 cat << EOF


More information about the Lunar-commits mailing list