pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-homeassistant: Change ffpmeg to ffmpeg8



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Wed Aug 12 10:56:55 2026 -0400
Changeset:	b14ff5cd0bf7ce4f606877e231c2f7298983c14b

Modified Files:
	py-homeassistant/Makefile

Log Message:
py-homeassistant: Change ffpmeg to ffmpeg8

Because pyAV unconditionally uses a function signature that is in 8
but not 7.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b14ff5cd0bf7ce4f606877e231c2f7298983c14b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-homeassistant/Makefile | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diffs:
diff --git a/py-homeassistant/Makefile b/py-homeassistant/Makefile
index 47fa17ffaf..5323bc4fb2 100644
--- a/py-homeassistant/Makefile
+++ b/py-homeassistant/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-PKGNAME=	${PYPKGPREFIX}-homeassistant-0.10
+PKGNAME=	${PYPKGPREFIX}-homeassistant-0.11
 CATEGORIES=	meta-pkgs
 
 MAINTAINER=	gdt%NetBSD.org@localhost
@@ -88,8 +88,8 @@ DEPENDS+=	${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
 DEPENDS+=	${PYPKGPREFIX}-nacl-[0-9]*:../../security/py-nacl
 DEPENDS+=	${PYPKGPREFIX}-grpcio-[0-9]*:../../net/py-grpcio
 
-# generic and stream require PyAV which depends on ffmpeg >= 7.
-DEPENDS+=	ffmpeg7-[0-9]*:../../multimedia/ffmpeg7
+# generic and stream require PyAV which depends on ffmpeg >= 8.
+DEPENDS+=	ffmpeg8-[0-9]*:../../multimedia/ffmpeg8
 
 # onvif integration requires onvif_zeep_async which depends on lxml
 # which depends on libxml2 and libxslt.
@@ -104,10 +104,10 @@ DEPENDS+=	libxslt-[0-9]*:../../textproc/libxslt
 
 ## ha-av
 #
-# ffmpeg7 installs to /usr/pkg/lib/ffmpeg7, and HA expects to just find ffmpeg
-#   export PKG_CONFIG_PATH=/usr/pkg/lib/ffmpeg7/pkgconfig
+# ffmpeg8 installs to /usr/pkg/lib/ffmpeg8, and HA expects to just find ffmpeg
+#   export PKG_CONFIG_PATH=/usr/pkg/lib/ffmpeg8/pkgconfig
 #
-# ffmpeg's pkgconfig files have "-Wl,-rpath,/usr/pkg/lib/ffmpeg7/lib",
+# ffmpeg's pkgconfig files have "-Wl,-rpath,/usr/pkg/lib/ffmpeg8/lib",
 # but PyAV's setup.py is buggy and looks at flags to see if they are
 # known and doesn't support -Wl,-rpath.  Changing to -R makes it work.
 # This is a bug in PyAV.  \todo File a fix.


Home | Main Index | Thread Index | Old Index