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

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


    Date: Friday, February 5, 2021 @ 17:39:46
  Author: foxxx0
Revision: 846241

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-05 17:39:42 UTC (rev 846240)
+++ PKGBUILD	2021-02-05 17:39:46 UTC (rev 846241)
@@ -1,33 +0,0 @@
-# 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')
-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"
-}

Copied: dsp/repos/community-x86_64/PKGBUILD (from rev 846240, dsp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-05 17:39:46 UTC (rev 846241)
@@ -0,0 +1,41 @@
+# 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=2
+pkgdesc="An audio processing program with an interactive mode"
+arch=('x86_64')
+url="https://github.com/bmc0/${pkgname}"
+license=('ISC')
+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-host: For the LADSPA plugin.'
+)
+source=("${pkgname}-${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