Index | Thread | Search

From:
Raphael Graf <r@undefined.ch>
Subject:
[maintainer update] multimedia/frei0r-plugins 2.5.0 -> 2.5.1
To:
ports@openbsd.org
Date:
Thu, 4 Dec 2025 16:17:47 +0100

Download raw body.

Thread
  • Raphael Graf:

    [maintainer update] multimedia/frei0r-plugins 2.5.0 -> 2.5.1

This updates multimedia/frei0r-plugins to the latest version 2.5.1.
Changelog:
https://github.com/dyne/frei0r/releases

I have build-tested ffmpeg, mlt7 and kdenlive.

ok?


Index: Makefile
===================================================================
RCS file: /cvs/ports/multimedia/frei0r-plugins/Makefile,v
retrieving revision 1.11
diff -u -p -u -p -r1.11 Makefile
--- Makefile	27 Oct 2025 20:48:46 -0000	1.11
+++ Makefile	4 Dec 2025 15:16:42 -0000
@@ -3,7 +3,7 @@ CATEGORIES =	graphics multimedia
 
 GH_ACCOUNT =	dyne
 GH_PROJECT =	frei0r
-GH_TAGNAME =	v2.5.0
+GH_TAGNAME =	v2.5.1
 
 DISTNAME =	frei0r-plugins-${GH_TAGNAME:S/v//}
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/multimedia/frei0r-plugins/distinfo,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 distinfo
--- distinfo	27 Oct 2025 20:48:46 -0000	1.7
+++ distinfo	4 Dec 2025 15:16:42 -0000
@@ -1,2 +1,2 @@
-SHA256 (frei0r-plugins-2.5.0.tar.gz) = xRGutR+usN4q/kcyfDACbVt2zMkQoLk9KGAp8H0pxlY=
-SIZE (frei0r-plugins-2.5.0.tar.gz) = 939132
+SHA256 (frei0r-plugins-2.5.1.tar.gz) = MY7EowQslKAKWPzNwesNkR82oivrNQTSeu/MpFmPQLA=
+SIZE (frei0r-plugins-2.5.1.tar.gz) = 942271
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
--- patches/patch-src_filter_heatmap0r_CMakeLists_txt	27 Oct 2025 20:48:46 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
-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})