]> pilppa.org Git - familiar-h63xx-build.git/commitdiff
librsvg: remove the usage of since condition variable because it causes error on...
authorMika Laitio <lamikr@cc.jyu.fi>
Tue, 21 Nov 2006 14:52:14 +0000 (16:52 +0200)
committerlamikr <lamikr@iiris.(none)>
Tue, 21 Nov 2006 14:52:14 +0000 (16:52 +0200)
org.handhelds.familiar/packages/librsvg/files/librsvg_sgml_jade13_fix.patch [new file with mode: 0644]
org.handhelds.familiar/packages/librsvg/librsvg_2.6.5.bb

diff --git a/org.handhelds.familiar/packages/librsvg/files/librsvg_sgml_jade13_fix.patch b/org.handhelds.familiar/packages/librsvg/files/librsvg_sgml_jade13_fix.patch
new file mode 100644 (file)
index 0000000..f11916e
--- /dev/null
@@ -0,0 +1,78 @@
+diff -Naur librsvg-2.6.5_old/rsvg.c librsvg-2.6.5/rsvg.c
+--- librsvg-2.6.5_old/rsvg.c   2004-03-12 04:58:20.000000000 +0200
++++ librsvg-2.6.5/rsvg.c       2006-11-11 01:34:09.000000000 +0200
+@@ -1260,7 +1260,6 @@
+  *
+  * Returns: The SVG's title
+  *
+- * Since: 2.4
+  */
+ G_CONST_RETURN char *rsvg_handle_get_title (RsvgHandle *handle)
+ {
+@@ -1276,7 +1275,6 @@
+  *
+  * Returns: The SVG's description
+  *
+- * Since: 2.4
+  */
+ G_CONST_RETURN char *rsvg_handle_get_desc (RsvgHandle *handle)
+ {
+@@ -1336,7 +1334,6 @@
+  * 72, 90, and 300 DPI. Passing a number <= 0 to #dpi will 
+  * reset the DPI to whatever the default value happens to be.
+  *
+- * Since: 2.2
+  */
+ void
+ rsvg_set_default_dpi (double dpi)
+@@ -1356,7 +1353,6 @@
+  * 72, 90, and 300 DPI. Passing a number <= 0 to #dpi will 
+  * reset the DPI to whatever the default value happens to be.
+  *
+- * Since: 2.2
+  */
+ void
+ rsvg_handle_set_dpi (RsvgHandle * handle, double dpi)
+diff -Naur librsvg-2.6.5_old/rsvg-file-util.c librsvg-2.6.5/rsvg-file-util.c
+--- librsvg-2.6.5_old/rsvg-file-util.c 2003-09-19 18:59:07.000000000 +0300
++++ librsvg-2.6.5/rsvg-file-util.c     2006-11-11 01:34:30.000000000 +0200
+@@ -217,7 +217,6 @@
+  * 
+  * Return value: A newly allocated #GdkPixbuf, or %NULL
+  *
+- * Since: 2.4
+  */
+ GdkPixbuf  *
+ rsvg_pixbuf_from_file_at_size_ex (RsvgHandle * handle,
+@@ -248,7 +247,6 @@
+  * 
+  * Return value: A newly allocated #GdkPixbuf, or %NULL
+  *
+- * Since: 2.4
+  */
+ GdkPixbuf  *
+ rsvg_pixbuf_from_file_ex (RsvgHandle * handle,
+@@ -274,7 +272,6 @@
+  * 
+  * Return value: A newly allocated #GdkPixbuf, or %NULL
+  *
+- * Since: 2.4
+  */
+ GdkPixbuf  *
+ rsvg_pixbuf_from_file_at_zoom_ex (RsvgHandle * handle,
+@@ -311,7 +308,6 @@
+  * 
+  * Return value: A newly allocated #GdkPixbuf, or %NULL
+  *
+- * Since: 2.4
+  */
+ GdkPixbuf  *
+ rsvg_pixbuf_from_file_at_max_size_ex (RsvgHandle * handle,
+@@ -348,7 +344,6 @@
+  * 
+  * Return value: A newly allocated #GdkPixbuf, or %NULL
+  *
+- * Since: 2.4
+  */
+ GdkPixbuf  *
+ rsvg_pixbuf_from_file_at_zoom_with_max_ex (RsvgHandle * handle,
index 59e8cecd285522be8dd80388edb23e6353b61028..2c646e23f30fa0eaec7c889ccc06d3d4b36e3def 100644 (file)
@@ -13,6 +13,8 @@ FILES_rsvg = "${bindir}/rsvg"
 FILES_librsvg-gtk = "${libdir}/gtk-2.0/*/*/*.so"
 FILES_librsvg-gtk-dev = "${libdir}/gtk-2.0"
 
+SRC_URI += "file://librsvg_sgml_jade13_fix.patch;patch=1"
+
 do_stage() {
        install -d ${STAGING_INCDIR}/librsvg-2/librsvg/
        install -m 0644 rsvg.h ${STAGING_INCDIR}/librsvg-2/librsvg/