[arch-commits] Commit in vamp-plugin-sdk/trunk (PKGBUILD vamp-plugin-sdk.changelog)

Ray Rashif schiv at archlinux.org
Mon Aug 8 13:42:21 UTC 2011


    Date: Monday, August 8, 2011 @ 09:42:21
  Author: schiv
Revision: 134888

upgpkg: vamp-plugin-sdk 2.2-1
upstream release; removed changelog not worth it; removed gcc patch no longer needed

Modified:
  vamp-plugin-sdk/trunk/PKGBUILD
Deleted:
  vamp-plugin-sdk/trunk/vamp-plugin-sdk.changelog

---------------------------+
 PKGBUILD                  |   19 ++++++++-----------
 vamp-plugin-sdk.changelog |   11 -----------
 2 files changed, 8 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-08 13:19:57 UTC (rev 134887)
+++ PKGBUILD	2011-08-08 13:42:21 UTC (rev 134888)
@@ -1,27 +1,24 @@
 # $Id$
-# Maintainer: Ray Rashif <schivmeister at gmail.com>
+# Maintainer: Ray Rashif <schiv at archlinux.org>
 # Contributor: Orivej Desh <smpuj at bk.ru>
 
 pkgname=vamp-plugin-sdk
-pkgver=2.1
+pkgver=2.2
 pkgrel=1
-pkgdesc="The Vamp audio analysis plugin system"
+pkgdesc="The Vamp audio analysis plug-in system"
 arch=('i686' 'x86_64')
 url="http://www.vamp-plugins.org/"
 license=('BSD')
 depends=('gcc-libs' 'libsndfile')
-#options=('!libtool')
-source=(http://downloads.sourceforge.net/vamp/$pkgname-$pkgver.tar.gz
-        gcc44.patch)
-md5sums=('13252077a73987dae72a9174e529b6b9'
+options=('!libtool')
+source=("http://downloads.sourceforge.net/vamp/$pkgname-$pkgver.tar.gz"
+        'gcc44.patch')
+md5sums=('037cdb83f20a331ff1fa07d54550c773'
          'a07e3ef9c657a56cf2e8c4afc0ba1cec')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  # gcc 4.4 compatibility
-  patch -Np1 -i ../gcc44.patch
-
   ./configure --prefix=/usr
   make
 }
@@ -29,7 +26,7 @@
 package() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  make DESTDIR="$pkgdir/" install
+  make DESTDIR="$pkgdir" install
 
   install -Dm644 COPYING \
     "$pkgdir/usr/share/licenses/$pkgname/COPYING"

Deleted: vamp-plugin-sdk.changelog
===================================================================
--- vamp-plugin-sdk.changelog	2011-08-08 13:19:57 UTC (rev 134887)
+++ vamp-plugin-sdk.changelog	2011-08-08 13:42:21 UTC (rev 134888)
@@ -1,11 +0,0 @@
-9 Aug 2010 (GMT+8) Ray Rashif <schivmeister at gmail.com>
-
-	* 2.1-1 :
-	Brought into extra from community for rubberband/ardour
-		- dep of rubberband
-
-	* PKGBUILD :
-	Minor cosmetic ammendments.
-
-	* vamp-plugin-sdk.changelog :
-	Added this changelog.




More information about the arch-commits mailing list