From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 4 Dec 2020 14:19:41 +0300 From: Michael Shigorin To: devel@lists.altlinux.org Message-ID: <20201204111941.GP31814@imap.altlinux.org> References: <20201125092219.GA3304289@gyle.mskdc.altlinux.org> <20201128142152.GA3908545@portlab> <20201204103723.GC773597@portlab> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="x+6KMIRAuhnl3hBn" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20201204103723.GC773597@portlab> User-Agent: Mutt/1.10.1 (2018-07-13) Cc: "Valery V. Inozemtsev" Subject: Re: [devel] [#262333] EPERM (try 2) libao.git=1.2.2-alt5 X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Team development discussions List-Id: ALT Linux Team development discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Dec 2020 11:19:41 -0000 Archived-At: List-Archive: List-Post: --x+6KMIRAuhnl3hBn Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit On Fri, Dec 04, 2020 at 01:37:23PM +0300, Vladimir D. Seleznev wrote: > On Sat, Nov 28, 2020 at 05:21:52PM +0300, Vladimir D. Seleznev wrote: > > Прошу пропустить задание в Сизиф. В libao бы ещё это безумное -O20 поправить: -%make_build +%make_build AO_CFLAGS="%optflags" На e2k lcc не делает вид, что такое поддерживается. > > On Wed, Nov 25, 2020 at 09:22:19AM +0000, Girar awaiter (vseleznv) wrote: > > > http://git.altlinux.org/tasks/262333/logs/events.2.1.log > > > > > > subtask name aarch64 armh i586 ppc64le x86_64 > > > #100 libao 40 59 51 50 44 > > > [...skip...] > > > #100 libao 1.2.2-alt4 -> 1:1.2.2-alt5 > > > Mon Nov 23 2020 Vladimir D. Seleznev 1:1.2.2-alt5 > > > - NMU: fallback to alsa driver if pulse fails (closes: #39337) > > ping > --  ---- WBR, Michael Shigorin / http://altlinux.org   ------ http://opennet.ru / http://anna-news.info --x+6KMIRAuhnl3hBn Content-Type: text/x-patch; charset=us-ascii Content-Disposition: attachment; filename="0001-1-1.2.2-alt4.patch" >>From 10f20930f6b7293a89aba1528786d1fc5597f5b4 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Sun, 15 Jul 2018 19:16:05 +0300 Subject: [PATCH] 1:1.2.2-alt4 - piggyback our CFLAGS as these don't get respected by libao (thx ldv@ yet again) - fix and improve pulse knob --- libao.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/libao.spec b/libao.spec index fa17fa2..00c4bb0 100644 --- a/libao.spec +++ b/libao.spec @@ -2,7 +2,7 @@ Name: libao Version: 1.2.2 -Release: alt3 +Release: alt4 Epoch: 1 Summary: Cross Platform Audio Output Library @@ -49,7 +49,7 @@ sed -i 's,-O20,%optflags_optimization,g' configure* %build %autoreconf %configure \ - --enable-pulse \ + %{subst_enable pulse} \ --enable-alsa \ --disable-alsa-mmap \ --disable-broken-oss \ @@ -57,14 +57,16 @@ sed -i 's,-O20,%optflags_optimization,g' configure* --disable-esd \ --disable-arts \ --disable-nas -%make_build +%make_build AO_CFLAGS="%optflags" %install %makeinstall_std mkdir -p %buildroot%_sysconfdir cat <<__EOF__ >%buildroot%_sysconfdir/%name.conf +%if_enabled pulse # possible values for "default_driver" are: alsa, pulse +%endif default_driver=alsa __EOF__ @@ -89,6 +91,11 @@ __EOF__ %_datadir/aclocal/* %changelog +* Sun Jul 15 2018 Michael Shigorin 1:1.2.2-alt4 +- piggyback our CFLAGS as these don't get respected by libao + (thx ldv@ yet again) +- fix and improve pulse knob + * Fri Dec 01 2017 Michael Shigorin 1:1.2.2-alt3 - generalized optflags fixup (ldv@) -- 2.25.4 --x+6KMIRAuhnl3hBn--