git: bf06335bf6df - main - audio/lilv: Update to 0.24.22
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 25 Oct 2023 08:38:01 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=bf06335bf6df6145f153a3f1be1e6ee283fec2d2
commit bf06335bf6df6145f153a3f1be1e6ee283fec2d2
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2023-10-25 06:23:26 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2023-10-25 08:37:43 +0000
audio/lilv: Update to 0.24.22
- Switch to DISTVERSION
- Switch to meson
- Take maintainership
ChangeLog: https://drobilla.net/2023/10/22/lilv-0-24-22.html
---
audio/lilv/Makefile | 21 +++++++--------------
audio/lilv/distinfo | 6 +++---
audio/lilv/pkg-plist | 2 +-
3 files changed, 11 insertions(+), 18 deletions(-)
diff --git a/audio/lilv/Makefile b/audio/lilv/Makefile
index a067c519cf20..50997b26dc26 100644
--- a/audio/lilv/Makefile
+++ b/audio/lilv/Makefile
@@ -1,6 +1,5 @@
PORTNAME= lilv
-PORTVERSION= 0.24.12
-PORTREVISION= 1
+DISTVERSION= 0.24.22
CATEGORIES= audio
MASTER_SITES= https://download.drobilla.net/
@@ -15,21 +14,15 @@ BUILD_DEPENDS= lv2>=1.14.0:audio/lv2
LIB_DEPENDS= libserd-0.so:devel/serd \
libsndfile.so:audio/libsndfile \
libsord-0.so:devel/sord \
- libsratom-0.so:audio/sratom
+ libsratom-0.so:audio/sratom \
+ libzix-0.so:devel/zix
RUN_DEPENDS= lv2>=1.14.0:audio/lv2
-USES= pkgconfig python:build tar:bzip2 waf
-
+USES= meson pkgconfig python:build tar:xz
USE_LDCONFIG= yes
-
+MESON_ARGS= -Ddocs=disabled \
+ --mandir=${PREFIX}/share/man
+BINARY_ALIAS= python3=${PYTHON_CMD}
PLIST_SUB= VERSION=${PORTVERSION}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblilv-0.so.${PORTVERSION}
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lilv-bench
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lv2apply
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lv2bench
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lv2info
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lv2ls
-
.include <bsd.port.mk>
diff --git a/audio/lilv/distinfo b/audio/lilv/distinfo
index da2de7379544..ae3e0b72beea 100644
--- a/audio/lilv/distinfo
+++ b/audio/lilv/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1610134055
-SHA256 (lilv-0.24.12.tar.bz2) = 26a37790890c9c1f838203b47f5b2320334fe92c02a4d26ebbe2669dbd769061
-SIZE (lilv-0.24.12.tar.bz2) = 427404
+TIMESTAMP = 1698135282
+SHA256 (lilv-0.24.22.tar.xz) = 76f949d0e59fc83363409b5ec5e15c1046fb7dd6589d3c1b920cec1fd29f9ff3
+SIZE (lilv-0.24.22.tar.xz) = 105504
diff --git a/audio/lilv/pkg-plist b/audio/lilv/pkg-plist
index d022e64791dd..a367a6dd68a2 100644
--- a/audio/lilv/pkg-plist
+++ b/audio/lilv/pkg-plist
@@ -1,4 +1,3 @@
-bin/lilv-bench
bin/lv2apply
bin/lv2bench
bin/lv2info
@@ -12,5 +11,6 @@ lib/liblilv-0.so.%%VERSION%%
%%PYTHON_SITELIBDIR%%/lilv.py
libdata/pkgconfig/lilv-0.pc
share/man/man1/lv2apply.1.gz
+share/man/man1/lv2bench.1.gz
share/man/man1/lv2info.1.gz
share/man/man1/lv2ls.1.gz