mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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
This commit is contained in:
parent
96f9e7f8d1
commit
bf06335bf6
3 changed files with 11 additions and 18 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue