lilv (0.24.6) stable; * Add more strict error detection when storing plugin state properties * Add option to override LV2_PATH in applications * Don't print errors when saving state if correct links already exist * Fix GCC8 warnings * Fix creating directories across drives on Windows * Fix issues with loading state with saved files from the model * Fix memory errors and Python 3.4+ compatibility in Python bindings * Fix unit tests on Windows * Make Python bindings more Pythonic
18 lines
504 B
Makefile
18 lines
504 B
Makefile
# $NetBSD: buildlink3.mk,v 1.4 2019/12/14 18:02:50 nia Exp $
|
|
|
|
BUILDLINK_TREE+= lilv
|
|
|
|
.if !defined(LILV_BUILDLINK3_MK)
|
|
LILV_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.lilv+= lilv>=0.20.0
|
|
BUILDLINK_ABI_DEPENDS.lilv+= lilv>=0.24.4nb2
|
|
BUILDLINK_PKGSRCDIR.lilv?= ../../audio/lilv
|
|
|
|
.include "../../audio/lv2/buildlink3.mk"
|
|
.include "../../converters/sratom/buildlink3.mk"
|
|
.include "../../textproc/sord/buildlink3.mk"
|
|
.include "../../textproc/serd/buildlink3.mk"
|
|
.endif # LILV_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -lilv
|