Skip to content
Snippets Groups Projects
Verified Commit e2557598 authored by Clayton Craft's avatar Clayton Craft :speech_balloon:
Browse files

main/postmarketos-ui-console: do not install any audio backend by default (MR 6192)

Users who want pulseaudio or pipewire (for audio) can still install
them, but by removing any audio backend by default we can avoid creating
images that include pulseaudio/gstreamer/mesa.

Before:
$ ls -hal /home/clayton/.local/var/pmbootstrap/chroot_native/home/pmos/rootfs/qemu-aarch64.img
-rw-r--r-- 1 root 12345 1.1G Feb 10 14:49 /home/clayton/.local/var/pmbootstrap/chroot_native/home/pmos/rootfs/qemu-aarch64.img

After:
$ ls -hal /home/clayton/.local/var/pmbootstrap/chroot_native/home/pmos/rootfs/qemu-aarch64.img
-rw-r--r-- 1 root 12345 806M Feb 10 14:49 /home/clayton/.local/var/pmbootstrap/chroot_native/home/pmos/rootfs/qemu-aarch64.img

fixes #3541
[ci:skip-build]: already built successfully in CI
parent 8a144163
Branches
No related tags found
1 merge request!6192main/postmarketos-ui-console: do not install any audio backend by default
Pipeline #215537 passed
......@@ -2,7 +2,7 @@
# Maintainer: Clayton Craft <clayton@craftyguy.net>
pkgname=postmarketos-ui-console
pkgver=0.1
pkgrel=6
pkgrel=7
pkgdesc="Console environment, with no graphical/touch UI"
url="https://postmarketos.org/"
arch="noarch"
......@@ -15,6 +15,7 @@ depends="
"
options="!check" # No testsuite
subpackages="$pkgname-openrc:_openrc"
_pmb_recommends="postmarketos-base-ui-audio-none"
package() {
mkdir -p "$pkgdir"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment