Date: Monday, January 11, 2021 @ 18:57:20
  Author: foxxx0
Revision: 818180

archrelease: copy trunk to community-x86_64

Added:
  dsp/repos/community-x86_64/
  dsp/repos/community-x86_64/PKGBUILD
    (from rev 818179, dsp/trunk/PKGBUILD)

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

Copied: dsp/repos/community-x86_64/PKGBUILD (from rev 818179, 
dsp/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2021-01-11 18:57:20 UTC (rev 818180)
@@ -0,0 +1,33 @@
+# Maintainer: Thore Bödecker <[email protected]>
+# Contributor: Lauri Niskanen <[email protected]>
+# Contributor: Michael Barbour <[email protected]>
+# 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')
+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"
+}

Reply via email to