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

Ray Rashif schiv at archlinux.org
Sat Apr 18 21:01:20 UTC 2015


    Date: Saturday, April 18, 2015 @ 23:01:20
  Author: schiv
Revision: 237408

upgpkg: ardour 4.0-1

upstream unannounced release
removed donation nag as using github source
some dep cleanup left for later
otherwise no surprises expected

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

----------------+
 PKGBUILD       |   22 ++++++++++------------
 ardour.install |   14 --------------
 2 files changed, 10 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-18 20:17:04 UTC (rev 237407)
+++ PKGBUILD	2015-04-18 21:01:20 UTC (rev 237408)
@@ -4,26 +4,22 @@
 # Contributor: see .contrib
 
 pkgname=ardour
-_pkgname=Ardour3
-pkgver=3.5.403
+pkgver=4.0
 pkgrel=1
 pkgdesc="Professional-grade digital audio workstation"
 arch=('i686' 'x86_64')
 url="http://ardour.org/"
 license=('GPL')
-depends=('liblrdf' 'liblo>=0.28' 'libsmf' 'lilv'
-         'aubio' 'libgnomecanvasmm' 'suil')
-makedepends=('python2' 'boost' 'cppunit' 'doxygen' 'graphviz')
+depends=('liblrdf' 'liblo>=0.28' 'libsmf' 'lilv' 'vamp-plugin-sdk'
+         'aubio' 'libgnomecanvasmm' 'suil' 'taglib' 'rubberband')
+makedepends=('git' 'python2' 'boost' 'cppunit' 'doxygen' 'graphviz')
 optdepends=('xjadeo: video monitoring'
             'harvid: video timeline')
-install=$pkgname.install
-source=("https://sources.archlinux.org/other/$pkgname/$_pkgname-$pkgver.tar.bz2"
+source=("$pkgname-$pkgver::git+https://github.com/${pkgname^}/$pkgname.git#tag=$pkgver"
         "$pkgname.desktop")
-md5sums=('25d23b9d8ae35b8faf058c5f533d6aa9'
-         '0249f781d4a8d2bccf69b556a9d90040')
 
 prepare() {
-  cd "$srcdir/$_pkgname-$pkgver"
+  cd "$srcdir/$pkgname-$pkgver"
 
   # python2 fix
   sed -i 's/python ${SRC}/python2 ${SRC}/' libs/pbd/wscript
@@ -30,7 +26,7 @@
 }
 
 build() {
-  cd "$srcdir/$_pkgname-$pkgver"
+  cd "$srcdir/$pkgname-$pkgver"
 
   python2 waf configure --prefix=/usr \
                         --configdir=/etc \
@@ -40,7 +36,7 @@
 }
 
 package() {
-  cd "$srcdir/$_pkgname-$pkgver"
+  cd "$srcdir/$pkgname-$pkgver"
 
   python2 waf install --destdir="$pkgdir"
 
@@ -50,3 +46,5 @@
 }
 
 # vim:set ts=2 sw=2 et:
+md5sums=('SKIP'
+         '0249f781d4a8d2bccf69b556a9d90040')

Deleted: ardour.install
===================================================================
--- ardour.install	2015-04-18 20:17:04 UTC (rev 237407)
+++ ardour.install	2015-04-18 21:01:20 UTC (rev 237408)
@@ -1,14 +0,0 @@
-post_install() {
-  cat << MSG
-  > Please consider supporting Paul Davis, lead developer of Ardour, by
-  > either subscribing or at least donating to the project's cause:
-
-      https://community.ardour.org/s/subscribe
-      https://community.ardour.org/donate
-
-  > With your continued support, Ardour will continue to improve and will
-  > one day no longer be dependent on unstable funding.
-MSG
-}
-
-# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list