[SCM] ffmpeg2theora/master: Link with libm for ceil
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Sun Nov 9 12:12:06 UTC 2014
The following commit has been merged in the master branch:
commit af3a27a1426504679fdbba4576562b53e1863c00
Author: Sebastian Ramacher <sramacher at debian.org>
Date: Sun Nov 9 13:09:20 2014 +0100
Link with libm for ceil
Closes: #768674
diff --git a/debian/patches/link-libm.patch b/debian/patches/link-libm.patch
new file mode 100644
index 0000000..326889b
--- /dev/null
+++ b/debian/patches/link-libm.patch
@@ -0,0 +1,16 @@
+Description: Link libm for ceil
+Author: Sebastian Ramacher <sramacher at debian.org>
+Last-Update: 2014-11-09
+Bug-Debian: https://bugs.debian.org/768674
+
+--- ffmpeg2theora-0.29.0~git+20140316.orig/SConstruct
++++ ffmpeg2theora-0.29.0~git+20140316/SConstruct
+@@ -221,6 +221,8 @@ if not env.GetOption('clean'):
+ env.Append(LIBS=['m'])
+ elif env['static']:
+ env.Append(LIBS=['m', 'dl'])
++ else:
++ env.Append(LIBS=['m'])
+
+
+ env = conf.Finish()
diff --git a/debian/patches/series b/debian/patches/series
index 9b447e0..433f5a7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
#002-Makefile.patch
#003-libswresample.patch
libavresample.patch
+link-libm.patch
--
ffmpeg2theora packaging
More information about the pkg-multimedia-commits
mailing list