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

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Feb 26 17:11:55 UTC 2013


    Date: Tuesday, February 26, 2013 @ 18:11:55
  Author: spupykin
Revision: 85001

upgpkg: canorus 0.7.R1002-5

upd

Modified:
  canorus/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-26 17:06:43 UTC (rev 85000)
+++ PKGBUILD	2013-02-26 17:11:55 UTC (rev 85001)
@@ -11,7 +11,7 @@
 arch=('i686' 'x86_64')
 url="http://www.canorus.org/"
 license=('GPL')
-depends=('qt4' 'alsa-lib' 'python2' 'swig')
+depends=('qt4' 'alsa-lib' 'python2' 'swig' 'zlib')
 makedepends=('cmake')
 options=('strip')
 source=(http://download.berlios.de/$pkgname/$pkgname\_$pkgver\_source.tar.bz2)
@@ -20,6 +20,7 @@
 build() {
   cd $srcdir/$pkgname-$pkgver
   source /etc/profile.d/qt4.sh
+  export LDFLAGS="-lz -lpthread"
   cmake . -DCMAKE_INSTALL_PREFIX=$pkgdir/usr \
 	-DDEFAULT_DATA_DIR="/usr/share/canorus" \
 	-DNO_SWIG=ON




More information about the arch-commits mailing list