extra/lmms: fix

This commit is contained in:
Kevin Mihelich 2024-03-16 22:56:40 +00:00
parent a32983458f
commit 3d80516696

View file

@ -9,6 +9,7 @@
# - remove carla makedepend, set -DWANT_CARLA=OFF # - remove carla makedepend, set -DWANT_CARLA=OFF
# - remove -DWINE_INCLUDE_DIR and -DWINE_LIBRARY from cmake command # - remove -DWINE_INCLUDE_DIR and -DWINE_LIBRARY from cmake command
# - upstream rpmalloc fix for ARM # - upstream rpmalloc fix for ARM
# - remove optdepends on lib32 glibc/gcc-libcs, set -D WANT_VST=OFF
pkgname=lmms pkgname=lmms
pkgver=1.2.2 pkgver=1.2.2
@ -55,8 +56,6 @@ makedepends=(
stk stk
) )
optdepends=( optdepends=(
'lib32-gcc-libs: VST plugin support'
'lib32-glibc: VST plugin support'
'pulseaudio: pulseaudio support' 'pulseaudio: pulseaudio support'
) )
options=(!lto) options=(!lto)
@ -103,6 +102,7 @@ build() {
-D WINE_INCLUDE_DIR=/usr/include/wine/windows -D WINE_INCLUDE_DIR=/usr/include/wine/windows
-D WINE_LIBRARY=/usr/lib32/wine -D WINE_LIBRARY=/usr/lib32/wine
-D WANT_CARLA=OFF -D WANT_CARLA=OFF
-D WANT_VST=OFF
-S $pkgname -S $pkgname
-W no-dev -W no-dev
) )