summary refs log tree commit diff
path: root/pkgs/applications/graphics/gscan2pdf/ffmpeg5-compat.patch
blob: ff522735fe350543b0d6862ed47f1c521c8003ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- a/t/351_unpaper.t
+++ b/t/351_unpaper.t
@@ -88,8 +88,10 @@
 
                         # if we use unlike, we no longer
                         # know how many tests there will be
-                        if ( $msg !~
-/(deprecated|Encoder did not produce proper pts, making some up)/
+                        if ( $msg !~ /( deprecated |
+                            \Qdoes not contain an image sequence pattern\E |
+                            \QEncoder did not produce proper pts, making some up\E |
+                            \Quse the -update option\E )/x
                           )
                         {
                             fail 'no warnings';