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

David Runge dvzrv at archlinux.org
Wed Jul 7 15:21:02 UTC 2021


    Date: Wednesday, July 7, 2021 @ 15:21:02
  Author: dvzrv
Revision: 975187

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-07 15:20:54 UTC (rev 975186)
+++ PKGBUILD	2021-07-07 15:21:02 UTC (rev 975187)
@@ -1,40 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: speps <speps at aur dot archlinux dot org>
-
-pkgname=synthv1
-pkgver=0.9.22
-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=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'lv2-host' 'qt6-base')
-makedepends=('alsa-lib' 'cmake' 'jack' 'liblo' 'lv2' 'qt6-tools')
-optdepends=('alsa-lib: for standalone application'
-            'jack: for standalone application'
-            'liblo: for standalone application'
-            'new-session-manager: for session management using the standalone application'
-            'qt6-wayland: for native wayland support')
-source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('b2467b33bc502967dba9630de9bb613f4a0b00fadb92ca19c72f57e01bb5d7d89b9c77e93209189bafdc5587767aaa0e563ddfa55abe0ab43c83c55024271167')
-b2sums=('b155b043da8a34debd80a0073f894435d09b9fac4bcc21d22b593c440290b28966afb0f8b73399f2dd762268bdd57abf89d205218795846453e4fdd144984f0c')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
-        -DCMAKE_BUILD_TYPE='None' \
-        -DCONFIG_QT6=ON \
-        -Wno-dev \
-        -B build \
-        -S .
-  make VERBOSE=1 -C build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make VERBOSE=1 DESTDIR="$pkgdir/" install -C build
-  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 975186, synthv1/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-07 15:21:02 UTC (rev 975187)
@@ -0,0 +1,40 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=synthv1
+pkgver=0.9.23
+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=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'lv2-host' 'qt6-base')
+makedepends=('alsa-lib' 'cmake' 'jack' 'liblo' 'lv2' 'qt6-tools')
+optdepends=('alsa-lib: for standalone application'
+            'jack: for standalone application'
+            'liblo: for standalone application'
+            'new-session-manager: for session management using the standalone application'
+            'qt6-wayland: for native wayland support')
+source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('b4475b1da31fc539470efd4a0a8b7ebfd40b431908548c89f774abbe6f3e76de6dd8549c68c956c4d44cb3a784352897d5859580403aa9812fdfaf7081bfa324')
+b2sums=('8b8f53f86714ccba5d4c8dd2cc7e454551a2a0145da8201fd14d1ef8409ad7d02638a6ba425beed76b0e48321d7a17331a4cc749cfca357e2f480f9a089bc65f')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
+        -DCMAKE_BUILD_TYPE='None' \
+        -DCONFIG_QT6=ON \
+        -Wno-dev \
+        -B build \
+        -S .
+  make VERBOSE=1 -C build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make VERBOSE=1 DESTDIR="$pkgdir/" install -C build
+  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