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

2020-09-21 Thread David Runge via arch-commits
Date: Monday, September 21, 2020 @ 19:15:57
  Author: dvzrv
Revision: 396407

upgpkg: fluidsynth 2.1.5-2: Rebuild to add upstreamed fix for systemd user unit 
(FS#67955).

Modified:
  fluidsynth/trunk/PKGBUILD

--+
 PKGBUILD |   18 ++
 1 file changed, 14 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-21 18:45:51 UTC (rev 396406)
+++ PKGBUILD2020-09-21 19:15:57 UTC (rev 396407)
@@ -4,7 +4,7 @@
 
 pkgname=fluidsynth
 pkgver=2.1.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A real-time software synthesizer based on the SoundFont 2 
specifications"
 arch=('x86_64')
 url="http://www.fluidsynth.org/;
@@ -15,10 +15,20 @@
 '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=('171ee6b1983ab9636086fb414ae464508f7a9a412cd2c1e7800a19a84d3dff21bbd86d1971f9bb5985e977f808b60e0d0cfbde4551b85fcc4aae4928a1abadbc')
-b2sums=('f5669f49db481ded6d953ee2cdaa8c59bb751f79210d993b69967cca1b71dce12b50fbf258512c144b1578441e78cc5299d96004da5fed44a40fc33858254bc0')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v$pkgver.tar.gz;
+
"${pkgname}-2.1.5-systemd_user_unit.patch::https://github.com/FluidSynth/fluidsynth/pull/676/commits/777f9ea5b4a9d757a3e6634e700dd96703ea5b45.patch;)
+sha512sums=('171ee6b1983ab9636086fb414ae464508f7a9a412cd2c1e7800a19a84d3dff21bbd86d1971f9bb5985e977f808b60e0d0cfbde4551b85fcc4aae4928a1abadbc'
+
'edbfe794a1733ba622110660a410de546462a7c84c5ac3f2c0af3c66a1b8fc947b4796782463636e31981cb12e5c96ab07ecf540dc62f968221e2d6c3b9eca79')
+b2sums=('f5669f49db481ded6d953ee2cdaa8c59bb751f79210d993b69967cca1b71dce12b50fbf258512c144b1578441e78cc5299d96004da5fed44a40fc33858254bc0'
+
'3cfec84d25b92327881d76ba52e2b90d11aae9b41f8ae5dfe0cd83469a478a8c020cd454a90ec66c8925317e7b00e32e5b0a99edc2f65a449787ee5b8636b70c')
 
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # fix systemd user unit install target:
+  # https://bugs.archlinux.org/task/67955
+  patch -Np1 -i "../${pkgname}-2.1.5-systemd_user_unit.patch"
+}
+
 build() {
   cd "${pkgname}-${pkgver}"
   cmake -DCMAKE_INSTALL_PREFIX=/usr \


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

2020-09-20 Thread David Runge via arch-commits
Date: Sunday, September 20, 2020 @ 18:23:14
  Author: dvzrv
Revision: 396357

upgpkg: fluidsynth 2.1.5-1: Upgrade to 2.1.5.

Modified:
  fluidsynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-20 15:39:00 UTC (rev 396356)
+++ PKGBUILD2020-09-20 18:23:14 UTC (rev 396357)
@@ -3,7 +3,7 @@
 # Contributor: damir 
 
 pkgname=fluidsynth
-pkgver=2.1.4
+pkgver=2.1.5
 pkgrel=1
 pkgdesc="A real-time software synthesizer based on the SoundFont 2 
specifications"
 arch=('x86_64')
@@ -16,8 +16,8 @@
 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=('22e8d2f8b144f96a334aff1f7d183b91e6c5418482bd61553028ff571836b0ca13fff89e7e3cc1c2d08e106a430331d179e607d78b00e218baec433b6d140190')
-b2sums=('068a8a1722036a5a409331b1bdcf566cb9a1e7b4a27c78adec51c6d82f7c53cba9178c87013f1a9c0ef62d26b1ba876fad567e4c8bb41b8d478632699876e41d')
+sha512sums=('171ee6b1983ab9636086fb414ae464508f7a9a412cd2c1e7800a19a84d3dff21bbd86d1971f9bb5985e977f808b60e0d0cfbde4551b85fcc4aae4928a1abadbc')
+b2sums=('f5669f49db481ded6d953ee2cdaa8c59bb751f79210d993b69967cca1b71dce12b50fbf258512c144b1578441e78cc5299d96004da5fed44a40fc33858254bc0')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2020-07-13 Thread David Runge via arch-commits
Date: Monday, July 13, 2020 @ 18:08:21
  Author: dvzrv
Revision: 391868

upgpkg: fluidsynth 2.1.4-1: Upgrading to 2.1.4.

Modified:
  fluidsynth/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 17:54:35 UTC (rev 391867)
+++ PKGBUILD2020-07-13 18:08:21 UTC (rev 391868)
@@ -3,7 +3,7 @@
 # Contributor: damir 
 
 pkgname=fluidsynth
-pkgver=2.1.3
+pkgver=2.1.4
 pkgrel=1
 pkgdesc="A real-time software synthesizer based on the SoundFont 2 
specifications"
 arch=('x86_64')
@@ -16,15 +16,14 @@
 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=('cc956a3d8926a5d5368c4d36472a9706e5da1597bab76f1b59132e6253a888f422d9f74723c74f801963a90d9e0f6b36267114cd168977c47b1b935ea3dc8927')
+sha512sums=('22e8d2f8b144f96a334aff1f7d183b91e6c5418482bd61553028ff571836b0ca13fff89e7e3cc1c2d08e106a430331d179e607d78b00e218baec433b6d140190')
+b2sums=('068a8a1722036a5a409331b1bdcf566cb9a1e7b4a27c78adec51c6d82f7c53cba9178c87013f1a9c0ef62d26b1ba876fad567e4c8bb41b8d478632699876e41d')
 
 build() {
   cd "${pkgname}-${pkgver}"
-  export CFLAGS+=" ${CPPFLAGS}"
-  export CXXFLAGS+=" ${CPPFLAGS}"
   cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE='None' \
 -DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
--DCMAKE_BUILD_TYPE='None' \
 -Denable-ladspa=ON \
 -Denable-portaudio=ON \
 -DLIB_SUFFIX="" \


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

2020-05-26 Thread David Runge via arch-commits
Date: Tuesday, May 26, 2020 @ 19:01:25
  Author: dvzrv
Revision: 387607

upgpkg: fluidsynth 2.1.3-1: Upgrading to 2.1.3.

Adding all available sodeps in package() and adding their respective packages 
to makedepends.
Applying latest cmake packaging guidelines.

Modified:
  fluidsynth/trunk/PKGBUILD

--+
 PKGBUILD |   22 +-
 1 file changed, 13 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-26 18:51:03 UTC (rev 387606)
+++ PKGBUILD2020-05-26 19:01:25 UTC (rev 387607)
@@ -3,7 +3,7 @@
 # Contributor: damir 
 
 pkgname=fluidsynth
-pkgver=2.1.2
+pkgver=2.1.3
 pkgrel=1
 pkgdesc="A real-time software synthesizer based on the SoundFont 2 
specifications"
 arch=('x86_64')
@@ -10,23 +10,27 @@
 url="http://www.fluidsynth.org/;
 license=('LGPL2.1')
 groups=('pro-audio')
-depends=('glibc' 'glib2' 'sdl2')
-makedepends=('alsa-lib' 'cmake' 'dbus' 'doxygen' 'jack' 'ladspa' 'libinstpatch'
-'libpulse' 'libsndfile' 'portaudio' 'readline' 'systemd-libs')
+depends=('glibc' 'sdl2')
+makedepends=('alsa-lib' 'cmake' 'dbus' 'doxygen' 'glib2' '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=('ece3328ee94731f347a03f555fd39ead0a50cb24fef5d90dbff22e74db8344c9a68bfaccb76b873bd18a8ac68ee1d7802571e51c938bbf98e424267376f47eb8')
+sha512sums=('cc956a3d8926a5d5368c4d36472a9706e5da1597bab76f1b59132e6253a888f422d9f74723c74f801963a90d9e0f6b36267114cd168977c47b1b935ea3dc8927')
 
 build() {
   cd "${pkgname}-${pkgver}"
+  export CFLAGS+=" ${CPPFLAGS}"
+  export CXXFLAGS+=" ${CPPFLAGS}"
   cmake -DCMAKE_INSTALL_PREFIX=/usr \
 -DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
+-DCMAKE_BUILD_TYPE='None' \
 -Denable-ladspa=ON \
 -Denable-portaudio=ON \
 -DLIB_SUFFIX="" \
+-Wno-dev \
 -B build \
-.
+-S .
   make -C build VERBOSE=1
 }
 
@@ -36,9 +40,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')
+  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'
+  'libpulse-simple.so' 'libreadline.so' 'libsndfile.so' 'libsystemd.so')
   cd "${pkgname}-${pkgver}"
   make -C build DESTDIR="$pkgdir" install
   # systemd user unit


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

2020-04-06 Thread David Runge via arch-commits
Date: Monday, April 6, 2020 @ 19:04:52
  Author: dvzrv
Revision: 379682

upgpkg: fluidsynth 2.1.2-1: Upgrading to 2.1.2.

Modified:
  fluidsynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-06 18:29:43 UTC (rev 379681)
+++ PKGBUILD2020-04-06 19:04:52 UTC (rev 379682)
@@ -3,7 +3,7 @@
 # Contributor: damir 
 
 pkgname=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')
@@ -16,7 +16,7 @@
 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=('f8776c59aa0aa4a25fe3c38973c994e8608f8fad8a2e478db0d0232d4c787983dfdcba200c558cd810e892930b50184af4bc4a7f3c98ec5c38e147fd715e51b8')
+sha512sums=('ece3328ee94731f347a03f555fd39ead0a50cb24fef5d90dbff22e74db8344c9a68bfaccb76b873bd18a8ac68ee1d7802571e51c938bbf98e424267376f47eb8')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2020-02-20 Thread David Runge via arch-commits
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
===
--- PKGBUILD2020-02-20 14:35:52 UTC (rev 375924)
+++ PKGBUILD2020-02-20 15:14:09 UTC (rev 375925)
@@ -3,7 +3,7 @@
 # Contributor: damir 
 
 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


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

2019-11-30 Thread David Runge via arch-commits
Date: Saturday, November 30, 2019 @ 15:54:49
  Author: dvzrv
Revision: 370179

upgpkg: fluidsynth 2.1.0-1

Upgrading to 2.1.0. Adding sdl2 to depends. Removing unnecessary optdepends. 
Simplifying cmake build. Minor cleanups.

Modified:
  fluidsynth/trunk/PKGBUILD

--+
 PKGBUILD |   18 ++
 1 file changed, 6 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-30 15:50:15 UTC (rev 370178)
+++ PKGBUILD2019-11-30 15:54:49 UTC (rev 370179)
@@ -3,7 +3,7 @@
 # Contributor: damir 
 
 pkgname=fluidsynth
-pkgver=2.0.9
+pkgver=2.1.0
 pkgrel=1
 pkgdesc="A real-time software synthesizer based on the SoundFont 2 
specifications"
 arch=('x86_64')
@@ -11,19 +11,13 @@
 license=('LGPL2.1')
 groups=('pro-audio')
 depends=('alsa-lib' 'glibc' 'glib2' 'libjack.so' 'libportaudio.so' 'libpulse'
-'libreadline.so' 'libsndfile' 'libsystemd.so')
+'libreadline.so' 'libsndfile' 'libsystemd.so' 'sdl2')
 makedepends=('cmake' 'ladspa' 'doxygen')
-optdepends=('pulseaudio: PulseAudio sound support')
 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=('3cc88ed3e83b15d5b3f397f3d93bf85a03dda122b570b8b09e83e9a5d00be7fc0592b2f1088151a1284c6c9125c309efd030f0fb8cb160051863e1a2fea53467')
+sha512sums=('d7af4047ebde49ef48098ae9dbab5d90422a4536acf28a2de32d8da67a50ebbbcf30e06833b630bd54e441040be0e432b377e3b63bf666e63106e69cd408ea0d')
 
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  mkdir -v build
-}
-
 build() {
   cd "${pkgname}-${pkgver}"
   cmake -DCMAKE_INSTALL_PREFIX=/usr \
@@ -31,7 +25,8 @@
 -Denable-ladspa=ON \
 -Denable-portaudio=ON \
 -DLIB_SUFFIX="" \
--B build
+-B build \
+.
   make -C build VERBOSE=1
 }
 
