]>
cvs.zerfleddert.de Git - m1-debian/blob - mesa.sh
2912486d435442366c5cea2beca872100c1d67d5
16 # devscripts needed for dch and dcmd
17 dpkg
-s devscripts
>/dev
/null
2>&1 || sudo apt
-get install devscripts
19 command -v git
>/dev
/null
|| sudo apt
-get install git
20 test -d mesa
|| git clone https
://gitlab.freedesktop.org
/asahi
/mesa.git
23 # 17:17 <marcan> also for mesa, use the latest versioned tag I made, *not* any
24 # live branch. mesa and kernel live branches are not kept in sync. generally
25 # the latest mesa tag will be in sync with the latest kernel tag and usually
26 # also the latest live kernel (except when I'm about to do a release)
27 # 17:18 <marcan> if those two desync it'll refuse to initialize
28 git
reset --hard asahi
-20230801
30 cp -a ..
/..
/mesa
-debian debian
31 EMAIL
=thomas@glanzmann.de dch
-v 23.0.0-`date +%Y%m%d%H%M` 'asahi wip'
32 sudo apt
-get build
-dep .
33 dpkg
-buildpackage -uc -us -a arm64
--build=binary