# HG changeset patch # User Rohit Joshi # Date 1244651929 0 # Node ID 6842cfbcc0ca987a29eaad690423637ad18826f3 # Parent 10271d25aec8156b51f5b14ccc444cab2cdcdb06 Fix: mplayer-svn compile with gcc44, smplayer, gnome-mplayer work (but still no skin) diff -r 10271d25aec8 -r 6842cfbcc0ca mplayer-svn/receipt --- a/mplayer-svn/receipt Wed Jun 10 15:51:00 2009 +0000 +++ b/mplayer-svn/receipt Wed Jun 10 16:38:49 2009 +0000 @@ -26,6 +26,18 @@ [ -f mplayer/configure ] || svn checkout -r $VERSION \ svn://svn.mplayerhq.hu/mplayer/trunk mplayer cd mplayer + + while read file; do + [ -f done.$file ] && continue + echo "Apply $file..." + cp ../../stuff/$PACKAGE-$VERSION-$file . + patch -p0 < $PACKAGE-$VERSION-$file || return 1 + touch done.$file + done <