@@ -49,7 +44,6 @@
   # system-wide configuration file
   install -vDm 644 "build/${pkgname}.conf" "${pkgdir}/etc/conf.d/${pkgname}"
   # docs
-  install -vDm 644 {AUTHORS,ChangeLog,NEWS,README.md,THANKS,TODO} \
+  install -vDm 644 {AUTHORS,ChangeLog,{CONTRIBUTING,README}.md,THANKS,TODO} \
 -t "${pkgdir}/usr/share/doc/${pkgname}"
 }
-


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

2019-11-14 Thread David Runge via arch-commits
Date: Thursday, November 14, 2019 @ 14:44:54
  Author: dvzrv
Revision: 36

upgpkg: fluidsynth 2.0.9-1

Upgrading to 2.0.9.

Modified:
  fluidsynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-14 14:36:23 UTC (rev 368887)
+++ PKGBUILD2019-11-14 14:44:54 UTC (rev 36)
@@ -3,7 +3,7 @@
 # Contributor: damir 
 
 pkgname=fluidsynth
-pkgver=2.0.8
+pkgver=2.0.9
 pkgrel=1
 pkgdesc="A real-time software synthesizer based on the SoundFont 2 
specifications"
 arch=('x86_64')
@@ -17,7 +17,7 @@
 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=('8fae05d909a66d0e68fe3f14b98608dca5375c7badcfbd131c1ebd0644eb7754fa75174a0c197c241917f40cde1d810459039e2d9f82d5fea7b080c2ea81bfbc')
+sha512sums=('3cc88ed3e83b15d5b3f397f3d93bf85a03dda122b570b8b09e83e9a5d00be7fc0592b2f1088151a1284c6c9125c309efd030f0fb8cb160051863e1a2fea53467')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2019-10-28 Thread David Runge via arch-commits
Date: Monday, October 28, 2019 @ 21:20:43
  Author: dvzrv
Revision: 365984

upgpkg: fluidsynth 2.0.8-1

Upgrading to 2.0.8. Updating maintainer info. Adding all direct library 
dependencies. Simplifying cmake call by providing build directory via flag.

Modified:
  fluidsynth/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 21:11:03 UTC (rev 365983)
+++ PKGBUILD2019-10-28 21:20:43 UTC (rev 365984)
@@ -11,7 +11,7 @@
 license=('LGPL2.1')
 groups=('pro-audio')
 depends=('alsa-lib' 'glibc' 'glib2' 'libjack.so' 'libportaudio.so' 'libpulse'
-'libsystemd.so')
+'libreadline.so' 'libsndfile' 'libsystemd.so')
 makedepends=('cmake' 'ladspa' 'doxygen')
 optdepends=('pulseaudio: PulseAudio sound support')
 provides=('libfluidsynth.so' 'soundfont-synthesizer')


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

2019-10-28 Thread David Runge via arch-commits
Date: Monday, October 28, 2019 @ 21:10:50
  Author: dvzrv
Revision: 365982

upgpkg: fluidsynth 2.0.8-1

Upgrading to 2.0.8. Updating maintainer info. Adding all direct library 
dependencies. Simplifying cmake call by providing build directory via flag.

Modified:
  fluidsynth/trunk/PKGBUILD

--+
 PKGBUILD |   23 +++
 1 file changed, 11 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 18:50:18 UTC (rev 365981)
+++ PKGBUILD2019-10-28 21:10:50 UTC (rev 365982)
@@ -1,9 +1,9 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
 # Contributor: Ray Rashif 
 # Contributor: damir 
 
 pkgname=fluidsynth
-pkgver=2.0.7
+pkgver=2.0.8
 pkgrel=1
 pkgdesc="A real-time software synthesizer based on the SoundFont 2 
