Skip to content

Commit

Permalink
audio/lilv: Update to 0.24.22
Browse files Browse the repository at this point in the history
- Switch to DISTVERSION
- Switch to meson
- Take maintainership

ChangeLog: https://drobilla.net/2023/10/22/lilv-0-24-22.html
  • Loading branch information
nunotexbsd committed Oct 25, 2023
1 parent 96f9e7f commit bf06335
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 18 deletions.
21 changes: 7 additions & 14 deletions 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/

Expand All @@ -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>
6 changes: 3 additions & 3 deletions 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
2 changes: 1 addition & 1 deletion audio/lilv/pkg-plist
@@ -1,4 +1,3 @@
bin/lilv-bench
bin/lv2apply
bin/lv2bench
bin/lv2info
Expand All @@ -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

0 comments on commit bf06335

Please sign in to comment.