From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00,RDNS_NONE autolearn=no autolearn_force=no version=3.4.1 From: Michael Shigorin To: devel-distro@lists.altlinux.org Date: Sun, 11 Sep 2022 20:33:59 +0300 Message-Id: <20220911173359.32561-3-mike@altlinux.org> X-Mailer: git-send-email 2.25.4 In-Reply-To: <20220911173359.32561-1-mike@altlinux.org> References: <20220911173359.32561-1-mike@altlinux.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [devel-distro] [PATCH 2/2] live.mk: initial distro/live-blender X-BeenThere: devel-distro@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Distributions development List-Id: Distributions development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2022 17:34:13 -0000 Archived-At: List-Archive: 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