Package Details: rsound 1.1-5

Git Clone URL: https://aur.archlinux.org/rsound.git (read-only, click to copy)
Package Base: rsound
Description: Simple solution for streaming PCM data from client to server in real time.
Upstream URL: http://github.com/Themaister/RSound
Keywords: 2011 defunct eol to-be-deleted unneeded
Licenses: GPL
Submitter: Themaister
Maintainer: MarsSeed
Last Packager: sl1pkn07
Votes: 34
Popularity: 0.000070
First Submitted: 2009-12-23 14:46 (UTC)
Last Updated: 2019-02-13 14:57 (UTC)

Latest Comments

dvzrv commented on 2019-02-13 13:37 (UTC)

@sl1pkn07: Please use jack as dependency, as jack2 provides jack.

sl1pkn07 commented on 2019-02-06 15:36 (UTC)

the package build OK

https://pastebin.com/wBxtBHJe

nothing to do

sl1pkn07 commented on 2019-01-26 01:30 (UTC)

please format the log and put the locales in C (set LC_ALL=C when build)

davem commented on 2019-01-19 23:52 (UTC) (edited on 2019-01-19 23:55 (UTC) by davem)

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 tomain' collect2: σφάλμα: η ld επέστρεψε κατάσταση εξόδου 1 make[1]: [Makefile:122: librsound/librsound.so.3.0.0] Error 1 make[1]: Waiting for unfinished jobs....