[arch-commits] Commit in pulseaudio/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Dec 2 17:20:36 UTC 2011


    Date: Friday, December 2, 2011 @ 12:20:35
  Author: heftig
Revision: 144035

install needs -j1, otherwise linking problems

Modified:
  pulseaudio/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-12-02 16:52:09 UTC (rev 144034)
+++ PKGBUILD	2011-12-02 17:20:35 UTC (rev 144035)
@@ -49,9 +49,9 @@
               'python2-pyqt: Equalizer GUI (qpaeq)')
   backup=(etc/pulse/{daemon.conf,default.pa,system.pa})
   install=pulseaudio.install
+
   cd "$srcdir/$pkgbase-$pkgver"
-  make DESTDIR="$pkgdir" install
-  # make -j1 DESTDIR="$pkgdir" install 
+  make -j1 DESTDIR="$pkgdir" install 
 
   # Lower resample quality, saves CPU
   sed -e '/resample-method/iresample-method=speex-float-0' \




More information about the arch-commits mailing list