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

David Runge dvzrv at archlinux.org
Tue Sep 24 09:05:41 UTC 2019


    Date: Tuesday, September 24, 2019 @ 09:05:40
  Author: dvzrv
Revision: 511629

upgpkg: padthv1 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. Removing patch for ttl file (it is upstreamed).

Modified:
  padthv1/trunk/PKGBUILD

----------+
 PKGBUILD |   22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-24 09:03:33 UTC (rev 511628)
+++ PKGBUILD	2019-09-24 09:05:40 UTC (rev 511629)
@@ -1,25 +1,23 @@
 # Maintainer: David Runge <dave at sleepmap.de>
 pkgname=padthv1
-pkgver=0.9.9
-pkgrel=2
+pkgver=0.9.10
+pkgrel=1
 pkgdesc="An old-school polyphonic additive synthesizer"
 arch=('x86_64')
 url="https://padthv1.sourceforge.io/"
 license=('GPL2')
-groups=('lv2-plugins' 'pro-audio' 'vee-one')
-depends=('desktop-file-utils' 'fftw' 'hicolor-icon-theme' 'jack' 'liblo'
+groups=('lv2-plugins' 'pro-audio')
+depends=('desktop-file-utils' 'fftw' 'gcc-libs' 'glibc' 'hicolor-icon-theme'
 'qt5-base')
-makedepends=('lv2' 'qt5-tools')
-source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz"
-        "${pkgname}-0.9.9-ttl.patch::https://github.com/rncbc/padthv1/commit/06ecd92.patch"
-)
-sha512sums=('358d70e8f6dfb622576b7b42bf150ca2c3dfa759b524748247759a8a42b3451e5e777aac2fc8c417e4b9672611d24c9066fd24e737e6ac1ecb9e31d8fe52f1c1'
-            'c29e1b699a0cc90f91cc32bfef29900ae4e489bf5cec7e2eaf804ccc8bbc77d2786c0ab6994701b966282d61972eda3baf84c621b05d1e517f54dec1796b487b')
+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=('dd01c603ea60da09dabf032fb9ca601ca8c5ff25693999ecb764f25263aef1fc081c9532778744c113433ec746cda86394a2833e58b03763e87ed63070a51c32')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
-  # TODO: Fix .ttl file
-  patch -Np1 -i "../${pkgname}-0.9.9-ttl.patch"
   autoreconf -vfi
 }
 



More information about the arch-commits mailing list