[SCM] FFmpeg packaging branch, ubuntu.lucid, updated. debian/0.5+svn20090706-2ubuntu5.ppa2-5-ga2fdf96

lool at users.alioth.debian.org lool at users.alioth.debian.org
Wed Jan 13 12:02:10 UTC 2010


The following commit has been merged in the ubuntu.lucid branch:
commit a2fdf96e43f182b63f89d007f6cb8c88ebae9ae4
Author: Loïc Minier <lool at dooz.org>
Date:   Wed Jan 13 13:01:53 2010 +0100

    Prepare changelog

diff --git a/debian/changelog b/debian/changelog
index 16c08f4..159eb80 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,22 @@
+ffmpeg (4:0.5+svn20090706-2ubuntu5) lucid; urgency=low
+
+  * Use default toolchain setup on ARM flavors for noopt and only add FPU
+    CFLAGS in the VFP and NEON flavors; this is ok since internally, cpu will
+    be set to "generic" but -march=generic or -mcpu=generic will NOT be added
+    to the build flags.
+  * Build all armel flavours with -marm since ffmpeg has a lot of hand crafted
+    assembly which doesn't build in the new lucid default mode (Thumb 2).
+  * Build all armel flavours with -fPIC -DPIC instead of just the neon flavour
+    as the new flags/toolchain require this in Ubuntu lucid.
+  * Build some assembly test code -- just like configure -- to decide whether
+    the *default* toolchain uses vfp or neon to decided whether to build the
+    vfp and neon flavors.
+  * Drop --disable/--enable opt flags such as --disable-neon or
+    --enable-armvfp on ARM since the upstream configure script will do the
+    right thing when the proper flags are set.
+
+ -- Loïc Minier <lool at dooz.org>  Wed, 13 Jan 2010 12:57:32 +0100
+
 ffmpeg (4:0.5+svn20090706-2ubuntu5~ppa2) lucid; urgency=low
 
   * export *all* symbols of libswscale, fixes FTBFS in mplayer

-- 
FFmpeg packaging



More information about the pkg-multimedia-commits mailing list