[arch-commits] Commit in vamp-plugin-sdk/repos (6 files)

Ray Rashif schiv at archlinux.org
Sat Aug 4 10:47:06 UTC 2012


    Date: Saturday, August 4, 2012 @ 06:47:06
  Author: schiv
Revision: 164737

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  vamp-plugin-sdk/repos/extra-i686/PKGBUILD
    (from rev 164736, vamp-plugin-sdk/trunk/PKGBUILD)
  vamp-plugin-sdk/repos/extra-x86_64/PKGBUILD
    (from rev 164736, vamp-plugin-sdk/trunk/PKGBUILD)
Deleted:
  vamp-plugin-sdk/repos/extra-i686/PKGBUILD
  vamp-plugin-sdk/repos/extra-i686/gcc44.patch
  vamp-plugin-sdk/repos/extra-x86_64/PKGBUILD
  vamp-plugin-sdk/repos/extra-x86_64/gcc44.patch

--------------------------+
 extra-i686/PKGBUILD      |   68 +++++++++++++++++++++------------------------
 extra-i686/gcc44.patch   |   14 ---------
 extra-x86_64/PKGBUILD    |   68 +++++++++++++++++++++------------------------
 extra-x86_64/gcc44.patch |   14 ---------
 4 files changed, 66 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-08-04 10:46:13 UTC (rev 164736)
+++ extra-i686/PKGBUILD	2012-08-04 10:47:06 UTC (rev 164737)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: Orivej Desh <smpuj at bk.ru>
-
-pkgname=vamp-plugin-sdk
-pkgver=2.2
-pkgrel=2
-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=('037cdb83f20a331ff1fa07d54550c773'
-         'a07e3ef9c657a56cf2e8c4afc0ba1cec')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 COPYING \
-    "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vamp-plugin-sdk/repos/extra-i686/PKGBUILD (from rev 164736, vamp-plugin-sdk/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-08-04 10:47:06 UTC (rev 164737)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Orivej Desh <smpuj at bk.ru>
+
+pkgname=vamp-plugin-sdk
+pkgver=2.4
+pkgrel=1
+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://code.soundsoftware.ac.uk/attachments/download/517/$pkgname-$pkgver.tar.gz")
+md5sums=('4bd75ca4515c141cd8776bdb59066261')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING \
+    "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/gcc44.patch
===================================================================
--- extra-i686/gcc44.patch	2012-08-04 10:46:13 UTC (rev 164736)
+++ extra-i686/gcc44.patch	2012-08-04 10:47:06 UTC (rev 164737)
@@ -1,14 +0,0 @@
-diff -ur vamp-plugin-sdk-2.0.orig/examples/FixedTempoEstimator.cpp vamp-plugin-sdk-2.0/examples/FixedTempoEstimator.cpp
---- vamp-plugin-sdk-2.0.orig/examples/FixedTempoEstimator.cpp	2008-12-01 13:48:41.000000000 +0200
-+++ vamp-plugin-sdk-2.0/examples/FixedTempoEstimator.cpp	2009-06-06 00:57:58.000000000 +0300
-@@ -43,9 +43,9 @@
- 
- using Vamp::RealTime;
- 
-+#include <cstdio>
- #include <cmath>
- 
--
- class FixedTempoEstimator::D
- // this class just avoids us having to declare any data members in the header
- {

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-08-04 10:46:13 UTC (rev 164736)
+++ extra-x86_64/PKGBUILD	2012-08-04 10:47:06 UTC (rev 164737)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: Orivej Desh <smpuj at bk.ru>
-
-pkgname=vamp-plugin-sdk
-pkgver=2.2
-pkgrel=2
-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=('037cdb83f20a331ff1fa07d54550c773'
-         'a07e3ef9c657a56cf2e8c4afc0ba1cec')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 COPYING \
-    "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vamp-plugin-sdk/repos/extra-x86_64/PKGBUILD (from rev 164736, vamp-plugin-sdk/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-08-04 10:47:06 UTC (rev 164737)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Orivej Desh <smpuj at bk.ru>
+
+pkgname=vamp-plugin-sdk
+pkgver=2.4
+pkgrel=1
+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://code.soundsoftware.ac.uk/attachments/download/517/$pkgname-$pkgver.tar.gz")
+md5sums=('4bd75ca4515c141cd8776bdb59066261')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING \
+    "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/gcc44.patch
===================================================================
--- extra-x86_64/gcc44.patch	2012-08-04 10:46:13 UTC (rev 164736)
+++ extra-x86_64/gcc44.patch	2012-08-04 10:47:06 UTC (rev 164737)
@@ -1,14 +0,0 @@
-diff -ur vamp-plugin-sdk-2.0.orig/examples/FixedTempoEstimator.cpp vamp-plugin-sdk-2.0/examples/FixedTempoEstimator.cpp
---- vamp-plugin-sdk-2.0.orig/examples/FixedTempoEstimator.cpp	2008-12-01 13:48:41.000000000 +0200
-+++ vamp-plugin-sdk-2.0/examples/FixedTempoEstimator.cpp	2009-06-06 00:57:58.000000000 +0300
-@@ -43,9 +43,9 @@
- 
- using Vamp::RealTime;
- 
-+#include <cstdio>
- #include <cmath>
- 
--
- class FixedTempoEstimator::D
- // this class just avoids us having to declare any data members in the header
- {




More information about the arch-commits mailing list