[Lunar-commits] <moonbase> redland: version bumped to 1.0.9, move it to libs dir.

Florin Braescu florin at lunar-linux.org
Wed Sep 23 22:59:58 CEST 2009


commit 38c03f223a35aa613dce8df9aa815c1ac5be554b
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Wed Sep 23 23:59:58 2009 +0300

    redland: version bumped to 1.0.9, move it to libs dir.
    
    I have forced compiling without sqlite support as it is broken now.
---
 kde3/utils/redland/BUILD          |   13 -------------
 kde3/utils/redland/DEPENDS        |    7 -------
 kde3/utils/redland/DETAILS        |   14 --------------
 kde3/utils/redland/DETAILS.x86_64 |   14 --------------
 libs/redland/BUILD                |   13 +++++++++++++
 libs/redland/DEPENDS              |    7 +++++++
 libs/redland/DETAILS              |   14 ++++++++++++++
 libs/redland/DETAILS.x86_64       |   15 +++++++++++++++
 8 files changed, 49 insertions(+), 48 deletions(-)

diff --git a/kde3/utils/redland/BUILD b/kde3/utils/redland/BUILD
deleted file mode 100644
index 1d4646b..0000000
--- a/kde3/utils/redland/BUILD
+++ /dev/null
@@ -1,13 +0,0 @@
-(
-
-  OPTS+=" --with-threads --with-raptor=system --with-rasqal=internal"
-
-  if in_depends $MODULE libxml2 ; then
-    OPTS+=" --with-xml-parser=libxml"
-  else
-    OPTS+=" --with-xml-parser=expat"
-  fi
-
-  default_build
-
-) > $C_FIFO 2>&1
diff --git a/kde3/utils/redland/DEPENDS b/kde3/utils/redland/DEPENDS
deleted file mode 100644
index e312725..0000000
--- a/kde3/utils/redland/DEPENDS
+++ /dev/null
@@ -1,7 +0,0 @@
-depends raptor
-
-optional_depends "db"           "--with-bdb"        "--without-bdb"        "for database support"
-optional_depends "mysql"        "--with-mysql"      "--without-mysql"      "for database support"
-optional_depends "postgresql"   "--with-postgresql" "--without-postgresql" "for database support"
-optional_depends "sqlite"       "--with-sqlite"     "--without-sqlite"     "for database support"
-optional_depends "%XMLRENDERER" ""                  ""                     "for XML support"
diff --git a/kde3/utils/redland/DETAILS b/kde3/utils/redland/DETAILS
deleted file mode 100644
index 4baa76e..0000000
--- a/kde3/utils/redland/DETAILS
+++ /dev/null
@@ -1,14 +0,0 @@
-          MODULE=redland
-         VERSION=1.0.7
-          SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://download.librdf.org/source/
-      SOURCE_VFY=sha1:9ba444859709a6e5defb0b7a2294684e2fe06707
-        WEB_SITE=http://librdf.org/
-         ENTERED=20070802
-         UPDATED=20080116
-           SHORT="libraries that provide support for the Resource Description Framework"
-
-cat << EOF
-Redland is a set of free software libraries that provide support
-for the Resource Description Framework (RDF).
-EOF
diff --git a/kde3/utils/redland/DETAILS.x86_64 b/kde3/utils/redland/DETAILS.x86_64
deleted file mode 100644
index 81da25c..0000000
--- a/kde3/utils/redland/DETAILS.x86_64
+++ /dev/null
@@ -1,14 +0,0 @@
-          MODULE=redland
-         VERSION=1.0.7
-          SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://download.librdf.org/source/
-      SOURCE_VFY=sha1:9ba444859709a6e5defb0b7a2294684e2fe06707
-        WEB_SITE=http://librdf.org/
-         ENTERED=20070802
-         UPDATED=20080116
-           SHORT="libraries that provide support for the Resource Description Framework"
-           PSAFE=no
-cat << EOF
-Redland is a set of free software libraries that provide support
-for the Resource Description Framework (RDF).
-EOF
diff --git a/libs/redland/BUILD b/libs/redland/BUILD
new file mode 100644
index 0000000..539454d
--- /dev/null
+++ b/libs/redland/BUILD
@@ -0,0 +1,13 @@
+(
+
+  OPTS+=" --with-threads --with-raptor=system --without-sqlite"
+
+  if in_depends $MODULE libxml2 ; then
+    OPTS+=" --with-xml-parser=libxml"
+  else
+    OPTS+=" --with-xml-parser=expat"
+  fi
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/libs/redland/DEPENDS b/libs/redland/DEPENDS
new file mode 100644
index 0000000..c1ef80e
--- /dev/null
+++ b/libs/redland/DEPENDS
@@ -0,0 +1,7 @@
+depends rasqal
+
+optional_depends "db"           "--with-bdb"        "--without-bdb"        "for Berkley DB database support"
+optional_depends "mysql"        "--with-mysql"      "--without-mysql"      "for MySql database support"
+optional_depends "postgresql"   "--with-postgresql" "--without-postgresql" "for Postgresql database support"
+#optional_depends "sqlite"       "--with-sqlite"     "--without-sqlite"     "for SqLite database support"
+optional_depends "%XMLRENDERER" ""                  ""                     "for XML support"
diff --git a/libs/redland/DETAILS b/libs/redland/DETAILS
new file mode 100644
index 0000000..3dda66f
--- /dev/null
+++ b/libs/redland/DETAILS
@@ -0,0 +1,14 @@
+          MODULE=redland
+         VERSION=1.0.9
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://download.librdf.org/source
+      SOURCE_VFY=sha1:74c9ce4b496095d404593a18af1d15de4904ae9b
+        WEB_SITE=http://librdf.org
+         ENTERED=20070802
+         UPDATED=20090923
+           SHORT="libraries that provide support for the Resource Description Framework"
+
+cat << EOF
+Redland is a set of free software libraries that provide support
+for the Resource Description Framework (RDF).
+EOF
diff --git a/libs/redland/DETAILS.x86_64 b/libs/redland/DETAILS.x86_64
new file mode 100644
index 0000000..5451be5
--- /dev/null
+++ b/libs/redland/DETAILS.x86_64
@@ -0,0 +1,15 @@
+          MODULE=redland
+         VERSION=1.0.9
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://download.librdf.org/source
+      SOURCE_VFY=sha1:74c9ce4b496095d404593a18af1d15de4904ae9b
+        WEB_SITE=http://librdf.org
+         ENTERED=20070802
+         UPDATED=20090923
+           SHORT="libraries that provide support for the Resource Description Framework"
+           PSAFE=no
+
+cat << EOF
+Redland is a set of free software libraries that provide support
+for the Resource Description Framework (RDF).
+EOF


More information about the Lunar-commits mailing list