[devel-distro] [PATCH 2/2] live.mk: initial distro/live-blender

Michael Shigorin mike at altlinux.org
Sun Sep 11 20:33:59 MSK 2022


It's been started as an answer to this question:
http://www.opennet.ru/opennews/art.shtml?num=57760#91

I *think* that distro/.live-kiosk is where use/live/runapp
should be, not the downstream distro/.live-games, since
the whole mini-feature is really about kiosks.

OTOH blender is somewhat akin to games in terms of being
a purely multimedia app with 3D acceleration required
for proper interactive mode, and that's what .live-games
strives to provide.
---
 conf.d/live.mk | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/conf.d/live.mk b/conf.d/live.mk
index 6c8a427ae..3874136f0 100644
--- a/conf.d/live.mk
+++ b/conf.d/live.mk
@@ -52,7 +52,7 @@ distro/.live-desktop: distro/.live-x11 +live use/live/install use/stage2/net-eth
 	use/plymouth/live; @:
 distro/.live-desktop-ru: distro/.live-desktop use/live/ru; @:
 
-distro/.live-kiosk: distro/.live-base use/live/autologin \
+distro/.live-kiosk: distro/.live-base use/live/autologin use/live/runapp \
 	use/syslinux/timeout/1 use/cleanup use/stage2/net-eth \
 	use/fonts/otf/adobe
 	@$(call add,CLEANUP_PACKAGES,'alterator*' 'guile*' 'vim-common')
@@ -142,6 +142,11 @@ distro/live-gimp: distro/live-icewm use/live/ru
 	@$(call add,LIVE_PACKAGES,macrofusion)
 	@$(call add,LIVE_PACKAGES,qtfm openssh-clients rsync usbutils)
 
+distro/live-blender: distro/.live-games
+	@$(call add,LIVE_PACKAGES,blender)
+	@$(call add,LIVE_RUNAPP_BINARY,blender)
+	@$(call try,HOMEPAGE,http://blender.com/)
+
 # NB: use/browser won't do as it provides a *single* browser ATM
 distro/live-privacy: distro/.base +efi +systemd +vmguest \
 	use/live/base use/live/privacy use/live/ru \
-- 
2.33.3



More information about the devel-distro mailing list