Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 Mar 2026 01:54:51 +0000
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 599ccc041eab - main - multimedia/py-av: Update to 16.1.0 and unbreak
Message-ID:  <69a8e26b.26284.d5b2b39@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by wen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=599ccc041eab62c90566e60f7af69d6b67f867fe

commit 599ccc041eab62c90566e60f7af69d6b67f867fe
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2026-03-05 01:51:25 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2026-03-05 01:54:36 +0000

    multimedia/py-av: Update to 16.1.0 and unbreak
    
    Approved by:    portmgr@(blanket, fix build)
---
 multimedia/py-av/Makefile                   |  5 +----
 multimedia/py-av/distinfo                   |  6 +++---
 multimedia/py-av/files/patch-pyproject.toml | 11 +++++++++++
 3 files changed, 15 insertions(+), 7 deletions(-)

diff --git a/multimedia/py-av/Makefile b/multimedia/py-av/Makefile
index 1072b20b6f54..b37e14ed82eb 100644
--- a/multimedia/py-av/Makefile
+++ b/multimedia/py-av/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	av
-DISTVERSION=	14.0.1
-PORTREVISION=	2
+DISTVERSION=	16.1.0
 CATEGORIES=	multimedia python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +11,6 @@ WWW=		https://docs.mikeboers.com/pyav/develop/
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-BROKEN=		Does not build with ffmpeg > 6
-
 LIB_DEPENDS=	libavutil.so:multimedia/ffmpeg
 
 USES=		python pkgconfig
diff --git a/multimedia/py-av/distinfo b/multimedia/py-av/distinfo
index 0f453f1e5626..b1536d22d955 100644
--- a/multimedia/py-av/distinfo
+++ b/multimedia/py-av/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1734690553
-SHA256 (av-14.0.1.tar.gz) = 2b0a17301af469ddaea46b5c1c982df1b7b5de8bc6c94cdc98cad4a67178c82a
-SIZE (av-14.0.1.tar.gz) = 3918806
+TIMESTAMP = 1772672547
+SHA256 (av-16.1.0.tar.gz) = a094b4fd87a3721dacf02794d3d2c82b8d712c85b9534437e82a8a978c175ffd
+SIZE (av-16.1.0.tar.gz) = 4285203
diff --git a/multimedia/py-av/files/patch-pyproject.toml b/multimedia/py-av/files/patch-pyproject.toml
new file mode 100644
index 000000000000..1bbab80b42cf
--- /dev/null
+++ b/multimedia/py-av/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig	2026-03-05 01:46:20 UTC
++++ pyproject.toml
+@@ -5,7 +5,7 @@ readme = "README.md"
+ name = "av"
+ description = "Pythonic bindings for FFmpeg's libraries."
+ readme = "README.md"
+-license = "BSD-3-Clause"
++license = {text="BSD-3-Clause"}
+ authors = [
+     {name = "WyattBlue", email = "wyattblue@auto-editor.com"},
+     {name = "Jeremy Lainé", email = "jeremy.laine@m4x.org"},


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69a8e26b.26284.d5b2b39>