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=3.5

tar --files-from=file.list -xzvf ../x265-$VERSION.tar.gz
mv x265-$VERSION x265-$VERSION-orig

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

diff --unified -Nr  x265-$VERSION-orig  x265-$VERSION > x265-$VERSION-version.patch

mv x265-$VERSION-version.patch ../patches

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