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

David Runge dvzrv at archlinux.org
Tue Sep 24 09:06:38 UTC 2019


    Date: Tuesday, September 24, 2019 @ 09:06:38
  Author: dvzrv
Revision: 511632

archrelease: copy trunk to community-x86_64

Added:
  synthv1/repos/community-x86_64/PKGBUILD
    (from rev 511631, synthv1/trunk/PKGBUILD)
Deleted:
  synthv1/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-24 09:06:32 UTC (rev 511631)
+++ PKGBUILD	2019-09-24 09:06:38 UTC (rev 511632)
@@ -1,35 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: speps <speps at aur dot archlinux dot org>
-
-pkgname=synthv1
-pkgver=0.9.9
-pkgrel=1
-pkgdesc="Old-school all-digital 4-oscillator subtractive polyphonic synthesizer with stereo fx"
-arch=('x86_64')
-url="https://synthv1.sourceforge.io/synthv1-index.html"
-license=('GPL2')
-groups=('lv2-plugins' 'pro-audio' 'vee-one')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'jack' 'liblo' 'qt5-base')
-makedepends=('lv2' 'qt5-tools')
-source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('637e287f72ae9cfc307537ed9e03b1c500d7041c02fba5c2ede920f2accdbe74c3dec190addfa2e0927c95da225b8818a43f7fb400c76a12e0d92a4b75156da3')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-              --libdir=/usr/lib
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir/" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
-    -vDm 644 {AUTHORS,ChangeLog,README,TODO}
-}
-# vim:set ts=2 sw=2 et:

Copied: synthv1/repos/community-x86_64/PKGBUILD (from rev 511631, synthv1/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-24 09:06:38 UTC (rev 511632)
@@ -0,0 +1,39 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=synthv1
+pkgver=0.9.10
+pkgrel=1
+pkgdesc="Old-school all-digital 4-oscillator subtractive polyphonic synthesizer with stereo fx"
+arch=('x86_64')
+url="https://synthv1.sourceforge.io/synthv1-index.html"
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio')
+depends=('desktop-file-utils' 'gcc-libs' 'glibc' 'hicolor-icon-theme'
+'qt5-base')
+makedepends=('alsa-lib' 'jack' 'liblo' 'lv2' 'qt5-tools')
+optdepends=('alsa-lib: for standalone application'
+            'jack: for standalone application'
+            'liblo: for standalone application')
+source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('83cb2c2bddfe009fe51735f2564d2502ab701fbb1ec6dbe5fc082c1550102b8aed2bbb9ae7abd4df22cb7614a3f6f7dcb06fd13f47ea00961f5d8ad243e5b849')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+              --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir/" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+    -vDm 644 {AUTHORS,ChangeLog,README,TODO}
+}
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list