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

David Runge dvzrv at archlinux.org
Thu Nov 14 15:49:02 UTC 2019


    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
===================================================================
--- PKGBUILD	2019-11-14 15:48:28 UTC (rev 528693)
+++ PKGBUILD	2019-11-14 15:48:48 UTC (rev 528694)
@@ -1,69 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: David Runge <dvzrv at archlinux.org>
-# Contributor: carstene1ns <arch.carsten at teibes.de>
-# Contributor: Giuseppe Calà  <jiveaxe at gmail.com>
-# Contributor: Ray Rashif <schiv at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-
-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)
+++ PKGBUILD	2019-11-14 15:48:48 UTC (rev 528694)
@@ -0,0 +1,69 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: David Runge <dvzrv at archlinux.org>
+# Contributor: carstene1ns <arch.carsten at teibes.de>
+# Contributor: Giuseppe Calà  <jiveaxe at gmail.com>
+# Contributor: Ray Rashif <schiv at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+
+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:



More information about the arch-commits mailing list