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

David Runge dvzrv at archlinux.org
Thu Feb 20 15:14:09 UTC 2020


    Date: Thursday, February 20, 2020 @ 15:14:09
  Author: dvzrv
Revision: 375925

upgpkg: fluidsynth 2.1.1-1: Upgrading to 2.1.1. Adding libstintpatch-1.0.so to depends. Defining sodeps in package() and adding the respective makedepends.

Modified:
  fluidsynth/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-20 14:35:52 UTC (rev 375924)
+++ PKGBUILD	2020-02-20 15:14:09 UTC (rev 375925)
@@ -3,7 +3,7 @@
 # Contributor: damir <damir at archlinux.org>
 
 pkgname=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')
@@ -10,13 +10,13 @@
 url="http://www.fluidsynth.org/"
 license=('LGPL2.1')
 groups=('pro-audio')
-depends=('alsa-lib' 'glibc' 'glib2' 'libjack.so' 'libportaudio.so' 'libpulse'
-'libreadline.so' 'libsndfile' 'libsystemd.so' 'sdl2')
-makedepends=('cmake' 'ladspa' 'doxygen')
+depends=('glibc' 'glib2' 'sdl2')
+makedepends=('alsa-lib' 'cmake' 'dbus' 'doxygen' 'jack' 'ladspa' 'libinstpatch'
+'libpulse' 'libsndfile' 'portaudio' 'readline' 'systemd-libs')
 provides=('libfluidsynth.so' 'soundfont-synthesizer')
 backup=("etc/conf.d/$pkgname")
 source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v$pkgver.tar.gz")
-sha512sums=('d7af4047ebde49ef48098ae9dbab5d90422a4536acf28a2de32d8da67a50ebbbcf30e06833b630bd54e441040be0e432b377e3b63bf666e63106e69cd408ea0d')
+sha512sums=('f8776c59aa0aa4a25fe3c38973c994e8608f8fad8a2e478db0d0232d4c787983dfdcba200c558cd810e892930b50184af4bc4a7f3c98ec5c38e147fd715e51b8')
 
 build() {
   cd "${pkgname}-${pkgver}"
@@ -36,6 +36,9 @@
 }
 
 package() {
+  depends+=('libasound.so' 'libdbus-1.so' 'libinstpatch-1.0.so' 'libjack.so'
+  'libportaudio.so' 'libpulse-simple.so' 'libreadline.so' 'libsndfile.so'
+  'libsystemd.so')
   cd "${pkgname}-${pkgver}"
   make -C build DESTDIR="$pkgdir" install
   # systemd user unit



More information about the arch-commits mailing list