[SCM] hydrogen/master: Add patch 1003 to add linkage required with GCC 4.5.

js at users.alioth.debian.org js at users.alioth.debian.org
Fri Mar 18 01:02:16 UTC 2011


The following commit has been merged in the master branch:
commit 7cff51496dd663573b79f2509a98978996bd55a7
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Mar 18 01:09:30 2011 +0100

    Add patch 1003 to add linkage required with GCC 4.5.

diff --git a/debian/patches/1003_gcc45.patch b/debian/patches/1003_gcc45.patch
new file mode 100644
index 0000000..36f9214
--- /dev/null
+++ b/debian/patches/1003_gcc45.patch
@@ -0,0 +1,13 @@
+Description: Add linkage required with GCC 4.5
+Author: Jonas Smedegaard <dr at jones.dk>
+Last-Update: 2011-03-17
+--- a/Sconstruct
++++ b/Sconstruct
+@@ -94,6 +94,7 @@
+ 	elif sys.platform[:6] == 'linux2':
+ 		ldflags.append('-lpthread')
+ 		ldflags.append('-lasound')
++		ldflags.append('-lporttime')
+ 	#	ldflags.append('-lrubberband')
+ 
+ 	elif sys.platform == "win32":
diff --git a/debian/patches/series b/debian/patches/series
index 11f5caa..7ebf5e1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 09_portaudio_v2.patch
 1001_rubberband_path.patch
 1002_relax_SCons_linux2_resolving.patch
+1003_gcc45.patch

-- 
hydrogen packaging



More information about the pkg-multimedia-commits mailing list