specifications"
 arch=('x86_64')
@@ -10,13 +10,14 @@
 url="http://www.fluidsynth.org/;
 license=('LGPL2.1')
 groups=('pro-audio')
-depends=('glib2' 'libpulse' 'portaudio')
+depends=('alsa-lib' 'glibc' 'glib2' 'libjack.so' 'libportaudio.so' 'libpulse'
+'libsystemd.so')
 makedepends=('cmake' 'ladspa' 'doxygen')
 optdepends=('pulseaudio: PulseAudio sound support')
 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=('c939c77277767541b90ae8bc24687cd9cd11b375264e6b5017658f5fd9c5637a3ce09bc4ad837a349e4a63883fe5ecbe80e65dd91d2cbf71072bcbcfc068614e')
+sha512sums=('8fae05d909a66d0e68fe3f14b98608dca5375c7badcfbd131c1ebd0644eb7754fa75174a0c197c241917f40cde1d810459039e2d9f82d5fea7b080c2ea81bfbc')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
@@ -25,14 +26,12 @@
 
 build() {
   cd "${pkgname}-${pkgver}"
-  (
-cd build
-cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
- -DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
- -Denable-ladspa=ON \
- -Denable-portaudio=ON \
- -DLIB_SUFFIX=""
-  )
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
+-Denable-ladspa=ON \
+-Denable-portaudio=ON \
+-DLIB_SUFFIX="" \
+-B build
   make -C build VERBOSE=1
 }
 


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

2019-09-28 Thread David Runge via arch-commits
Date: Saturday, September 28, 2019 @ 21:24:35
  Author: dvzrv
Revision: 363515

upgpkg: fluidsynth 2.0.7-1

Upgrading to 2.0.7.

Modified:
  fluidsynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-28 21:18:25 UTC (rev 363514)
+++ PKGBUILD2019-09-28 21:24:35 UTC (rev 363515)
@@ -3,7 +3,7 @@
 # Contributor: damir 
 
 pkgname=fluidsynth
-pkgver=2.0.6
+pkgver=2.0.7
 pkgrel=1
 pkgdesc="A real-time software synthesizer based on the SoundFont 2 
specifications"
 arch=('x86_64')
@@ -16,11 +16,11 @@
 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=('c160e3d7c6ad62d5cc014642eb18a0f65eb90b5ad91db4049e1b45446034e989a4f9e5b805270967d4eaf47a6e2da0e81bdb5ae95500cc80d7021e8e61cd7107')
+sha512sums=('c939c77277767541b90ae8bc24687cd9cd11b375264e6b5017658f5fd9c5637a3ce09bc4ad837a349e4a63883fe5ecbe80e65dd91d2cbf71072bcbcfc068614e')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
-  mkdir build
+  mkdir -v build
 }
 
 build() {


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

2019-08-20 Thread David Runge via arch-commits
Date: Tuesday, August 20, 2019 @ 09:07:27
  Author: dvzrv
Revision: 360391

upgpkg: fluidsynth 2.0.6-1

Upgrading to 2.0.6.

Modified:
  fluidsynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-20 09:07:24 UTC (rev 360390)
+++ PKGBUILD2019-08-20 09:07:27 UTC (rev 360391)
@@ -3,8 +3,8 @@
 # Contributor: damir 
 
 pkgname=fluidsynth
-pkgver=2.0.5
-pkgrel=2
+pkgver=2.0.6
+pkgrel=1
 pkgdesc="A real-time software synthesizer based on the SoundFont 2 
specifications"
 arch=('x86_64')
 url="http://www.fluidsynth.org/;
@@ -16,7 +16,7 @@
 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=('5344ac889d2927dc2465bae40096d756a9bf9b1100e287ba0621c55ffc76f9cb8fa763f6bc832d701cd0ad2997965cf344f58ae4b3dd445eb3491e3659c093d9')
+sha512sums=('c160e3d7c6ad62d5cc014642eb18a0f65eb90b5ad91db4049e1b45446034e989a4f9e5b805270967d4eaf47a6e2da0e81bdb5ae95500cc80d7021e8e61cd7107')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2019-08-08 Thread David Runge via arch-commits
Date: Thursday, August 8, 2019 @ 17:15:29
  Author: dvzrv
Revision: 359328

upgpkg: fluidsynth 2.0.5-2

Adding libfluidsynth.so to provides. Switching to correct license (LGPL2.1). 
Minor cleanups.

Modified:
  fluidsynth/trunk/PKGBUILD

--+
 PKGBUILD |   40 +---
 1 file changed, 21 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-08 15:30:42 UTC (rev 359327)
+++ PKGBUILD2019-08-08 17:15:29 UTC (rev 359328)
@@ -4,16 +4,16 @@
 
 pkgname=fluidsynth
 pkgver=2.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A real-time software synthesizer based on the SoundFont 2 
specifications"
 arch=('x86_64')
 url="http://www.fluidsynth.org/;
-license=('LGPL')
+license=('LGPL2.1')
 groups=('pro-audio')
 depends=('glib2' 'libpulse' 'portaudio')
 makedepends=('cmake' 'ladspa' 'doxygen')
 optdepends=('pulseaudio: PulseAudio sound support')
-provides=('soundfont-synthesizer')
+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=('5344ac889d2927dc2465bae40096d756a9bf9b1100e287ba0621c55ffc76f9cb8fa763f6bc832d701cd0ad2997965cf344f58ae4b3dd445eb3491e3659c093d9')
@@ -20,35 +20,37 @@
 
 prepare() {
   cd "${pkgname}-${pkgver}"
-  # out-of-tree build
   mkdir build
 }
 
 build() {
-  cd "${pkgname}-${pkgver}/build"
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-   -DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
-   -Denable-ladspa=ON \
-   -Denable-portaudio=ON \
-   -DLIB_SUFFIX=""
-  make
+  cd "${pkgname}-${pkgver}"
+  (
+cd build
+cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+ -DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
+ -Denable-ladspa=ON \
+ -Denable-portaudio=ON \
+ -DLIB_SUFFIX=""
+  )
+  make -C build VERBOSE=1
 }
 
 check() {
-  cd "${pkgname}-${pkgver}/build"
-  make -k check
+  cd "${pkgname}-${pkgver}"
+  make -C build -k check
 }
 
 package() {
-  cd "${pkgname}-${pkgver}/build"
-  make DESTDIR="$pkgdir" install
+  cd "${pkgname}-${pkgver}"
+  make -C build DESTDIR="$pkgdir" install
   # systemd user unit
-  install -vDm 644 "${pkgname}.service" \
+  install -vDm 644 "build/${pkgname}.service" \
 -t "$pkgdir/usr/lib/systemd/user/"
   # system-wide configuration file
-  install -vDm 644 "${pkgname}.conf" "${pkgdir}/etc/conf.d/${pkgname}"
+  install -vDm 644 "build/${pkgname}.conf" "${pkgdir}/etc/conf.d/${pkgname}"
   # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 ../{AUTHORS,ChangeLog,NEWS,README.md,THANKS,TODO}
+  install -vDm 644 {AUTHORS,ChangeLog,NEWS,README.md,THANKS,TODO} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
 }
 


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

2019-04-19 Thread David Runge via arch-commits
Date: Friday, April 19, 2019 @ 22:06:46
  Author: dvzrv
Revision: 350920

upgpkg: fluidsynth 2.0.5-1

Upgrading to 2.0.5, introducing bugfixes and improvements to systemd 
integration.

Modified:
  fluidsynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-19 20:36:47 UTC (rev 350919)
+++ PKGBUILD2019-04-19 22:06:46 UTC (rev 350920)
@@ -3,7 +3,7 @@
 # Contributor: damir 
 
 pkgname=fluidsynth
-pkgver=2.0.4
+pkgver=2.0.5
 pkgrel=1
 pkgdesc="A real-time software synthesizer based on the SoundFont 2 
specifications"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 provides=('soundfont-synthesizer')
 backup=("etc/conf.d/$pkgname")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v$pkgver.tar.gz;)
