Package Details: mediastreamer-git 5.3.0.alpha.r64.g62a23baa-1

Git Clone URL: https://aur.archlinux.org/mediastreamer-git.git (read-only, click to copy)
Package Base: mediastreamer-git
Description: A modular sound and video processing and streaming library
Upstream URL: https://github.com/BelledonneCommunications/mediastreamer2
Licenses: GPL
Conflicts: mediastreamer
Provides: mediastreamer
Submitter: vnoel
Maintainer: thrasibule
Last Packager: thrasibule
Votes: 12
Popularity: 0.51
First Submitted: 2010-10-17 12:05 (UTC)
Last Updated: 2023-06-20 02:10 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

jose1711 commented on 2020-09-12 07:48 (UTC)

not compiling here:

/home/jose/.cache/yay/mediastreamer-git/src/mediastreamer2/src/voip/turn_tcp.cpp: In member function ‘int ms2::turn::TurnSocket::connect()’:
/home/jose/.cache/yay/mediastreamer-git/src/mediastreamer2/src/voip/turn_tcp.cpp:424:2: error: ‘set_blocking_socket’ was not declared in this scope; did you mean ‘set_non_blocking_socket’?
  424 |  set_blocking_socket(mSocket);
      |  ^~~~~~~~~~~~~~~~~~~
      |  set_non_blocking_socket
make[2]: *** [src/CMakeFiles/mediastreamer.dir/build.make:1486: src/CMakeFiles/mediastreamer.dir/voip/turn_tcp.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:277: src/CMakeFiles/mediastreamer.dir/all] Error 2
make: *** [Makefile:149: all] Error 2

thrasibule commented on 2020-03-30 13:15 (UTC)

You need to install ortp-git.

jaro3 commented on 2020-03-28 14:15 (UTC)

doesn't compile:

/usr/src/tmp/mediastreamer-git/src/mediastreamer2/src/voip/mediastream.c: In function ‘media_stream_set_ice_check_list’: /usr/src/tmp/mediastreamer-git/src/mediastreamer2/src/voip/mediastream.c:283:34: error: ‘RtpSession’ {aka ‘struct _RtpSession’} has no member named ‘bundle’ 283 | if (stream->sessions.rtp_session->bundle && !stream->sessions.rtp_session->is_primary){ | ^~ /usr/src/tmp/mediastreamer-git/src/mediastreamer2/src/voip/mediastream.c:283:75: error: ‘RtpSession’ {aka ‘struct _RtpSession’} has no member named ‘is_primary’ 283 | if (stream->sessions.rtp_session->bundle && !stream->sessions.rtp_session->is_primary){ | ^~ make[2]: [src/CMakeFiles/mediastreamer.dir/build.make:769: src/CMakeFiles/mediastreamer.dir/voip/mediastream.c.o] Error 1 make[2]: Waiting for unfinished jobs.... [ 8%] Building C object src/CMakeFiles/mediastreamer.dir/audiofilters/gsm.c.o /usr/src/tmp/mediastreamer-git/src/mediastreamer2/src/audiofilters/pulseaudio.c: In function ‘pulse_card_merge_lists’: /usr/src/tmp/mediastreamer-git/src/mediastreamer2/src/audiofilters/pulseaudio.c:240:3: warning: ‘strncpy’ output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 240 | strncpy(pa_device->source_name,sourceCard_data->name, PA_STRING_SIZE -1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[2]: Leaving directory '/usr/src/tmp/mediastreamer-git/src/mediastreamer2' make[1]: [CMakeFiles/Makefile2:329: src/CMakeFiles/mediastreamer.dir/all] Error 2 make[1]: Leaving directory '/usr/src/tmp/mediastreamer-git/src/mediastreamer2' make: [Makefile:147: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build mediastreamer-git.

frealgagu commented on 2018-04-24 13:53 (UTC) (edited on 2018-04-24 13:54 (UTC) by frealgagu)

A new tag has been added to mediastreamer-git which contains the prefix "linphone-iphone-"

However previously the tags did not have that prefix and they were released as follow:

2.7.0

2.7.3

2.8.0

...

...

2.15.1

2.16.0

2.16.1

linphone-iphone-3.16.5

Could you please remove this part of the tag changing the pkgver function?

you can achieve that easily by replacing your pkgver function with:

pkgver() {
    cd "${srcdir}/${_pkgname}"
    git describe --long --tags | sed 's/^[a-Z\.\-]*//;s/\([^-]*-\)g/r\1/;s/-/./g'
}

Thanks in advance.

frealgagu commented on 2018-04-11 14:59 (UTC) (edited on 2018-04-11 15:01 (UTC) by frealgagu)

I'm getting the following:

[ 70%] Building C object src/CMakeFiles/mediastreamer_voip.dir/voip/videostream.c.o /home/frealgagu/.cache/aurman/mediastreamer-git/src/mediastreamer2/src/voip/videostream.c: In function ‘video_preview_start’: /home/frealgagu/.cache/aurman/mediastreamer-git/src/mediastreamer2/src/voip/videostream.c:1634:2: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement] MSPixFmt format = MS_YUV420P; / Display format / ^~~~~~~~ cc1: all warnings being treated as errors make[2]: [src/CMakeFiles/mediastreamer_voip.dir/build.make:1743: src/CMakeFiles/mediastreamer_voip.dir/voip/videostream.c.o] Error 1 make[1]: [CMakeFiles/Makefile2:202: src/CMakeFiles/mediastreamer_voip.dir/all] Error 2 make: *** [Makefile:152: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...

What could have changed?

thrasibule commented on 2018-01-23 14:53 (UTC)

@CircleCode, thanks, just fixed it.

CircleCode commented on 2018-01-23 09:10 (UTC)

@thrasibule either your package should should require bcmatroska2-git(1) or bcmatroska2-git(1) should implement bcmatroska-git

IncredibleLaser commented on 2017-10-14 08:57 (UTC)

@thrasibule Sure! Added you. Sorry, I think I'll orphan those the next days. I'm not using linphone anymore.

thrasibule commented on 2017-10-05 13:29 (UTC)

Can you orphan or add me as a co-maintainer? The dependencies are wrong (you're not using cmake) and the PKGBUILD is out of date.

thrasibule commented on 2017-07-08 19:29 (UTC) (edited on 2017-07-08 19:30 (UTC) by thrasibule)

I've updated the PKBUILD to use cmake, which is now the build method preferred by upstream: https://gist.github.com/thrasibule/0683a150eced1ec74c3745eeebe3966e