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

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

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

diff --unified -Nr  mesa-$VERSION-orig  mesa-$VERSION > mesa-$VERSION-gallium-vc4-format.patch

mv mesa-$VERSION-gallium-vc4-format.patch ../patches

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