aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2023-03-18 14:19:31 +0000
committerJason E. Hale <jhale@FreeBSD.org>2023-03-18 14:24:13 +0000
commit7b8fd461b1a56f2dde0dfad1b941875e936986a2 (patch)
tree96756c8bfd244392b7200b112da87aa72b0b44fa
parentdd5a4e3037f0b056e2f3be40ea9ca2306e409d53 (diff)
downloadports-7b8fd461b1a56f2dde0dfad1b941875e936986a2.tar.gz
ports-7b8fd461b1a56f2dde0dfad1b941875e936986a2.zip
audio/aubio: Prepare for FFmpeg 6.x update
PR: 270187
-rw-r--r--audio/aubio/Makefile6
-rw-r--r--audio/aubio/distinfo6
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