[SCM] lilv/master: Fix a tiny bug preventing Lilv from properly working with dyn-manifest.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun May 29 19:35:58 UTC 2011


The following commit has been merged in the master branch:
commit 1cab484f6ce1da4d83c1a118d73d3fcf58eddaf8
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun May 29 21:35:33 2011 +0200

    Fix a tiny bug preventing Lilv from properly working with dyn-manifest.
    
    Patch from Stefano D'Angelo.

diff --git a/debian/patches/0002-dyn_manifest_fix.patch b/debian/patches/0002-dyn_manifest_fix.patch
new file mode 100644
index 0000000..ae23e82
--- /dev/null
+++ b/debian/patches/0002-dyn_manifest_fix.patch
@@ -0,0 +1,19 @@
+Description: Fix a tiny bug preventing Lilv from properly working with dyn-manifest.
+From: http://sf.net/projects/naspro/files/naspro/0.2.91/lilv-0.4.2-dyn-manifest-fix.patch
+Forwarded: David Robillard <d at drobilla.net>
+ Forwarded by Stefano D'Angelo <zanga.mail at gmail.com>
+---
+ src/world.c |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- lilv.orig/src/world.c
++++ lilv/src/world.c
+@@ -462,7 +462,7 @@ lilv_world_load_dyn_manifest(LilvWorld*
+ 		rewind(fd);
+ 
+ 		// Parse generated data file
+-		SerdEnv*    env    = serd_env_new(bundle_node);
++		SerdEnv*    env    = serd_env_new(sord_node_to_serd_node(bundle_node));
+ 		SerdReader* reader = sord_new_reader(
+ 			world->model, env, SERD_TURTLE, bundle_node);
+ 		serd_reader_read_file_handle(reader, fd,
diff --git a/debian/patches/series b/debian/patches/series
index f69f8b4..a86c2c8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 1001-dont_run_ldconfig.patch
 0001-fix_python_bindings_detection.patch
+0002-dyn_manifest_fix.patch

-- 
lilv packaging



More information about the pkg-multimedia-commits mailing list