[SCM] naspro-bridges-bad/master: Force the inclusion of -I/usr/include/rasqal to fix the build failure with GCC4.5.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat Dec 4 11:25:28 UTC 2010


The following commit has been merged in the master branch:
commit 1570a6d26c3474e2f23839e30b4e9b79d0d96378
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat Dec 4 12:25:16 2010 +0100

    Force the inclusion of -I/usr/include/rasqal to fix the build failure with GCC4.5.

diff --git a/debian/patches/01-cmake.patch b/debian/patches/01-cmake.patch
index 5d894d1..412110f 100644
--- a/debian/patches/01-cmake.patch
+++ b/debian/patches/01-cmake.patch
@@ -1,10 +1,13 @@
 Description: Provide variable substitions which cmake seems ignoring.
+ Force the inclusion of -I/usr/include/rasqal to fix the build failure
+ with GCC4.5
 Author: Alessio Treglia <alessio at debian.org>
 Forwarded: not-needed
 ---
+ CMakeLists.txt      |    1 +
  dssi/manifest.ttl   |   14 ++++++++++++++
  ladspa/manifest.ttl |   14 ++++++++++++++
- 2 files changed, 28 insertions(+)
+ 3 files changed, 29 insertions(+)
 
 --- /dev/null
 +++ naspro-bridges-bad/dssi/manifest.ttl
@@ -40,3 +43,13 @@ Forwarded: not-needed
 +
 +<http://naspro.atheme.org/bridges/ladspa> a dman:DynManifest ;
 +	lv2:binary <ladspa.so> .
+--- naspro-bridges-bad.orig/CMakeLists.txt
++++ naspro-bridges-bad/CMakeLists.txt
+@@ -32,6 +32,7 @@ endif ()
+ pkg_check_modules(DSSI REQUIRED dssi)
+ 
+ include_directories(. ${NACORE_INCLUDE_DIRS} ${REDLAND_INCLUDE_DIR} ${LV2_INCLUDE_DIR} ${ALSA_INCLUDE_DIR} ${DSSI_INCLUDE_DIR})
++include_directories(. /usr/include/rasqal)
+ link_directories(${NACORE_LIBRARY_DIRS} ${ALSA_LIBRARY_DIRS})
+ 
+ add_library(ladspa MODULE ${NABRIDGESBAD_LADSPA_SOURCES})

-- 
naspro-bridges-bad packaging



More information about the pkg-multimedia-commits mailing list