From 321131e2d6fe827f76450f444870eb67ac67fb6f Mon Sep 17 00:00:00 2001 From: Jami Kettunen Date: Fri, 2 Sep 2022 19:13:29 +0300 Subject: [PATCH] waydroid: update to 1.3.1. --- srcpkgs/waydroid/files/README.voidlinux | 9 +++++++-- srcpkgs/waydroid/template | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/srcpkgs/waydroid/files/README.voidlinux b/srcpkgs/waydroid/files/README.voidlinux index 196e969a36b..f185f4f454d 100644 --- a/srcpkgs/waydroid/files/README.voidlinux +++ b/srcpkgs/waydroid/files/README.voidlinux @@ -3,14 +3,19 @@ To finish Waydroid installation run: # waydroid init # ln -s /etc/sv/waydroid-container /var/service -Additionally ensure 'psi=1' is present on your /proc/cmdline (unless the kernel -is configured with CONFIG_PSI_DEFAULT_DISABLED=n). +Additionally for Android 11+ system images ensure 'psi=1' is present on your +/proc/cmdline (unless the kernel is configured with CONFIG_PSI_DEFAULT_DISABLED=n). + +Currently for audio support you need a PulseAudio server running (pipewire-pulse +also works). Optionally clipboard syncing between the container and host Wayland compositor can be enabled with: # xbps-install python3-pyclip wl-clipboard +When running under X11 in a nested Wayland compositor you'll also need xclip. + In case of graphical rendering issues etc. make sure to check the Waydroid documentation if they have a solution: https://docs.waydro.id/ diff --git a/srcpkgs/waydroid/template b/srcpkgs/waydroid/template index acb8c2583d5..8afdace4fba 100644 --- a/srcpkgs/waydroid/template +++ b/srcpkgs/waydroid/template @@ -1,6 +1,6 @@ # Template file for 'waydroid' pkgname=waydroid -version=1.3.0 +version=1.3.1 revision=1 # https://developer.android.com/ndk/guides/abis#sa archs="aarch64* armv7* i686* x86_64*" @@ -12,7 +12,7 @@ maintainer="Jami Kettunen " license="GPL-3.0-or-later" homepage="https://waydro.id" distfiles="https://github.com/waydroid/waydroid/archive/refs/tags/${version}.tar.gz" -checksum=1cd2ef0808820879730ddbbde08aa9bc1b16b0b320ca920a9059c2cbd92f637a +checksum=b1121db558df3f513d17816703cd02843a55b00ba6c18e39a2b00c6969385408 python_version=3 pycompile_dirs="usr/lib/waydroid"