[packages/x262] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 10:12:17 CEST 2025
commit 210154a435ec3694f9ab950ba9e3894f2819f73f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:30:51 2025 +0200
Fix applying patches.
x262.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/x262.spec b/x262.spec
index 494d143..1fa2468 100644
--- a/x262.spec
+++ b/x262.spec
@@ -33,12 +33,12 @@ x262 to koder MPEG-2 oparty na najlepszych cechach x264.
%prep
%setup -q -n %{name}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%ifarch x32
-%patch2 -p1
+%patch -P2 -p1
%endif
-%patch3 -p1
+%patch -P3 -p1
%build
%ifarch x32
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/x262.git/commitdiff/210154a435ec3694f9ab950ba9e3894f2819f73f
More information about the pld-cvs-commit
mailing list