mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
audio/lilv: Update to 0.24.26
- *Really* take maintainership forgotten in commit bf06335b
- Tests are now safe
ChangeLog: https://drobilla.net/2025/01/19/lilv-0-24-26.html
This commit is contained in:
parent
050bd6217e
commit
6c7050b7e6
2 changed files with 6 additions and 8 deletions
|
@ -1,9 +1,9 @@
|
||||||
PORTNAME= lilv
|
PORTNAME= lilv
|
||||||
DISTVERSION= 0.24.24
|
DISTVERSION= 0.24.26
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= https://download.drobilla.net/
|
MASTER_SITES= https://download.drobilla.net/
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= eduardo@FreeBSD.org
|
||||||
COMMENT= Make use of LV2 plugins as simple as possible
|
COMMENT= Make use of LV2 plugins as simple as possible
|
||||||
WWW= https://drobilla.net/software/lilv
|
WWW= https://drobilla.net/software/lilv
|
||||||
|
|
||||||
|
@ -20,10 +20,8 @@ RUN_DEPENDS= lv2>=1.14.0:audio/lv2
|
||||||
|
|
||||||
USES= meson pkgconfig python:build tar:xz
|
USES= meson pkgconfig python:build tar:xz
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
MESON_ARGS= -Ddocs=disabled \
|
MESON_ARGS= -Ddocs=disabled
|
||||||
--mandir=${PREFIX}/share/man
|
|
||||||
BINARY_ALIAS= python3=${PYTHON_CMD}
|
BINARY_ALIAS= python3=${PYTHON_CMD}
|
||||||
PLIST_SUB= VERSION=${PORTVERSION}
|
PLIST_SUB= VERSION=${PORTVERSION}
|
||||||
TESTING_UNSAFE= https://gitlab.com/lv2/lilv/-/issues/12
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1706353691
|
TIMESTAMP = 1737400199
|
||||||
SHA256 (lilv-0.24.24.tar.xz) = 6bb6be9f88504176d0642f12de809b2b9e2dc55621a68adb8c7edb99aefabb4f
|
SHA256 (lilv-0.24.26.tar.xz) = 22feed30bc0f952384a25c2f6f4b04e6d43836408798ed65a8a934c055d5d8ac
|
||||||
SIZE (lilv-0.24.24.tar.xz) = 105684
|
SIZE (lilv-0.24.26.tar.xz) = 106044
|
||||||
|
|
Loading…
Add table
Reference in a new issue