Search Criteria
Package Details: rsound-git 0.6.r699.g5148cde-2
Git Clone URL: | https://aur.archlinux.org/rsound-git.git (read-only, click to copy) |
---|---|
Package Base: | rsound-git |
Description: | A multi-platform, simple PCM audio server and client. |
Upstream URL: | https://github.com/Themaister/RSound |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | aksr |
Maintainer: | aksr |
Last Packager: | aksr |
Votes: | 2 |
Popularity: | 0.005324 |
First Submitted: | 2016-08-05 00:24 |
Last Updated: | 2019-01-22 05:34 |
Dependencies (8)
- git (git-git) (make)
- alsa-lib (alsa-lib-x205ta, alsa-lib-git, alsa-lib-minimal-git, alsa-lib-a52pcm) (optional)
- jack (jack-git, jack-stub, jack-dbus, jack2-git, jack2) (optional)
- libao (libao-sndio, libao-git, libao-jack) (optional)
- openal (openal119-bin, openal-git, openal-minimal-git) (optional)
- oss (oss-nonfree, oss-git) (optional)
- portaudio (portaudio-svn) (optional)
- pulseaudio (pulseaudio-bluedio, pulseaudio-pali, pulseaudio-airplay, pulseaudio-git, pulseaudio-hsphfpd, pulseaudio-dummy, pulseaudio-nosystemd-git, pulseaudio-nosystemd-minimal-git, pipewire-pulse-git, pipewire-common-pulse-git, pipewire-full-pulse-git, pipewire-pulse) (optional)
Required by (2)
- mplayer2-build-git (requires rsound)
- mpv-semifull-git (requires rsound)
Latest Comments
bidulock commented on 2019-01-23 00:36
Builds fine for me in an up-to-date clean chroot as well.
aksr commented on 2019-01-22 05:30
davem: It builds fine here (just a few warnings). Check your setup. BTW, you're complaining (and requesting) and you maintain 0 packages.
davem commented on 2019-01-19 23:49
cannot be compiled with latest arch linux or manjaro (gcc 8.2.1 with default cflags, cxxflags etc) so numerous other packages like mpv-full-git for example cannot be builded
librsound/librsound.c: In function ‘rsnd_send_info_query’: librsound/librsound.c:1092:52: προειδοποίηση: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size 247 [-Wformat-truncation=] snprintf(sendbuf, RSD_PROTO_MAXSIZE - 1, "RSD%5d%s", (int)strlen(tmpbuf), tmpbuf); ^~ ~~~~~~ librsound/librsound.c:1092:4: σημείωση: ‘snprintf’ output between 9 and 264 bytes into a destination of size 255 snprintf(sendbuf, RSD_PROTO_MAXSIZE - 1, "RSD%5d%s", (int)strlen(tmpbuf), tmpbuf); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ librsound/librsound.c: In function ‘rsnd_send_identity_info’: librsound/librsound.c:998:55: προειδοποίηση: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size 245 [-Wformat-truncation=] snprintf(tmpbuf, RSD_PROTO_MAXSIZE - 1, " IDENTITY %s", rd->identity); ^~ librsound/librsound.c:998:4: σημείωση: ‘snprintf’ output between 11 and 266 bytes into a destination of size 255 snprintf(tmpbuf, RSD_PROTO_MAXSIZE - 1, " IDENTITY %s", rd->identity); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ librsound/librsound.c:1000:52: προειδοποίηση: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size 247 [-Wformat-truncation=] snprintf(sendbuf, RSD_PROTO_MAXSIZE - 1, "RSD%5d%s", (int)strlen(tmpbuf), tmpbuf); ^~ ~~~~~~ librsound/librsound.c:1000:4: σημείωση: ‘snprintf’ output between 9 and 264 bytes into a destination of size 255 snprintf(sendbuf, RSD_PROTO_MAXSIZE - 1, "RSD%5d%s", (int)strlen(tmpbuf), tmpbuf); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC drivers/pulse.c CC drivers/al.c CC drivers/jack.c CC audio.c CC daemon.c audio.c: In function ‘converter_fmt_to_s16ne’: audio.c:430:21: προειδοποίηση: this statement may fall through [-Wimplicit-fallthrough=] conversion |= RSD_S32_TO_S16; ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ audio.c:431:7: σημείωση: here case RSD_S16_LE: ^~~~ audio.c:436:21: προειδοποίηση: this statement may fall through [-Wimplicit-fallthrough=] conversion |= RSD_S32_TO_S16; ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ audio.c:437:7: σημείωση: here case RSD_S16_BE: ^~~~ audio.c:442:21: προειδοποίηση: this statement may fall through [-Wimplicit-fallthrough=] conversion |= RSD_S32_TO_S16; ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ audio.c:443:7: σημείωση: here case RSD_U16_LE: ^~~~ audio.c:449:21: προειδοποίηση: this statement may fall through [-Wimplicit-fallthrough=] conversion |= RSD_S32_TO_S16; ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ audio.c:450:7: σημείωση: here case RSD_U16_BE: ^~~~ audio.c:456:21: προειδοποίηση: this statement may fall through [-Wimplicit-fallthrough=] conversion |= RSD_U_TO_S; ~~~~~~~~~~~^~~~~~~~~~~~~ audio.c:457:7: σημείωση: here case RSD_S8: ^~~~ CC rsound-common.c CC proto.c AR librsound/librsound.a rsound-common.c: In function ‘log_printf’: rsound-common.c:175:7: προειδοποίηση: ‘strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(tmp_fmt, fmt, sizeof(tmp_fmt)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rsound-common.c:174:20: σημείωση: length computed here char tmp_fmt[strlen(fmt) + 1]; ^~~~~~~~~~~ proto.c: In function ‘send_proto.part.0’: proto.c:227:61: προειδοποίηση: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size 247 [-Wformat-truncation=] snprintf(sendbuf, RSD_PROTO_MAXSIZE - 1, "RSD%5d%s", (int)strlen(tempbuf), tempbuf); ^~ ~~~~~~~ proto.c:227:13: σημείωση: ‘snprintf’ output between 9 and 264 bytes into a destination of size 255 snprintf(sendbuf, RSD_PROTO_MAXSIZE - 1, "RSD%5d%s", (int)strlen(tempbuf), tempbuf); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LD librsound/librsound.so.3.0.0 LD rsdplay LD rsd /bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib/Scrt1.o: in function
_start': (.text+0x24): undefined reference to
main' collect2: σφάλμα: η ld επέστρεψε κατάσταση εξόδου 1 make[1]: [Makefile:122: librsound/librsound.so.3.0.0] Error 1 make[1]: Waiting for unfinished jobs....