-sha512sums=('d58ddc5f4da9bb5954a82749617548ef32edd25f6ca5c6d5c2b06d23090784ec175d2422553a66776f543c6b253f037a6cf1e717a853344ffb899fa53752eec0')
+sha512sums=('5344ac889d2927dc2465bae40096d756a9bf9b1100e287ba0621c55ffc76f9cb8fa763f6bc832d701cd0ad2997965cf344f58ae4b3dd445eb3491e3659c093d9')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2019-03-01 Thread David Runge via arch-commits
Date: Friday, March 1, 2019 @ 12:13:06
  Author: dvzrv
Revision: 437249

Adding check().

Modified:
  fluidsynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 11:11:46 UTC (rev 437248)
+++ PKGBUILD2019-03-01 12:13:06 UTC (rev 437249)
@@ -34,6 +34,11 @@
   make
 }
 
+check() {
+  cd "${pkgname}-${pkgver}/build"
+  make -k check
+}
+
 package() {
   cd "${pkgname}-${pkgver}/build"
   make DESTDIR="$pkgdir" install


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

2019-02-23 Thread David Runge via arch-commits
Date: Saturday, February 23, 2019 @ 20:48:20
  Author: dvzrv
Revision: 435447

upgpkg: fluidsynth 2.0.4-1

Upgrading to 2.0.4.

Modified:
  fluidsynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-23 18:04:07 UTC (rev 435446)
+++ PKGBUILD2019-02-23 20:48:20 UTC (rev 435447)
@@ -3,8 +3,8 @@
 # Contributor: damir 
 
 pkgname=fluidsynth
-pkgver=2.0.3
-pkgrel=2
+pkgver=2.0.4
+pkgrel=1
 pkgdesc="A real-time software synthesizer based on the SoundFont 2 
specifications"
 arch=('x86_64')
 url="http://www.fluidsynth.org/;
@@ -16,7 +16,7 @@
 provides=('soundfont-synthesizer')
 backup=("etc/conf.d/$pkgname")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v$pkgver.tar.gz;)
-sha512sums=('4a557c56257dc38394468e9985b811b1e56aa521b01e9ecf76a76483e6f7e94f6c905b3174203f035e972b092f09c2d099e19a3d39ac9c6ede5ac27bff93ecd3')
+sha512sums=('d58ddc5f4da9bb5954a82749617548ef32edd25f6ca5c6d5c2b06d23090784ec175d2422553a66776f543c6b253f037a6cf1e717a853344ffb899fa53752eec0')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2019-02-22 Thread David Runge via arch-commits
Date: Friday, February 22, 2019 @ 22:31:03
  Author: dvzrv
Revision: 435352

upgpkg: fluidsynth 2.0.3-2

Adding to pro-audio group. Providing soundfont-synthesizer.

Modified:
  fluidsynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-22 22:27:54 UTC (rev 435351)
+++ PKGBUILD2019-02-22 22:31:03 UTC (rev 435352)
@@ -4,14 +4,16 @@
 
 pkgname=fluidsynth
 pkgver=2.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A real-time software synthesizer based on the SoundFont 2 
specifications"
 arch=('x86_64')
 url="http://www.fluidsynth.org/;
+license=('LGPL')
+groups=('pro-audio')
 depends=('glib2' 'libpulse' 'portaudio')
 makedepends=('cmake' 'ladspa' 'doxygen')
 optdepends=('pulseaudio: PulseAudio sound support')
-license=('LGPL')
+provides=('soundfont-synthesizer')
 backup=("etc/conf.d/$pkgname")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v$pkgver.tar.gz;)
 
sha512sums=('4a557c56257dc38394468e9985b811b1e56aa521b01e9ecf76a76483e6f7e94f6c905b3174203f035e972b092f09c2d099e19a3d39ac9c6ede5ac27bff93ecd3')


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

2019-02-16 Thread David Runge via arch-commits
Date: Saturday, February 16, 2019 @ 19:51:00
  Author: dvzrv
Revision: 433753

upgpkg: fluidsynth 2.0.3-1

Upgrading to 2.0.3.

Modified:
  fluidsynth/trunk/PKGBUILD

--+
 PKGBUILD |   15 ---
 1 file changed, 4 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 19:47:59 UTC (rev 433752)
+++ PKGBUILD2019-02-16 19:51:00 UTC (rev 433753)
@@ -3,25 +3,18 @@
 # Contributor: damir 
 
 pkgname=fluidsynth
-# only update to > 2.0.0 after these are resolved:
-# FIXED https://github.com/calf-studio-gear/calf/issues/202
-# FIXED https://github.com/falkTX/Carla/issues/758
-# DISABLED https://github.com/csound/csound/issues/1036
-# https://github.com/free-wheeling/freewheeling/issues/12
-# FIXED https://github.com/LMMS/lmms/issues/4640
-# FIXED https://sourceforge.net/p/qsynth/tickets/15/
-pkgver=1.1.11
-pkgrel=3
+pkgver=2.0.3
+pkgrel=1
 pkgdesc="A real-time software synthesizer based on the SoundFont 2 
specifications"
 arch=('x86_64')
 url="http://www.fluidsynth.org/;
-depends=('glib2' 'jack' 'libpulse' 'portaudio')
+depends=('glib2' 'libpulse' 'portaudio')
 makedepends=('cmake' 'ladspa' 'doxygen')
 optdepends=('pulseaudio: PulseAudio sound support')
 license=('LGPL')
 backup=("etc/conf.d/$pkgname")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v$pkgver.tar.gz;)
-sha512sums=('ad7c634426b29e5a05d67addf32d43a9ccb11a1fe3cfc09ad617416b9df3dc99a48191377f5027232521380737dde2d9b59833516d1bffb90f410bab3bbe140c')
+sha512sums=('4a557c56257dc38394468e9985b811b1e56aa521b01e9ecf76a76483e6f7e94f6c905b3174203f035e972b092f09c2d099e19a3d39ac9c6ede5ac27bff93ecd3')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2019-01-10 Thread Felix Yan via arch-commits
Date: Friday, January 11, 2019 @ 06:15:36
  Author: felixonmars
Revision: 422205

Readline 8.0 rebuild

Modified:
  fluidsynth/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-11 06:14:25 UTC (rev 422204)
+++ PKGBUILD2019-01-11 06:15:36 UTC (rev 422205)
@@ -11,7 +11,7 @@
 # FIXED https://github.com/LMMS/lmms/issues/4640
 # FIXED https://sourceforge.net/p/qsynth/tickets/15/
 pkgver=1.1.11
-pkgrel=2
+pkgrel=3
 pkgdesc="A real-time software synthesizer based on the SoundFont 2 
specifications"
 arch=('x86_64')
 url="http://www.fluidsynth.org/;


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

2019-01-10 Thread Bartłomiej Piotrowski via arch-commits
Date: Friday, January 11, 2019 @ 06:14:25
  Author: bpiotrowski
Revision: 422204

Fix checksums

Modified:
  fluidsynth/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-11 05:00:20 UTC (rev 422203)
+++ PKGBUILD2019-01-11 06:14:25 UTC (rev 422204)
@@ -21,7 +21,7 @@
 license=('LGPL')
 backup=("etc/conf.d/$pkgname")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v$pkgver.tar.gz;)
-sha512sums=('706aba61efccb0c08262bdf186efddf8acf2a45f586220a43aa7c733a612c0988953729c7c4fdb0c3214e6e9a1ee7719eb980af98fc4f278f333509db5610c66')
+sha512sums=('ad7c634426b29e5a05d67addf32d43a9ccb11a1fe3cfc09ad617416b9df3dc99a48191377f5027232521380737dde2d9b59833516d1bffb90f410bab3bbe140c')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2019-01-09 Thread David Runge via arch-commits
Date: Wednesday, January 9, 2019 @ 16:01:49
  Author: dvzrv
Revision: 421278

Updating list of upstream issues tracking the progress of 2.0.0 API integration 
(down to free-wheeling and csound).

Modified:
  fluidsynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-09 14:59:57 UTC (rev 421277)
+++ PKGBUILD2019-01-09 16:01:49 UTC (rev 421278)
@@ -4,12 +4,12 @@
 
 pkgname=fluidsynth
 # only update to > 2.0.0 after these are resolved:
-# https://github.com/calf-studio-gear/calf/issues/202
-# https://github.com/falkTX/Carla/issues/758
-# https://github.com/csound/csound/issues/1036
+# FIXED https://github.com/calf-studio-gear/calf/issues/202
+# FIXED https://github.com/falkTX/Carla/issues/758
+# DISABLED https://github.com/csound/csound/issues/1036
 # https://github.com/free-wheeling/freewheeling/issues/12
-# https://github.com/LMMS/lmms/issues/4640
-# https://sourceforge.net/p/qsynth/tickets/15/
+# FIXED https://github.com/LMMS/lmms/issues/4640
+# FIXED https://sourceforge.net/p/qsynth/tickets/15/
 pkgver=1.1.11
 pkgrel=2
 pkgdesc="A real-time software synthesizer based on the SoundFont 2 
specifications"


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

2018-10-01 Thread David Runge via arch-commits
Date: Monday, October 1, 2018 @ 18:52:05
  Author: dvzrv
Revision: 388917

Reverting to version 1.1.11 (nearly no project requiring fluidsynth supports > 
2.0.0). Adding links to project issues tracking the status of fluidsynth 2.0.0 
integration.

Modified:
  fluidsynth/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 1 file changed, 10 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-01 17:32:10 UTC (rev 388916)
+++ PKGBUILD2018-10-01 18:52:05 UTC (rev 388917)
@@ -3,8 +3,15 @@
 # Contributor: damir 
 
 pkgname=fluidsynth
-pkgver=2.0.0
-pkgrel=1
+# only update to > 2.0.0 after these are resolved:
+# https://github.com/calf-studio-gear/calf/issues/202
+# https://github.com/falkTX/Carla/issues/758
+# https://github.com/csound/csound/issues/1036
+# https://github.com/free-wheeling/freewheeling/issues/12
+# https://github.com/LMMS/lmms/issues/4640
+# https://sourceforge.net/p/qsynth/tickets/15/
+pkgver=1.1.11
+pkgrel=2
 pkgdesc="A real-time software synthesizer based on the SoundFont 2 
specifications"
 arch=('x86_64')
 url="http://www.fluidsynth.org/;
@@ -13,7 +20,7 @@
 optdepends=('pulseaudio: PulseAudio sound support')
 license=('LGPL')
 backup=("etc/conf.d/$pkgname")
-source=($pkgname-$pkgver.tar.gz::"https://github.com/${pkgname}/${pkgname}/archive/v$pkgver.tar.gz;)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v$pkgver.tar.gz;)
 
sha512sums=('706aba61efccb0c08262bdf186efddf8acf2a45f586220a43aa7c733a612c0988953729c7c4fdb0c3214e6e9a1ee7719eb980af98fc4f278f333509db5610c66')
 
 prepare() {


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

2018-09-30 Thread David Runge via arch-commits
Date: Sunday, September 30, 2018 @ 10:06:07
  Author: dvzrv
Revision: 388450

upgpkg: fluidsynth 2.0.0-1

Upgrading to 2.0.0.

Modified:
  fluidsynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-30 09:39:36 UTC (rev 388449)
+++ PKGBUILD2018-09-30 10:06:07 UTC (rev 388450)
@@ -3,8 +3,8 @@
 # Contributor: damir 
 
 pkgname=fluidsynth
-pkgver=1.1.11
-pkgrel=2
+pkgver=2.0.0
+pkgrel=1
 pkgdesc="A real-time software synthesizer based on the SoundFont 2 
specifications"
 arch=('x86_64')
 url="http://www.fluidsynth.org/;
@@ -14,7 +14,7 @@
 license=('LGPL')
 backup=("etc/conf.d/$pkgname")
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/${pkgname}/${pkgname}/archive/v$pkgver.tar.gz;)
-sha512sums=('ad7c634426b29e5a05d67addf32d43a9ccb11a1fe3cfc09ad617416b9df3dc99a48191377f5027232521380737dde2d9b59833516d1bffb90f410bab3bbe140c')
+sha512sums=('706aba61efccb0c08262bdf186efddf8acf2a45f586220a43aa7c733a612c0988953729c7c4fdb0c3214e6e9a1ee7719eb980af98fc4f278f333509db5610c66')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2018-06-14 Thread David Runge via arch-commits
Date: Thursday, June 14, 2018 @ 21:06:27
  Author: dvzrv
Revision: 343201

upgpkg: fluidsynth 1.1.11-2

Removing lash support (to remove lash from repos). Minor fixes.

Modified:
  fluidsynth/trunk/PKGBUILD

--+
 PKGBUILD |   17 -
 1 file changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 20:47:53 UTC (rev 343200)
+++ PKGBUILD2018-06-14 21:06:27 UTC (rev 343201)
@@ -1,15 +1,15 @@
 # $Id$
-# Maintainer: Ray Rashif 
-# Contributor: David Runge 
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
 # Contributor: damir 
 
 pkgname=fluidsynth
 pkgver=1.1.11
-pkgrel=1
+pkgrel=2
 pkgdesc="A real-time software synthesizer based on the SoundFont 2 
specifications"
 arch=('x86_64')
 url="http://www.fluidsynth.org/;
-depends=('glib2' 'jack' 'lash' 'libpulse' 'portaudio')
+depends=('glib2' 'jack' 'libpulse' 'portaudio')
 makedepends=('cmake' 'ladspa' 'doxygen')
 optdepends=('pulseaudio: PulseAudio sound support')
 license=('LGPL')
@@ -28,7 +28,6 @@
   cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
-Denable-ladspa=ON \
-   -Denable-lash=ON \
-Denable-portaudio=ON \
-DLIB_SUFFIX=""
   make
@@ -38,12 +37,12 @@
   cd "${pkgname}-${pkgver}/build"
   make DESTDIR="$pkgdir" install
   # systemd user unit
-  install -vDm644 "${pkgname}.service" \
-"$pkgdir/usr/lib/systemd/user/${pkgname}.service"
+  install -vDm 644 "${pkgname}.service" \
+-t "$pkgdir/usr/lib/systemd/user/"
   # system-wide configuration file
-  install -vDm644 "${pkgname}.conf" "${pkgdir}/etc/conf.d/${pkgname}"
+  install -vDm 644 "${pkgname}.conf" "${pkgdir}/etc/conf.d/${pkgname}"
   # docs
   install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm644 ../{AUTHORS,ChangeLog,NEWS,README.md,THANKS,TODO}
+-vDm 644 ../{AUTHORS,ChangeLog,NEWS,README.md,THANKS,TODO}
 }
 


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

2018-05-08 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 8, 2018 @ 13:51:49
  Author: arojas
Revision: 323540

Update to 1.1.11

Modified:
  fluidsynth/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-08 13:45:46 UTC (rev 323539)
+++ PKGBUILD2018-05-08 13:51:49 UTC (rev 323540)
@@ -4,7 +4,7 @@
 # Contributor: damir 
 
 pkgname=fluidsynth
-pkgver=1.1.10
+pkgver=1.1.11
 pkgrel=1
 pkgdesc="A real-time software synthesizer based on the SoundFont 2 
