[SCM] mplayer packaging branch, master, updated. upstream/1.0rc2+svn20090303-94-ge2d2116

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Wed Mar 11 23:01:06 UTC 2009


The following commit has been merged in the master branch:
commit e2d21162bfac8c4f1de555fdb9b19dff101d006c
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Wed Mar 11 23:43:52 2009 +0100

    warn about libstdc++.so.5 when installing binary codecs in i386 as well

diff --git a/debian/scripts/binary_codecs.sh b/debian/scripts/binary_codecs.sh
index 63587b6..7266045 100755
--- a/debian/scripts/binary_codecs.sh
+++ b/debian/scripts/binary_codecs.sh
@@ -180,7 +180,10 @@ case "$1" in
             INSTALL "$url"  "$dir"  "$file"
           fi
         done
-      if test "$dpkgarch" = powerpc && ! test -r /usr/lib/libstdc++.so.5 ; then
+      needlibstd=no
+      test "$dpkgarch" = "powerpc" && needlibstd=yes
+      test "$dpkgarch" = "i386" && needlibstd=yes
+      if test "$needlibstd" = "yes" && ! test -r /usr/lib/libstdc++.so.5 ; then
 	  echo 'Warning: you need to install libstdc++ 5 libraries'
 	  echo -n 'Do it now? '
 	  read R

-- 
mplayer packaging



More information about the pkg-multimedia-commits mailing list