[arch-commits] Commit in lib32-fluidsynth/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2020-05-26 Thread David Runge via arch-commits
Date: Tuesday, May 26, 2020 @ 19:21:44
  Author: dvzrv
Revision: 635226

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD
(from rev 635225, lib32-fluidsynth/trunk/PKGBUILD)
Deleted:
  lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  138 ++---
 1 file changed, 70 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-26 19:21:36 UTC (rev 635225)
+++ PKGBUILD2020-05-26 19:21:44 UTC (rev 635226)
@@ -1,68 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: David Runge 
-# Contributor: carstene1ns 
-# Contributor: Giuseppe Calà  
-# Contributor: Ray Rashif 
-# Contributor: damir 
-
-pkgname=lib32-fluidsynth
-_name=fluidsynth
-pkgver=2.1.2
-pkgrel=1
-pkgdesc='A real-time software synthesizer based on the SoundFont 2 
specifications'
-arch=('x86_64')
-url="https://www.fluidsynth.org/;
-license=('LGPL2.1')
-depends=(
-  fluidsynth
-  lib32-glibc
-  lib32-libpulse
-  lib32-readline
-  lib32-sdl2
-)
-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=('9206d83b8d2f7e1ec259ee01e943071de67e419aabe142b51312f8edb39c5503')
-
-build() {
-  cd "${_name}-${pkgver}"
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cmake -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
--DLIB_SUFFIX=32 \
--Denable-ladspa=ON \
--Denable-portaudio=ON \
--B build
-  make -C build VERBOSE=1
-}
-
-check() {
-  cd "${_name}-${pkgver}"
-  make -C build -k check
-}
-
-package() {
-  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
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-}
-# vim: ts=2 sw=2 et:

