[SCM] lame packaging branch, master, updated. debian/3.98.4-0ubuntu1-15-g8684165

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Fri Aug 6 09:07:54 UTC 2010


The following commit has been merged in the master branch:
commit 500ebe3e62aa8c3162805b17e189a29be168ad06
Author: Fabian Greffrath <fabian at greffrath.com>
Date:   Fri Aug 6 10:08:44 2010 +0200

    Remove duplicate patches/05-armel-no-finite-math-only.diff.

diff --git a/debian/patches/05-armel-no-finite-math-only.diff b/debian/patches/05-armel-no-finite-math-only.diff
deleted file mode 100644
index b99402c..0000000
--- a/debian/patches/05-armel-no-finite-math-only.diff
+++ /dev/null
@@ -1,44 +0,0 @@
-A bug present in gcc-4.[123] up to 4.3.3 makes a buggy optimization for
-single-precision floats when -ffinite-math-only (enabled by -ffast-math)
-
-Symptom: lame -V0 produces silent output files.
-Refs:
-https://sourceforge.net/tracker/index.php?func=detail&aid=2681646&group_id=290&atid=100290
-https://trac.xiph.org/ticket/1526
-http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39501
-
-	Martin Guy <martinwguy at yahoo.it> 19 March 2009
-
---- lame-3.98.2/configure.old	2008-06-29 22:40:05.000000000 +0100
-+++ lame-3.98.2/configure	2009-03-19 19:00:42.000000000 +0000
-@@ -30189,6 +30189,15 @@
- 		CFLAGS="-Wall ${CFLAGS}"
- 	fi
- 
-+	# Work round buggy softfloat optimization in ARM EABI compilers
-+	# -gnueabi in only gcc-4.1 onwards
-+	FAST_MATH="-ffast-math"
-+	case "${host}" in
-+	arm*-gnueabi)
-+		FAST_MATH="-ffast-math -fno-finite-math-only"
-+		;;
-+	esac
-+
- 	# GCC version specific generic options
- 	case "${GCC_version}" in
- 	2.96*)
-@@ -30217,12 +30226,12 @@
- 			;;
- 		esac
- 
--		OPTIMIZATION="-O3 ${OMIT_FRAME_POINTER} -ffast-math"
-+		OPTIMIZATION="-O3 ${OMIT_FRAME_POINTER} ${FAST_MATH}"
- 		OPTIMIZATION_FULL="-fmove-all-movables -freduce-all-givs \
- 			-fbranch-count-reg -fforce-addr -fforce-mem"
- 		;;
- 	4.*)
--		OPTIMIZATION="-O3 -fomit-frame-pointer -ffast-math"
-+		OPTIMIZATION="-O3 -fomit-frame-pointer ${FAST_MATH}"
- 		OPTIMIZATION_FULL="-fbranch-count-reg -fforce-addr"
- 		;;
- 	*)

-- 
lame packaging



More information about the pkg-multimedia-commits mailing list