[arch-commits] Commit in dsp/repos/community-x86_64 (PKGBUILD PKGBUILD)
Thore Bödecker
foxxx0 at gemini.archlinux.org
Sat Sep 10 21:22:18 UTC 2022
Date: Saturday, September 10, 2022 @ 21:22:18
Author: foxxx0
Revision: 1300428
archrelease: copy trunk to community-x86_64
Added:
dsp/repos/community-x86_64/PKGBUILD
(from rev 1300427, dsp/trunk/PKGBUILD)
Deleted:
dsp/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 84 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-10 21:22:10 UTC (rev 1300427)
+++ PKGBUILD 2022-09-10 21:22:18 UTC (rev 1300428)
@@ -1,42 +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
-_commit='37aafe2b76bac20e49a729d3bf66800d501fa658'
-pkgver=1.9
-pkgrel=1
-pkgdesc="An audio processing program with an interactive mode"
-arch=('x86_64')
-url="https://github.com/bmc0/${pkgname}"
-license=('ISC')
-groups=('lasdpa-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"
-}
Copied: dsp/repos/community-x86_64/PKGBUILD (from rev 1300427, dsp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-10 21:22:18 UTC (rev 1300428)
@@ -0,0 +1,42 @@
+# 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
+_commit='37aafe2b76bac20e49a729d3bf66800d501fa658'
+pkgver=1.9
+pkgrel=2
+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"
+}
More information about the arch-commits
mailing list