Copied: lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD (from rev 635225, 
lib32-fluidsynth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-26 19:21:44 UTC (rev 635226)
@@ -0,0 +1,70 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: David Runge 
+# Contributor: carstene1ns 
+# Contributor: Giuseppe Calà  
+# Contributor: Ray Rashif 
+# Contributor: damir 
+
+pkgname=lib32-fluidsynth
+_name=fluidsynth
+pkgver=2.1.3
+pkgrel=1
+pkgdesc='A real-time software synthesizer based on the SoundFont 2 
specifications'
+arch=('x86_64')
+url="https://www.fluidsynth.org/;
+license=('LGPL2.1')
+depends=(
+  fluidsynth=${pkgver}
+  lib32-glibc
+  lib32-libpulse
+  lib32-readline
+  lib32-sdl2
+)
+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=('645fbfd7c04543c6d3bf415eab8250527813b8dc8e6d6972dbcc8cb525e1d409')
+
+build() {
+  cd "${_name}-${pkgver}"
+  export CFLAGS+=" ${CPPFLAGS}"
+  export CXXFLAGS+=" ${CPPFLAGS}"
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
+-DCMAKE_BUILD_TYPE='None' \
+-DLIB_SUFFIX=32 \
+-Denable-ladspa=ON \
+-Denable-portaudio=ON \
+-Wno-dev \
+-B build \
+-S .
+  make -C build VERBOSE=1
+}
+
+check() {
+  cd "${_name}-${pkgver}"
+  make -C build -k check
+}
+
+package() {
+  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
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+}
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in lib32-fluidsynth/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2020-04-06 Thread David Runge via arch-commits
Date: Monday, April 6, 2020 @ 21:45:44
  Author: dvzrv
Revision: 612164

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD
(from rev 612163, lib32-fluidsynth/trunk/PKGBUILD)
Deleted:
  lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  134 ++---
 1 file changed, 68 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-06 21:45:37 UTC (rev 612163)
+++ PKGBUILD2020-04-06 21:45:44 UTC (rev 612164)
@@ -1,66 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: David Runge 
-# Contributor: carstene1ns 
-# Contributor: Giuseppe Calà  
-# Contributor: Ray Rashif 
-# Contributor: damir 
-
-pkgname=lib32-fluidsynth
-_name=fluidsynth
-pkgver=2.1.1
-pkgrel=1
-pkgdesc='A real-time software synthesizer based on the SoundFont 2 
specifications'
-arch=('x86_64')
-url="https://www.fluidsynth.org/;
-license=('LGPL2.1')
-depends=(
-  fluidsynth
-  lib32-glib2
-  lib32-glibc
-  lib32-jack
-  lib32-dbus
-  lib32-libpulse
-  lib32-portaudio
-  lib32-readline
-  lib32-sdl2
-)
-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=('966d0393591b505d694e51cbf653387007144e9ae0b8705d82ec7d943d31d348')
-
-build() {
-  cd "${_name}-${pkgver}"
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cmake -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
--DLIB_SUFFIX=32 \
--Denable-ladspa=ON \
--Denable-portaudio=ON \
--B build
-  make -C build VERBOSE=1
-}
-
-check() {
-  cd "${_name}-${pkgver}"
-  make -C build -k check
-}
-
-package() {
-  depends+=('libasound.so' 'libinstpatch-1.0.so' 'libsndfile.so')
-  cd "${_name}-${pkgver}"
-
-  make -C build DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-}
-# vim: ts=2 sw=2 et:

Copied: lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD (from rev 612163, 
lib32-fluidsynth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 21:45:44 UTC (rev 612164)
@@ -0,0 +1,68 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: David Runge 
+# Contributor: carstene1ns 
+# Contributor: Giuseppe Calà  
+# Contributor: Ray Rashif 
+# Contributor: damir 
+
+pkgname=lib32-fluidsynth
+_name=fluidsynth
+pkgver=2.1.2
+pkgrel=1
+pkgdesc='A real-time software synthesizer based on the SoundFont 2 
specifications'
+arch=('x86_64')
+url="https://www.fluidsynth.org/;
+license=('LGPL2.1')
+depends=(
+  fluidsynth
+  lib32-glibc
+  lib32-libpulse
+  lib32-readline
+  lib32-sdl2
+)
+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=('9206d83b8d2f7e1ec259ee01e943071de67e419aabe142b51312f8edb39c5503')
+
+build() {
+  cd "${_name}-${pkgver}"
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cmake -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
+-DLIB_SUFFIX=32 \
+-Denable-ladspa=ON \
+-Denable-portaudio=ON \
+-B build
+  make -C build VERBOSE=1
+}
+
+check() {
+  cd "${_name}-${pkgver}"
+  make -C build -k check
+}
+
+package() {
+  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
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+}
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in lib32-fluidsynth/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2020-02-20 Thread David Runge via arch-commits
Date: Thursday, February 20, 2020 @ 15:33:34
  Author: dvzrv
Revision: 577279

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD
(from rev 577278, lib32-fluidsynth/trunk/PKGBUILD)
Deleted:
  lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  130 ++---
 1 file changed, 66 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-20 15:33:25 UTC (rev 577278)
+++ PKGBUILD2020-02-20 15:33:34 UTC (rev 577279)
@@ -1,64 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: David Runge 
-# Contributor: carstene1ns 
-# Contributor: Giuseppe Calà  
-# Contributor: Ray Rashif 
-# Contributor: damir 
-
-pkgname=lib32-fluidsynth
-_name=fluidsynth
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='A real-time software synthesizer based on the SoundFont 2 
specifications'
-arch=('x86_64')
-url="https://www.fluidsynth.org/;
-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
-)
-makedepends=(
-  cmake
-  lib32-ladspa
-)
-optdepends=('pulseaudio: PulseAudio sound support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/${_name}/${_name}/archive/v${pkgver}.tar.gz;)
-sha256sums=('526addc6d8445035840d3af7282d3ba89567df209d28e183da04a1a877da2da3')
-
-build() {
-  cd "${_name}-${pkgver}"
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cmake -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
--DLIB_SUFFIX=32 \
--Denable-ladspa=ON \
--Denable-portaudio=ON \
--B build
-  make -C build VERBOSE=1
-}
-
-check() {
-  cd "${_name}-${pkgver}"
-  make -C build -k check
-}
-
-package() {
-  cd "${_name}-${pkgver}"
-
-  make -C build DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-}
-# vim: ts=2 sw=2 et:

Copied: lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD (from rev 577278, 
lib32-fluidsynth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-20 15:33:34 UTC (rev 577279)
@@ -0,0 +1,66 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: David Runge 
+# Contributor: carstene1ns 
+# Contributor: Giuseppe Calà  
+# Contributor: Ray Rashif 
+# Contributor: damir 
+
+pkgname=lib32-fluidsynth
+_name=fluidsynth
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='A real-time software synthesizer based on the SoundFont 2 
specifications'
+arch=('x86_64')
+url="https://www.fluidsynth.org/;
+license=('LGPL2.1')
+depends=(
+  fluidsynth
+  lib32-glib2
+  lib32-glibc
+  lib32-jack
+  lib32-dbus
+  lib32-libpulse
+  lib32-portaudio
+  lib32-readline
+  lib32-sdl2
+)
+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=('966d0393591b505d694e51cbf653387007144e9ae0b8705d82ec7d943d31d348')
+
+build() {
+  cd "${_name}-${pkgver}"
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cmake -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
+-DLIB_SUFFIX=32 \
+-Denable-ladspa=ON \
+-Denable-portaudio=ON \
+-B build
+  make -C build VERBOSE=1
+}
+
+check() {
+  cd "${_name}-${pkgver}"
+  make -C build -k check
+}
+
+package() {
+  depends+=('libasound.so' 'libinstpatch-1.0.so' 'libsndfile.so')
+  cd "${_name}-${pkgver}"
+
+  make -C build DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+}
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in lib32-fluidsynth/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2019-12-03 Thread David Runge via arch-commits
Date: Tuesday, December 3, 2019 @ 18:30:27
  Author: dvzrv
Revision: 534978

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD
(from rev 534977, lib32-fluidsynth/trunk/PKGBUILD)
Deleted:
  lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  128 ++---
 1 file changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-03 18:27:20 UTC (rev 534977)
+++ PKGBUILD2019-12-03 18:30:27 UTC (rev 534978)
@@ -1,64 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: David Runge 
-# Contributor: carstene1ns 
-# Contributor: Giuseppe Calà  
-# Contributor: Ray Rashif 
-# Contributor: damir 
-
-pkgname=lib32-fluidsynth
-_name=fluidsynth
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='A real-time software synthesizer based on the SoundFont 2 
specifications'
-arch=('x86_64')
-url="https://www.fluidsynth.org/;
-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
-)
-makedepends=(
-  cmake
-  lib32-ladspa
-)
-optdepends=('pulseaudio: PulseAudio sound support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/${_name}/${_name}/archive/v${pkgver}.tar.gz;)
-sha256sums=('526addc6d8445035840d3af7282d3ba89567df209d28e183da04a1a877da2da3')
-
-build() {
-  cd "${_name}-${pkgver}"
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cmake -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
--DLIB_SUFFIX=32 \
--Denable-ladspa=ON \
--Denable-portaudio=ON \
--B build
-  make -C build VERBOSE=1
-}
-
-check() {
-  cd "${_name}-${pkgver}"
-  make -C build -k check
-}
-
-package() {
-  cd "${_name}-${pkgver}"
-
-  make -C build DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-}
-# vim: ts=2 sw=2 et:

Copied: lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD (from rev 534977, 
lib32-fluidsynth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-03 18:30:27 UTC (rev 534978)
@@ -0,0 +1,64 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: David Runge 
+# Contributor: carstene1ns 
+# Contributor: Giuseppe Calà  
+# Contributor: Ray Rashif 
+# Contributor: damir 
+
+pkgname=lib32-fluidsynth
+_name=fluidsynth
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='A real-time software synthesizer based on the SoundFont 2 
specifications'
+arch=('x86_64')
+url="https://www.fluidsynth.org/;
+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
+)
+makedepends=(
+  cmake
+  lib32-ladspa
+)
+optdepends=('pulseaudio: PulseAudio sound support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/${_name}/${_name}/archive/v${pkgver}.tar.gz;)
+sha256sums=('526addc6d8445035840d3af7282d3ba89567df209d28e183da04a1a877da2da3')
+
+build() {
+  cd "${_name}-${pkgver}"
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cmake -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
+-DLIB_SUFFIX=32 \
+-Denable-ladspa=ON \
+-Denable-portaudio=ON \
+-B build
+  make -C build VERBOSE=1
+}
+
+check() {
+  cd "${_name}-${pkgver}"
+  make -C build -k check
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+
+  make -C build DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+}
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in lib32-fluidsynth/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2019-12-01 Thread David Runge via arch-commits
Date: Sunday, December 1, 2019 @ 15:41:58
  Author: dvzrv
Revision: 534634

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD
(from rev 534633, lib32-fluidsynth/trunk/PKGBUILD)
Deleted:
  lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  133 +
 1 file changed, 64 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-01 15:41:49 UTC (rev 534633)
+++ PKGBUILD2019-12-01 15:41:58 UTC (rev 534634)
@@ -1,69 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: David Runge 
-# Contributor: carstene1ns 
-# Contributor: Giuseppe Calà  
-# Contributor: Ray Rashif 
-# Contributor: damir 
-
-pkgname=lib32-fluidsynth
-_name=fluidsynth
-pkgver=2.0.9
-pkgrel=1
-pkgdesc='A real-time software synthesizer based on the SoundFont 2 
specifications'
-arch=('x86_64')
-url="https://www.fluidsynth.org/;
-license=('LGPL2.1')
-depends=(
-  fluidsynth
-  lib32-alsa-lib
-  lib32-glib2
-  lib32-glibc
-  lib32-jack
-  lib32-dbus
-  lib32-libpulse
-  lib32-libsndfile
-  lib32-portaudio
-  lib32-readline
-)
-makedepends=(
-  cmake
-  lib32-ladspa
-)
-optdepends=('pulseaudio: PulseAudio sound support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/${_name}/${_name}/archive/v${pkgver}.tar.gz;)
-sha256sums=('bfe82ccf1bf00ff5cfc18e2d9d1e5d95c6bd169a76a2dec14898d1ee0e0fac8a')
-
-prepare() {
-  cd "${_name}-${pkgver}"
-  mkdir -vp build
-}
-
-build() {
-  cd "${_name}-${pkgver}"
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cmake -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
--DLIB_SUFFIX=32 \
--Denable-ladspa=ON \
--Denable-portaudio=ON \
--B build
-  make -C build VERBOSE=1
-}
-
-check() {
-  cd "${_name}-${pkgver}"
-  make -C build -k check
-}
-
-package() {
-  cd "${_name}-${pkgver}"
-
-  make -C build DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD (from rev 534633, 
lib32-fluidsynth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-01 15:41:58 UTC (rev 534634)
@@ -0,0 +1,64 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: David Runge 
+# Contributor: carstene1ns 
+# Contributor: Giuseppe Calà  
+# Contributor: Ray Rashif 
+# Contributor: damir 
+
+pkgname=lib32-fluidsynth
+_name=fluidsynth
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='A real-time software synthesizer based on the SoundFont 2 
specifications'
+arch=('x86_64')
+url="https://www.fluidsynth.org/;
+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
+)
+makedepends=(
+  cmake
+  lib32-ladspa
+)
+optdepends=('pulseaudio: PulseAudio sound support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/${_name}/${_name}/archive/v${pkgver}.tar.gz;)
+sha256sums=('526addc6d8445035840d3af7282d3ba89567df209d28e183da04a1a877da2da3')
+
+build() {
+  cd "${_name}-${pkgver}"
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cmake -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
+-DLIB_SUFFIX=32 \
+-Denable-ladspa=ON \
+-Denable-portaudio=ON \
+-B build
+  make -C build VERBOSE=1
+}
+
+check() {
+  cd "${_name}-${pkgver}"
+  make -C build -k check
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+
+  make -C build DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+}
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in lib32-fluidsynth/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2019-11-14 Thread David Runge via arch-commits
Date: Thursday, November 14, 2019 @ 15:48:48
  Author: dvzrv
Revision: 528694

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD
(from rev 528693, lib32-fluidsynth/trunk/PKGBUILD)
Deleted:
  lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  138 ++---
 1 file changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-14 15:48:28 UTC (rev 528693)
+++ PKGBUILD2019-11-14 15:48:48 UTC (rev 528694)
@@ -1,69 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: David Runge 
-# Contributor: carstene1ns 
-# Contributor: Giuseppe Calà  
-# Contributor: Ray Rashif 
-# Contributor: damir 
-
-pkgname=lib32-fluidsynth
-_name=fluidsynth
-pkgver=2.0.8
-pkgrel=1
-pkgdesc='A real-time software synthesizer based on the SoundFont 2 
specifications'
-arch=('x86_64')
-url="https://www.fluidsynth.org/;
-license=('LGPL2.1')
-depends=(
-  fluidsynth
-  lib32-alsa-lib
-  lib32-glib2
-  lib32-glibc
-  lib32-jack
-  lib32-dbus
-  lib32-libpulse
-  lib32-libsndfile
-  lib32-portaudio
-  lib32-readline
-)
-makedepends=(
-  cmake
-  lib32-ladspa
-)
-optdepends=('pulseaudio: PulseAudio sound support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/${_name}/${_name}/archive/v${pkgver}.tar.gz;)
-sha256sums=('0c37e72db31d1b35e587b94b7163d68444cffaa9e7fe8a293d79957620bff117')
-
-prepare() {
-  cd "${_name}-${pkgver}"
-  mkdir -vp build
-}
-
-build() {
-  cd "${_name}-${pkgver}"
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cmake -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
--DLIB_SUFFIX=32 \
--Denable-ladspa=ON \
--Denable-portaudio=ON \
--B build
-  make -C build VERBOSE=1
-}
-
-check() {
-  cd "${_name}-${pkgver}"
-  make -C build -k check
-}
-
-package() {
-  cd "${_name}-${pkgver}"
-
-  make -C build DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD (from rev 528693, 
lib32-fluidsynth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-14 15:48:48 UTC (rev 528694)
@@ -0,0 +1,69 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: David Runge 
+# Contributor: carstene1ns 
+# Contributor: Giuseppe Calà  
+# Contributor: Ray Rashif 
+# Contributor: damir 
+
+pkgname=lib32-fluidsynth
+_name=fluidsynth
+pkgver=2.0.9
+pkgrel=1
+pkgdesc='A real-time software synthesizer based on the SoundFont 2 
specifications'
+arch=('x86_64')
+url="https://www.fluidsynth.org/;
+license=('LGPL2.1')
+depends=(
+  fluidsynth
+  lib32-alsa-lib
+  lib32-glib2
+  lib32-glibc
+  lib32-jack
+  lib32-dbus
+  lib32-libpulse
+  lib32-libsndfile
+  lib32-portaudio
+  lib32-readline
+)
+makedepends=(
+  cmake
+  lib32-ladspa
+)
+optdepends=('pulseaudio: PulseAudio sound support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/${_name}/${_name}/archive/v${pkgver}.tar.gz;)
+sha256sums=('bfe82ccf1bf00ff5cfc18e2d9d1e5d95c6bd169a76a2dec14898d1ee0e0fac8a')
+
+prepare() {
+  cd "${_name}-${pkgver}"
+  mkdir -vp build
+}
+
+build() {
+  cd "${_name}-${pkgver}"
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cmake -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
+-DLIB_SUFFIX=32 \
+-Denable-ladspa=ON \
+-Denable-portaudio=ON \
+-B build
+  make -C build VERBOSE=1
+}
+
+check() {
+  cd "${_name}-${pkgver}"
+  make -C build -k check
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+
+  make -C build DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in lib32-fluidsynth/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

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

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD
(from rev 520866, lib32-fluidsynth/trunk/PKGBUILD)
Deleted:
  lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  140 ++---
 1 file changed, 69 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-28 21:27:23 UTC (rev 520866)
+++ PKGBUILD2019-10-28 21:27:29 UTC (rev 520867)
@@ -1,71 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: David Runge 
-# Contributor: carstene1ns 
-# Contributor: Giuseppe Calà  
-# Contributor: Ray Rashif 
-# Contributor: damir 
-
-pkgname=lib32-fluidsynth
-_name=fluidsynth
-pkgver=2.0.7
-pkgrel=1
-pkgdesc='A real-time software synthesizer based on the SoundFont 2 
specifications'
-arch=('x86_64')
-url="https://www.fluidsynth.org/;
-license=('LGPL2.1')
-depends=(
-  fluidsynth
-  lib32-alsa-lib
-  lib32-glib2
-  lib32-glibc
-  lib32-jack
-  lib32-dbus
-  lib32-libpulse
-  lib32-libsndfile
-  lib32-portaudio
-  lib32-readline
-)
-makedepends=(
-  cmake
-  lib32-ladspa
-)
-optdepends=('pulseaudio: PulseAudio sound support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/${_name}/${_name}/archive/v${pkgver}.tar.gz;)
-sha256sums=('b68876d24c7fb34575ffa389bcfe8e61a24f1cf1da8ec6c3b2053efde98d0320')
-
-prepare() {
-  cd "${_name}-${pkgver}"
-  # out-of-tree build
-  mkdir build
-}
-
-build() {
-  cd "${_name}-${pkgver}/build"
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
--DLIB_SUFFIX=32 \
--Denable-ladspa=ON \
--Denable-lash=OFF \
--Denable-portaudio=ON
-  make
-}
-
-check() {
-  cd "${_name}-${pkgver}/build"
-  make -k check
-}
-
-package() {
-  cd "${_name}-${pkgver}/build"
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD (from rev 520866, 
lib32-fluidsynth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-28 21:27:29 UTC (rev 520867)
@@ -0,0 +1,69 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: David Runge 
+# Contributor: carstene1ns 
+# Contributor: Giuseppe Calà  
+# Contributor: Ray Rashif 
+# Contributor: damir 
+
+pkgname=lib32-fluidsynth
+_name=fluidsynth
+pkgver=2.0.8
+pkgrel=1
+pkgdesc='A real-time software synthesizer based on the SoundFont 2 
specifications'
+arch=('x86_64')
+url="https://www.fluidsynth.org/;
+license=('LGPL2.1')
+depends=(
+  fluidsynth
+  lib32-alsa-lib
+  lib32-glib2
+  lib32-glibc
+  lib32-jack
+  lib32-dbus
+  lib32-libpulse
+  lib32-libsndfile
+  lib32-portaudio
+  lib32-readline
+)
+makedepends=(
+  cmake
+  lib32-ladspa
+)
+optdepends=('pulseaudio: PulseAudio sound support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/${_name}/${_name}/archive/v${pkgver}.tar.gz;)
+sha256sums=('0c37e72db31d1b35e587b94b7163d68444cffaa9e7fe8a293d79957620bff117')
+
+prepare() {
+  cd "${_name}-${pkgver}"
+  mkdir -vp build
+}
+
+build() {
+  cd "${_name}-${pkgver}"
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cmake -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
+-DLIB_SUFFIX=32 \
+-Denable-ladspa=ON \
+-Denable-portaudio=ON \
+-B build
+  make -C build VERBOSE=1
+}
+
+check() {
+  cd "${_name}-${pkgver}"
+  make -C build -k check
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+
+  make -C build DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in lib32-fluidsynth/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2019-09-29 Thread David Runge via arch-commits
Date: Sunday, September 29, 2019 @ 13:34:34
  Author: dvzrv
Revision: 512073

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD
(from rev 512072, lib32-fluidsynth/trunk/PKGBUILD)
Deleted:
  lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  142 ++---
 1 file changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-29 13:34:29 UTC (rev 512072)
+++ PKGBUILD2019-09-29 13:34:34 UTC (rev 512073)
@@ -1,71 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: David Runge 
-# Contributor: carstene1ns 
-# Contributor: Giuseppe Calà  
-# Contributor: Ray Rashif 
-# Contributor: damir 
-
-pkgname=lib32-fluidsynth
-_name=fluidsynth
-pkgver=2.0.6
-pkgrel=1
-pkgdesc='A real-time software synthesizer based on the SoundFont 2 
specifications'
-arch=('x86_64')
-url="https://www.fluidsynth.org/;
-license=('LGPL')
-depends=(
-  fluidsynth
-  lib32-alsa-lib
-  lib32-glib2
-  lib32-glibc
-  lib32-jack
-  lib32-dbus
-  lib32-libpulse
-  lib32-libsndfile
-  lib32-portaudio
-  lib32-readline
-)
-makedepends=(
-  cmake
-  lib32-ladspa
-)
-optdepends=('pulseaudio: PulseAudio sound support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/${_name}/${_name}/archive/v${pkgver}.tar.gz;)
-sha256sums=('e97e63c1045e102465f1aa848f9d712c5528c58685b8d40062e4aaf6af7edb75')
-
-prepare() {
-  cd "${_name}-${pkgver}"
-  # out-of-tree build
-  mkdir build
-}
-
-build() {
-  cd "${_name}-${pkgver}/build"
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
--DLIB_SUFFIX=32 \
--Denable-ladspa=ON \
--Denable-lash=OFF \
--Denable-portaudio=ON
-  make
-}
-
-check() {
-  cd "${_name}-${pkgver}/build"
-  make -k check
-}
-
-package() {
-  cd "${_name}-${pkgver}/build"
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD (from rev 512072, 
lib32-fluidsynth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-29 13:34:34 UTC (rev 512073)
@@ -0,0 +1,71 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: David Runge 
+# Contributor: carstene1ns 
+# Contributor: Giuseppe Calà  
+# Contributor: Ray Rashif 
+# Contributor: damir 
+
+pkgname=lib32-fluidsynth
+_name=fluidsynth
+pkgver=2.0.7
+pkgrel=1
+pkgdesc='A real-time software synthesizer based on the SoundFont 2 
specifications'
+arch=('x86_64')
+url="https://www.fluidsynth.org/;
+license=('LGPL2.1')
+depends=(
+  fluidsynth
+  lib32-alsa-lib
+  lib32-glib2
+  lib32-glibc
+  lib32-jack
+  lib32-dbus
+  lib32-libpulse
+  lib32-libsndfile
+  lib32-portaudio
+  lib32-readline
+)
+makedepends=(
+  cmake
+  lib32-ladspa
+)
+optdepends=('pulseaudio: PulseAudio sound support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/${_name}/${_name}/archive/v${pkgver}.tar.gz;)
+sha256sums=('b68876d24c7fb34575ffa389bcfe8e61a24f1cf1da8ec6c3b2053efde98d0320')
+
+prepare() {
+  cd "${_name}-${pkgver}"
+  # out-of-tree build
+  mkdir build
+}
+
+build() {
+  cd "${_name}-${pkgver}/build"
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
+-DLIB_SUFFIX=32 \
+-Denable-ladspa=ON \
+-Denable-lash=OFF \
+-Denable-portaudio=ON
+  make
+}
+
+check() {
+  cd "${_name}-${pkgver}/build"
+  make -k check
+}
+
+package() {
+  cd "${_name}-${pkgver}/build"
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in lib32-fluidsynth/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2019-08-20 Thread Maxime Gauduin via arch-commits
Date: Tuesday, August 20, 2019 @ 16:09:17
  Author: alucryd
Revision: 500313

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD
(from rev 500312, lib32-fluidsynth/trunk/PKGBUILD)
Deleted:
  lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  142 ++---
 1 file changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-20 16:09:12 UTC (rev 500312)
+++ PKGBUILD2019-08-20 16:09:17 UTC (rev 500313)
@@ -1,71 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: David Runge 
-# Contributor: carstene1ns 
-# Contributor: Giuseppe Calà  
-# Contributor: Ray Rashif 
-# Contributor: damir 
-
-pkgname=lib32-fluidsynth
-_name=fluidsynth
-pkgver=2.0.5
-pkgrel=1
-pkgdesc='A real-time software synthesizer based on the SoundFont 2 
specifications'
-arch=('x86_64')
-url="https://www.fluidsynth.org/;
-license=('LGPL')
-depends=(
-  fluidsynth
-  lib32-alsa-lib
-  lib32-glib2
-  lib32-glibc
-  lib32-jack
-  lib32-dbus
-  lib32-libpulse
-  lib32-libsndfile
-  lib32-portaudio
-  lib32-readline
-)
-makedepends=(
-  cmake
-  lib32-ladspa
-)
-optdepends=('pulseaudio: PulseAudio sound support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/${_name}/${_name}/archive/v${pkgver}.tar.gz;)
-sha256sums=('69b244512883491e7e66b4d0151c61a0d6d867d4d2828c732563be0f78abcc51')
-
-prepare() {
-  cd "${_name}-${pkgver}"
-  # out-of-tree build
-  mkdir build
-}
-
-build() {
-  cd "${_name}-${pkgver}/build"
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
--DLIB_SUFFIX=32 \
--Denable-ladspa=ON \
--Denable-lash=OFF \
--Denable-portaudio=ON
-  make
-}
-
-check() {
-  cd "${_name}-${pkgver}/build"
-  make -k check
-}
-
-package() {
-  cd "${_name}-${pkgver}/build"
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD (from rev 500312, 
lib32-fluidsynth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-20 16:09:17 UTC (rev 500313)
@@ -0,0 +1,71 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: David Runge 
+# Contributor: carstene1ns 
+# Contributor: Giuseppe Calà  
+# Contributor: Ray Rashif 
+# Contributor: damir 
+
+pkgname=lib32-fluidsynth
+_name=fluidsynth
+pkgver=2.0.6
+pkgrel=1
+pkgdesc='A real-time software synthesizer based on the SoundFont 2 
specifications'
+arch=('x86_64')
+url="https://www.fluidsynth.org/;
+license=('LGPL')
+depends=(
+  fluidsynth
+  lib32-alsa-lib
+  lib32-glib2
+  lib32-glibc
+  lib32-jack
+  lib32-dbus
+  lib32-libpulse
+  lib32-libsndfile
+  lib32-portaudio
+  lib32-readline
+)
+makedepends=(
+  cmake
+  lib32-ladspa
+)
+optdepends=('pulseaudio: PulseAudio sound support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/${_name}/${_name}/archive/v${pkgver}.tar.gz;)
+sha256sums=('e97e63c1045e102465f1aa848f9d712c5528c58685b8d40062e4aaf6af7edb75')
+
+prepare() {
+  cd "${_name}-${pkgver}"
+  # out-of-tree build
+  mkdir build
+}
+
+build() {
+  cd "${_name}-${pkgver}/build"
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
+-DLIB_SUFFIX=32 \
+-Denable-ladspa=ON \
+-Denable-lash=OFF \
+-Denable-portaudio=ON
+  make
+}
+
+check() {
+  cd "${_name}-${pkgver}/build"
+  make -k check
+}
+
+package() {
+  cd "${_name}-${pkgver}/build"
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in lib32-fluidsynth/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2019-04-23 Thread David Runge via arch-commits
Date: Tuesday, April 23, 2019 @ 09:01:00
  Author: dvzrv
Revision: 453040

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD
(from rev 453039, lib32-fluidsynth/trunk/PKGBUILD)
Deleted:
  lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  138 +++--
 1 file changed, 71 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-23 09:00:52 UTC (rev 453039)
+++ PKGBUILD2019-04-23 09:01:00 UTC (rev 453040)
@@ -1,67 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: David Runge 
-# Contributor: carstene1ns 
-# Contributor: Giuseppe Calà  
-# Contributor: Ray Rashif 
-# Contributor: damir 
-
-pkgname=lib32-fluidsynth
-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/
-license=(LGPL)
-depends=(
-  fluidsynth
-  lib32-alsa-lib
-  lib32-glib2
-  lib32-glibc
-  lib32-jack
-  lib32-dbus
-  lib32-libpulse
-  lib32-libsndfile
-  lib32-portaudio
-  lib32-readline
-)
-makedepends=(
-  cmake
-  git
-  lib32-ladspa
-)
-optdepends=('pulseaudio: PulseAudio sound support')
-source=(git+https://github.com/FluidSynth/fluidsynth.git#tag=v${pkgver})
-sha256sums=(SKIP)
-
-prepare() {
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd build
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cmake ../fluidsynth \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
--DLIB_SUFFIX=32 \
--Denable-ladspa=ON \
--Denable-lash=OFF \
--Denable-portaudio=ON
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD (from rev 453039, 
lib32-fluidsynth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-23 09:01:00 UTC (rev 453040)
@@ -0,0 +1,71 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: David Runge 
+# Contributor: carstene1ns 
+# Contributor: Giuseppe Calà  
+# Contributor: Ray Rashif 
+# Contributor: damir 
+
+pkgname=lib32-fluidsynth
+_name=fluidsynth
+pkgver=2.0.5
+pkgrel=1
+pkgdesc='A real-time software synthesizer based on the SoundFont 2 
specifications'
+arch=('x86_64')
+url="https://www.fluidsynth.org/;
+license=('LGPL')
+depends=(
+  fluidsynth
+  lib32-alsa-lib
+  lib32-glib2
+  lib32-glibc
+  lib32-jack
+  lib32-dbus
+  lib32-libpulse
+  lib32-libsndfile
+  lib32-portaudio
+  lib32-readline
+)
+makedepends=(
+  cmake
+  lib32-ladspa
+)
+optdepends=('pulseaudio: PulseAudio sound support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/${_name}/${_name}/archive/v${pkgver}.tar.gz;)
+sha256sums=('69b244512883491e7e66b4d0151c61a0d6d867d4d2828c732563be0f78abcc51')
+
+prepare() {
+  cd "${_name}-${pkgver}"
+  # out-of-tree build
+  mkdir build
+}
+
+build() {
+  cd "${_name}-${pkgver}/build"
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
+-DLIB_SUFFIX=32 \
+-Denable-ladspa=ON \
+-Denable-lash=OFF \
+-Denable-portaudio=ON
+  make
+}
+
+check() {
+  cd "${_name}-${pkgver}/build"
+  make -k check
+}
+
+package() {
+  cd "${_name}-${pkgver}/build"
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in lib32-fluidsynth/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2019-03-01 Thread Maxime Gauduin via arch-commits
Date: Friday, March 1, 2019 @ 13:14:50
  Author: alucryd
Revision: 437259

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD
(from rev 437258, lib32-fluidsynth/trunk/PKGBUILD)
Deleted:
  lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  120 ++---
 1 file changed, 67 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-01 13:14:42 UTC (rev 437258)
+++ PKGBUILD2019-03-01 13:14:50 UTC (rev 437259)
@@ -1,53 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: David Runge 
-# Contributor: carstene1ns 
-# Contributor: Giuseppe Calà  
-# Contributor: Ray Rashif 
-# Contributor: damir 
-
-_name=fluidsynth
-pkgname=lib32-fluidsynth
-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/'
-license=('LGPL')
-depends=('fluidsynth' 'lib32-alsa-lib' 'lib32-glib2' 'lib32-glibc' 'lib32-jack'
- 'lib32-dbus' 'lib32-libpulse' 'lib32-libsndfile' 'lib32-portaudio'
- 'lib32-readline')
-makedepends=('cmake' 'git' 'lib32-ladspa')
-optdepends=('pulseaudio: PulseAudio sound support')
-source=("$_name-$pkgver.tar.gz::https://github.com/${_name}/${_name}/archive/v$pkgver.tar.gz;)
-sha512sums=('4a557c56257dc38394468e9985b811b1e56aa521b01e9ecf76a76483e6f7e94f6c905b3174203f035e972b092f09c2d099e19a3d39ac9c6ede5ac27bff93ecd3')
-
-prepare() {
-  cd "${_name}-${pkgver}"
-  # out-of-tree build
-  mkdir build
-}
-
-build() {
-  cd "${_name}-${pkgver}/build"
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cmake .. \
--DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DFLUID_DAEMON_ENV_FILE='/etc/conf.d/fluidsynth' \
--DLIB_SUFFIX='32' \
--Denable-ladspa='ON' \
--Denable-lash='OFF' \
--Denable-portaudio='ON'
-  make
-}
-
-package() {
-  cd "${_name}-${pkgver}/build"
-  make DESTDIR="${pkgdir}" install
-  rm -rfv "${pkgdir}"/usr/{include,share,bin}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD (from rev 437258, 
lib32-fluidsynth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-01 13:14:50 UTC (rev 437259)
@@ -0,0 +1,67 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: David Runge 
+# Contributor: carstene1ns 
+# Contributor: Giuseppe Calà  
+# Contributor: Ray Rashif 
+# Contributor: damir 
+
+pkgname=lib32-fluidsynth
+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/
+license=(LGPL)
+depends=(
+  fluidsynth
+  lib32-alsa-lib
+  lib32-glib2
+  lib32-glibc
+  lib32-jack
+  lib32-dbus
+  lib32-libpulse
+  lib32-libsndfile
+  lib32-portaudio
+  lib32-readline
+)
+makedepends=(
+  cmake
+  git
+  lib32-ladspa
+)
+optdepends=('pulseaudio: PulseAudio sound support')
+source=(git+https://github.com/FluidSynth/fluidsynth.git#tag=v${pkgver})
+sha256sums=(SKIP)
+
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cmake ../fluidsynth \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
+-DLIB_SUFFIX=32 \
+-Denable-ladspa=ON \
+-Denable-lash=OFF \
+-Denable-portaudio=ON
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in lib32-fluidsynth/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2018-05-29 Thread Maxime Gauduin via arch-commits
Date: Tuesday, May 29, 2018 @ 08:58:32
  Author: alucryd
Revision: 333149

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD
(from rev 333148, lib32-fluidsynth/trunk/PKGBUILD)
Deleted:
  lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-29 08:58:20 UTC (rev 333148)
+++ PKGBUILD2018-05-29 08:58:32 UTC (rev 333149)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: carstene1ns 
-# Contributor: Giuseppe Calà  
-# Contributor: Ray Rashif 
-# Contributor: damir 
-
-pkgname=lib32-fluidsynth
-pkgver=1.1.10
-pkgrel=1
-pkgdesc='A real-time software synthesizer based on the SoundFont 2 
specifications'
-arch=('x86_64')
-url='http://www.fluidsynth.org/'
-license=('LGPL')
-depends=('fluidsynth' 'lib32-alsa-lib' 'lib32-glib2' 'lib32-glibc' 'lib32-jack'
- 'lib32-dbus' 'lib32-libpulse' 'lib32-libsndfile' 'lib32-portaudio'
- 'lib32-readline')
-makedepends=('cmake' 'gcc-multilib' 'lib32-ladspa')
-optdepends=('pulseaudio: PulseAudio sound support')
-source=("fluidsynth-${pkgver}.tar.gz::https://github.com/FluidSynth/fluidsynth/archive/v${pkgver}.tar.gz;)
-sha256sums=('b74801d0fdd726c4555149bf075b76dc4074658ec0a8f7a3753f4a64589e5300')
-
-prepare() {
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd build
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cmake ../fluidsynth-${pkgver} \
--DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DFLUID_DAEMON_ENV_FILE='/etc/conf.d/fluidsynth' \
--DLIB_SUFFIX='32' \
--Denable-ladspa='ON' \
--Denable-lash='OFF' \
--Denable-portaudio='ON'
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD (from rev 333148, 
lib32-fluidsynth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-29 08:58:32 UTC (rev 333149)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: carstene1ns 
+# Contributor: Giuseppe Calà  
+# Contributor: Ray Rashif 
+# Contributor: damir 
+
+pkgname=lib32-fluidsynth
+pkgver=1.1.11
+pkgrel=1
+pkgdesc='A real-time software synthesizer based on the SoundFont 2 
specifications'
+arch=('x86_64')
+url='http://www.fluidsynth.org/'
+license=('LGPL')
+depends=('fluidsynth' 'lib32-alsa-lib' 'lib32-glib2' 'lib32-glibc' 'lib32-jack'
+ 'lib32-dbus' 'lib32-libpulse' 'lib32-libsndfile' 'lib32-portaudio'
+ 'lib32-readline')
+makedepends=('cmake' 'gcc-multilib' 'lib32-ladspa')
+optdepends=('pulseaudio: PulseAudio sound support')
+source=("fluidsynth-${pkgver}.tar.gz::https://github.com/FluidSynth/fluidsynth/archive/v${pkgver}.tar.gz;)
+sha256sums=('da8878ff374d12392eecf87e96bad8711b8e76a154c25a571dd8614d1af80de8')
+
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cmake ../fluidsynth-${pkgver} \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DFLUID_DAEMON_ENV_FILE='/etc/conf.d/fluidsynth' \
+-DLIB_SUFFIX='32' \
+-Denable-ladspa='ON' \
+-Denable-lash='OFF' \
+-Denable-portaudio='ON'
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in lib32-fluidsynth/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2018-03-15 Thread Maxime Gauduin via arch-commits
Date: Thursday, March 15, 2018 @ 13:04:47
  Author: alucryd
Revision: 308489

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD
(from rev 308488, lib32-fluidsynth/trunk/PKGBUILD)
Deleted:
  lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  108 +++--
 1 file changed, 55 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 13:04:28 UTC (rev 308488)
+++ PKGBUILD2018-03-15 13:04:47 UTC (rev 308489)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: carstene1ns 
-# Contributor: Giuseppe Calà  
-# Contributor: Ray Rashif 
-# Contributor: damir 
-
-pkgname=lib32-fluidsynth
-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/'
-license=('LGPL')
-depends=('fluidsynth' 'lib32-alsa-lib' 'lib32-glib2' 'lib32-glibc' 'lib32-jack'
- 'lib32-dbus' 'lib32-libpulse' 'lib32-libsndfile' 'lib32-readline')
-makedepends=('cmake' 'gcc-multilib' 'lib32-ladspa')
-optdepends=('pulseaudio: PulseAudio sound support')
-source=("fluidsynth-${pkgver}.tar.gz::https://github.com/FluidSynth/fluidsynth/archive/v${pkgver}.tar.gz;)
-sha256sums=('dd6321e13a7c875ef3032644bd3197e84b3d24928e2379bc8066b7cace7bd410')
-
-prepare() {
-  cd fluidsynth-$pkgver
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd fluidsynth-$pkgver/build
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cmake .. \
--DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DLIB_SUFFIX='32' \
--Denable-ladspa='ON'
-  make
-}
-
-package() {
-  cd fluidsynth-$pkgver/build
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD (from rev 308488, 
lib32-fluidsynth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 13:04:47 UTC (rev 308489)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: carstene1ns 
+# Contributor: Giuseppe Calà  
+# Contributor: Ray Rashif 
+# Contributor: damir 
+
+pkgname=lib32-fluidsynth
+pkgver=1.1.10
+pkgrel=1
+pkgdesc='A real-time software synthesizer based on the SoundFont 2 
specifications'
+arch=('x86_64')
+url='http://www.fluidsynth.org/'
+license=('LGPL')
+depends=('fluidsynth' 'lib32-alsa-lib' 'lib32-glib2' 'lib32-glibc' 'lib32-jack'
+ 'lib32-dbus' 'lib32-libpulse' 'lib32-libsndfile' 'lib32-portaudio'
+ 'lib32-readline')
+makedepends=('cmake' 'gcc-multilib' 'lib32-ladspa')
+optdepends=('pulseaudio: PulseAudio sound support')
+source=("fluidsynth-${pkgver}.tar.gz::https://github.com/FluidSynth/fluidsynth/archive/v${pkgver}.tar.gz;)
+sha256sums=('b74801d0fdd726c4555149bf075b76dc4074658ec0a8f7a3753f4a64589e5300')
+
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cmake ../fluidsynth-${pkgver} \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DFLUID_DAEMON_ENV_FILE='/etc/conf.d/fluidsynth' \
+-DLIB_SUFFIX='32' \
+-Denable-ladspa='ON' \
+-Denable-lash='OFF' \
+-Denable-portaudio='ON'
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in lib32-fluidsynth/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2018-02-06 Thread Maxime Gauduin via arch-commits
Date: Tuesday, February 6, 2018 @ 22:32:52
  Author: alucryd
Revision: 289659

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD
(from rev 289658, lib32-fluidsynth/trunk/PKGBUILD)
Deleted:
  lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-06 22:32:33 UTC (rev 289658)
+++ PKGBUILD2018-02-06 22:32:52 UTC (rev 289659)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: carstene1ns 
-# Contributor: Giuseppe Calà  
-# Contributor: Ray Rashif 
-# Contributor: damir 
-
-pkgname=lib32-fluidsynth
-pkgver=1.1.6
-pkgrel=3
-pkgdesc='A real-time software synthesizer based on the SoundFont 2 
specifications'
-arch=('x86_64')
-url='http://www.fluidsynth.org/'
-license=('LGPL')
-depends=('fluidsynth' 'lib32-alsa-lib' 'lib32-glib2' 'lib32-glibc' 'lib32-jack'
- 'lib32-dbus' 'lib32-libpulse' 'lib32-libsndfile' 'lib32-readline')
-makedepends=('cmake' 'gcc-multilib' 'lib32-ladspa')
-optdepends=('pulseaudio: PulseAudio sound support')
-source=("http://downloads.sourceforge.net/fluidsynth/fluidsynth-$pkgver.tar.gz;)
-sha256sums=('50853391d9ebeda9b4db787efb23f98b1e26b7296dd2bb5d0d96b5bccee2171c')
-
-prepare() {
-  cd fluidsynth-$pkgver
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd fluidsynth-$pkgver/build
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cmake .. \
--DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DLIB_SUFFIX='32' \
--Denable-ladspa='ON'
-  make
-}
-
-package() {
-  cd fluidsynth-$pkgver/build
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD (from rev 289658, 
lib32-fluidsynth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-06 22:32:52 UTC (rev 289659)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: carstene1ns 
+# Contributor: Giuseppe Calà  
+# Contributor: Ray Rashif 
+# Contributor: damir 
+
+pkgname=lib32-fluidsynth
+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/'
+license=('LGPL')
+depends=('fluidsynth' 'lib32-alsa-lib' 'lib32-glib2' 'lib32-glibc' 'lib32-jack'
+ 'lib32-dbus' 'lib32-libpulse' 'lib32-libsndfile' 'lib32-readline')
+makedepends=('cmake' 'gcc-multilib' 'lib32-ladspa')
+optdepends=('pulseaudio: PulseAudio sound support')
+source=("fluidsynth-${pkgver}.tar.gz::https://github.com/FluidSynth/fluidsynth/archive/v${pkgver}.tar.gz;)
+sha256sums=('dd6321e13a7c875ef3032644bd3197e84b3d24928e2379bc8066b7cace7bd410')
+
+prepare() {
+  cd fluidsynth-$pkgver
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd fluidsynth-$pkgver/build
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DLIB_SUFFIX='32' \
+-Denable-ladspa='ON'
+  make
+}
+
+package() {
+  cd fluidsynth-$pkgver/build
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in lib32-fluidsynth/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2016-10-23 Thread Laurent Carlier
Date: Sunday, October 23, 2016 @ 12:06:21
  Author: lcarlier
Revision: 193040

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD
(from rev 193039, lib32-fluidsynth/trunk/PKGBUILD)
Deleted:
  lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-23 12:06:16 UTC (rev 193039)
+++ PKGBUILD2016-10-23 12:06:21 UTC (rev 193040)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: carstene1ns 
-# Contributor: Giuseppe Calà  
-# Contributor: Ray Rashif 
-# Contributor: damir 
-
-pkgname=lib32-fluidsynth
-pkgver=1.1.6
-pkgrel=1
-pkgdesc='A real-time software synthesizer based on the SoundFont 2 
specifications'
-arch=('x86_64')
-url='http://www.fluidsynth.org/'
-license=('LGPL')
-depends=('fluidsynth' 'lib32-alsa-lib' 'lib32-glib2' 'lib32-glibc' 'lib32-jack'
- 'lib32-libdbus' 'lib32-libpulse' 'lib32-libsndfile' 'lib32-readline')
-makedepends=('cmake' 'gcc-multilib' 'lib32-ladspa')
-optdepends=('pulseaudio: PulseAudio sound support')
-source=("http://downloads.sourceforge.net/fluidsynth/fluidsynth-$pkgver.tar.gz;)
-sha256sums=('50853391d9ebeda9b4db787efb23f98b1e26b7296dd2bb5d0d96b5bccee2171c')
-
-prepare() {
-  cd fluidsynth-$pkgver
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd fluidsynth-$pkgver/build
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cmake .. \
--DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DLIB_SUFFIX='32' \
--Denable-ladspa='ON'
-  make
-}
-
-package() {
-  cd fluidsynth-$pkgver/build
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD (from rev 193039, 
lib32-fluidsynth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-23 12:06:21 UTC (rev 193040)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: carstene1ns 
+# Contributor: Giuseppe Calà  
+# Contributor: Ray Rashif 
+# Contributor: damir 
+
+pkgname=lib32-fluidsynth
+pkgver=1.1.6
+pkgrel=2
+pkgdesc='A real-time software synthesizer based on the SoundFont 2 
specifications'
+arch=('x86_64')
+url='http://www.fluidsynth.org/'
+license=('LGPL')
+depends=('fluidsynth' 'lib32-alsa-lib' 'lib32-glib2' 'lib32-glibc' 'lib32-jack'
+ 'lib32-dbus' 'lib32-libpulse' 'lib32-libsndfile' 'lib32-readline')
+makedepends=('cmake' 'gcc-multilib' 'lib32-ladspa')
+optdepends=('pulseaudio: PulseAudio sound support')
+source=("http://downloads.sourceforge.net/fluidsynth/fluidsynth-$pkgver.tar.gz;)
+sha256sums=('50853391d9ebeda9b4db787efb23f98b1e26b7296dd2bb5d0d96b5bccee2171c')
+
+prepare() {
+  cd fluidsynth-$pkgver
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd fluidsynth-$pkgver/build
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DLIB_SUFFIX='32' \
+-Denable-ladspa='ON'
+  make
+}
+
+package() {
+  cd fluidsynth-$pkgver/build
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+}
+
+# vim: ts=2 sw=2 et: