- Oct 13, 2019
-
-
The initramfs needs ext4 (to mount the rootfs) and usb_f_rndis (to enable USB networking on devices that use USB configfs). If these are built as modules, they need to be included in initramfs. [ci:skip-build]: already built successfully in CI
-
-
Oliver Smith authored
-
- Oct 12, 2019
-
-
Bart Ribbers authored
-
Bart Ribbers authored
-
- Oct 11, 2019
-
-
Bhushan Shah authored
apitrace have a GUI tool to inspect the trace dumped by apitrace tool. This is built when a optional dependency of qt5 widgets and qt5 network is satisfied. So build that as well.
-
Bhushan Shah authored
current version merged was missing the zlib-dev and libpng-dev dependency which would make apitrace build internal copies of them, and that would fail due to missing patches for musl. add dependencies zlib-dev and libpng-dev
-
Bart Ribbers authored
-
Bart Ribbers authored
-
Bart Ribbers authored
-
- Oct 09, 2019
-
-
[ci:skip-build]: already built successfully in CI
-
[ci:skip-build]: already built successfully in CI
-
-
Bhushan Shah authored
This adds a new "Information" module in settings app
-
Bart Ribbers authored
-
Bart Ribbers authored
-
Bart Ribbers authored
-
- Oct 08, 2019
-
-
The package was added with the initial Unity 8 packaging but even then it seems that this package was never actually used. Remove it because it no longer builds (some patches upstream might get it building again). [ci:skip-build]: already built successfully in CI
-
Luca Weiss authored
Part of the patch is submitted as MR upstream: https://invent.kde.org/kde/maui-pix/merge_requests/1
-
Luca Weiss authored
-
Luca Weiss authored
-
Luca Weiss authored
-
Bhushan Shah authored
useful for debugging OpenGL/GLES applications.
-
- Oct 07, 2019
-
-
There were some API changes: - https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/878ef440797f0fe319dcb1e866c29cec39b8a36d - https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/6665b466d28ca6f166c22846777f541f5bc9cef7 Leading to error at run time: Error relocating /usr/lib/pulse-13.0/modules/libdroid-sink.so: pa_make_realtime: symbol not found Error relocating /usr/lib/pulse-13.0/modules/libdroid-source.so: pa_make_realtime: symbol not found Error relocating /usr/lib/pulse-13.0/modules/libdroid-source.so: pa_source_get_state: symbol not found Fixes are: - include <pulse/util.h>, replace pa_make_realtime -> pa_thread_make_realtime - replace pa_source_get_state(X) -> X->state - replace pa_sink_get_state(X) -> X->state [ci:skip-build]: already built successfully in CI
-
We have linux-postmarketos-qcom and linux-postmarketos-qcom-msm8916 now, which is quite confusing. linux-postmarketos-qcom was originally added for MSM8974 devices (e.g. Nexus 5) and its patches on top of mainline are therefore quite focused on MSM8974. linux-postmarketos-qcom-msm8916 on the other hand, has patches specific to MSM8916. The two packages do not have any patch in common, therefore merging the two would only cause signficiant overhead to coordinate testing for devices of the two SoCs. Therefore, it is better to keep them separate. To avoid confusion, rename linux-postmarketos-qcom to linux-postmarketos-qcom-msm8974 to make it clear that it is really a close-to-mainline kernel for MSM8974 devices. [ci:skip-build]: already built successfully in CI
-
[ci:skip-build]: does not finish in time on CI Signed-off-by:
Danct12 <danct12@disroot.org>
-
and drop a patch that was upstreamed [ci:skip-build]: already built successfully in CI
-
5.17.x will be released soon with python3 changes, but before it is, for now let's add this critical bugfix [ci:skip-build]: already built successfully in CI
-
The sparse image tools (img2simg, simg2img, append2simg) are now part of Alpine's android-tools package where they are continously updated. (See https://github.com/nmeum/android-tools/pull/8) Remove "libsparse" as depends from all packages because it is either: - installed automatically by pmbootstrap when needed for deviceinfo_flash_sparse="true" (device-chuwi-hi10plus, device-htc-flounder, device-lg-bullhead, device-semc-anzu, device-xiaomi-kenzo) - seemingly unused(?) (device-asus-z00t, linux-motorola-falcon, linux-motorola-peregrine) [ci:skip-build]: already built successfully in CI
-
Oliver Smith authored
The new version doesn't try to install libsparse. Related: https://gitlab.com/postmarketOS/pmbootstrap/merge_requests/1821
-
Oliver Smith authored
-
Oliver Smith authored
Phosh depends on gnome-session, which is currently not available in Alpine for armhf. Fix the arch-lines to unblock building the binary repository. [ci:skip-vercheck]
-
[ci:skip-build]: already ran in CI successfully
-
-
-
-
-
Oliver Smith authored
Made its way into Alpine.
-
- Oct 05, 2019
-
-
Martijn Braam authored
-
Bart Ribbers authored
* Enable on armhf * Add Epiphany to depends * Add more upstream gsettings * Add keyboard launch script
-