raptor2,rasqal,redland for libreoffice

This commit is contained in:
2017-03-03 16:53:07 +03:00
parent ca5d370d49
commit fa774039d2
11 changed files with 413 additions and 0 deletions
@@ -0,0 +1,13 @@
diff -Nuar redland-1.0.10.orig/src/rdf_digest.c redland-1.0.10/src/rdf_digest.c
--- redland-1.0.10.orig/src/rdf_digest.c 2010-03-07 01:30:22.588657802 +0200
+++ redland-1.0.10/src/rdf_digest.c 2010-03-07 01:37:17.716408728 +0200
@@ -209,6 +209,9 @@
{
librdf_digest* d;
+ if (!factory)
+ return NULL;
+
librdf_world_open(world);
d=(librdf_digest*)LIBRDF_CALLOC(librdf_digest, 1, sizeof(librdf_digest));
@@ -0,0 +1,34 @@
diff -Naur redland-1.0.9-orig/configure.ac redland-1.0.9/configure.ac
--- redland-1.0.9-orig/configure.ac 2009-07-28 14:59:04.361703816 +0300
+++ redland-1.0.9/configure.ac 2009-07-28 14:59:16.608454149 +0300
@@ -977,8 +977,6 @@
AC_CONFIG_FILES([Makefile
redland.rdf
-docs/Makefile
-docs/version.xml
examples/Makefile
src/Makefile
src/redland.spec
@@ -990,9 +988,6 @@
AC_CONFIG_FILES([redland-config], [chmod +x redland-config])
AC_CONFIG_FILES([redland-src-config], [chmod +x redland-src-config])
-dnl Check for gtk-doc and docbook
-GTK_DOC_CHECK([1.3])
-
AC_OUTPUT
AC_MSG_RESULT([
diff -Naur redland-1.0.9-orig/Makefile.am redland-1.0.9/Makefile.am
--- redland-1.0.9-orig/Makefile.am 2009-07-28 14:59:04.365626697 +0300
+++ redland-1.0.9/Makefile.am 2009-07-28 14:59:24.224454025 +0300
@@ -34,7 +34,7 @@
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
# Subdirectories to build/install/distribute etc.
-SUBDIRS=$(subdirs) src examples utils demos docs data
+SUBDIRS=$(subdirs) src examples utils demos data
EXTRA_DIST=ChangeLog ChangeLog.1 ChangeLog.2 ChangeLog.3 ChangeLog.4 \
ChangeLog.5 ChangeLog.6 ChangeLog.7 \