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

David Runge dvzrv at archlinux.org
Tue Jul 23 16:04:54 UTC 2019


    Date: Tuesday, July 23, 2019 @ 16:04:54
  Author: dvzrv
Revision: 492660

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-23 16:04:47 UTC (rev 492659)
+++ PKGBUILD	2019-07-23 16:04:54 UTC (rev 492660)
@@ -1,36 +0,0 @@
-# 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}/"
-}

Copied: spectmorph/repos/community-x86_64/PKGBUILD (from rev 492659, spectmorph/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-23 16:04:54 UTC (rev 492660)
@@ -0,0 +1,36 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+pkgname=spectmorph
+pkgver=0.5.0
+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=('588c4d2cf15720569f6dae2559da1d5039e894e8e9804ac2959075818be6c50cc3c89f25ade004f6501bfb9bca849bd62b069ca52acd0f438fdf44340d4894a3'
+            'a7c909bf653ba206480b15208991b308b279a12a31dda2a61ee612c3c71524804195f9d2a69f0ca8e819650ca1982e5461a4222621447ce991ac63e5ee9254b9')
+
+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