[SCM] hydrogen/master: Add -lporttime to LDFLAGS to avoid FTBFS.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Fri Jan 27 09:38:18 UTC 2012
The following commit has been merged in the master branch:
commit d8ea473a9320e23a3cfc280918b78b6a9674b17b
Author: Alessio Treglia <alessio at debian.org>
Date: Fri Jan 27 10:37:08 2012 +0100
Add -lporttime to LDFLAGS to avoid FTBFS.
diff --git a/debian/patches/1006_porttime.patch b/debian/patches/1006_porttime.patch
new file mode 100644
index 0000000..f055d8f
--- /dev/null
+++ b/debian/patches/1006_porttime.patch
@@ -0,0 +1,17 @@
+Description: Add missing -lporttime to LDFLAGS to avoid FTBFS.
+Author: Alessio Treglia <alessio at debian.org>
+Forwarded: no
+---
+ src/core/CMakeLists.txt | 1 +
+ 1 file changed, 1 insertion(+)
+
+--- hydrogen.orig/src/core/CMakeLists.txt
++++ hydrogen/src/core/CMakeLists.txt
+@@ -44,6 +44,7 @@ TARGET_LINK_LIBRARIES(hydrogen-core-${VE
+ ${LASH_LIBRARIES}
+ ${LRDF_LIBRARIES}
+ ${RUBBERBAND_LIBRARIES}
++ -lporttime
+ )
+
+ #SET_TARGET_PROPERTIES(hydrogen-core-${VERSION} PROPERTIES PUBLIC_HEADER "${hydrogen_INCLUDES}" )
diff --git a/debian/patches/series b/debian/patches/series
index 557109e..e9df6e7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
09_portaudio_v2.patch
1001_rubberband_path.patch
1005_name_shouldnt_repeat_genericname.patch
+1006_porttime.patch
--
hydrogen packaging
More information about the pkg-multimedia-commits
mailing list