[SCM] mplayer packaging branch, master, updated. debian/1.0.rc2+svn20090303-2-5-g0640320

mennucc1 at users.alioth.debian.org mennucc1 at users.alioth.debian.org
Fri Mar 20 17:58:34 UTC 2009


The following commit has been merged in the master branch:
commit 064032009c655dd867009bd4f7d6e38f56a7a365
Author: Andrea Mennucc <mennucc1 at debian.org>
Date:   Fri Mar 20 18:54:51 2009 +0100

    try a fix for bug 520113

diff --git a/debian/changelog b/debian/changelog
index 2240ccf..bac4ed7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mplayer (1.0~rc2+svn20090303-3) unstable; urgency=low
+
+  * try a fix for bug 520113
+
+ -- A Mennucc1 <mennucc1 at debian.org>  Fri, 20 Mar 2009 18:23:35 +0100
+  
 mplayer (1.0~rc2+svn20090303-2) unstable; urgency=low
 
   * always build documentation. Fixes FTBFS.
diff --git a/debian/rules b/debian/rules
index 0b8159b..b570e74 100755
--- a/debian/rules
+++ b/debian/rules
@@ -174,6 +174,11 @@ ifeq (powerpc,$(DEB_HOST_ARCH_CPU))
 	mv config.mak  config.mak~~
 	sed '/FLAGS/s/ -O[0-9] / -O /' config.mak~~ > config.mak
 endif
+	#workaround for bug 520113 (hopefully)
+ifeq (mips,$(DEB_HOST_ARCH_CPU))
+	mv config.mak  config.mak~~
+	sed '/^CFLAGS =/s/=/= -fPIC /' config.mak~~ > config.mak
+endif
 	touch configure-arch-stamp
 
 # commands to compile the package

-- 
mplayer packaging



More information about the pkg-multimedia-commits mailing list