I maintain a few packages for my personal use. Since I keep them up to date I have decided to share them. To avoid this topic being closed and will not be able to update I created a folder on my googledrive and will keep it current.
handbrake: This will work for all arm devices. Needs the 2 packages when installing.
zram-swap: Works on all devices x96 or arm. Uses a compressed portion of device ram. Especially good for arm devices with low ram reducing the chance of lockups and speeds up system if a swap space is currently using a swap to disk. Enable and start zram-swap.service after installing the package. The amount of swap space in ram will vary proportionally to how much ram the device has onboard.
rpi-ffmpeg:
For all RPi devices. Allows h264/h265 HW decoding for RPi4 and below devices. Allows h265 HW decoding for the pi5’s. This is a complete drop in replacement for the ffmpeg in the repo that uses the mpv in the repo. To run on X11 Desktop (I do not know how to run on others. Do not use them. One would have to do some research):
Pop the PKGBUILD’s in the AUR as ARM variants? Just make sure there’s nothing EndeavourOS specific going on in them (which I don’t imagine there would be).
Yer I was thinking more of how Trinity Desktop handle it with their own repo that needs to be added, I update official repos separate from AUR (same as anything else from other sources, helps if any issues arise to figure out where and what) (spellcheck wanted me to change figure to gunfire - a good example of to take note of what is happening)
AUR is for x86 PKGBUILDs. They will allow PKGBUILDs for arm but have to be able to run on x86. They used to allow just arm PKGBUILDs but a while back they purged them all. Even if they did allow PKGBUILDs one would still have to build the package locally to install them.
I can provide all of the PKGBUILDs for my packages if one wants to build them locally.Which would be optimal for the kernels due to 3rd party / DKMS modules some people use. I build them here on my x86 for the sake of speed as I do not use any out of tree modules. I had access to a 128 core build server at manjaro-arm to build them.
I dug out my rockpro64 and installed a new image / kernel on it and compiled the new kernels on it as a master and my x86 as a slave using distcc. So there should not be any issues with getting 3rd party modules to work. @DrYak your battery support is built in the new kernels.
[ray@rpi ~]$ cat /proc/version
Linux version 7.0.4-1-rpi (alarm@alarm) (aarch64-unknown-linux-gnu-gcc (GCC) 15.2.1 20260209, GNU ld (GNU Binutils) 2.46) #1 SMP PREEMPT Fri May 8 02:06:20 UTC 2026
RPi upgraded their kernels again to v7.0.5. I pushed them to my googledrive folder. Also I pushed an upstream kernel packages v7.0.5. Think of it as arch-arm’s upstream linux-aarch64 kernel on steroids. It has about 300 patches from the WARPME minimyth2 repo that enhances and supports all of the many devices that minimyth2 uses.
On my rockpro64:
[alarm@rockpro ~]$ uname -a
Linux rockpro 7.0.5-1-V8-WARPME #1 SMP PREEMPT Sat May 9 17:49:15 UTC 2026 aarch64 GNU/Linux
His patches are listed here in this file. This kernel is good for people who like to experiment. He searches the web for patches that have not made it upstream yet.
Upstream has upgraded their kernel today to v7.0.8 so I have built and pushed the new linux-aarch64 it to my googledrive. RPi has not upgraded their 7.0.y tree yet. Hopefully they will do it Monday or Tuesday. They usually do not do much work on weekends.
If anyone is interested warpme added some improvement patches for radxa-dragon-q6a:
Not sure why they do not have the modules builtin the kernel when upstream doc says the default is “=y”. Seems to me the modules would have to be added to the initramfs to boot the way they have it. But what do I know…
I tried to set up a pacman repo on my googledrive using instructions on the web but could not get it to work properly.The db getting pulled down was not in the right format. I uploaded my current kernel pkgbuilds to my googledrive today.
any time even the slightest change is made in the repository, these four files need to be updated and uploaded to your repository/mirror. All packages must also have an accompanying .sig file (signature file) generated for every new or updated packages.
The signature file is the hardest part. One has to create GPG keys and use them to sign the packages.
The EndeavourOS ARM repo with all the EnOS explicit packages.
All new kernel packages pushed to my googledrive. Pretty big version bump: v7.0.6 ==> v7.0.9.
Update:
I installed the new kernel on my pi4 and it stopped before the login screen. I then installed the 7.0.6 kernel back and ran into the same issue. I do not have time today to check it out what is happening but seriously doubt it is a kernel issue. Probably something else that has upgraded recently. Running xfce desktop.
I thought it would be ok. I have not had much time to look into it but I have installed multiple kernels, downgraded mesa, updated eeprom and downgraded raspberrypi-bootloaders. The errors seem to invilve lightdm and this in Xorg.log:
[ 20.011] (II) LoadModule: “glx” [ 20.011] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so [ 20.012] (EE) [ 20.012] (EE) Backtrace: [ 20.013] (EE) unw_get_proc_name failed: no unwind info found [-10] [ 20.013] (EE) 0: /usr/lib/Xorg (?+0x0) [0xaaaaababc578] [ 20.014] (EE) unw_get_proc_info failed: no unwind info found [-10] [ 20.014] (EE) [ 20.014] (EE) Segmentation fault at address 0x8 [ 20.014] (EE) Fatal server error: [ 20.014] (EE) Caught signal 11 (Segmentation fault). Server aborting [ 20.014] (EE) [ 20.014] (EE) Please consult the The ``X.Org`` Foundation support at ``http://wiki.x.org
The only thing graphics wise I see so far is librsvg that updated along with qt6-svg.