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

Thore Bödecker foxxx0 at archlinux.org
Mon Jan 11 18:46:49 UTC 2021


    Date: Monday, January 11, 2021 @ 18:46:48
  Author: foxxx0
Revision: 818143

initial import to repository

Added:
  dsp/
  dsp/repos/
  dsp/trunk/
  dsp/trunk/PKGBUILD

----------+
 PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

Added: dsp/trunk/PKGBUILD
===================================================================
--- dsp/trunk/PKGBUILD	                        (rev 0)
+++ dsp/trunk/PKGBUILD	2021-01-11 18:46:48 UTC (rev 818143)
@@ -0,0 +1,34 @@
+# Maintainer: Thore Bödecker <foxxx0 at archlinux.org>
+# Contributor: Lauri Niskanen <ape at ape3000.com>
+# Contributor: Michael Barbour <barbour.michael.0 at gmail.com>
+# Contributor: sekret
+
+pkgname=dsp
+pkgver=1.7
+pkgrel=1
+pkgdesc="An audio processing program with an interactive mode"
+arch=('x86_64')
+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'
+         'libFLAC.so' 'libogg.so' 'libvorbis.so')
+optdepends=(
+  'ladspa: For the LADSPA frontend and the ladspa_host effect.'
+  'libtool: For the ladspa_host effect.'
+)
+source=("dsp-${pkgver}.tar.gz::https://github.com/bmc0/${pkgname}/archive/v${pkgver}.tar.gz")
+sha256sums=('e7ae2390ba48b76be59daae4b28886395380b2fc2d03b0948bffb50e8572863e')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list