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

tar --files-from=file.list -xjvf ../zita-resampler-$VERSION.tar.bz2
mv zita-resampler-$VERSION zita-resampler-$VERSION-orig

cp -rf ./zita-resampler-$VERSION-new ./zita-resampler-$VERSION

diff --unified -Nr  zita-resampler-$VERSION-orig  zita-resampler-$VERSION > zita-resampler-$VERSION-make.patch

mv zita-resampler-$VERSION-make.patch ../patches

rm -rf ./zita-resampler-$VERSION
rm -rf ./zita-resampler-$VERSION-orig