Package Details: lib32-lv2 1.18.10-1

Git Clone URL: https://aur.archlinux.org/lib32-lv2.git (read-only, click to copy)
Package Base: lib32-lv2
Description: Plugin standard for audio systems (32-bit)
Upstream URL: http://lv2plug.in/
Licenses: custom, LGPL
Submitter: llde
Maintainer: rodrigo21
Last Packager: rodrigo21
Votes: 6
Popularity: 0.000047
First Submitted: 2017-08-24 21:23 (UTC)
Last Updated: 2022-09-27 15:44 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

DDoSolitary commented on 2019-11-13 02:36 (UTC)

Also, the CC and CXX exports doesn't build 32-bit binaries but disables compilation altogether because waf can't recognize the compiler you defined.

A working solution:

export CFLAGS='-m32'
export LDFLAGS='-m32'

DDoSolitary commented on 2019-11-13 01:25 (UTC)

Please add lv2 as depends because this package doesn't include header files.

DarkShadow44 commented on 2018-08-27 17:05 (UTC) (edited on 2018-08-27 17:05 (UTC) by DarkShadow44)

The PKGBUILD passes the MAKEFLAGS directly to waf, this fails when you have MAKEFLAGS="-j8 -sw" (-s and -w are not recognized, resulting in build failure)