[arch-commits] Commit in snd/trunk (PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Sat Jun 11 17:16:18 UTC 2022


    Date: Saturday, June 11, 2022 @ 17:16:17
  Author: dvzrv
Revision: 1233942

upgpkg: snd 22.4-1: Upgrade to 22.4.

Remove pulseaudio support. It is mutually exclusive to ALSA/JACK according to upstream.

Modified:
  snd/trunk/PKGBUILD

----------+
 PKGBUILD |   40 ++++++++++++++++------------------------
 1 file changed, 16 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-11 17:15:35 UTC (rev 1233941)
+++ PKGBUILD	2022-06-11 17:16:17 UTC (rev 1233942)
@@ -3,7 +3,7 @@
 # Contributor: Juergen Hoetzel <juergen at archlinux.org>
 
 pkgname=snd
-pkgver=22.3
+pkgver=22.4
 pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=(x86_64)
@@ -13,12 +13,11 @@
 depends=(glibc glu gmp gsl libglvnd libmpc libx11 libxext
 libxpm libxt mpfr openmotif)
 # TODO: maybe replace mpg123 with mpg321
-makedepends=(alsa-lib fftw flac gendesk jack ladspa libpulse
-libsamplerate mpg123 ruby speex timidity++ vorbis-tools wavpack)
+makedepends=(alsa-lib fftw flac gendesk jack ladspa libsamplerate mpg123 ruby
+speex timidity++ vorbis-tools wavpack)
 optdepends=(
   'flac: For flac support'
   'mpg123: For MPEG support'
-  'pulseaudio: For pulseaudio support'
   'ruby: for snd-ruby'
   'speex: For speex support'
   'timidity++: For MIDI to WAVE support'
@@ -27,8 +26,8 @@
 )
 options=(debug)
 source=(https://sourceforge.net/projects/$pkgname/files/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-sha512sums=('548f9cf3be2df28e66f51709b6ee078f951e4d8bbaf140a4e7b4b92bbe5f5d93a2343fe9857654efb09662ec5d063113db0204d6d4052f98c4d11e5fddc2c08c')
-b2sums=('eba03468e1512daa4ae33a56ad13ec76b7cf90e6a8e3822453bff1ad99b03fb0f0d12f94b29afe9697b6fe9a34fd2e00759c158cb413416ef4814d31a1c969a8')
+sha512sums=('b6be7af7545fc53de0c3fe6496cc78f44f36842571b82dc04494cc598ad734ea3f18cde370efa26fb38e9866e34c5085c6176ff8bee53c5e90fea6ace399fdf3')
+b2sums=('f5e004e7122db40fa74d4c2abeace180c7b3f37143278fe8212d0e414fb967961ecb39e3abb461ca9fb286393253b2e413f6cbc717d93dfe50660aa96d2521fc')
 
 prepare() {
   gendesk -f -n \
@@ -54,30 +53,23 @@
 }
 
 build() {
+  local options=(
+    --prefix=/usr
+    --with-alsa
+    --with-gl
+    --with-gmp
+    --with-jack
+    --with-ladspa
+    --with-motif
+  )
   (
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-              --with-alsa \
-              --with-gl \
-              --with-gmp \
-              --with-jack \
-              --with-ladspa \
-              --with-motif \
-              --with-pulseaudio \
-              --with-s7
+  ./configure "${options[@]}" --with-s7
   make
   )
   (
   cd $pkgname-ruby-$pkgver
-  ./configure --prefix=/usr \
-              --with-alsa \
-              --with-gl \
-              --with-gmp \
-              --with-jack \
-              --with-ladspa \
-              --with-motif \
-              --with-pulseaudio \
-              --with-ruby
+  ./configure "${options[@]}" --with-ruby
   make
   )
 }



More information about the arch-commits mailing list