Where is ffmpeg for ARM? Or package source in general

?
All packages that are maintained by Manjaro Team is available on Gitlab.

This is the kernel package used.

All code is there. Itā€™s just a bit hard to find. asp only works with Arch packages and canā€™t find Manjaro packages. So finding the package source is a manual process:

  1. Go the to manjaro-arm package group on gitlab and search. If not found thenā€¦
  2. Go to the manjaro package project on gitlab and search there, if not foundā€¦
  3. Go to the Arch ARM repository and look there. This is different, as itā€™s just one git repo with ALL packagesā€™ PKGBUILD files in it, instead of one repo per package like 1 and 2. If itā€™s not in here, then finallyā€¦
  4. You can use asp, or manually clone, the Arch repo for the package.

Packages from sources 2 and 4 need to be built with -A since they will be configured as x86_64 only.
Packages from sources 1, 2, and 4 will be one git repo per package, which contains the PKGBUILD and probably patches.
Packages from source 3 will all be in one git repo with directories for each package.

Perhaps the order of source 2 and 3 is wrong, Iā€™m not sure about that part.

1 Like