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

Thore Bödecker foxxx0 at gemini.archlinux.org
Mon Jul 4 08:29:16 UTC 2022


    Date: Monday, July 4, 2022 @ 08:29:16
  Author: foxxx0
Revision: 1243881

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-04 08:29:12 UTC (rev 1243880)
+++ PKGBUILD	2022-07-04 08:29:16 UTC (rev 1243881)
@@ -1,48 +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='f3ac94b546361260349edeea5f1ee0ce7fac322a'
-pkgver=1.8.r5.gf3ac94b
-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=('git' '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}::git+https://github.com/bmc0/${pkgname}.git#commit=${_commit}")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd "${pkgname}"
-  git describe --tags | sed 's/^v//g;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-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 1243880, dsp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-04 08:29:16 UTC (rev 1243881)
@@ -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=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"
+}



More information about the arch-commits mailing list