Search Criteria
Package Details: rsound-git 0.6.r699.g5148cde-2
Package Actions
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: | GPLv3 |
Conflicts: | rsound |
Provides: | rsound |
Submitter: | aksr |
Maintainer: | aksr |
Last Packager: | aksr |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2016-08-05 00:24 (UTC) |
Last Updated: | 2019-01-22 05:34 (UTC) |
Dependencies (8)
- git (git-gitAUR, git-glAUR) (make)
- alsa-lib (optional)
- jackAUR (jack2-gitAUR, pipewire-jack-gitAUR, pipewire-full-jack-gitAUR, jack2, pipewire-jack) (optional)
- libao (libao-gitAUR) (optional)
- openal (openal-gitAUR) (optional)
- ossAUR (oss-nonfreeAUR, oss-gitAUR) (optional)
- portaudio (optional)
- pulseaudio (pulseaudio-dummyAUR, pulseaudio-gitAUR) (optional)
Latest Comments
bidulock commented on 2019-01-23 00:36 (UTC)
Builds fine for me in an up-to-date clean chroot as well.
aksr commented on 2019-01-22 05:30 (UTC) (edited on 2019-01-22 05:38 (UTC) by aksr)
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 (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 to
main' collect2: σφάλμα: η ld επέστρεψε κατάσταση εξόδου 1 make[1]: [Makefile:122: librsound/librsound.so.3.0.0] Error 1 make[1]: Waiting for unfinished jobs....