summaryrefslogtreecommitdiff
path: root/extra/ardour
diff options
context:
space:
mode:
Diffstat (limited to 'extra/ardour')
-rw-r--r--extra/ardour/PKGBUILD8
-rw-r--r--extra/ardour/ardour.install21
2 files changed, 24 insertions, 5 deletions
diff --git a/extra/ardour/PKGBUILD b/extra/ardour/PKGBUILD
index 01a03ef63..d6d1a8004 100644
--- a/extra/ardour/PKGBUILD
+++ b/extra/ardour/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 182614 2013-04-11 09:00:27Z schiv $
+# $Id: PKGBUILD 189213 2013-06-29 15:55:30Z schiv $
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: SpepS <dreamspepser at yahoo dot it>
# Contributor: see .contrib
pkgname=ardour
_pkgname=Ardour3
-pkgver=3.1
+pkgver=3.2
pkgrel=1
pkgdesc="Professional-grade digital audio workstation"
arch=('i686' 'x86_64')
@@ -15,9 +15,9 @@ depends=('liblrdf' 'liblo' 'libsmf' 'lilv>=0.16.0'
'aubio' 'libgnomecanvasmm' 'suil>=0.6.12')
makedepends=('python2' 'boost' 'cppunit' 'doxygen' 'graphviz')
install=$pkgname.install
-source=("ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.bz2"
+source=("ftp://ftp.archlinux.org/other/$pkgname/$_pkgname-$pkgver.tar.bz2"
"$pkgname.desktop")
-md5sums=('6291ee6e6519a801a6c7255eb005895f'
+md5sums=('17028a3106f870cd62f6a60930a28590'
'316bd21ece5e2208a104fd09cac521af')
prepare() {
diff --git a/extra/ardour/ardour.install b/extra/ardour/ardour.install
index 555d7377d..78d8f7734 100644
--- a/extra/ardour/ardour.install
+++ b/extra/ardour/ardour.install
@@ -3,6 +3,11 @@ post_install() {
> Ardour 3 has support for native "Linux" VSTs. You may want to export
> LXVST_PATH to include any custom directories of *.so VST plug-ins.
+ > Ardour 3 also supports video (timeline and monitoring), but aside from
+ > xjadeo (AUR) the required external programs need to be retrieved from:
+
+ http://x42.github.io/harvid/
+
> Please consider supporting Paul Davis, lead developer of Ardour, by
> either subscribing or at least donating to the project's cause:
@@ -15,7 +20,21 @@ MSG
}
post_upgrade() {
- post_install
+ cat << MSG
+ > Ardour now supports video timeline. To use this feature, please get
+ > static builds of the required external runtime dependencies from:
+
+ http://x42.github.io/harvid/
+
+ > You may then install the binaries in /usr/local/bin and import a video
+ > via Session > Open Video.
+
+ > Due to uncertainties with regards to program stability, 'harvid' is
+ > currently not packaged in our repositories.
+
+ > In addition to the timeline, video can be monitored with xjadeo, which
+ > is presently available in the AUR. It will be in our repositories soon.
+MSG
}
# vim:set ts=2 sw=2 et: