From 9407c93b87570fc5b75593f3f66bc2db87e4bd21 Mon Sep 17 00:00:00 2001 From: Mika Laitio Date: Fri, 10 Nov 2006 17:33:28 +0200 Subject: [PATCH] librsvg fix for jade 1.3. --- .../librsvg/librsvg_sgml_jade13_fix.patch | 87 +++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 org.handhelds.familiar/packages/librsvg/librsvg/librsvg_sgml_jade13_fix.patch diff --git a/org.handhelds.familiar/packages/librsvg/librsvg/librsvg_sgml_jade13_fix.patch b/org.handhelds.familiar/packages/librsvg/librsvg/librsvg_sgml_jade13_fix.patch new file mode 100644 index 0000000..04698e0 --- /dev/null +++ b/org.handhelds.familiar/packages/librsvg/librsvg/librsvg_sgml_jade13_fix.patch @@ -0,0 +1,87 @@ +diff -Naur librsvg-2.6.5_old/doc/sgml/rsvg-file-util.sgml librsvg-2.6.5/doc/sgml/rsvg-file-util.sgml +--- librsvg-2.6.5_old/doc/sgml/rsvg-file-util.sgml 2006-11-10 17:30:02.000000000 +0200 ++++ librsvg-2.6.5/doc/sgml/rsvg-file-util.sgml 2006-11-09 19:16:35.000000000 +0200 +@@ -238,7 +238,7 @@ + + + +-<anchor id="rsvg-pixbuf-from-file-ex" role="function" condition="since:2.4">rsvg_pixbuf_from_file_ex () ++<anchor id="rsvg-pixbuf-from-file-ex" role="function">rsvg_pixbuf_from_file_ex () + rsvg_pixbuf_from_file_exGdkPixbuf* rsvg_pixbuf_from_file_ex (RsvgHandle *handle, + const gchar *file_name, + GError **error); +@@ -265,7 +265,7 @@ + Since 2.4 + + +-<anchor id="rsvg-pixbuf-from-file-at-zoom-ex" role="function" condition="since:2.4">rsvg_pixbuf_from_file_at_zoom_ex () ++<anchor id="rsvg-pixbuf-from-file-at-zoom-ex" role="function">rsvg_pixbuf_from_file_at_zoom_ex () + rsvg_pixbuf_from_file_at_zoom_exGdkPixbuf* rsvg_pixbuf_from_file_at_zoom_ex + (RsvgHandle *handle, + const gchar *file_name, +@@ -302,7 +302,7 @@ + Since 2.4 + + +-<anchor id="rsvg-pixbuf-from-file-at-size-ex" role="function" condition="since:2.4">rsvg_pixbuf_from_file_at_size_ex () ++<anchor id="rsvg-pixbuf-from-file-at-size-ex" role="function">rsvg_pixbuf_from_file_at_size_ex () + rsvg_pixbuf_from_file_at_size_exGdkPixbuf* rsvg_pixbuf_from_file_at_size_ex + (RsvgHandle *handle, + const gchar *file_name, +@@ -340,7 +340,7 @@ + Since 2.4 + + +-<anchor id="rsvg-pixbuf-from-file-at-max-size-ex" role="function" condition="since:2.4">rsvg_pixbuf_from_file_at_max_size_ex () ++<anchor id="rsvg-pixbuf-from-file-at-max-size-ex" role="function">rsvg_pixbuf_from_file_at_max_size_ex () + rsvg_pixbuf_from_file_at_max_size_exGdkPixbuf* rsvg_pixbuf_from_file_at_max_size_ex + (RsvgHandle *handle, + const gchar *file_name, +@@ -377,7 +377,7 @@ + Since 2.4 + + +-<anchor id="rsvg-pixbuf-from-file-at-zoom-with-max-ex" role="function" condition="since:2.4">rsvg_pixbuf_from_file_at_zoom_with_max_ex () ++<anchor id="rsvg-pixbuf-from-file-at-zoom-with-max-ex" role="function">rsvg_pixbuf_from_file_at_zoom_with_max_ex () + rsvg_pixbuf_from_file_at_zoom_with_max_exGdkPixbuf* rsvg_pixbuf_from_file_at_zoom_with_max_ex + (RsvgHandle *handle, + const gchar *file_name, +diff -Naur librsvg-2.6.5_old/doc/sgml/rsvg.sgml librsvg-2.6.5/doc/sgml/rsvg.sgml +--- librsvg-2.6.5_old/doc/sgml/rsvg.sgml 2006-11-10 17:30:17.000000000 +0200 ++++ librsvg-2.6.5/doc/sgml/rsvg.sgml 2006-11-09 19:15:24.000000000 +0200 +@@ -95,7 +95,7 @@ + + + +-<anchor id="rsvg-set-default-dpi" role="function" condition="since:2.2">rsvg_set_default_dpi () ++<anchor id="rsvg-set-default-dpi" role="function">rsvg_set_default_dpi () + rsvg_set_default_dpivoid rsvg_set_default_dpi (double dpi); + + Sets the DPI for the all future outgoing pixbufs. Common values are +@@ -124,7 +124,7 @@ + + + +-<anchor id="rsvg-handle-set-dpi" role="function" condition="since:2.2">rsvg_handle_set_dpi () ++<anchor id="rsvg-handle-set-dpi" role="function">rsvg_handle_set_dpi () + rsvg_handle_set_dpivoid rsvg_handle_set_dpi (RsvgHandle *handle, + double dpi); + +@@ -240,7 +240,7 @@ + + + +-<anchor id="rsvg-handle-get-title" role="function" condition="since:2.4">rsvg_handle_get_title () ++<anchor id="rsvg-handle-get-title" role="function">rsvg_handle_get_title () + rsvg_handle_get_titleconst char* rsvg_handle_get_title (RsvgHandle *handle); + + Returns the SVG's title in UTF-8 or NULL. You must make a copy +@@ -257,7 +257,7 @@ + Since 2.4 + + +-<anchor id="rsvg-handle-get-desc" role="function" condition="since:2.4">rsvg_handle_get_desc () ++<anchor id="rsvg-handle-get-desc" role="function">rsvg_handle_get_desc () + rsvg_handle_get_descconst char* rsvg_handle_get_desc (RsvgHandle *handle); + + Returns the SVG's description in UTF-8 or NULL. You must make a copy -- 2.41.0