Date: Sat, 18 Mar 2023 14:24:37 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: 7b8fd461b1a5 - main - audio/aubio: Prepare for FFmpeg 6.x update Message-ID: <202303181424.32IEObrp027126@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=7b8fd461b1a56f2dde0dfad1b941875e936986a2 commit 7b8fd461b1a56f2dde0dfad1b941875e936986a2 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-03-18 14:19:31 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2023-03-18 14:24:13 +0000 audio/aubio: Prepare for FFmpeg 6.x update PR: 270187 --- audio/aubio/Makefile | 6 +++++- audio/aubio/distinfo | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/audio/aubio/Makefile b/audio/aubio/Makefile index c80be7dc53b1..53f5fc95ff03 100644 --- a/audio/aubio/Makefile +++ b/audio/aubio/Makefile @@ -1,9 +1,13 @@ PORTNAME= aubio PORTVERSION= 0.4.9 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= audio MASTER_SITES= https://aubio.org/pub/ +PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/ +PATCHFILES+= cdfe9cef2dcc3edf7d05ca2e9c2dbbf8dea21f1c.patch:-p1 #FFmpeg 6.x compat +PATCHFILES+= 8a05420e5dd8c7b8b2447f82dc919765876511b3.patch:-p1 #FFmpeg 6.x compat + MAINTAINER?= jhale@FreeBSD.org COMMENT?= Library for audio labelling WWW= https://aubio.org/ diff --git a/audio/aubio/distinfo b/audio/aubio/distinfo index a4d30920079a..ab4cfbdaf95b 100644 --- a/audio/aubio/distinfo +++ b/audio/aubio/distinfo @@ -1,3 +1,7 @@ -TIMESTAMP = 1610896430 +TIMESTAMP = 1678741487 SHA256 (aubio-0.4.9.tar.bz2) = d48282ae4dab83b3dc94c16cf011bcb63835c1c02b515490e1883049c3d1f3da SIZE (aubio-0.4.9.tar.bz2) = 397604 +SHA256 (cdfe9cef2dcc3edf7d05ca2e9c2dbbf8dea21f1c.patch) = 025b6d0668601a17ce8312ad4930d7ba99715b754191208347df46b9a07b0a91 +SIZE (cdfe9cef2dcc3edf7d05ca2e9c2dbbf8dea21f1c.patch) = 4743 +SHA256 (8a05420e5dd8c7b8b2447f82dc919765876511b3.patch) = 33b730d1aa0562d5cb96341fce268acb8a42a0381e9dcd52caef0fc2737b8ad0 +SIZE (8a05420e5dd8c7b8b2447f82dc919765876511b3.patch) = 729
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303181424.32IEObrp027126>