[packages/svg2png] Rel 6
arekm
arekm at pld-linux.org
Sun Aug 17 17:10:23 CEST 2025
commit b1636d6c178b7a4e64a3d5fdf0c060a71d561334
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sun Aug 17 17:10:18 2025 +0200
Rel 6
build.patch | 10 ++++++++++
svg2png.spec | 4 +++-
2 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/svg2png.spec b/svg2png.spec
index e181c62..9b93833 100644
--- a/svg2png.spec
+++ b/svg2png.spec
@@ -2,11 +2,12 @@ Summary: svg2png - render an SVG image to a PNG image (using cairo)
Summary(pl.UTF-8): svg2png - tworzenie obrazków PNG z SVG przy użyciu cairo
Name: svg2png
Version: 0.1.3
-Release: 5
+Release: 6
License: BSD-like
Group: Applications/Graphics
Source0: http://cairographics.org/snapshots/%{name}-%{version}.tar.gz
# Source0-md5: ba266c00486ffd93b8a46d59028aaef9
+Patch0: build.patch
URL: http://cairographics.org/
BuildRequires: autoconf
BuildRequires: automake
@@ -23,6 +24,7 @@ Narzędzie do tworzenia obrazków PNG z SVG przy użyciu cairo.
%prep
%setup -q
+%patch -P0 -p1
%build
%{__aclocal}
diff --git a/build.patch b/build.patch
new file mode 100644
index 0000000..9e0d1f4
--- /dev/null
+++ b/build.patch
@@ -0,0 +1,10 @@
+--- svg2png-0.1.3/src/svg2png.c~ 2005-05-25 18:06:37.000000000 +0200
++++ svg2png-0.1.3/src/svg2png.c 2025-08-17 17:09:23.255541660 +0200
+@@ -28,6 +28,7 @@
+
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <string.h>
+ #include <png.h>
+ #include <errno.h>
+
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/svg2png.git/commitdiff/b1636d6c178b7a4e64a3d5fdf0c060a71d561334
More information about the pld-cvs-commit
mailing list