[packages/gimp-plugin-gap] Fix applying patches.

arekm arekm at pld-linux.org
Mon Jul 14 23:45:53 CEST 2025


commit 09a7b00645c6a6c18457cda4bfedf74802adae4c
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 23:45:37 2025 +0200

    Fix applying patches.

 gimp-plugin-gap.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gimp-plugin-gap.spec b/gimp-plugin-gap.spec
index 0337e96..0de3c5a 100644
--- a/gimp-plugin-gap.spec
+++ b/gimp-plugin-gap.spec
@@ -57,7 +57,7 @@ sekwencji pojedynczych ramek.
 
 %prep
 %setup -q -n %{pkgname}-%{version}
-%patch1 -p1
+%patch -P1 -p1
 
 %build
 %{__glib_gettextize}
@@ -72,7 +72,7 @@ sekwencji pojedynczych ramek.
 	%{?with_system_libmpeg3:--with-preinstalled-libmpeg3=%{_libdir}/libmpeg3.so}
 
 cd extern_libs/ffmpeg
-%patch0 -p1
+%patch -P0 -p1
 cd ../..
 
 %{__make} -j1
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gimp-plugin-gap.git/commitdiff/09a7b00645c6a6c18457cda4bfedf74802adae4c



More information about the pld-cvs-commit mailing list