[arch-commits] Commit in spectmorph/repos/community-x86_64 (PKGBUILD PKGBUILD)
David Runge
dvzrv at archlinux.org
Tue Dec 24 15:12:24 UTC 2019
Date: Tuesday, December 24, 2019 @ 15:12:24
Author: dvzrv
Revision: 539981
archrelease: copy trunk to community-x86_64
Added:
spectmorph/repos/community-x86_64/PKGBUILD
(from rev 539980, spectmorph/trunk/PKGBUILD)
Deleted:
spectmorph/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 74 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 38 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-24 15:11:59 UTC (rev 539980)
+++ PKGBUILD 2019-12-24 15:12:24 UTC (rev 539981)
@@ -1,36 +0,0 @@
-# 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}/"
-}
Copied: spectmorph/repos/community-x86_64/PKGBUILD (from rev 539980, spectmorph/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-12-24 15:12:24 UTC (rev 539981)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+pkgname=spectmorph
+pkgver=0.5.0
+pkgrel=2
+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')
+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}/"
+ # sminstbuilder is not compatible with python3:
+ # https://github.com/swesterfeld/spectmorph/issues/6
+ rm -v "${pkgdir}/usr/bin/sminstbuilder"
+}
More information about the arch-commits
mailing list