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

David Runge dvzrv at gemini.archlinux.org
Thu Apr 7 21:27:43 UTC 2022


    Date: Thursday, April 7, 2022 @ 21:27:43
  Author: dvzrv
Revision: 1182855

archrelease: copy trunk to community-x86_64

Added:
  samplv1/repos/community-x86_64/PKGBUILD
    (from rev 1182854, samplv1/trunk/PKGBUILD)
Deleted:
  samplv1/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   81 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 42 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-07 21:27:33 UTC (rev 1182854)
+++ PKGBUILD	2022-04-07 21:27:43 UTC (rev 1182855)
@@ -1,39 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: speps <speps at aur dot archlinux dot org>
-
-pkgname=samplv1
-pkgver=0.9.24
-pkgrel=1
-pkgdesc="Polyphonic sampler synthesizer with stereo fx"
-arch=(x86_64)
-url="https://samplv1.sourceforge.io/"
-license=(GPL2)
-groups=(lv2-plugins pro-audio)
-depends=(gcc-libs glibc hicolor-icon-theme lv2-host qt6-base)
-makedepends=(alsa-lib cmake jack liblo libsndfile 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=('572ea83e77e8cffa4679b9ffe7db0d1ce862e8adbbee4d4cfafae4bc79348e58f2f3228db2654436d07417fb0b78d9916c8f0757828379b45f396ad61364b0d0')
-b2sums=('d37d9f97dcf04805b4bedde6d7bd642e93445e63a0037df64b6d5b819066ff148782d8997308b35d1236fdb9844f531af665f23051f6abce9b24672dbbcfef9b')
-
-build() {
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
-        -DCMAKE_BUILD_TYPE=None \
-        -DCONFIG_QT6=ON \
-        -Wno-dev \
-        -B build \
-        -S "${pkgname}-${pkgver}"
-  make VERBOSE=1 -C build
-}
-
-package() {
-  depends+=(libsndfile.so)
-
-  make VERBOSE=1 DESTDIR="$pkgdir/" install -C build
-  install -vDm 644  "${pkgname}-${pkgver}/"{ChangeLog,README} -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-# vim:set ts=2 sw=2 et:

Copied: samplv1/repos/community-x86_64/PKGBUILD (from rev 1182854, samplv1/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-07 21:27:43 UTC (rev 1182855)
@@ -0,0 +1,42 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=samplv1
+pkgver=0.9.25
+pkgrel=1
+pkgdesc="Polyphonic sampler synthesizer with stereo fx"
+arch=(x86_64)
+url="https://samplv1.sourceforge.io/"
+license=(GPL2)
+groups=(lv2-plugins pro-audio)
+depends=(gcc-libs glibc hicolor-icon-theme lv2-host qt6-base)
+makedepends=(alsa-lib cmake jack liblo libsndfile 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'
+)
+options=(debug)
+source=(https://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha512sums=('7e978407fa644f7e0b9d427cbcf95a6b16287129a043a0e40f69f009b4bf7ede50d88045a0f33a4abc9d05f48c2ad5939467d0d5b6df89d0b6aabd543e666ff3')
+b2sums=('a760b8fbbf959eb90208ba0504a350c290b675b28fe579c5f1c10d2a6c2373b5b47e1267512071236c23272008f0472532a63a080c8c1d427a3513ef25ca0818')
+
+build() {
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+        -DCMAKE_BUILD_TYPE=None \
+        -DCONFIG_QT6=ON \
+        -Wno-dev \
+        -B build \
+        -S $pkgname-$pkgver
+  make VERBOSE=1 -C build
+}
+
+package() {
+  depends+=(libsndfile.so)
+
+  make VERBOSE=1 DESTDIR="$pkgdir" install -C build
+  install -vDm 644  $pkgname-$pkgver/{ChangeLog,README} -t "$pkgdir/usr/share/doc/$pkgname/"
+}
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list