lib32-fluidsynth
LOW
maintainer orphaned
0 votes
scanned 2026-08-23 11:20:29.798052
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
2
# Contributor: David Runge <dvzrv@archlinux.org>
3
# Contributor: carstene1ns <arch.carsten@teibes.de>
4
# Contributor: Giuseppe Calà <jiveaxe@gmail.com>
5
# Contributor: Ray Rashif <schiv@archlinux.org>
6
# Contributor: damir <damir@archlinux.org>
7
8
pkgname=lib32-fluidsynth
9
_name=${pkgname#lib32-}
10
pkgver=2.6.0
11
pkgrel=1
12
pkgdesc='A real-time software synthesizer based on the SoundFont 2 specifications'
13
arch=(x86_64)
14
url="https://www.fluidsynth.org/"
15
_url="https://github.com/fluidsynth/fluidsynth"
16
license=(LGPL-2.1-or-later)
17
depends=(
18
fluidsynth=$pkgver
19
lib32-dbus
20
lib32-gcc-libs
21
lib32-glibc
22
lib32-libpulse
23
lib32-readline
24
lib32-sdl3
25
lib32-systemd
26
)
27
makedepends=(
28
cmake
29
lib32-alsa-lib
30
lib32-jack
31
lib32-ladspa
32
lib32-libpipewire
33
lib32-libsndfile
34
lib32-portaudio
35
)
36
source=($_name-$pkgver.tar.gz::$_url/archive/v$pkgver.tar.gz)
37
sha512sums=('4826ae47011f6de2101559faa24db48ee93b7435086d71854278087da59b573aceba929ea3abaa105fd38fb83a218ee91a0542cb7526a33cb06c5c3cdb32a496')
38
b2sums=('9882ce9a3e72acb4f4eb9652ed02e00afd451bdb1ed6700b97de83c40b6a6a44916b76802b055feeae0829e4a1d7982d92eeb5ecdae3447ce8135eba6400f5da')
39
40
build() {
41
local cmake_options=(
42
-B build
43
-D CMAKE_BUILD_TYPE=None
44
-D CMAKE_INSTALL_LIBDIR=lib32
45
-D CMAKE_INSTALL_PREFIX=/usr
46
-D FLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth
47
-D enable-ladspa=ON
48
-D enable-portaudio=ON
49
-W no-dev
50
-S $_name-$pkgver
51
)
52
53
export CC='gcc -m32'
54
export CXX='g++ -m32'
55
export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
56
57
cmake "${cmake_options[@]}"
58
cmake --build build --verbose
59
}
60
61
check() {
62
make -C build -k check
63
}
64
65
package() {
66
depends+=(
67
lib32-alsa-lib libasound.so
68
lib32-jack libjack.so
69
lib32-libpipewire libpipewire-0.3.so
70
lib32-libsndfile libsndfile.so
71
lib32-portaudio libportaudio.so
72
)
73
74
DESTDIR="$pkgdir" cmake --install build
75
rm -rf "$pkgdir"/usr/{include,share,bin}
76
}
77
# vim: ts=2 sw=2 et:
78
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-23 11:20:29 | Low | 1 |