[packages/helixplayer] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:07:08 CEST 2025
commit c358a3137b016fe5d852bf1c8670d9475e38f9e2
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:06:53 2025 +0200
Fix applying patches.
helixplayer.spec | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/helixplayer.spec b/helixplayer.spec
index cfbf077..bec9ba3 100644
--- a/helixplayer.spec
+++ b/helixplayer.spec
@@ -61,13 +61,13 @@ Helix Player jako wtyczka dla przeglądarek WWW.
%prep
%setup -q -n hxplay-%{version}
%{__sed} -i -e 's,\r$,,' build/build/BIF/build.bif
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
+%patch -P6 -p1
# expat is modified (based on mozilla?)
# libjpeg is compiled with different config (BGRx instead of RGB)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/helixplayer.git/commitdiff/c358a3137b016fe5d852bf1c8670d9475e38f9e2
More information about the pld-cvs-commit
mailing list