Date: Mon, 11 Jul 2022 14:21:56 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e02c598a80af - main - audio/libmad: Allow aarch64 to use 64-bit fixed point math Message-ID: <202207111421.26BELur7053899@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e02c598a80af418d4a4be7c112c33dd542cc8b97 commit e02c598a80af418d4a4be7c112c33dd542cc8b97 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-11 14:21:46 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-07-11 14:21:46 +0000 audio/libmad: Allow aarch64 to use 64-bit fixed point math PR: 264937 Reported by: diizzy --- audio/libmad/Makefile | 3 +++ audio/libmad/distinfo | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/audio/libmad/Makefile b/audio/libmad/Makefile index b4d709ecef95..1e01399d3981 100644 --- a/audio/libmad/Makefile +++ b/audio/libmad/Makefile @@ -4,6 +4,9 @@ PORTNAME= libmad PORTVERSION= 0.16.2 CATEGORIES= audio +PATCH_SITES= https://github.com/tenacityteam/libmad/commit/ +PATCHFILES= 9ec2efa6ba4bfaed7805867077d3a67daa022331.patch:-p1 + MAINTAINER= sunpoet@FreeBSD.org COMMENT= Libmad library (part of MAD project) diff --git a/audio/libmad/distinfo b/audio/libmad/distinfo index 79913fec61fd..4bf937625e56 100644 --- a/audio/libmad/distinfo +++ b/audio/libmad/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1656092886 +TIMESTAMP = 1657548905 SHA256 (tenacityteam-libmad-0.16.2_GH0.tar.gz) = 6c14c2f4dcf7fd32e447eef99d6c53faded52e22f95e223e6f58844030851b99 SIZE (tenacityteam-libmad-0.16.2_GH0.tar.gz) = 207357 +SHA256 (9ec2efa6ba4bfaed7805867077d3a67daa022331.patch) = fb51a0778828a7f662ffdf0a231cf4812608c19db71a2447d81b7c65df403bc8 +SIZE (9ec2efa6ba4bfaed7805867077d3a67daa022331.patch) = 984
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207111421.26BELur7053899>