[SCM] traverso/master: Force CMake to find raptor2's headers (Closes: #618142).

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu May 5 14:09:02 UTC 2011


The following commit has been merged in the master branch:
commit f91c81c1802606bdccdeda0a7fe13d76e13b37c7
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu May 5 16:08:33 2011 +0200

    Force CMake to find raptor2's headers (Closes: #618142).

diff --git a/debian/patches/04-find_raptor2.patch b/debian/patches/04-find_raptor2.patch
new file mode 100644
index 0000000..a304182
--- /dev/null
+++ b/debian/patches/04-find_raptor2.patch
@@ -0,0 +1,19 @@
+Description: Force buildsystem to point to correct location of raptor2's
+ header files.
+Author: Alessio Treglia <alessio at debian.org>
+Forwarded: no
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618142
+---
+ CMakeLists.txt |    1 +
+ 1 file changed, 1 insertion(+)
+
+--- traverso.orig/CMakeLists.txt
++++ traverso/CMakeLists.txt
+@@ -341,6 +341,7 @@ ADD_CUSTOM_TARGET(uninstall "${CMAKE_COM
+ #Set up include dirs with all found packages
+ INCLUDE_DIRECTORIES(
+ ${CMAKE_SOURCE_DIR}/src/common
++/usr/include/raptor2
+ ${QT_INCLUDE_DIR}
+ ${QT_QTCORE_INCLUDE_DIR}
+ )
diff --git a/debian/patches/series b/debian/patches/series
index d94b489..d492cfb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 01-gcc44_ftbfs.patch
 02-binutils_gold.patch
 03-find_slv2.patch
+04-find_raptor2.patch

-- 
traverso packaging



More information about the pkg-multimedia-commits mailing list