Search Criteria
Package Details: mediastreamer-git 5.3.0.alpha.r64.g62a23baa-1
Package Actions
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.003852 |
First Submitted: | 2010-10-17 12:05 (UTC) |
Last Updated: | 2023-06-20 02:10 (UTC) |
Dependencies (12)
- bcg729-gitAUR
- bcmatroska2-gitAUR
- bzrtpAUR (bzrtp-gitAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-amd-fullAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-ffplayoutAUR)
- glew (glew-libepoxyAUR, glew-waylandAUR, glew-osmesa-gitAUR, glew-wayland-gitAUR, glew-gitAUR)
- libsrtp (libsrtp-gitAUR)
- mbedtls (mbedtls-gitAUR, mbedtls-dtlsAUR)
- ortpAUR (ortp-gitAUR)
- zxing-cpp (zxing-cpp-gitAUR)
- cmake (cmake-gitAUR) (make)
- doxygen (doxygen-gitAUR, doxygen-yapAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Required by (5)
- flexisip (requires mediastreamer)
- liblinphone (requires mediastreamer)
- liblinphone-git (requires mediastreamer)
- linphone-desktop-git
- linphone-plugin-msamr (requires mediastreamer)
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
jose1711 commented on 2020-09-12 07:48 (UTC)
not compiling here:
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:
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 commented on 2017-10-05 13:29 (UTC)
thrasibule commented on 2017-07-08 19:29 (UTC) (edited on 2017-07-08 19:30 (UTC) by thrasibule)
« First ‹ Previous 1 2 3 4 Next › Last »