* Re: [devel] [#262333] EPERM (try 2) libao.git=1.2.2-alt5 @ 2020-11-28 14:21 ` Vladimir D. Seleznev 2020-12-04 10:37 ` Vladimir D. Seleznev 0 siblings, 1 reply; 5+ messages in thread From: Vladimir D. Seleznev @ 2020-11-28 14:21 UTC (permalink / raw) To: devel Прошу пропустить задание в Сизиф. 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 <vseleznv@altlinux> 1:1.2.2-alt5 > - NMU: fallback to alsa driver if pulse fails (closes: #39337) -- WBR, Vladimir D. Seleznev ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [devel] [#262333] EPERM (try 2) libao.git=1.2.2-alt5 2020-11-28 14:21 ` [devel] [#262333] EPERM (try 2) libao.git=1.2.2-alt5 Vladimir D. Seleznev @ 2020-12-04 10:37 ` Vladimir D. Seleznev 2020-12-04 11:19 ` Michael Shigorin 0 siblings, 1 reply; 5+ messages in thread From: Vladimir D. Seleznev @ 2020-12-04 10:37 UTC (permalink / raw) To: ALT Linux Team development discussions; +Cc: shrek On Sat, Nov 28, 2020 at 05:21:52PM +0300, Vladimir D. Seleznev wrote: > Прошу пропустить задание в Сизиф. > > 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 <vseleznv@altlinux> 1:1.2.2-alt5 > > - NMU: fallback to alsa driver if pulse fails (closes: #39337) ping -- WBR, Vladimir D. Seleznev ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [devel] [#262333] EPERM (try 2) libao.git=1.2.2-alt5 2020-12-04 10:37 ` Vladimir D. Seleznev @ 2020-12-04 11:19 ` Michael Shigorin 2020-12-04 12:10 ` Vladimir D. Seleznev 0 siblings, 1 reply; 5+ messages in thread From: Michael Shigorin @ 2020-12-04 11:19 UTC (permalink / raw) To: devel; +Cc: Valery V. Inozemtsev [-- Attachment #1: Type: text/plain, Size: 923 bytes --] 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 <vseleznv@altlinux> 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 [-- Attachment #2: 0001-1-1.2.2-alt4.patch --] [-- Type: text/x-patch, Size: 1609 bytes --] >From 10f20930f6b7293a89aba1528786d1fc5597f5b4 Mon Sep 17 00:00:00 2001 From: Michael Shigorin <mike@altlinux.org> 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 <mike@altlinux.org> 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 <mike@altlinux.org> 1:1.2.2-alt3 - generalized optflags fixup (ldv@) -- 2.25.4 ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [devel] [#262333] EPERM (try 2) libao.git=1.2.2-alt5 2020-12-04 11:19 ` Michael Shigorin @ 2020-12-04 12:10 ` Vladimir D. Seleznev 2020-12-04 12:18 ` Dmitry V. Levin 0 siblings, 1 reply; 5+ messages in thread From: Vladimir D. Seleznev @ 2020-12-04 12:10 UTC (permalink / raw) To: ALT Linux Team development discussions; +Cc: Valery V. Inozemtsev, mike On Fri, Dec 04, 2020 at 02:19:41PM +0300, Michael Shigorin wrote: > 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 не делает вид, что такое поддерживается. Partially applied, thank you! Approve needed. > > > 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 <vseleznv@altlinux> 1:1.2.2-alt5 > > > > - NMU: fallback to alsa driver if pulse fails (closes: #39337) > > > > ping > > -- WBR, Vladimir D. Seleznev ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [devel] [#262333] EPERM (try 2) libao.git=1.2.2-alt5 2020-12-04 12:10 ` Vladimir D. Seleznev @ 2020-12-04 12:18 ` Dmitry V. Levin 0 siblings, 0 replies; 5+ messages in thread From: Dmitry V. Levin @ 2020-12-04 12:18 UTC (permalink / raw) To: Vladimir D. Seleznev Cc: Valery V. Inozemtsev, ALT Linux Team development discussions, Michael Shigorin On Fri, Dec 04, 2020 at 03:10:41PM +0300, Vladimir D. Seleznev wrote: > On Fri, Dec 04, 2020 at 02:19:41PM +0300, Michael Shigorin wrote: > > 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 не делает вид, что такое поддерживается. > > Partially applied, thank you! > > Approve needed. Почему $ ssh gyle.alt task run --dry-run 262333 girar-check-perms: access to libao DENIED for vseleznv: does not belong to approved builders list: shrek check-subtask-perms: #200: libao: Operation not permitted Если $ rpmquery --changelog -p Sisyphus/files/SRPMS/libao-1.2.2-alt4.src.rpm |head -24 * Mon Mar 23 2020 Valery Inozemtsev <shrek@altlinux> 1:1.2.2-alt4 - pulse driver defined by default (closes: #32128) * Fri Dec 01 2017 Michael Shigorin <mike@altlinux> 1:1.2.2-alt3 - generalized optflags fixup (ldv@) * Fri Dec 01 2017 Michael Shigorin <mike@altlinux> 1:1.2.2-alt2 - introduce pulse knob (on by default) - E2K: "-O20" is a bit too much! + see also https://github.com/kripken/emscripten/issues/264 - minor spec cleanup * Sun Nov 05 2017 Vladimir D. Seleznev <vseleznv@altlinux> 1:1.2.2-alt1 - 1.2.2 - fixed pulse plugin (ALT#33125) * Mon Mar 28 2011 Valery Inozemtsev <shrek@altlinux> 1:1.1.0-alt1 - 1.1.0 ? -- ldv ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-12-04 12:18 UTC | newest] Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2020-11-28 14:21 ` [devel] [#262333] EPERM (try 2) libao.git=1.2.2-alt5 Vladimir D. Seleznev 2020-12-04 10:37 ` Vladimir D. Seleznev 2020-12-04 11:19 ` Michael Shigorin 2020-12-04 12:10 ` Vladimir D. Seleznev 2020-12-04 12:18 ` Dmitry V. Levin
ALT Linux Team development discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/devel/0 devel/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 devel/ http://lore.altlinux.org/devel \ devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru public-inbox-index devel Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.devel AGPL code for this site: git clone https://public-inbox.org/public-inbox.git