wok-current rev 2614
mplayer-codecs: remove codec depending on libstdc++.so.5
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 11 18:56:54 2009 +0000 (2009-04-11) |
parents | 942038fd835d |
children | 526ee9b8a49d |
files | mplayer-codecs/receipt |
line diff
1.1 --- a/mplayer-codecs/receipt Sat Apr 11 17:12:49 2009 +0000 1.2 +++ b/mplayer-codecs/receipt Sat Apr 11 18:56:54 2009 +0000 1.3 @@ -19,6 +19,9 @@ 1.4 tar xjf $SOURCES_REPOSITORY/all-20071007.tar.bz2 \ 1.5 -C $WOK/$PACKAGE 1.6 cp -a all-20071007/* $fs/usr/lib/mplayer/codecs 1.7 + # remove codec depending on libstdc++.so.5 1.8 + rm -f $fs/usr/lib/mplayer/codecs/drvc.so 1.9 + rm -f $fs/usr/lib/mplayer/codecs/cook.so 1.10 } 1.11 1.12 clean_wok()