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=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.1 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ya.ru; s=mail; t=1662998878; bh=zGyd9ZxuXLAijwF0vwkhRikoXdnFw/RI6CP/pPnYxyc=; h=In-Reply-To:From:Date:References:To:Subject:Message-ID; b=raQKYZAa/ximqAcPCTcspWe6jX9U87RbJtwu26P+Jea9TeU4zUJsZe0uJzYMIoUSK Wa2Y9AshkzAfDAhHNA982ZBpT4WOPwTe+5M2DA6t8xXzVNaA2B/1ndowBgWipnZdjT W9J9bhoKNz/RaxmYRUePedDpY5wPgnPjs9ZwMW5k= Authentication-Results: myt5-ca5ec8faf378.qloud-c.yandex.net; dkim=pass header.i=@ya.ru Message-ID: <29e2405a-4eb3-2887-7cc1-4287777b7352@ya.ru> Date: Mon, 12 Sep 2022 23:07:57 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.1 Content-Language: ru To: devel-distro@lists.altlinux.org References: <20220911173359.32561-1-mike@altlinux.org> <20220911173359.32561-3-mike@altlinux.org> From: =?UTF-8?B?0JDQvdGC0L7QvSDQnNC40LTRjtC60L7Qsg==?= In-Reply-To: <20220911173359.32561-3-mike@altlinux.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [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: Mon, 12 Sep 2022 16:08:01 -0000 Archived-At: List-Archive: 12.09.2022 00:33, Michael Shigorin пишет: > 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) Надо set, приложение же одно должно быть: + @$(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 \ -- С уважением, Антон Мидюков