Warning, /plasma-bigscreen/bigscreen-debos-image-rpi4/recipes/base-packages.yml is written in an unsupported language. File is not indexed.

0001 {{- $architecture := or .architecture "arm64" -}}
0002 {{- $firmware_version := or .firmware_version "master" -}}
0003 {{ $suite :=  or .suite "bionic" }}
0004 {{- $image := or .image "mycroft-mark2-rpi4.img" -}}
0005 
0006 architecture: {{ $architecture }}
0007 
0008 actions:
0009   - action: apt
0010     description: Basic packages
0011     packages:
0012       - breeze-icon-theme
0013       - humanity-icon-theme
0014       - bash-completion
0015       - vim
0016       - alsa-utils
0017       - git
0018       - python3
0019 
0020     # Desktop packages
0021   - action: apt
0022     description: Base packages
0023     packages:
0024       - xauth
0025       - sddm
0026       - openssh-server
0027       - ftp
0028       - i2c-tools
0029       - nano
0030       - i2c-tools
0031       - rng-tools5
0032 
0033   - action: apt
0034     description: Plasma packages
0035     packages:
0036       - plasma-pa
0037       - plasma-widgets-addons
0038       - libkf5wallet-bin
0039       - kscreen
0040       - konsole
0041       - plasma-workspace-wayland
0042 
0043   - action: overlay
0044     description: fix DNS inside container
0045     source: ../overlays/resolv
0046 
0047   - action: apt
0048     description: Networking packages
0049     packages:
0050       - network-manager
0051       - plasma-nm
0052       - ubuntu-minimal
0053 
0054   - action: apt
0055     description: GStreamer packages
0056     packages:
0057       - gstreamer1.0-plugins-base
0058       - gstreamer1.0-plugins-good
0059       - gstreamer1.0-plugins-bad
0060       - gstreamer1.0-plugins-ugly
0061 #      - gstreamer1.0-fluendo-mp3
0062       - gstreamer1.0-libav
0063       - gstreamer1.0-alsa
0064       - gstreamer1.0-gl
0065       - gstreamer1.0-omx-generic
0066       - gstreamer1.0-x
0067       - gstreamer1.0-vaapi
0068       - gstreamer1.0-pocketsphinx
0069       - gstreamer1.0-pipewire
0070       - gstreamer1.0-pulseaudio
0071       - gstreamer1.0-rtsp
0072       - libqt5multimedia5-plugins
0073       - ffmpeg
0074       - lame
0075       - chromium-codecs-ffmpeg-extra
0076       - libk3b7-extracodecs
0077       - libavcodec-extra
0078       - ubuntu-restricted-extras
0079       - kubuntu-restricted-extras