[arch-commits] Commit in rubberband/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jonas Witschel diabonas at archlinux.org
Sat Jul 11 18:59:48 UTC 2020


    Date: Saturday, July 11, 2020 @ 18:59:47
  Author: diabonas
Revision: 663277

archrelease: copy trunk to community-x86_64

Added:
  rubberband/repos/community-x86_64/PKGBUILD
    (from rev 663276, rubberband/trunk/PKGBUILD)
Deleted:
  rubberband/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-11 18:59:41 UTC (rev 663276)
+++ PKGBUILD	2020-07-11 18:59:47 UTC (rev 663277)
@@ -1,39 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: Ray Rashif <schiv at archlinux.org>
-# Contributor: Felipe Machado aka arch_audio <machado.felipe at gmail.com>
-
-pkgname=rubberband
-pkgver=1.8.2
-pkgrel=3
-pkgdesc="Time-stretching and pitch-shifting audio library and utility"
-arch=('x86_64')
-url="https://www.breakfastquay.com/rubberband/"
-license=('GPL2')
-depends=('fftw' 'gcc-libs' 'glibc' 'libsamplerate' 'libsndfile'
-'libvamp-sdk.so')
-makedepends=('ladspa' 'java-environment')
-provides=('librubberband.so' 'librubberband-jni.so')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/breakfastquay/rubberband/archive/v$pkgver.tar.gz")
-sha512sums=('b70e41fb1f68487d67b3935682100138ba898adeec9c8e7f8caa30f7bc94389c847d72a1b0b04f042d16d4b57019cc82c0fe79c8f302c3174e603e9bd0289abf')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  autoreconf -vfi
-}
-
-build() {
-  local java_major=$(java --version 2>/dev/null |grep 'openjdk'| cut -d ' ' -f2| cut -d '.' -f1)
-  export JAVA_HOME="/usr/lib/jvm/java-${java_major}-openjdk"
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-  make jni
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  # docs
-  install -vDm 644 {CHANGELOG,README.txt} \
-    -t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: rubberband/repos/community-x86_64/PKGBUILD (from rev 663276, rubberband/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-11 18:59:47 UTC (rev 663277)
@@ -0,0 +1,39 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: Ray Rashif <schiv at archlinux.org>
+# Contributor: Felipe Machado aka arch_audio <machado.felipe at gmail.com>
+
+pkgname=rubberband
+pkgver=1.8.2
+pkgrel=4
+pkgdesc="Time-stretching and pitch-shifting audio library and utility"
+arch=('x86_64')
+url="https://www.breakfastquay.com/rubberband/"
+license=('GPL2')
+depends=('fftw' 'gcc-libs' 'glibc' 'libsamplerate' 'libsndfile'
+'libvamp-sdk.so')
+makedepends=('ladspa' 'java-environment')
+provides=('librubberband.so' 'librubberband-jni.so')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/breakfastquay/rubberband/archive/v$pkgver.tar.gz")
+sha512sums=('b70e41fb1f68487d67b3935682100138ba898adeec9c8e7f8caa30f7bc94389c847d72a1b0b04f042d16d4b57019cc82c0fe79c8f302c3174e603e9bd0289abf')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  autoreconf -vfi
+}
+
+build() {
+  local java_major=$(java --version 2>/dev/null |grep 'openjdk'| cut -d ' ' -f2| cut -d '.' -f1)
+  export JAVA_HOME="/usr/lib/jvm/java-${java_major}-openjdk"
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+  make jni
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  # docs
+  install -vDm 644 {CHANGELOG,README.txt} \
+    -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}



More information about the arch-commits mailing list