[arch-commits] CVS update of extra/multimedia/ardour (PKGBUILD)

Tobias Kieslich tobias at archlinux.org
Wed May 9 23:13:47 UTC 2007


    Date: Wednesday, May 9, 2007 @ 19:13:47
  Author: tobias
    Path: /home/cvs-extra/extra/multimedia/ardour

Modified: PKGBUILD (1.23 -> 1.24)

upstream updates for ardour, claws-mail and scribus

scribus changed within a minor update to cmake :-(


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


Index: extra/multimedia/ardour/PKGBUILD
diff -u extra/multimedia/ardour/PKGBUILD:1.23 extra/multimedia/ardour/PKGBUILD:1.24
--- extra/multimedia/ardour/PKGBUILD:1.23	Tue May  1 20:13:51 2007
+++ extra/multimedia/ardour/PKGBUILD	Wed May  9 19:13:46 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.23 2007/05/02 00:13:51 tobias Exp $
+# $Id: PKGBUILD,v 1.24 2007/05/09 23:13:46 tobias Exp $
 # Maintainer: tobias <tobias at archlinux.org>
 # Contributor: ... let's say it was teamwork ...
 
@@ -8,7 +8,7 @@
 
 force=y
 pkgname=ardour
-pkgver=2.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc="A multichannel hard disk recorder and digital audio workstation"
 arch=(i686 x86_64)
@@ -20,14 +20,14 @@
 install=$pkgname.install
 source=(http://ardour.org/files/releases/$pkgname-$pkgver.tar.bz2 \
         $pkgname.desktop libsndfile.patch)
-md5sums=('fb45ad6df9f2674cfe48b4d8305c3b9e' 'eaa6ce992e29ed4bc7f1caad48f7caa5'\
+md5sums=('21792418d25fe3008afabec35128b7b7' 'eaa6ce992e29ed4bc7f1caad48f7caa5'\
          '583f3da75ec960f9da2cf196ed717396')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
   # start building ardour now
   cd ${startdir}/src/${pkgname}-${pkgver}
-  patch -Np1 -i ../libsndfile.patch
+  patch -Np1 -i ../libsndfile.patch || return 1
   sed -i -e "s@/configure@& --prefix=/usr at g" libs/libsndfile/SConscript
 
   # force -O2 from the CFLAGS in makepkg.conf




More information about the arch-commits mailing list