From: Stuart Henderson Subject: Re: [maintainer update] multimedia/frei0r-plugins 2.4.0 -> 2.5.0 To: Raphael Graf Cc: ports@openbsd.org Date: Mon, 27 Oct 2025 19:41:35 +0000 ok. On 2025/10/27 14:11, Raphael Graf wrote: > This updates multimedia/frei0r-plugins to the latest version 2.5.0. > Changelog: > https://github.com/dyne/frei0r/releases > > I have tested the new filter using ffmpeg and build-tested mlt7 and kdenlive. > > ok? > > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/multimedia/frei0r-plugins/Makefile,v > retrieving revision 1.10 > diff -u -p -u -p -r1.10 Makefile > --- Makefile 7 Sep 2025 19:37:25 -0000 1.10 > +++ Makefile 27 Oct 2025 13:07:20 -0000 > @@ -3,7 +3,7 @@ CATEGORIES = graphics multimedia > > GH_ACCOUNT = dyne > GH_PROJECT = frei0r > -GH_TAGNAME = v2.4.0 > +GH_TAGNAME = v2.5.0 > > DISTNAME = frei0r-plugins-${GH_TAGNAME:S/v//} > > Index: distinfo > =================================================================== > RCS file: /cvs/ports/multimedia/frei0r-plugins/distinfo,v > retrieving revision 1.6 > diff -u -p -u -p -r1.6 distinfo > --- distinfo 7 Sep 2025 19:37:25 -0000 1.6 > +++ distinfo 27 Oct 2025 13:07:20 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (frei0r-plugins-2.4.0.tar.gz) = azSR7mXHdbJR7NC6LLhpVcokad5HxzcYFwRCcyy5znU= > -SIZE (frei0r-plugins-2.4.0.tar.gz) = 935395 > +SHA256 (frei0r-plugins-2.5.0.tar.gz) = xRGutR+usN4q/kcyfDACbVt2zMkQoLk9KGAp8H0pxlY= > +SIZE (frei0r-plugins-2.5.0.tar.gz) = 939132 > Index: patches/patch-src_filter_heatmap0r_CMakeLists_txt > =================================================================== > RCS file: patches/patch-src_filter_heatmap0r_CMakeLists_txt > diff -N patches/patch-src_filter_heatmap0r_CMakeLists_txt > --- /dev/null 1 Jan 1970 00:00:00 -0000 > +++ patches/patch-src_filter_heatmap0r_CMakeLists_txt 27 Oct 2025 13:07:20 -0000 > @@ -0,0 +1,11 @@ > +Install heatmap0r filter > + > +Index: src/filter/heatmap0r/CMakeLists.txt > +--- src/filter/heatmap0r/CMakeLists.txt.orig > ++++ src/filter/heatmap0r/CMakeLists.txt > +@@ -9,3 +9,5 @@ add_library (${TARGET} MODULE ${SOURCES}) > + > + # No «lib» prefix (name.so instead of libname.so) > + set_target_properties (${TARGET} PROPERTIES PREFIX "") > ++ > ++install (TARGETS ${TARGET} LIBRARY DESTINATION ${LIBDIR}) > Index: pkg/PLIST > =================================================================== > RCS file: /cvs/ports/multimedia/frei0r-plugins/pkg/PLIST,v > retrieving revision 1.8 > diff -u -p -u -p -r1.8 PLIST > --- pkg/PLIST 7 Sep 2025 19:37:25 -0000 1.8 > +++ pkg/PLIST 27 Oct 2025 13:07:20 -0000 > @@ -75,6 +75,7 @@ lib/frei0r-1/ > @so lib/frei0r-1/grain_extract.so > @so lib/frei0r-1/grain_merge.so > @so lib/frei0r-1/hardlight.so > +@so lib/frei0r-1/heatmap0r.so > @so lib/frei0r-1/hue.so > @so lib/frei0r-1/hueshift0r.so > @so lib/frei0r-1/invert0r.so >