Download raw body.
[maintainer update] multimedia/frei0r-plugins 2.5.6 -> 3.2.0
This updates multimedia/frei0r-plugins to the latest version 3.2.0.
There are two new filters, some bugfixes and the tests are now enabled.
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.14
diff -u -p -u -p -r1.14 Makefile
--- Makefile 26 Mar 2026 18:13:53 -0000 1.14
+++ Makefile 9 Jun 2026 11:10:45 -0000
@@ -3,7 +3,7 @@ CATEGORIES = graphics multimedia
GH_ACCOUNT = dyne
GH_PROJECT = frei0r
-GH_TAGNAME = v2.5.6
+GH_TAGNAME = v3.2.0
DISTNAME = frei0r-plugins-${GH_TAGNAME:S/v//}
@@ -23,8 +23,7 @@ COMPILER = base-clang ports-gcc
MODULES = devel/cmake
CONFIGURE_ARGS = -DWITHOUT_GAVL=ON \
- -DWITHOUT_OPENCV=ON
-
-NO_TEST = Yes
+ -DWITHOUT_OPENCV=ON \
+ -DFREI0R_VERSION=${GH_TAGNAME:S/v//}
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/multimedia/frei0r-plugins/distinfo,v
retrieving revision 1.10
diff -u -p -u -p -r1.10 distinfo
--- distinfo 26 Mar 2026 18:13:53 -0000 1.10
+++ distinfo 9 Jun 2026 11:10:45 -0000
@@ -1,2 +1,2 @@
-SHA256 (frei0r-plugins-2.5.6.tar.gz) = v+cV3z0zway4V3MpYkAruLDu9z6d3htYSF0+Ow5C4YI=
-SIZE (frei0r-plugins-2.5.6.tar.gz) = 942837
+SHA256 (frei0r-plugins-3.2.0.tar.gz) = oPv0ZuXRllqwpAhC1QpjvayL+hz7zi+OW3Prhi7BGCs=
+SIZE (frei0r-plugins-3.2.0.tar.gz) = 4189419
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/multimedia/frei0r-plugins/pkg/PLIST,v
retrieving revision 1.9
diff -u -p -u -p -r1.9 PLIST
--- pkg/PLIST 27 Oct 2025 20:48:46 -0000 1.9
+++ pkg/PLIST 9 Jun 2026 11:10:45 -0000
@@ -38,6 +38,7 @@ lib/frei0r-1/
@so lib/frei0r-1/cairoblend.so
@so lib/frei0r-1/cairogradient.so
@so lib/frei0r-1/cairoimagegrid.so
+@so lib/frei0r-1/camerashake.so
@so lib/frei0r-1/cartoon.so
@so lib/frei0r-1/cluster.so
@so lib/frei0r-1/colgate.so
@@ -161,5 +162,6 @@ lib/frei0r-1/
@so lib/frei0r-1/value.so
@so lib/frei0r-1/vertigo.so
@so lib/frei0r-1/vignette.so
+@so lib/frei0r-1/water.so
@so lib/frei0r-1/xfade0r.so
lib/pkgconfig/frei0r.pc
[maintainer update] multimedia/frei0r-plugins 2.5.6 -> 3.2.0