[packages/ffmpeg] - use patch -P

qboosh qboosh at pld-linux.org
Sun Feb 23 12:11:50 CET 2025


commit 76e6fa9ff90c34c91b7e9288c184978dcf6ceba4
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Feb 23 11:14:30 2025 +0100

    - use patch -P

 ffmpeg.spec | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 6045dc3..2e8277e 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -570,17 +570,17 @@ Dokumentacja pakietu FFmpeg w formacie HTML.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
 %if %{with v4l2_request}
-%patch3 -p1
+%patch -P3 -p1
 %endif
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
+%patch -P4 -p1
+%patch -P5 -p1
+%patch -P6 -p1
+%patch -P7 -p1
+%patch -P8 -p1
 
 # package the grep result for mplayer, the result formatted as ./mplayer/configure
 cat <<EOF > ffmpeg-avconfig
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ffmpeg.git/commitdiff/76e6fa9ff90c34c91b7e9288c184978dcf6ceba4



More information about the pld-cvs-commit mailing list