[packages/gstreamer0.10-plugins-base] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:00:47 CEST 2025
commit 774fe9ee50de370b85b145a938c0a5230e287603
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:00:31 2025 +0200
Fix applying patches.
gstreamer0.10-plugins-base.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gstreamer0.10-plugins-base.spec b/gstreamer0.10-plugins-base.spec
index 336c195..ec9ba85 100644
--- a/gstreamer0.10-plugins-base.spec
+++ b/gstreamer0.10-plugins-base.spec
@@ -323,10 +323,10 @@ Wtyczka wyjścia obrazu Xvideo dla GStreamera.
%prep
%setup -q -n %{gstname}-%{version}
-%patch0 -p1
+%patch -P0 -p1
cd common
-%patch1 -p1
-%patch2 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gstreamer0.10-plugins-base.git/commitdiff/774fe9ee50de370b85b145a938c0a5230e287603
More information about the pld-cvs-commit
mailing list