[arch-commits] CVS update of extra/multimedia/ardour (PKGBUILD)
Tobias Kieslich
tobias at archlinux.org
Wed May 2 00:13:51 UTC 2007
Date: Tuesday, May 1, 2007 @ 20:13:51
Author: tobias
Path: /home/cvs-extra/extra/multimedia/ardour
Modified: PKGBUILD (1.22 -> 1.23)
final version 2.0 of ardour - license tag added
----------+
PKGBUILD | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
Index: extra/multimedia/ardour/PKGBUILD
diff -u extra/multimedia/ardour/PKGBUILD:1.22 extra/multimedia/ardour/PKGBUILD:1.23
--- extra/multimedia/ardour/PKGBUILD:1.22 Thu Apr 26 20:34:50 2007
+++ extra/multimedia/ardour/PKGBUILD Tue May 1 20:13:51 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.22 2007/04/27 00:34:50 tobias Exp $
+# $Id: PKGBUILD,v 1.23 2007/05/02 00:13:51 tobias Exp $
# Maintainer: tobias <tobias at archlinux.org>
# Contributor: ... let's say it was teamwork ...
@@ -6,11 +6,13 @@
# one package mostly will require an update of all the other packages. I vote
# for fixed dependencies speaking in terms of versions
+force=y
pkgname=ardour
-pkgver=2.0rc2
+pkgver=2.0
pkgrel=1
pkgdesc="A multichannel hard disk recorder and digital audio workstation"
arch=(i686 x86_64)
+license=('GPL')
url="http://ardour.org"
depends=('liblrdf' 'libsamplerate' 'jack-audio-connection-kit' 'flac' \
'libart-lgpl' 'ladspa' 'libxslt' 'libgnomecanvas' 'liblo' 'libusb')
@@ -18,6 +20,8 @@
install=$pkgname.install
source=(http://ardour.org/files/releases/$pkgname-$pkgver.tar.bz2 \
$pkgname.desktop libsndfile.patch)
+md5sums=('fb45ad6df9f2674cfe48b4d8305c3b9e' 'eaa6ce992e29ed4bc7f1caad48f7caa5'\
+ '583f3da75ec960f9da2cf196ed717396')
build() {
cd $startdir/src/$pkgname-$pkgver
More information about the arch-commits
mailing list