Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
#!/bin/sh

VERSION=38448

tar --files-from=file.list -xJvf ../mplayer-$VERSION.tar.xz
mv mplayer-$VERSION mplayer-$VERSION-orig

cp -rf ./mplayer-$VERSION-new ./mplayer-$VERSION

diff -b --unified -Nr  mplayer-$VERSION-orig  mplayer-$VERSION > mplayer-$VERSION-not-hide-x11-cursor.patch

mv mplayer-$VERSION-not-hide-x11-cursor.patch ../patches

rm -rf ./mplayer-$VERSION
rm -rf ./mplayer-$VERSION-orig