Summary: | media-sound/sndio media-sound/aucatctl (new packages) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Michael Weber (RETIRED) <xmw> |
Component: | New packages | Assignee: | Haelwenn (lanodan) Monnier <contact> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | fakih18716, fordfrog, maintainer-wanted, proxy-maint, sound |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://www.sndio.org/ | ||
See Also: | https://github.com/gentoo/gentoo/pull/15805 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Michael Weber (RETIRED)
![]() It's in my overlay for now, layman -a xmw Thanks for providing this package.
sndio in itself works fine, but I get an error when updating ffmpeg, which vanishes as soon as I uninstall sndio:
> x86_64-pc-linux-gnu-gcc -m32 -Llibavcodec -Llibavdevice -Llibavfilter -Llibavformat -Llibavresample -Llibavutil -Llibpostproc -Llibswscale -Llibswresample -Wl,-O1 -Wl,--as-needed -march=bdver2 -Wl,--as-needed -Wl,-z,noexecstack -Wl,--warn-common -Wl,-rpath-link=libpostproc:libswresample:libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil:libavresample -o ffserver_g cmdutils.o ffserver_config.o ffserver.o -lavdevice -lavfilter -lavformat -lavcodec -lavresample -lpostproc -lswresample -lswscale -lavutil -lXv -lX11 -lXext -ldl -L/usr/lib32 -lxcb -L/usr/lib32 -lxcb-shm -L/usr/lib32 -lxcb-xfixes -L/usr/lib32 -lxcb-shape -ljack -lasound -L/usr/lib32 -lSDL2 -lGL -lopenal -lxvidcore -L/usr/lib32 -lx264 -lvorbisenc -lvorbis -logg -ltheoraenc -ltheoradec -logg -L/usr/lib32 -lpulse -L/usr/lib32 -lopus -lopenjp2 -lmp3lame -L/usr/lib32 -lfreetype -L/usr/lib32 -lfontconfig -lfreetype -L/usr/lib32 -lcaca -lm -lbz2 -lz -pthread
> libavdevice/libavdevice.so: undefined reference to `sio_write'
> libavdevice/libavdevice.so: undefined reference to `sio_getpar'
> libavdevice/libavdevice.so: undefined reference to `sio_eof'
> libavdevice/libavdevice.so: undefined reference to `sio_onmove'
> libavdevice/libavdevice.so: undefined reference to `sio_close'
> libavdevice/libavdevice.so: undefined reference to `sio_start'
> libavdevice/libavdevice.so: undefined reference to `sio_open'
> libavdevice/libavdevice.so: undefined reference to `sio_read'
> libavdevice/libavdevice.so: undefined reference to `sio_setpar'
> libavdevice/libavdevice.so: undefined reference to `sio_initpar'
> collect2: error: ld returned 1 exit status
> make: *** [/var/tmp/paludis/media-video-ffmpeg-3.3.4/work/ffmpeg-3.3.4/Makefile:136: ffprobe_g] Error 1
Firefox might remove ALSA in the near future. Firefox will use either pulseaudio or sndio. I'd rather use sndio. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a349d9b0e63d2989ccfc212579696704f121825d commit a349d9b0e63d2989ccfc212579696704f121825d Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me> AuthorDate: 2020-04-23 00:16:59 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-01-22 05:21:08 +0000 media-sound/aucatctl: New Package Closes: https://bugs.gentoo.org/show_bug.cgi?id=435526 Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Signed-off-by: Sam James <sam@gentoo.org> media-sound/aucatctl/Manifest | 1 + media-sound/aucatctl/aucatctl-0.1.ebuild | 27 +++++++++++++++++++++++++++ media-sound/aucatctl/metadata.xml | 12 ++++++++++++ 3 files changed, 40 insertions(+) |