summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2024-09-08Drop cmake and man install fixupsAren Moynihan
It appears there are installed to the correct location by default now, so this is dead code.
2024-09-08use cmake commands instead of make directlyAren Moynihan
This makes it much easier to use a replace make with e.g. ninja. Users may want to do this for better build output and/or more efficient builds. Also don't bother removing the build directory, that's what makepkg -C is for.
2024-09-08add missing dependenciesAren Moynihan
The only dependency clone.sh was being used for was libuvc, adding it to depends means clone.sh can be avoided.
2024-09-08Re-add -Wformat patchAren Moynihan
Without this the package doens't build.
2024-05-16running git externals to make it compile againunmellow
2024-04-17updating package release because duhunmellow
2024-04-11lietterally stole the suggested changes from @Earnestunmellow
2018-04-26Add missin git makedependsAdrian Perez de Castro
2017-09-25Let the configuration system choose a GL implementationAdrian Perez de Castro
2017-09-25Initial importAdrian Perez de Castro