[arch-commits] Commit in lib32-fluidsynth/repos/multilib-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Tue May 29 08:58:33 UTC 2018
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
===================================================================
--- PKGBUILD 2018-05-29 08:58:20 UTC (rev 333148)
+++ PKGBUILD 2018-05-29 08:58:32 UTC (rev 333149)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd 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
-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)
+++ PKGBUILD 2018-05-29 08:58:32 UTC (rev 333149)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd 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
+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:
More information about the arch-commits
mailing list