specifications"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 license=('LGPL')
 backup=("etc/conf.d/$pkgname")
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/${pkgname}/${pkgname}/archive/v$pkgver.tar.gz;)
-sha512sums=('7ff7757baf6dee37f65a4fd214ffab1aa1434cfd1545deb4108fe2e9b0ed19d616880b2740a693b51ade0a4be998a671910b43cae26eb67fb97b16a513752cbc')
+sha512sums=('ad7c634426b29e5a05d67addf32d43a9ccb11a1fe3cfc09ad617416b9df3dc99a48191377f5027232521380737dde2d9b59833516d1bffb90f410bab3bbe140c')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
@@ -26,7 +26,6 @@
 build() {
   cd "${pkgname}-${pkgver}/build"
   cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
-Denable-ladspa=ON \
-Denable-lash=ON \


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

2018-02-06 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 6, 2018 @ 17:47:27
  Author: arojas
Revision: 316118

Update to 1.1.9

Modified:
  fluidsynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-06 17:43:07 UTC (rev 316117)
+++ PKGBUILD2018-02-06 17:47:27 UTC (rev 316118)
@@ -3,21 +3,21 @@
 # Contributor: damir 
 
 pkgname=fluidsynth
-pkgver=1.1.6
-pkgrel=5
+pkgver=1.1.9
+pkgrel=1
 pkgdesc="A real-time software synthesizer based on the SoundFont 2 
specifications"
 arch=('x86_64')
 url="http://www.fluidsynth.org/;
-depends=('jack' 'libpulse')
+depends=('jack' 'libpulse' 'glib2')
 makedepends=('cmake' 'ladspa' 'doxygen')
 optdepends=('pulseaudio: PulseAudio sound support')
 license=('LGPL')
 backup=("etc/conf.d/$pkgname")
 install=$pkgname.install
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;
+source=($pkgname-$pkgver.tar.gz::"https://github.com/FluidSynth/fluidsynth/archive/v$pkgver.tar.gz;
 'fluidsynth.systemd'
 'fluidsynth.conf')
-md5sums=('ae5aca6de824b4173667cbd3a310b263'
+md5sums=('0011c2b173e90f95a72b12c9a73b7c2c'
  'ba5e2c71a98d593339e1460c60b0951c'
  '2167e6a7e38ed29399d77179072548f2')
 


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

2016-11-07 Thread Felix Yan
Date: Monday, November 7, 2016 @ 18:24:04
  Author: felixonmars
Revision: 280079

readline 7.0 rebuild

Modified:
  fluidsynth/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 18:23:02 UTC (rev 280078)
+++ PKGBUILD2016-11-07 18:24:04 UTC (rev 280079)
@@ -4,7 +4,7 @@
 
 pkgname=fluidsynth
 pkgver=1.1.6
-pkgrel=4
+pkgrel=5
 pkgdesc="A real-time software synthesizer based on the SoundFont 2 
specifications"
 arch=('i686' 'x86_64')
 url="http://www.fluidsynth.org/;


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

2013-05-14 Thread Ray Rashif
Date: Tuesday, May 14, 2013 @ 12:05:01
  Author: schiv
Revision: 185440

upgpkg: fluidsynth 1.1.6-2

remove init scripts; part of TODO li list

Modified:
  fluidsynth/trunk/PKGBUILD
  fluidsynth/trunk/fluidsynth.install

+
 PKGBUILD   |   21 +
 fluidsynth.install |   12 +++-
 2 files changed, 8 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-14 10:04:40 UTC (rev 185439)
+++ PKGBUILD2013-05-14 10:05:01 UTC (rev 185440)
@@ -4,23 +4,18 @@
 
 pkgname=fluidsynth
 pkgver=1.1.6
-pkgrel=1
+pkgrel=2
 pkgdesc=A real-time software synthesizer based on the SoundFont 2 
specifications
 arch=('i686' 'x86_64')
 url=http://www.fluidsynth.org/;
-depends=('glib2' 'jack' 'dbus-core' 'libpulse')
+depends=('glib2' 'jack' 'libpulse')
 makedepends=('cmake' 'ladspa' 'doxygen')
 optdepends=('pulseaudio: PulseAudio sound support')
 license=('LGPL')
-backup=('etc/conf.d/fluidsynth')
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;
-'fluidsynth.conf'
-'fluidsynth.rc'
 'fluidsynth.systemd')
 md5sums=('ae5aca6de824b4173667cbd3a310b263'
- '7d0ab0d75d4e87652f4cb7ffeac8a82b'
- 'b296dbfb524c2164f552f68bd9abe2ec'
  'e0406748a154409907df62292be32e8a')
 
 build() {
@@ -36,16 +31,10 @@
 package() {
   cd $srcdir/$pkgname-$pkgver
 
-  make DESTDIR=$pkgdir/ install
+  make DESTDIR=$pkgdir install
 
-  install -Dm644 $srcdir/fluidsynth.conf \
-$pkgdir/etc/conf.d/fluidsynth
-
-  install -Dm755 $srcdir/fluidsynth.rc \
-$pkgdir/etc/rc.d/fluidsynth
-
-  install -Dm644 $srcdir/fluidsynth.systemd \
-$pkgdir/usr/lib/systemd/system/fluidsynth.service
+  install -Dm644 $srcdir/$pkgname.systemd \
+$pkgdir/usr/lib/systemd/system/$pkgname.service
 }
 
 # vim:set ts=2 sw=2 et:

Modified: fluidsynth.install
===
--- fluidsynth.install  2013-05-14 10:04:40 UTC (rev 185439)
+++ fluidsynth.install  2013-05-14 10:05:01 UTC (rev 185440)
@@ -1,19 +1,13 @@
 post_install() {
echo
-   echoTo use FluidSynth as a daemon edit /etc/conf.d/fluidsynth
-   echo
-   echoSystemd users need to copy the service file from:
+   echoTo use FluidSynth as a daemon copy the service file from:
echo   /usr/lib/systemd/system/fluidsynth.service
echoto:
echo   /etc/systemd/system/multi-user.target.wants/
echoand then edit accordingly.
echo
-   echoPulseAudio output when running as a daemon
-   echois known to be problematic. See:
+   echoPulseAudio output when running as a daemon is known to be
+   echoproblematic. See the following bulletin board post:
echo   https://bbs.archlinux.org/viewtopic.php?id=135092;
echo
 }
-
-post_upgrade() {
-   post_install
-}



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

2012-02-25 Thread Pierre Schmitz
Date: Saturday, February 25, 2012 @ 09:35:31
  Author: pierre
Revision: 151332

upgpkg: fluidsynth 1.1.5-2

rebuild old package

Modified:
  fluidsynth/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-25 14:34:59 UTC (rev 151331)
+++ PKGBUILD2012-02-25 14:35:31 UTC (rev 151332)
@@ -4,7 +4,7 @@
 
 pkgname=fluidsynth
 pkgver=1.1.5
-pkgrel=1
+pkgrel=2
 pkgdesc=A real-time software synthesizer based on the SoundFont 2 
specifications
 arch=('i686' 'x86_64')
 url=http://www.fluidsynth.org/;



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

2011-12-30 Thread Ray Rashif
Date: Saturday, December 31, 2011 @ 01:08:01
  Author: schiv
Revision: 145771

i find bash dep pointless; also see FS#27734

Modified:
  fluidsynth/trunk/PKGBUILD

--+
 PKGBUILD |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-30 11:51:06 UTC (rev 145770)
+++ PKGBUILD2011-12-31 06:08:01 UTC (rev 145771)
@@ -10,8 +10,7 @@
 url=http://www.fluidsynth.org/;
 depends=('glib2' 'jack' 'dbus-core' 'libpulse')
 makedepends=('cmake' 'ladspa' 'doxygen')
-optdepends=('pulseaudio: PulseAudio sound support'
-'bash: init script')
+optdepends=('pulseaudio: PulseAudio sound support')
 license=('LGPL')
 backup=('etc/conf.d/fluidsynth')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;



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

2011-09-05 Thread Ray Rashif
Date: Monday, September 5, 2011 @ 13:18:01
  Author: schiv
Revision: 137032

upgpkg: fluidsynth 1.1.5-1

upstream release

Modified:
  fluidsynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-09-05 17:00:37 UTC (rev 137031)
+++ PKGBUILD2011-09-05 17:18:01 UTC (rev 137032)
@@ -3,7 +3,7 @@
 # Contributor: damir da...@archlinux.org
 
 pkgname=fluidsynth
-pkgver=1.1.4
+pkgver=1.1.5
 pkgrel=1
 pkgdesc=A real-time software synthesizer based on the SoundFont 2 
specifications
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;
 'fluidsynth.conf'
 'fluidsynthd')
-md5sums=('71f297a90d00a253f0f12ceb5d3d661d'
+md5sums=('657e49e682b316432a4421dbb0313c3e'
  '16c5f4d4cbdddc6c5fcbd4fd4cc142f1'
  'b296dbfb524c2164f552f68bd9abe2ec')
 



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

2011-08-06 Thread Ray Rashif
Date: Saturday, August 6, 2011 @ 15:12:36
  Author: schiv
Revision: 134628

upgpkg: fluidsynth 1.1.4-1
upstream release

Modified:
  fluidsynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-06 17:37:30 UTC (rev 134627)
+++ PKGBUILD2011-08-06 19:12:36 UTC (rev 134628)
@@ -3,21 +3,21 @@
 # Contributor: damir da...@archlinux.org
 
 pkgname=fluidsynth
-pkgver=1.1.3
-pkgrel=2
+pkgver=1.1.4
+pkgrel=1
 pkgdesc=A real-time software synthesizer based on the SoundFont 2 
specifications
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url=http://www.fluidsynth.org/;
 depends=('glib2' 'jack' 'dbus-core' 'libpulse')
 makedepends=('cmake' 'ladspa' 'doxygen')
-optdepends=('pulseaudio'
+optdepends=('pulseaudio: PulseAudio sound support'
 'bash: init script')
 license=('LGPL')
 backup=('etc/conf.d/fluidsynth')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
-fluidsynth.conf
-fluidsynthd)
-md5sums=('0d3e3cc770b4da413010dfb7dfdce9c8'
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;
+'fluidsynth.conf'
+'fluidsynthd')
+md5sums=('71f297a90d00a253f0f12ceb5d3d661d'
  '16c5f4d4cbdddc6c5fcbd4fd4cc142f1'
  'b296dbfb524c2164f552f68bd9abe2ec')
 



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

2010-12-07 Thread Ray Rashif
Date: Wednesday, December 8, 2010 @ 02:09:52
  Author: schiv
Revision: 102552

upgpkg: fluidsynth 1.1.3-2
rebuild against libpulse for pulseaudio support

Modified:
  fluidsynth/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-12-08 06:53:19 UTC (rev 102551)
+++ PKGBUILD2010-12-08 07:09:52 UTC (rev 102552)
@@ -4,13 +4,14 @@
 
 pkgname=fluidsynth
 pkgver=1.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc=A real-time software synthesizer based on the SoundFont 2 
specifications
 arch=(i686 x86_64)
 url=http://www.fluidsynth.org/;
-depends=('glib2' 'jack' 'dbus-core')
+depends=('glib2' 'jack' 'dbus-core' 'libpulse')
 makedepends=('cmake' 'ladspa' 'doxygen')
-optdepends=('bash: init script')
+optdepends=('pulseaudio'
+'bash: init script')
 license=('LGPL')
 backup=('etc/conf.d/fluidsynth')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz



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

2010-10-11 Thread Ray Rashif
Date: Monday, October 11, 2010 @ 07:48:58
  Author: schiv
Revision: 94804

upgpkg: fluidsynth 1.1.2 - 1.1.3
upstream release

Modified:
  fluidsynth/trunk/PKGBUILD

--+
 PKGBUILD |   22 ++
 1 file changed, 10 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-11 11:35:56 UTC (rev 94803)
+++ PKGBUILD2010-10-11 11:48:58 UTC (rev 94804)
@@ -3,32 +3,30 @@
 # Contributor: damir da...@archlinux.org
 
 pkgname=fluidsynth
-pkgver=1.1.2
-pkgrel=3
+pkgver=1.1.3
+pkgrel=1
 pkgdesc=A real-time software synthesizer based on the SoundFont 2 
specifications
 arch=(i686 x86_64)
 url=http://www.fluidsynth.org/;
-depends=('glib2' 'jack' 'bash')
-#depends=('glib2' 'jack' 'dbus-core' 'bash')
-#makedepends=('cmake' 'ladspa' 'doxygen')
+depends=('glib2' 'jack' 'dbus-core')
+makedepends=('cmake' 'ladspa' 'doxygen')
+optdepends=('bash: init script')
 license=('LGPL')
 backup=('etc/conf.d/fluidsynth')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
 fluidsynth.conf
 fluidsynthd)
-md5sums=('7c95f68d9c9b7f54fa64459eb7850680'
+md5sums=('0d3e3cc770b4da413010dfb7dfdce9c8'
  '16c5f4d4cbdddc6c5fcbd4fd4cc142f1'
  'b296dbfb524c2164f552f68bd9abe2ec')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
 
-  #cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-  #-DCMAKE_BUILD_TYPE=Release \
-  #-Denable-ladspa=ON \
-  #-Denable-floats=yes \
-  #-DLIB_SUFFIX=
-  ./configure --prefix=/usr
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -Denable-ladspa=ON \
+  -DLIB_SUFFIX=
   make
 }
 



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

2010-10-03 Thread Ray Rashif
Date: Sunday, October 3, 2010 @ 08:30:18
  Author: schiv
Revision: 93086

fluidsynth: trying to fix FS#21031

Modified:
  fluidsynth/trunk/PKGBUILD

--+
 PKGBUILD |   18 ++
 1 file changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-03 12:28:16 UTC (rev 93085)
+++ PKGBUILD2010-10-03 12:30:18 UTC (rev 93086)
@@ -4,12 +4,13 @@
 
 pkgname=fluidsynth
 pkgver=1.1.2
-pkgrel=2
+pkgrel=3
 pkgdesc=A real-time software synthesizer based on the SoundFont 2 
specifications
 arch=(i686 x86_64)
 url=http://www.fluidsynth.org/;
-depends=('glib2' 'jack' 'dbus-core' 'bash')
-makedepends=('cmake' 'ladspa' 'doxygen')
+depends=('glib2' 'jack' 'bash')
+#depends=('glib2' 'jack' 'dbus-core' 'bash')
+#makedepends=('cmake' 'ladspa' 'doxygen')
 license=('LGPL')
 backup=('etc/conf.d/fluidsynth')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
@@ -22,11 +23,12 @@
 build() {
   cd $srcdir/$pkgname-$pkgver
 
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=Release \
-  -Denable-ladspa=ON \
-  -Denable-floats=yes \
-  -DLIB_SUFFIX=
+  #cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+  #-DCMAKE_BUILD_TYPE=Release \
+  #-Denable-ladspa=ON \
+  #-Denable-floats=yes \
+  #-DLIB_SUFFIX=
+  ./configure --prefix=/usr
   make
 }
 



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

2010-09-29 Thread Ray Rashif
Date: Wednesday, September 29, 2010 @ 03:10:41
  Author: schiv
Revision: 92115

Fix FS#20985

Modified:
  fluidsynth/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2010-09-29 06:43:35 UTC (rev 92114)
+++ PKGBUILD2010-09-29 07:10:41 UTC (rev 92115)
@@ -25,6 +25,7 @@
   cmake . -DCMAKE_INSTALL_PREFIX=/usr \
   -DCMAKE_BUILD_TYPE=Release \
   -Denable-ladspa=ON \
+  -Denable-floats=yes \
   -DLIB_SUFFIX=
   make
 }



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

2010-09-29 Thread Ray Rashif
Date: Wednesday, September 29, 2010 @ 03:35:59
  Author: schiv
Revision: 92121

pkgrel bump

Modified:
  fluidsynth/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-09-29 07:29:32 UTC (rev 92120)
+++ PKGBUILD2010-09-29 07:35:59 UTC (rev 92121)
@@ -4,7 +4,7 @@
 
 pkgname=fluidsynth
 pkgver=1.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A real-time software synthesizer based on the SoundFont 2 
specifications
 arch=(i686 x86_64)
 url=http://www.fluidsynth.org/;



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

2010-09-22 Thread Ray Rashif
Date: Wednesday, September 22, 2010 @ 04:56:16
  Author: schiv
Revision: 91076

upgpkg: fluidsynth 1.1.1 - 1.1.2

Modified:
  fluidsynth/trunk/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 26 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-09-22 05:10:09 UTC (rev 91075)
+++ PKGBUILD2010-09-22 08:56:16 UTC (rev 91076)
@@ -1,35 +1,43 @@
 # $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
 # Contributor: damir da...@archlinux.org
 
 pkgname=fluidsynth
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.1.2
+pkgrel=1
 pkgdesc=A real-time software synthesizer based on the SoundFont 2 
specifications
-arch=(i686 x86_64)
+arch=(i686 x86_64)
 url=http://www.fluidsynth.org/;
-depends=('glib2' 'jack' 'ladspa')
-options=('!libtool')
+depends=('glib2' 'jack' 'dbus-core' 'bash')
+makedepends=('cmake' 'ladspa' 'doxygen')
 license=('LGPL')
 backup=('etc/conf.d/fluidsynth')
-source=(http://savannah.nongnu.org/download/fluid/$pkgname-$pkgver.tar.gz;
-   'fluidsynth.conf' 'fluidsynthd')
-md5sums=('0db3da78028d255026230809c6e21b44'
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
+fluidsynth.conf
+fluidsynthd)
+md5sums=('7c95f68d9c9b7f54fa64459eb7850680'
  '16c5f4d4cbdddc6c5fcbd4fd4cc142f1'
  'b296dbfb524c2164f552f68bd9abe2ec')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr \
---enable-ladspa || return 1
-  make || return 1
+  cd $srcdir/$pkgname-$pkgver
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -Denable-ladspa=ON
+  make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
 
-  make prefix=$pkgdir/usr install
-  install -Dm644 ${srcdir}/fluidsynth.conf \
-${pkgdir}/etc/conf.d/fluidsynth
-  install -Dm755 ${srcdir}/fluidsynthd \
-${pkgdir}/etc/rc.d/fluidsynth
+  make DESTDIR=$pkgdir/ install
+
+  install -Dm644 $srcdir/fluidsynth.conf \
+$pkgdir/etc/conf.d/fluidsynth
+
+  install -Dm755 $srcdir/fluidsynthd \
+$pkgdir/etc/rc.d/fluidsynth
 }
+
+# vim:set ts=2 sw=2 et:



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

2010-09-22 Thread Ray Rashif
Date: Wednesday, September 22, 2010 @ 05:27:23
  Author: schiv
Revision: 91077

upgpkg: fluidsynth 1.1.2-1
fluidsynth x86_64 fix lib64 path

Modified:
  fluidsynth/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-09-22 08:56:16 UTC (rev 91076)
+++ PKGBUILD2010-09-22 09:27:23 UTC (rev 91077)
@@ -24,7 +24,8 @@
 
   cmake . -DCMAKE_INSTALL_PREFIX=/usr \
   -DCMAKE_BUILD_TYPE=Release \
-  -Denable-ladspa=ON
+  -Denable-ladspa=ON \
+  -DLIB_SUFFIX=
   make
 }
 



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

2010-03-06 Thread Andrea Scarpino
Date: Saturday, March 6, 2010 @ 16:33:09
  Author: andrea
Revision: 71370

upgpkg: fluidsynth 1.1.1-2
added daemon script (FS#18572)

Added:
  fluidsynth/trunk/fluidsynth.conf
  fluidsynth/trunk/fluidsynthd
Modified:
  fluidsynth/trunk/PKGBUILD

-+
 PKGBUILD|   23 ++-
 fluidsynth.conf |2 ++
 fluidsynthd |   40 
 3 files changed, 60 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-03-06 21:32:35 UTC (rev 71369)
+++ PKGBUILD2010-03-06 21:33:09 UTC (rev 71370)
@@ -3,20 +3,33 @@
 
 pkgname=fluidsynth
 pkgver=1.1.1
-pkgrel=1
-pkgdesc=A real-time software synthesizer based on the SoundFont 2 
specifications.
+pkgrel=2
+pkgdesc=A real-time software synthesizer based on the SoundFont 2 
specifications
 arch=(i686 x86_64)
 url=http://www.fluidsynth.org/;
-depends=('glib2' 'jack-audio-connection-kit' 'ladspa')
+depends=('glib2' 'jack' 'ladspa')
 options=('!libtool')
 license=('LGPL')
-source=(http://savannah.nongnu.org/download/fluid/$pkgname-$pkgver.tar.gz;)
-md5sums=('0db3da78028d255026230809c6e21b44')
+backup=('etc/conf.d/fluidsynth')
+source=(http://savannah.nongnu.org/download/fluid/$pkgname-$pkgver.tar.gz;
+   'fluidsynth.conf' 'fluidsynthd')
+md5sums=('0db3da78028d255026230809c6e21b44'
+ '16c5f4d4cbdddc6c5fcbd4fd4cc142f1'
+ 'b296dbfb524c2164f552f68bd9abe2ec')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr \
 --enable-ladspa || return 1
   make || return 1
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
   make prefix=$pkgdir/usr install
+  install -Dm644 ${srcdir}/fluidsynth.conf \
+${pkgdir}/etc/conf.d/fluidsynth
+  install -Dm755 ${srcdir}/fluidsynthd \
+${pkgdir}/etc/rc.d/fluidsynth
 }

Added: fluidsynth.conf
===
--- fluidsynth.conf (rev 0)
+++ fluidsynth.conf 2010-03-06 21:33:09 UTC (rev 71370)
@@ -0,0 +1,2 @@
+FSYNTH_OPTS=-a alsa -m alsa_seq -r 48000
+FSYNTH_SOUNDFONT=
\ No newline at end of file

Added: fluidsynthd
===
--- fluidsynthd (rev 0)
+++ fluidsynthd 2010-03-06 21:33:09 UTC (rev 71370)
@@ -0,0 +1,40 @@
+#!/bin/bash
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+[ -f /etc/conf.d/fluidsynth ]  . /etc/conf.d/fluidsynth
+
+PID=`pidof -o %PPID /usr/bin/fluidsynth`
+case $1 in
+   start)
+ stat_busy Starting Fluidsynth soundfont synthesizer
+ [ -z $PID ]  /usr/bin/fluidsynth -is $FSYNTH_OPTS $FSYNTH_SOUNDFONT  
/dev/null 21 
+ if [ $? -gt 0 ]; then
+   stat_fail
+ else
+   echo $PID  /var/run/fluidsynth.pid
+   add_daemon fluidsynth
+   stat_done
+ fi
+ ;;
+   stop)
+ stat_busy Stopping Fluidsynth soundfont synthesizer
+ [ ! -z $PID ]   kill $PID  /dev/null 21
+ if [ $? -gt 0 ]; then
+   stat_fail
+ else
+   rm /var/run/fluidsynth.pid
+   rm_daemon fluidsynth
+   stat_done
+ fi
+ ;;
+   restart)
+ $0 stop
+ sleep 1
+ $0 start
+ ;;
+   *)
+ echo usage: $0 {start|stop|restart}
+esac
+exit 0



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

2009-12-21 Thread Andrea Scarpino
Date: Monday, December 21, 2009 @ 13:37:22
  Author: andrea
Revision: 61685

upgpkg: fluidsynth 1.1.1-1
upstream release

Modified:
  fluidsynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2009-12-21 18:24:09 UTC (rev 61684)
+++ PKGBUILD2009-12-21 18:37:22 UTC (rev 61685)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: damir da...@archlinux.org
+# Contributor: damir da...@archlinux.org
 
 pkgname=fluidsynth
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.1.1
+pkgrel=1
 pkgdesc=A real-time software synthesizer based on the SoundFont 2 
specifications.
 arch=(i686 x86_64)
 url=http://www.fluidsynth.org/;
@@ -11,7 +11,7 @@
 options=('!libtool')
 license=('LGPL')
 source=(http://savannah.nongnu.org/download/fluid/$pkgname-$pkgver.tar.gz;)
-sha256sums=('63e62331292d495653e2d986783b9294af2e5b8f1c054a74fe6b4cc65cb0693e')
+md5sums=('0db3da78028d255026230809c6e21b44')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2009-12-07 Thread Ionut Biru
Date: Monday, December 7, 2009 @ 05:03:43
  Author: ibiru
Revision: 60825

upgpkg: fluidsynth 1.1.0-2
add glib2 to dependency  FS#17412

Modified:
  fluidsynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2009-12-07 09:19:00 UTC (rev 60824)
+++ PKGBUILD2009-12-07 10:03:43 UTC (rev 60825)
@@ -3,11 +3,11 @@
 
 pkgname=fluidsynth
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A real-time software synthesizer based on the SoundFont 2 
specifications.
 arch=(i686 x86_64)
 url=http://www.fluidsynth.org/;
-depends=('jack-audio-connection-kit' 'ladspa')
+depends=('glib2' 'jack-audio-connection-kit' 'ladspa')
 options=('!libtool')
 license=('LGPL')
 source=(http://savannah.nongnu.org/download/fluid/$pkgname-$pkgver.tar.gz;)