Date: Friday, March 3, 2023 @ 19:24:01
  Author: arojas
Revision: 1411065

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: dsp/repos/community-staging-x86_64/PKGBUILD (from rev 1411064, 
dsp/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2023-03-03 19:24:01 UTC (rev 1411065)
@@ -0,0 +1,42 @@
+# Maintainer: Thore Bödecker <[email protected]>
+# Contributor: Lauri Niskanen <[email protected]>
+# Contributor: Michael Barbour <[email protected]>
+# Contributor: sekret
+
+pkgname=dsp
+_commit='37aafe2b76bac20e49a729d3bf66800d501fa658'
+pkgver=1.9
+pkgrel=3
+pkgdesc="An audio processing program with an interactive mode"
+arch=('x86_64')
+url="https://github.com/bmc0/${pkgname}";
+license=('ISC')
+groups=('ladspa-plugins')
+makedepends=('git' '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-host: For the LADSPA plugin.'
+)
+source=("${pkgname}::git+https://github.com/bmc0/${pkgname}.git#commit=${_commit}";)
+sha256sums=('SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Reply via email to