mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
waydroid: update to 1.3.1.
This commit is contained in:
parent
c1bb8fb77d
commit
321131e2d6
2 changed files with 9 additions and 4 deletions
|
@ -3,14 +3,19 @@ To finish Waydroid installation run:
|
||||||
# waydroid init
|
# waydroid init
|
||||||
# ln -s /etc/sv/waydroid-container /var/service
|
# ln -s /etc/sv/waydroid-container /var/service
|
||||||
|
|
||||||
Additionally ensure 'psi=1' is present on your /proc/cmdline (unless the kernel
|
Additionally for Android 11+ system images ensure 'psi=1' is present on your
|
||||||
is configured with CONFIG_PSI_DEFAULT_DISABLED=n).
|
/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
|
Optionally clipboard syncing between the container and host Wayland compositor
|
||||||
can be enabled with:
|
can be enabled with:
|
||||||
|
|
||||||
# xbps-install python3-pyclip wl-clipboard
|
# 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
|
In case of graphical rendering issues etc. make sure to check the Waydroid
|
||||||
documentation if they have a solution: https://docs.waydro.id/
|
documentation if they have a solution: https://docs.waydro.id/
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'waydroid'
|
# Template file for 'waydroid'
|
||||||
pkgname=waydroid
|
pkgname=waydroid
|
||||||
version=1.3.0
|
version=1.3.1
|
||||||
revision=1
|
revision=1
|
||||||
# https://developer.android.com/ndk/guides/abis#sa
|
# https://developer.android.com/ndk/guides/abis#sa
|
||||||
archs="aarch64* armv7* i686* x86_64*"
|
archs="aarch64* armv7* i686* x86_64*"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Jami Kettunen <jami.kettunen@protonmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://waydro.id"
|
homepage="https://waydro.id"
|
||||||
distfiles="https://github.com/waydroid/waydroid/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/waydroid/waydroid/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=1cd2ef0808820879730ddbbde08aa9bc1b16b0b320ca920a9059c2cbd92f637a
|
checksum=b1121db558df3f513d17816703cd02843a55b00ba6c18e39a2b00c6969385408
|
||||||
|
|
||||||
python_version=3
|
python_version=3
|
||||||
pycompile_dirs="usr/lib/waydroid"
|
pycompile_dirs="usr/lib/waydroid"
|
||||||
|
|
Loading…
Add table
Reference in a new issue