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

David Runge dvzrv at archlinux.org
Thu Feb 20 15:33:26 UTC 2020


    Date: Thursday, February 20, 2020 @ 15:33:25
  Author: dvzrv
Revision: 577278

upgpkg: lib32-fluidsynth 2.1.1-1: Upgrading to 2.1.1. Adding libasound.so, libinstpatch-1.0.so and libsndfile.so to depends (sodeps in package()) and adding the respective makedepends.

Modified:
  lib32-fluidsynth/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-20 15:13:17 UTC (rev 577277)
+++ PKGBUILD	2020-02-20 15:33:25 UTC (rev 577278)
@@ -7,7 +7,7 @@
 
 pkgname=lib32-fluidsynth
 _name=fluidsynth
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc='A real-time software synthesizer based on the SoundFont 2 specifications'
 arch=('x86_64')
@@ -15,13 +15,11 @@
 license=('LGPL2.1')
 depends=(
   fluidsynth
-  lib32-alsa-lib
   lib32-glib2
   lib32-glibc
   lib32-jack
   lib32-dbus
   lib32-libpulse
-  lib32-libsndfile
   lib32-portaudio
   lib32-readline
   lib32-sdl2
@@ -28,11 +26,14 @@
 )
 makedepends=(
   cmake
+  lib32-alsa-lib
   lib32-ladspa
+  lib32-libinstpatch
+  lib32-libsndfile
 )
 optdepends=('pulseaudio: PulseAudio sound support')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/${_name}/${_name}/archive/v${pkgver}.tar.gz")
-sha256sums=('526addc6d8445035840d3af7282d3ba89567df209d28e183da04a1a877da2da3')
+sha256sums=('966d0393591b505d694e51cbf653387007144e9ae0b8705d82ec7d943d31d348')
 
 build() {
   cd "${_name}-${pkgver}"
@@ -56,6 +57,7 @@
 }
 
 package() {
+  depends+=('libasound.so' 'libinstpatch-1.0.so' 'libsndfile.so')
   cd "${_name}-${pkgver}"
 
   make -C build DESTDIR="${pkgdir}" install



More information about the arch-commits mailing list