From: Mikhail Efremov <sem@altlinux.org> To: devel-distro@lists.altlinux.org Subject: Re: [devel-distro] десктопы += test-audio Date: Fri, 5 Mar 2021 21:08:03 +0300 Message-ID: <20210305210803.214ea331@sem-notebook.localdomain> (raw) In-Reply-To: <20210305133235.GD15663@imap.altlinux.org> On Fri, 5 Mar 2021 16:32:35 +0300 Michael Shigorin wrote: > On Tue, Mar 02, 2021 at 11:08:47PM +0700, Антон Мидюков wrote: > > Сделать в этом пакете два скрипта: test-audio-alsa и > > test-audio-pulseaudio, но без зависимости на pulseaudio, > > конечно. > > Думаю, лучше оставить один, но с AutoReq: no. Не надо отключать автозависимости, просто используйте переменные: PAPLAY=paplay APLAY=aplay if type -ap $PAPLAY >/dev/null; then <using $PAPLAY> elif type -ap $APLAY >/dev/null; then <using $APLAY> endif > Фактаж можно выбрасывать прямо в stdout. > Да хоть #!/bin/sh -x, только не в терновый куст :-) > -- WBR, Mikhail Efremov
next prev parent reply other threads:[~2021-03-05 18:08 UTC|newest] Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-03-02 13:22 Michael Shigorin 2021-03-02 15:33 ` Anton Farygin 2021-03-02 15:36 ` Michael Shigorin 2021-03-02 15:50 ` Anton Farygin 2021-03-02 15:54 ` Michael Shigorin 2021-03-02 16:08 ` Антон Мидюков 2021-03-05 13:32 ` Michael Shigorin 2021-03-05 18:08 ` Mikhail Efremov [this message] 2021-03-03 7:49 ` Sergey V Turchin 2021-03-02 16:08 ` Arseny Maslennikov 2021-03-02 16:18 ` Антон Мидюков 2021-03-02 16:54 ` Arseny Maslennikov 2021-03-03 8:09 ` Anton V. Boyarshinov 2021-03-03 8:45 ` Anton Farygin 2021-03-03 9:02 ` Anton V. Boyarshinov 2021-03-03 11:14 ` Anton Farygin 2021-03-03 11:28 ` Anton V. Boyarshinov 2021-03-03 11:30 ` Anton Farygin 2021-03-02 17:48 ` Arseny Maslennikov 2021-03-02 18:27 ` Anton Farygin 2021-03-02 22:47 ` Konstantin Lepikhov 2021-03-03 6:34 ` Arseny Maslennikov 2021-03-03 14:54 ` Yuri Sedunov 2021-03-05 12:49 ` Владимир Гусев 2021-03-05 13:29 ` Michael Shigorin 2021-03-05 17:45 ` Arseny Maslennikov 2021-03-21 15:18 ` Arseny Maslennikov 2021-03-05 17:51 ` Mikhail Efremov 2021-03-03 8:21 ` Sergey V Turchin 2021-03-03 8:30 ` Антон Мидюков 2021-03-03 10:39 ` Sergey V Turchin 2021-03-03 12:10 ` Антон Мидюков 2021-03-03 12:23 ` Sergey V Turchin 2021-03-05 13:30 ` Michael Shigorin 2021-03-05 17:56 ` Mikhail Efremov 2021-03-06 17:52 ` Michael Shigorin 2021-03-10 7:21 ` Michael Shigorin 2021-03-10 7:31 ` Антон Мидюков 2021-03-10 7:37 ` Michael Shigorin 2021-03-10 7:52 ` Антон Мидюков 2021-03-10 11:53 ` Sergey V Turchin
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20210305210803.214ea331@sem-notebook.localdomain \ --to=sem@altlinux.org \ --cc=devel-distro@lists.altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Distributions development This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/devel-distro/0 devel-distro/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 devel-distro devel-distro/ http://lore.altlinux.org/devel-distro \ devel-distro@lists.altlinux.org devel-distro@lists.altlinux.ru devel-distro@lists.altlinux.com public-inbox-index devel-distro Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.devel-distro AGPL code for this site: git clone https://public-inbox.org/public-inbox.git