live.mk: initial distro/live-blender

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.

Edited: https://lists.altlinux.org/pipermail/devel-distro/2022-September/002888.html
This commit is contained in:
Michael Shigorin 2022-09-11 20:33:59 +03:00 committed by Anton Midyukov
parent 476e86a01f
commit 2968101c53

View File

@ -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 set,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 \