[arch-commits] Commit in samplv1/trunk (PKGBUILD)

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


    Date: Tuesday, September 24, 2019 @ 09:14:38
  Author: dvzrv
Revision: 511635

upgpkg: samplv1 0.9.10-1

Upgrading to 0.9.10. Removing group vee-one (there are enough groups already).
Moving alsa-lib, jack and liblo to optdepends. Adding all direct library dependencies.

Modified:
  samplv1/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-24 09:08:27 UTC (rev 511634)
+++ PKGBUILD	2019-09-24 09:14:38 UTC (rev 511635)
@@ -2,17 +2,21 @@
 # Contributor: speps <speps at aur dot archlinux dot org>
 
 pkgname=samplv1
-pkgver=0.9.9
+pkgver=0.9.10
 pkgrel=1
 pkgdesc="Polyphonic sampler synthesizer with stereo fx"
 arch=('x86_64')
 url="https://samplv1.sourceforge.io/"
 license=('GPL2')
-groups=('lv2-plugins' 'pro-audio' 'vee-one')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'jack' 'liblo' 'qt5-base')
-makedepends=('lv2' 'qt5-tools')
+groups=('lv2-plugins' 'pro-audio')
+depends=('desktop-file-utils' 'gcc-libs' 'glibc' 'hicolor-icon-theme'
+'libsndfile' '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=('8a518048f8eeec79566ceaf52dea05512f375dc83382d7675e558c3f38e98debad82da7d86bfed2a1577e62b1c01a99983b5d4c7c2a31c56bbc9295e1d39a40c')
+sha512sums=('f7fb18d69c982026ee5258b4ac50ccba360164a7914b770feb4ed5f6444b951a77d9d91d4317f2b619d2ac2952fd4a851c4945e895781455104a1a5f418cbca8')
 
 prepare() {
   cd "${pkgname}-${pkgver}"



More information about the arch-commits mailing list