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
   351         kx #!/bin/sh
   351         kx 
   351         kx VERSION=38448
   351         kx 
   351         kx tar --files-from=file.list -xJvf ../mplayer-$VERSION.tar.xz
   351         kx mv mplayer-$VERSION mplayer-$VERSION-orig
   351         kx 
   351         kx cp -rf ./mplayer-$VERSION-new ./mplayer-$VERSION
   351         kx 
   351         kx diff -b --unified -Nr  mplayer-$VERSION-orig  mplayer-$VERSION > mplayer-$VERSION-not-hide-x11-cursor.patch
   351         kx 
   351         kx mv mplayer-$VERSION-not-hide-x11-cursor.patch ../patches
   351         kx 
   351         kx rm -rf ./mplayer-$VERSION
   351         kx rm -rf ./mplayer-$VERSION-orig