[SCM] swami/master: Add patch to remove suffix from shlibs installation path.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Dec 3 10:26:37 UTC 2010


The following commit has been merged in the master branch:
commit 0896501dfadeb376219278176a52854877d62a0e
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri Dec 3 11:26:19 2010 +0100

    Add patch to remove suffix from shlibs installation path.

diff --git a/debian/patches/02_remove_libsuffix.patch b/debian/patches/02_remove_libsuffix.patch
new file mode 100644
index 0000000..899e216
--- /dev/null
+++ b/debian/patches/02_remove_libsuffix.patch
@@ -0,0 +1,22 @@
+Description: Strip suffix from the libraries installation path.
+Author: Alessio Treglia <alessio at debian.org>
+Forwarded: no
+---
+ CMakeLists.txt |    6 +-----
+ 1 file changed, 1 insertion(+), 5 deletions(-)
+
+--- swami.orig/CMakeLists.txt
++++ swami/CMakeLists.txt
+@@ -57,11 +57,7 @@ option ( enable-fluidsynth "enable Fluid
+ option ( enable-fftw "enable fftw support for the FFTune plugin (if it is available)" on )
+ 
+ # Initialize the library directory name suffix.
+-if ( CMAKE_SIZEOF_VOID_P EQUAL 8 )
+-  set ( _init_lib_suffix "64" )
+-else ( CMAKE_SIZEOF_VOID_P EQUAL 8 )
+-  set ( _init_lib_suffix "" )
+-endif ( CMAKE_SIZEOF_VOID_P EQUAL 8 )
++set ( _init_lib_suffix "" )
+ set ( LIB_SUFFIX ${_init_lib_suffix} CACHE STRING 
+       "library directory name suffix (32/64/nothing)" )
+ mark_as_advanced ( LIB_SUFFIX )
diff --git a/debian/patches/series b/debian/patches/series
index 4bf289c..67d84f6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01_desktop_file_fix.patch
+02_remove_libsuffix.patch

-- 
swami packaging



More information about the pkg-multimedia-commits mailing list