[arch-commits] Commit in (4 files)
Antonio Rojas
arojas at archlinux.org
Tue Feb 6 17:27:48 UTC 2018
Date: Tuesday, February 6, 2018 @ 17:27:47
Author: arojas
Revision: 289451
extra2community: Moving rubberband from extra to community
Added:
rubberband/
rubberband/repos/
rubberband/trunk/
rubberband/trunk/PKGBUILD
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Added: rubberband/trunk/PKGBUILD
===================================================================
--- rubberband/trunk/PKGBUILD (rev 0)
+++ rubberband/trunk/PKGBUILD 2018-02-06 17:27:47 UTC (rev 289451)
@@ -0,0 +1,29 @@
+# $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=4
+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")
+source=($pkgname-$pkgver.tar.gz::"https://github.com/breakfastquay/rubberband/archive/v$pkgver.tar.gz")
+md5sums=('43dc4b3db1bab59f68e494a01d05252a')
+
+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