From 96f64475b1e9b70eae6e57d3dd1fcf43c097e548 Mon Sep 17 00:00:00 2001 From: Kelvin Cheung Date: Tue, 21 Aug 2012 18:13:48 +0800 Subject: mplayer: Update to version 1.1. Update to version 1.1 (r34994). remove --enable-largefiles configure option which was deleted in r33321. Discard mplayer-theora-fix.patch which is a backport of r34498 and r34503. Signed-off-by: Kelvin Cheung Signed-off-by: Thomas Petazzoni --- .../mplayer-1.1-disable-install-strip.patch | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 package/multimedia/mplayer/mplayer-1.1-disable-install-strip.patch (limited to 'package/multimedia/mplayer/mplayer-1.1-disable-install-strip.patch') diff --git a/package/multimedia/mplayer/mplayer-1.1-disable-install-strip.patch b/package/multimedia/mplayer/mplayer-1.1-disable-install-strip.patch new file mode 100644 index 000000000..644d292eb --- /dev/null +++ b/package/multimedia/mplayer/mplayer-1.1-disable-install-strip.patch @@ -0,0 +1,24 @@ +Disable stripping on installation + +Using the -s option of install does not work, as it uses the host +strip instead of the cross strip. So, get rid of it, and let Buildroot +handle the stripping. + +Signed-off-by: Thomas Petazzoni +--- + configure | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +Index: mplayer-32710/configure +=================================================================== +--- mplayer-32710.orig/configure ++++ mplayer-32710/configure +@@ -2519,7 +2519,7 @@ + + + # Checking for CFLAGS +-_install_strip="-s" ++_install_strip= + if test "$_profile" != "" || test "$_debug" != "" ; then + CFLAGS="-O2 $_march $_mcpu $_pipe $_debug $_profile" + WARNFLAGS="-W -Wall" -- cgit v1.2.3