[packages/mpeg_encode] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:25:05 CEST 2025
commit 8902cc3281c68523fc08bdb2eae5aa8fa828df05
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:24:49 2025 +0200
Fix applying patches.
mpeg_encode.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/mpeg_encode.spec b/mpeg_encode.spec
index 242d64f..d3cc392 100644
--- a/mpeg_encode.spec
+++ b/mpeg_encode.spec
@@ -36,9 +36,9 @@ modyfikować go. Patrz także examples/default.param.
%prep
%setup -q -c
-%patch0 -p0
-%patch1 -p0
-%patch2 -p0
+%patch -P0 -p0
+%patch -P1 -p0
+%patch -P2 -p0
# needs some libjpeg API update (from 5 to 6b)
#%patch3 -p0
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mpeg_encode.git/commitdiff/8902cc3281c68523fc08bdb2eae5aa8fa828df05
More information about the pld-cvs-commit
mailing list