[SCM] aeolus packaging branch, master, updated. debian/0.8.4-3-1-gfb32cb1

quadrispro-guest at users.alioth.debian.org quadrispro-guest at users.alioth.debian.org
Sat May 15 10:16:03 UTC 2010


The following commit has been merged in the master branch:
commit fb32cb1b388cbe8e55fe12fa475577d3fe197a6d
Author: Alessio Treglia <quadrispro at ubuntu.com>
Date:   Sat May 15 12:15:56 2010 +0200

    Plugins have been renamed, fix the search patch (Closes: #581714)

diff --git a/debian/patches/02-rename_plugin_shlibs.patch b/debian/patches/02-rename_plugin_shlibs.patch
new file mode 100644
index 0000000..7b5400f
--- /dev/null
+++ b/debian/patches/02-rename_plugin_shlibs.patch
@@ -0,0 +1,20 @@
+Autor: Alessio Treglia <quadrispro at ubuntu.com>
+Description: Plugins have been renamed, fix the search path.
+Bug: http://bugs.debian.org/581714
+---
+ source/main.cc |    4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+--- aeolus.orig/source/main.cc
++++ aeolus/source/main.cc
+@@ -193,8 +193,8 @@ int main (int ac, char *av [])
+ 
+     if (mlockall (MCL_CURRENT | MCL_FUTURE)) fprintf (stderr, "Warning: memory lock failed.\n");
+ 
+-    if (t_opt) sprintf (s, "%s/aeolus_txt.so", LIBDIR);
+-    else       sprintf (s, "%s/aeolus_x11.so", LIBDIR);
++    if (t_opt) sprintf (s, "%s/aeolus_txt.so.0", LIBDIR);
++    else       sprintf (s, "%s/aeolus_x11.so.0", LIBDIR);
+     so_handle = dlopen (s, RTLD_NOW);
+     if (! so_handle)
+     {
diff --git a/debian/patches/series b/debian/patches/series
index d3b72df..5e34b3d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01-makefile.patch
+02-rename_plugin_shlibs.patch

-- 
aeolus packaging



More information about the pkg-multimedia-commits mailing list