[arch-commits] Commit in (4 files)

Antonio Rojas arojas at archlinux.org
Tue Feb 6 17:23:07 UTC 2018


    Date: Tuesday, February 6, 2018 @ 17:23:06
  Author: arojas
Revision: 289448

extra2community: Moving rubberband from extra to community

Added:
  rubberband/
  rubberband/repos/
  rubberband/trunk/
  rubberband/trunk/PKGBUILD

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Added: rubberband/trunk/PKGBUILD
===================================================================
--- rubberband/trunk/PKGBUILD	                        (rev 0)
+++ rubberband/trunk/PKGBUILD	2018-02-06 17:23:06 UTC (rev 289448)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Felipe Machado aka arch_audio <machado.felipe at gmail.com>
+
+pkgname=rubberband
+pkgver=1.8.1
+pkgrel=3
+pkgdesc="Time-stretching and pitch-shifting audio library and utility"
+arch=('x86_64')
+url="http://www.breakfastquay.com/rubberband/"
+license=('GPL')
+depends=('libsamplerate' 'fftw' 'vamp-plugin-sdk')
+makedepends=('ladspa')
+source=("http://code.breakfastquay.com/attachments/download/34/$pkgname-$pkgver.tar.bz2")
+md5sums=('6c2b4e18a714bcc297d0db81a10f9348')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}


Property changes on: rubberband/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list