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

David Runge dvzrv at archlinux.org
Mon Apr 6 21:45:39 UTC 2020


    Date: Monday, April 6, 2020 @ 21:45:37
  Author: dvzrv
Revision: 612163

upgpkg: lib32-fluidsynth 2.1.2-1: Upgrading to 2.1.2.

Moving lib32-{dbus,glib2,jack,portaudio} to makedepends and adding their respective
sodeps in package().

Modified:
  lib32-fluidsynth/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-06 21:43:57 UTC (rev 612162)
+++ PKGBUILD	2020-04-06 21:45:37 UTC (rev 612163)
@@ -7,7 +7,7 @@
 
 pkgname=lib32-fluidsynth
 _name=fluidsynth
-pkgver=2.1.1
+pkgver=2.1.2
 pkgrel=1
 pkgdesc='A real-time software synthesizer based on the SoundFont 2 specifications'
 arch=('x86_64')
@@ -15,12 +15,8 @@
 license=('LGPL2.1')
 depends=(
   fluidsynth
-  lib32-glib2
   lib32-glibc
-  lib32-jack
-  lib32-dbus
   lib32-libpulse
-  lib32-portaudio
   lib32-readline
   lib32-sdl2
 )
@@ -27,13 +23,17 @@
 makedepends=(
   cmake
   lib32-alsa-lib
+  lib32-dbus
+  lib32-glib2
+  lib32-jack
   lib32-ladspa
   lib32-libinstpatch
   lib32-libsndfile
+  lib32-portaudio
 )
 optdepends=('pulseaudio: PulseAudio sound support')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/${_name}/${_name}/archive/v${pkgver}.tar.gz")
-sha256sums=('966d0393591b505d694e51cbf653387007144e9ae0b8705d82ec7d943d31d348')
+sha256sums=('9206d83b8d2f7e1ec259ee01e943071de67e419aabe142b51312f8edb39c5503')
 
 build() {
   cd "${_name}-${pkgver}"
@@ -57,7 +57,9 @@
 }
 
 package() {
-  depends+=('libasound.so' 'libinstpatch-1.0.so' 'libsndfile.so')
+  depends+=('libasound.so' 'libdbus-1.so' 'libglib-2.0.so' 'libgmodule-2.0.so'
+  'libgobject-2.0.so' 'libinstpatch-1.0.so' 'libjack.so' 'libportaudio.so'
+  'libsndfile.so')
   cd "${_name}-${pkgver}"
 
   make -C build DESTDIR="${pkgdir}" install



More information about the arch-commits mailing list