Date: Sun, 25 Feb 2024 19:03:49 GMT From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 541f5698f41d - main - audio/rsgain: Update to 3.5 Message-ID: <202402251903.41PJ3n4G036920@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=541f5698f41de1bed2aeed878e81d5a06eaa0bcc commit 541f5698f41de1bed2aeed878e81d5a06eaa0bcc Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2024-02-25 19:01:35 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2024-02-25 19:03:08 +0000 audio/rsgain: Update to 3.5 https://github.com/complexlogic/rsgain/releases/tag/v3.5 --- audio/rsgain/Makefile | 4 ++-- audio/rsgain/distinfo | 6 +++--- audio/rsgain/pkg-plist | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/audio/rsgain/Makefile b/audio/rsgain/Makefile index e89b97b18981..77f2e7f5f933 100644 --- a/audio/rsgain/Makefile +++ b/audio/rsgain/Makefile @@ -1,7 +1,6 @@ PORTNAME= rsgain -DISTVERSION= 3.4 +DISTVERSION= 3.5 DISTVERSIONSUFFIX= -source -PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= https://github.com/complexlogic/rsgain/releases/download/v${DISTVERSION}/ @@ -20,6 +19,7 @@ LIB_DEPENDS= libtag.so:audio/taglib \ USES= cmake compiler:c++2b-lang ebur128 pkgconfig tar:xz CMAKE_ARGS= -DMAXPROGBARWIDTH=80 +CMAKE_ON= INSTALL_MANPAGE WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} OPTIONS_DEFINE= DOCS UNICODE diff --git a/audio/rsgain/distinfo b/audio/rsgain/distinfo index afc8582e1491..18f5af32e788 100644 --- a/audio/rsgain/distinfo +++ b/audio/rsgain/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1694789210 -SHA256 (rsgain-3.4-source.tar.xz) = 392ad1407eea7737c6f63b6a0681a3df51f33033d2d16b644f407e6ef3f28013 -SIZE (rsgain-3.4-source.tar.xz) = 48224 +TIMESTAMP = 1708887285 +SHA256 (rsgain-3.5-source.tar.xz) = 8098d8cbe5c4dccc604e0d75667a71678e6802f9c623286eba772a42a8e2a062 +SIZE (rsgain-3.5-source.tar.xz) = 50660 diff --git a/audio/rsgain/pkg-plist b/audio/rsgain/pkg-plist index e5b801e53170..b2d4d0cc5a8b 100644 --- a/audio/rsgain/pkg-plist +++ b/audio/rsgain/pkg-plist @@ -1,5 +1,6 @@ bin/rsgain %%PORTDOCS%%%%DOCSDIR%%/README.md +share/man/man1/rsgain.1.gz %%DATADIR%%/presets/default.ini %%DATADIR%%/presets/ebur128.ini %%DATADIR%%/presets/loudgain.ini
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402251903.41PJ3n4G036920>