[arch-commits] Commit in dsp/repos (2 files)
Maxime Gauduin
alucryd at gemini.archlinux.org
Sun Jan 30 19:36:42 UTC 2022
Date: Sunday, January 30, 2022 @ 19:36:42
Author: alucryd
Revision: 1120809
archrelease: copy trunk to community-staging-x86_64
Added:
dsp/repos/community-staging-x86_64/
dsp/repos/community-staging-x86_64/PKGBUILD
(from rev 1120808, dsp/trunk/PKGBUILD)
----------+
PKGBUILD | 43 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
Copied: dsp/repos/community-staging-x86_64/PKGBUILD (from rev 1120808, dsp/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2022-01-30 19:36:42 UTC (rev 1120809)
@@ -0,0 +1,43 @@
+# 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.8
+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'
+ 'ffmpeg4.4'
+ '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=('b2ac432b830ffe9ddd8e3c45c781b3816cfe8d523921045b6acd108de2f1a689')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'
+ ./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