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

Thore Bödecker foxxx0 at archlinux.org
Fri Feb 5 17:39:43 UTC 2021


    Date: Friday, February 5, 2021 @ 17:39:42
  Author: foxxx0
Revision: 846240

upgpkg: dsp 1.7-2

 - switch to lasdpa-host optdep
 - add it to ladspa-plugins groups
 - improve deps by adding sonames

Modified:
  dsp/trunk/PKGBUILD

----------+
 PKGBUILD |   24 ++++++++++++++++--------
 1 file changed, 16 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-05 17:15:43 UTC (rev 846239)
+++ PKGBUILD	2021-02-05 17:39:42 UTC (rev 846240)
@@ -5,19 +5,27 @@
 
 pkgname=dsp
 pkgver=1.7
-pkgrel=1
+pkgrel=2
 pkgdesc="An audio processing program with an interactive mode"
 arch=('x86_64')
-url="https://github.com/bmc0/${_pkgname}"
+url="https://github.com/bmc0/${pkgname}"
 license=('ISC')
-makedepends=('ladspa' 'libtool')
-depends=('alsa-lib' 'fftw' 'libao' 'libmad' 'libpulse' 'libsndfile' 'zita-convolver'
-         'ffmpeg' 'libavcodec.so' 'libavformat.so' 'libavutil.so')
+groups=('lasdpa-plugins')
+makedepends=('ladspa')
+depends=(
+  'libmad' 'libtool'
+  'ffmpeg' 'libavcodec.so' 'libavformat.so' 'libavutil.so'
+  'alsa-lib' 'libasound.so'
+  'fftw' 'libfftw3.so'
+  'libao' 'libao.so'
+  'libpulse' 'libpulse.so' 'libpulse-simple.so'
+  'libsndfile' 'libsndfile.so'
+  'zita-convolver' 'libzita-convolver.so'
+)
 optdepends=(
-  'ladspa: For the LADSPA frontend and the ladspa_host effect.'
-  'libtool: For the ladspa_host effect.'
+  'ladspa-host: For the LADSPA plugin.'
 )
-source=("dsp-${pkgver}.tar.gz::https://github.com/bmc0/${pkgname}/archive/v${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/bmc0/${pkgname}/archive/v${pkgver}.tar.gz")
 sha256sums=('e7ae2390ba48b76be59daae4b28886395380b2fc2d03b0948bffb50e8572863e')
 
 build() {



More information about the arch-commits mailing list