From 0a8291db870cb82e27f07407aa33c1b026cbb8f3 Mon Sep 17 00:00:00 2001 From: Robert Mader Date: Mon, 13 Jan 2025 13:33:13 +0100 Subject: [PATCH] main/postmarketos-base-ui-gnome: add showtime to pmb_recommends (MR 6038) So Gnome-based DEs have a video-player by default. The main arguments in favor showtime I see are: 1. It's the main candidate to become the new Gnome default video player. 2. It's has a mobile-friendly UI. 3. It uses HW-decoding and even zero-copy playback by default on many pmOS devices (by using Gstreamer and unlike e.g. ffmpeg-based players like mpv). 4. Its main dependencies are shared with other apps like snapshot. The other candidate that would tick the same boxes but 1. is livi. [ci:skip-build]: already built successfully in CI --- main/postmarketos-base-ui-gnome/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/postmarketos-base-ui-gnome/APKBUILD b/main/postmarketos-base-ui-gnome/APKBUILD index 0a95769c0..f7fd3e206 100644 --- a/main/postmarketos-base-ui-gnome/APKBUILD +++ b/main/postmarketos-base-ui-gnome/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Oliver Smith pkgname=postmarketos-base-ui-gnome pkgver=4 -pkgrel=3 +pkgrel=4 pkgdesc="Meta package for shared configuration for GNOME-based UIs" url="https://postmarketos.org" arch="noarch" @@ -50,6 +50,7 @@ _pmb_recommends=" loupe nautilus papers + showtime snapshot "