Package Details: mast 0.2.2-1

Package Base: mast
Description: Audio streaming broadcaster and client using RTP over IPv4 and IPv6 Multicast/Unicast.
Upstream URL: http://www.aelius.com/njh/mast/
Category: multimedia
Licenses: GPL
Submitter: osc
Maintainer: None
Last Packager: None
Votes: 2
First Submitted: 2008-06-25 02:59
Last Updated: 2008-06-25 02:59

Dependencies (2)

Required by (0)

Sources

Latest Comments

Anonymous comment

2010-12-06 07:31

I am a robot. AUR guidelines suggest to not include binaries. Examples:
mast/mast-0.2.2.tar.gz
Compressed files detected. This robot will not bother you again.

Comment by jose1711

2010-10-22 18:00

gcc -march=i686 -mtune=generic -O2 -pipe -D_REENTRANT -DORTP_INET6 -O2 -Wl,--hash-style=gnu -Wl,--as-needed -lortp -lpthread -lssl -lcrypto -o mast_info mast_info.o mpa_header.o util.o
mast_info.o: In function `main':
mast_info.c:(.text+0x148): undefined reference to `rtp_session_set_local_addr'
mast_info.c:(.text+0x266): undefined reference to `av_profile'
util.o: In function `mast_deinit_ortp':
util.c:(.text+0xd): undefined reference to `rtp_session_uninit'
util.o: In function `mast_set_source_sdes':
util.c:(.text+0x213): undefined reference to `rtp_session_set_source_description'
util.o: In function `mast_init_ortp':
util.c:(.text+0x3b4): undefined reference to `ortp_init'
util.c:(.text+0x3c8): undefined reference to `ortp_set_log_level_mask'
util.c:(.text+0x3d3): undefined reference to `rtp_session_new'
util.c:(.text+0x3e9): undefined reference to `rtp_session_set_scheduling_mode'
util.c:(.text+0x3f5): undefined reference to `rtp_session_set_blocking_mode'
util.c:(.text+0x405): undefined reference to `rtp_session_set_multicast_loopback'
util.c:(.text+0x425): undefined reference to `rtp_session_signal_connect'
util.c:(.text+0x445): undefined reference to `rtp_session_signal_connect'
util.c:(.text+0x465): undefined reference to `rtp_session_signal_connect'
util.c:(.text+0x47c): undefined reference to `av_profile'
util.c:(.text+0x481): undefined reference to `rtp_profile_set_payload'
util.c:(.text+0x499): undefined reference to `ortp_scheduler_init'
util.o: In function `mast_set_session_ssrc':
util.c:(.text+0xae4): undefined reference to `rtp_session_set_ssrc'
util.o: In function `mast_wait_for_rtp_packet':
util.c:(.text+0xb4b): undefined reference to `rtp_session_reset'
util.c:(.text+0xb6a): undefined reference to `rtp_session_get_rtp_socket'
util.c:(.text+0xb74): undefined reference to `rtp_session_get_rtp_socket'
util.c:(.text+0xbc2): undefined reference to `rtp_session_rtp_recv'
util.c:(.text+0xbdc): undefined reference to `getq'
util.o: In function `mast_rtp_packet_duration':
util.c:(.text+0xd67): undefined reference to `av_profile'
util.o: In function `mast_choose_payloadtype':
util.c:(.text+0xdd9): undefined reference to `av_profile'
util.c:(.text+0xde2): undefined reference to `rtp_profile_find_payload_number'
util.c:(.text+0xe67): undefined reference to `rtp_session_set_send_payload_type'
util.c:(.text+0xea8): undefined reference to `av_profile'
util.o: In function `mast_deinit_ortp':
util.c:(.text+0x13): undefined reference to `ortp_exit'
util.o: In function `ssrc_changed_cb':
util.c:(.text+0x587): undefined reference to `rtp_session_reset'
collect2: ld returned 1 exit status
make[3]: *** [mast_info] Error 1
make[3]: Leaving directory `/tmp/yaourt-tmp-jose/aur-mast/src/mast-0.2.2/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/tmp/yaourt-tmp-jose/aur-mast/src/mast-0.2.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/yaourt-tmp-jose/aur-mast/src/mast-0.2.2'
make: *** [all] Error 2