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

David Runge dvzrv at archlinux.org
Sat Sep 1 13:56:19 UTC 2018


    Date: Saturday, September 1, 2018 @ 13:56:18
  Author: dvzrv
Revision: 375942

archrelease: copy trunk to community-x86_64

Added:
  spectmorph/repos/community-x86_64/PKGBUILD
    (from rev 375941, spectmorph/trunk/PKGBUILD)
Deleted:
  spectmorph/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-01 13:56:09 UTC (rev 375941)
+++ PKGBUILD	2018-09-01 13:56:18 UTC (rev 375942)
@@ -1,36 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-pkgname=spectmorph
-pkgver=0.4.0
-pkgrel=3
-pkgdesc="A free software project which allows to analyze samples of musical instruments, and to combine them (morphing)"
-arch=('x86_64')
-url="http://spectmorph.org/"
-license=('LGPL3')
-groups=('lv2-plugins' 'pro-audio')
-depends=('cairo' 'fftw' 'jack' 'libao' 'qt5-base')
-makedepends=('lv2')
-optdepends=('python2: For sminstbuilder')
-source=("http://spectmorph.org/downloads/${pkgname}-${pkgver}.tar.bz2"
-        "http://spectmorph.org/files/instruments/${pkgname}-instruments-${pkgver}.tar.xz")
-sha512sums=('6b8139e9ee7b60889a78a21b03ae1ad06bc8b1d75b8bfdf72af64dc812028f4e83cfd8ed20af834a90ed5d62ee7234257db198371f90a909c72ca897aa17be3d'
-            '94fa1bc39f36677627b1f8699dc7e65be2567fedaf18b762ab5de83a2ffd8ef683e49b62a8a779346b359eb1438cbd0dd88b0bfb12e7fcdfb8f6e3b30ac1d495')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr \
-              --with-lv2 \
-              --with-jack \
-              --with-qt
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  # standard instruments
-  install -vDm 644 ../instruments/standard/* \
-    -t "${pkgdir}/usr/share/${pkgname}/instruments/standard/"
-  # docs
-  install -vDm 644 {AUTHORS,DESIGN,NEWS,README.md,TODO} \
-    -t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: spectmorph/repos/community-x86_64/PKGBUILD (from rev 375941, spectmorph/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-01 13:56:18 UTC (rev 375942)
@@ -0,0 +1,36 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+pkgname=spectmorph
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="Analyze samples of musical instruments and combine them (morphing)"
+arch=('x86_64')
+url="http://spectmorph.org/"
+license=('LGPL3')
+groups=('lv2-plugins' 'pro-audio')
+depends=('cairo' 'fftw' 'jack' 'libao' 'qt5-base')
+makedepends=('lv2')
+optdepends=('python2: For sminstbuilder')
+source=("http://www.spectmorph.org/files/releases/${pkgname}-${pkgver}.tar.bz2"
+        "http://spectmorph.org/files/instruments/${pkgname}-instruments-${pkgver}.tar.xz")
+sha512sums=('9dd28ae09f56df07a224c5b3d3b500d117059a7585a405321d33c539dc4f5cbff1183602e10be1f0f343532b63f1a442c6df403fdf5356b0dbc566800aa0b5d2'
+            'b7b564dcd2d144272f2620172c43ed453069fa22b516e4f259e498acfe0f6720ead700fff672327786cda8e2f8723362169261219c79bd4a85078ab8edfe9029')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+              --with-lv2 \
+              --with-jack \
+              --with-qt
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  # standard instruments
+  install -vDm 644 ../instruments/standard/* \
+    -t "${pkgdir}/usr/share/${pkgname}/instruments/standard/"
+  # docs
+  install -vDm 644 {AUTHORS,DESIGN,NEWS,README.md,TODO} \
+    -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}



More information about the arch-commits mailing list