[arch-commits] Commit in ardour/trunk (PKGBUILD ardour.install)

Ray Rashif schiv at nymeria.archlinux.org
Sat Jun 29 15:54:53 UTC 2013


    Date: Saturday, June 29, 2013 @ 17:54:53
  Author: schiv
Revision: 189212

upgpkg: ardour 3.2-1

upstream release

Modified:
  ardour/trunk/PKGBUILD
  ardour/trunk/ardour.install

----------------+
 PKGBUILD       |    6 +++---
 ardour.install |   21 ++++++++++++++++++++-
 2 files changed, 23 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-29 14:19:44 UTC (rev 189211)
+++ PKGBUILD	2013-06-29 15:54:53 UTC (rev 189212)
@@ -5,7 +5,7 @@
 
 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 @@
          '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() {

Modified: ardour.install
===================================================================
--- ardour.install	2013-06-29 14:19:44 UTC (rev 189211)
+++ ardour.install	2013-06-29 15:54:53 UTC (rev 189212)
@@ -3,6 +3,11 @@
   > 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 @@
 }
 
 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:




More information about the arch-commits mailing list