Commits on Source (16)
-
For some reason, alsa sometimes probes it from another locations. Add symlinks to handle it Tested-by:
Eric Curtin <ecurtin@redhat.com> [ci:skip-build]: already built successfully in CI
-
This makes sound working
-
This makes sound working [ci:skip-build]: already built successfully in CI
-
Change-Id: Ice7c2942892eb0a173dcded835d5fac5a8f32066 Signed-off-by:
Alexander Martinz <amartinz@shiftphones.com> [ci:skip-build]: already built successfully in CI
-
Oliver Smith authored
Also fix wrong use of provides.
-
Oliver Smith authored
apk ignores a provider_priority of 0. In order to have …-sxmo-de-dwm have a lower provider priority than …-sxmo-de-sway, set a higher priority than 1 for the sway version.
-
Oliver Smith authored
apk treats provider_priority=0 as if it is not there, not as lowest value. The previous patch set it to =10 for …-sxmo-de-sway, so set it to =5 for the dwm version. Related: https://gitlab.alpinelinux.org/alpine/apk-tools/-/blob/c21f61ddd8d742e4de2202aa623b0c06573f567b/src/solver.c#L713-721
-
Oliver Smith authored
Remove the -dev subpackages of kernels that replace the linux-headers package. As I understand, the only case where this would make sense is if you wanted to build a kernel module against headers that need to be newer than the headers in Alpine's linux-headers package (currently 5.19.5). While this might have been historically relevant when wireguard wasn't in the kernel and you might have needed newer linux-headers to build the module, it seems irrelevant today. If somebody should need this in the future, then bring it back properly / consider getting the linux-headers package in Alpine upgraded. Right now the -dev packages are broken in several ways: * Use of unversioned provides= (pma#1766) * Don't contain binaries needed to build binary packages (pma#462). This was worked around in 6aba5f ("Package kernel-scripts separately"), but later this didn't build anymore and we removed it. So in short: broken and unused, drop them.
-
Oliver Smith authored
-
Oliver Smith authored
Setting unversioned provides= without provider_priority is not valid. Set provider_priority=1, the related aports MR will set it to 10 in alsa-ucm-conf. Related: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/40814
-
Oliver Smith authored
-
Oliver Smith authored
Drop replaces, provides for postmarketos-config-firefox. This was the name of the package until August of 2020, not relevant anymore. Also the provides didn't have pkgrel and therefore was wrong.
-
Oliver Smith authored
The pkgver is significantly lower (0.19) than the one of megapixels (1.5.2 as of writing), so we can use the versioned provides here. If it was closer so megapixels-purism's pkgver could become higher than megapixels in the future, then we should use unversioned provides with provider priorities instead.
-
Oliver Smith authored
[ci:ignore-count] [ci:skip-build]: does not finish for aarch64, I'll verify that it builds for aarch64 before merging.
-
Oliver Smith authored
-
Oliver Smith authored
With recent cross/gcc-* upgrades, we actually require pmbootstrap 1.47.0 to avoid the following error: ERROR: Invalid pkgver '${_pkgbase}_git${_pkgsnap}' in APKBUILD: /home/user/.local/var/pmbootstrap/cache_git/pmaports/cross/gcc-aarch64/APKBUILD
Showing
- .ci/testcases/test_provides.py 87 additions, 0 deletions.ci/testcases/test_provides.py
- cross/gcc-aarch64/0054-libphobos-fix-undefined-reference-to-__cmsg_nxthdr-w.patch 65 additions, 0 deletions...ibphobos-fix-undefined-reference-to-__cmsg_nxthdr-w.patch
- cross/gcc-aarch64/APKBUILD 4 additions, 3 deletionscross/gcc-aarch64/APKBUILD
- cross/gcc-armhf/0054-libphobos-fix-undefined-reference-to-__cmsg_nxthdr-w.patch 65 additions, 0 deletions...ibphobos-fix-undefined-reference-to-__cmsg_nxthdr-w.patch
- cross/gcc-armhf/APKBUILD 4 additions, 3 deletionscross/gcc-armhf/APKBUILD
- cross/gcc-armv7/0054-libphobos-fix-undefined-reference-to-__cmsg_nxthdr-w.patch 65 additions, 0 deletions...ibphobos-fix-undefined-reference-to-__cmsg_nxthdr-w.patch
- cross/gcc-armv7/APKBUILD 4 additions, 3 deletionscross/gcc-armv7/APKBUILD
- cross/gcc-riscv64/0054-libphobos-fix-undefined-reference-to-__cmsg_nxthdr-w.patch 65 additions, 0 deletions...ibphobos-fix-undefined-reference-to-__cmsg_nxthdr-w.patch
- cross/gcc-riscv64/APKBUILD 3 additions, 1 deletioncross/gcc-riscv64/APKBUILD
- device/community/firmware-bq-picmt/APKBUILD 3 additions, 3 deletionsdevice/community/firmware-bq-picmt/APKBUILD
- device/community/linux-postmarketos-qcom-sdm845/APKBUILD 4 additions, 4 deletionsdevice/community/linux-postmarketos-qcom-sdm845/APKBUILD
- device/community/linux-postmarketos-qcom-sdm845/config-postmarketos-qcom-sdm845.aarch64 204 additions, 167 deletions...ketos-qcom-sdm845/config-postmarketos-qcom-sdm845.aarch64
- device/community/soc-qcom-msm8916/APKBUILD 2 additions, 1 deletiondevice/community/soc-qcom-msm8916/APKBUILD
- device/community/soc-qcom-msm8996/APKBUILD 2 additions, 1 deletiondevice/community/soc-qcom-msm8996/APKBUILD
- device/community/soc-qcom-sdm845/APKBUILD 2 additions, 1 deletiondevice/community/soc-qcom-sdm845/APKBUILD
- device/main/linux-postmarketos-allwinner/APKBUILD 1 addition, 13 deletionsdevice/main/linux-postmarketos-allwinner/APKBUILD
- device/main/linux-purism-librem5/APKBUILD 1 addition, 13 deletionsdevice/main/linux-purism-librem5/APKBUILD
- device/testing/device-google-elm/APKBUILD 2 additions, 1 deletiondevice/testing/device-google-elm/APKBUILD
- device/testing/device-google-hana/APKBUILD 2 additions, 1 deletiondevice/testing/device-google-hana/APKBUILD
- device/testing/linux-sourceparts-pocketpc/APKBUILD 1 addition, 13 deletionsdevice/testing/linux-sourceparts-pocketpc/APKBUILD
.ci/testcases/test_provides.py
0 → 100644
This diff is collapsed.