ref: ad92a28629a17990ea930ee0fe0945e56a138f6e
parent: e821bea01a9696afb0bf8396e9ee6f7f499883a7
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Thu Jul 13 14:22:12 EDT 2023
mkfile: use qwx9's new forks of opus repos directly
--- a/mkfile
+++ b/mkfile
@@ -37,16 +37,8 @@
../opus:
mkdir -p ../opus
cd ../opus
- hget https://github.com/qwx9/alienpatch/archive/master.tar.gz | tar zx
- for(o in opus libopusenc opusfile opus-tools){
- hget https://github.com/xiph/$o/archive/master.tar.gz | tar zx && \
- @{mv $o-master $o && cd $o && ape/patch -p1 <../alienpatch-master/$o}
- }
- cd opus-tools && \
- ape/patch -p1 <../alienpatch-master/opus-tools-defaults && \
- ape/patch -p1 <../alienpatch-master/opus-tools-seek && \
- cd ..
- rm -r alienpatch-master
+ for(o in opus libopusenc opusfile opus-tools)
+ git/clone https://github.com/qwx9/$o
$TARG.gz: ../opus
disk/mkfs -a -s .. proto | gzip -9 > $target