pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
baresip: update to baresip-0.6.2
Module Name: pkgsrc-wip
Committed By: Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By: yhardy
Date: Thu May 16 22:39:12 2019 +0200
Changeset: ac31b5f0a4f04ce74e21d433b3fe15eb10dce7ff
Modified Files:
baresip/Makefile
baresip/PLIST
baresip/distinfo
baresip/options.mk
Log Message:
baresip: update to baresip-0.6.2
2019-04-19 Alfred E. Heggestad
* Version 0.6.2
Alfred E. Heggestad (124):
daala: remove module
remove USE_VIDEO compile flag (#658)
config: remove sip_trans_bsize option
contact: fix bug in contact prev/next
cmd: remove unused complete flag
log: add command to toggle loglevel ('v')
debug_cmd: fix warning
Remove natbd module (#659)
message: make listen/unlisten more robust (ref #650)
update doxygen comments
srtp: fix warnings
update README
stream: define port 9 as PORT_DISCARD
add offerer flag to video and stream
stream: check for multiplexed RTCP packets on RTP port
stream: change logic for rtcp-mux attribute
omx: update doxygen comment
bv32: add doxygen header
mk: modules in alphabetical order
mk: modules in alphabetical order
mk: modules in alphabetical order
h265: use avcodec API for the encoder
h265: fixes for Debian 8
h265: make it work with old encoder api
h265: init time_base manually
fix av_packet_free
allocate avpacket
h265: cleanup
cleanup
cleanup
h265: add configurable decoder
cleanup
use pkg-config for libs
h265: update documentation
mk: enable h265.so if avcodec installed
h265: include avutil mem.h
travis: use ubuntu 16.04
h265: add wrapper for av_frame_alloc
h265: add wrapper for avcodec_free_context
h265: fix config
fix crash with ffmpeg 2.8
add wrapper for av_packet_free
fix warning
use av_free_packet
cleanup
deprecate v4l.so -- use v4l2.so instead
h265: tested with YUV444P pixel format
h265: check pixel format on changes
Merge remote-tracking branch 'origin/master' into h265_use_avcodec_encoder
h265: fix avcodec_free_context wrapper
H265 use avcodec encoder (#668)
debian: add source format 1.0
aufile: add sample config (ref #663)
v4l: remove module, use v4l2.so instead
video: remote orient parameter
video: remove video_set_orient
aubridge: remove audio resampler
aubridge: fix warning
aubridge: add support for multiple sample formats
aubridge: fix warnings
auloop: remove usage of audio codec
jack: add support for FLOAT sample format
Avcodec remove libx264 (#671)
config: add avcodec.so sample config
stream: set rtcp-mux attribute if enabled
sdl: remove module
stream: send a dummy RTCP packet to open NAT pinhole
avcodec: use pkg-config for linker flags
avformat: use pkg-config for linker flags
config: remove usage of USE_AVCODEC
coreaudio: remove ios specific code
h265: one file per line
avformat: move AVCodec from struct to stack
avformat: remove codec_id check
avformat: minor cleanup
debian: remove usage of shlibs:Depends from dev package
debug_cmd: fix warning
avformat: minor cleanup
avformat: minor cleanup
vidloop: rename intra to keyframe
vidloop: print keyframes only if codec is enabled
avcodec: move destructor to the top of the file
plc: check input arguments
auloop: rename ab to aubuf
Opus multistream (#678)
mqtt: minor updates
mqtt: use re_snprintf
mqtt: update documentation (fixes #669)
h264: fix h264_is_keyframe, IDR_SLICE is keyframe
avcodec: check input arguments
vidloop: show video display pixel-format in summary
avcodec: clean up decoding code
avcodec: add color range MPEG
h265: add color range and GOP size
ffmpeg: check avutil version for color range
avcodec: set slice-max-size in H264 packetization-mode 0
avcodec: add sdp.c
avcodec: move h264_fmtp_cmp to sdp.c
avcodec: add support for H264 packetization mode 1
av1: update comment
avcodec: handle H264 STAP-A packets
test: fix ua register test-cases (ref #680)
ua: add delayed_close flag (ref #680)
menu: call uag_current() directly
video: save pixel format of outgoing stream
aulevel: add support for sample format FLOAT
Vidfilt add param (#682)
test: copy uri_cmp source from libre
sdl2: handle window closed event (SDL_QUIT)
vidloop: stop loop if window was closed
sdl2: add support for quit key
avcodec: fixes for packetization_mode 1
bump version to 0.6.2
vidfilt: update doxygen comments
rtcpsummary: fix warnings about unused variables
mqtt: fix warnings about unused variables
gst_video1: use GST_BUFFER_PTS
mk: add echo module to list of basic modules
core: remove some unused values
menu: call parameter is used
mwi: minor formatting changes
audio: align debug text
Update README.md
ua: add ua_destroy() -- ref #686
Andreas Hansson (1):
Added debug cmd to print UUID (#674)
Juha Heinanen (2):
do not add basic modules if BASIC_MODULES has value 'no'
exclude more modules if BASIC_MODULES=no
Nicolas Tizon (1):
vidloop: update vidsrc (#662)
Roger Sandholm (1):
Readme and config example correction, httpd comments (#666)
Timmo Verlaan (1):
menu: add uadel to delete a uac by aor (#680)
juha-h (1):
srtp: added sending of MENC_EVENT_SECURE event (#660)
premultiply (1):
Add 48 khz sampling rate support (#685)
weili-jiang (1):
Command not found returns error (#664)
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ac31b5f0a4f04ce74e21d433b3fe15eb10dce7ff
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
baresip/Makefile | 2 +-
baresip/PLIST | 3 +--
baresip/distinfo | 8 ++++----
baresip/options.mk | 13 +------------
4 files changed, 7 insertions(+), 19 deletions(-)
diffs:
diff --git a/baresip/Makefile b/baresip/Makefile
index 10a56524df..7e6eaad999 100644
--- a/baresip/Makefile
+++ b/baresip/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.2 2014/09/05 08:06:00 thomasklausner Exp $
-DISTNAME= baresip-0.6.1
+DISTNAME= baresip-0.6.2
CATEGORIES= net audio
MASTER_SITES= http://www.creytiv.com/pub/
diff --git a/baresip/PLIST b/baresip/PLIST
index 0af5c5cb48..17d84967c0 100644
--- a/baresip/PLIST
+++ b/baresip/PLIST
@@ -14,6 +14,7 @@ lib/baresip/modules/cons.so
lib/baresip/modules/contact.so
lib/baresip/modules/ctrl_tcp.so
lib/baresip/modules/debug_cmd.so
+lib/baresip/modules/echo.so
lib/baresip/modules/fakevideo.so
lib/baresip/modules/g711.so
lib/baresip/modules/g722.so
@@ -30,7 +31,6 @@ ${PLIST.jack}lib/baresip/modules/jack.so
lib/baresip/modules/l16.so
lib/baresip/modules/menu.so
lib/baresip/modules/mwi.so
-lib/baresip/modules/natbd.so
lib/baresip/modules/natpmp.so
${PLIST.opus}lib/baresip/modules/opus.so
${PLIST.oss}lib/baresip/modules/oss.so
@@ -38,7 +38,6 @@ lib/baresip/modules/plc.so
${PLIST.portaudio}lib/baresip/modules/portaudio.so
lib/baresip/modules/presence.so
${PLIST.pulseaudio}lib/baresip/modules/pulse.so
-${PLIST.sdl}lib/baresip/modules/sdl.so
${PLIST.sdl2}lib/baresip/modules/sdl2.so
lib/baresip/modules/selfview.so
${PLIST.sndfile}lib/baresip/modules/sndfile.so
diff --git a/baresip/distinfo b/baresip/distinfo
index 003f406282..00944f70af 100644
--- a/baresip/distinfo
+++ b/baresip/distinfo
@@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.1 2014/08/10 00:26:01 thomasklausner Exp $
-SHA1 (baresip-0.6.1.tar.gz) = 2650b4dcfae89406a8c5f419a64035861bfb9346
-RMD160 (baresip-0.6.1.tar.gz) = 30e54e0790d3c1806d61a3726f8397a900be6d7d
-SHA512 (baresip-0.6.1.tar.gz) = 2c9d540dc76079314f867b14f6fb0d308265dd7a014808345095d96380b856743f371e3fb32b31e0082ca42393f792c465a01f44305465d0d025444d9b0bcf77
-Size (baresip-0.6.1.tar.gz) = 605282 bytes
+SHA1 (baresip-0.6.2.tar.gz) = 0d3c459d48fb6a5e6d4cc6f350c4f9617fb732b3
+RMD160 (baresip-0.6.2.tar.gz) = cf8ec653af0060b464ae51d0760c08369d8c0967
+SHA512 (baresip-0.6.2.tar.gz) = b905bb88114a8a4a091d101db80a0b6c2e25f589e7f501916a324078c21c286d121a7247bbee7d2d904baeeb792051a499498605107ddb31160aaf8cc361b963
+Size (baresip-0.6.2.tar.gz) = 600664 bytes
SHA1 (patch-mk_modules.mk) = 70284955c9f5fc42a3f86680eff26a0a0ba514e7
SHA1 (patch-modules_ilbc_ilbc.c) = b19d181f41d84ad5cdc2a6e93c5004dab25e6c32
SHA1 (patch-modules_v4l2_v4l2.c) = 71ba2d1e5c8ba61eb011bd2b6b9e0d9cdaec5797
diff --git a/baresip/options.mk b/baresip/options.mk
index 24fa8ec962..1d9e90cc0a 100644
--- a/baresip/options.mk
+++ b/baresip/options.mk
@@ -3,7 +3,7 @@
PKG_OPTIONS_VAR= PKG_OPTIONS.baresip
PKG_SUPPORTED_OPTIONS= alsa cairo ffmpeg gstreamer gtk x265 ilbc jack
PKG_SUPPORTED_OPTIONS+= libvpx oss opencore-amr opus portaudio
-PKG_SUPPORTED_OPTIONS+= pulseaudio sdl sdl2 sndfile sndio speex v4l2
+PKG_SUPPORTED_OPTIONS+= pulseaudio sdl2 sndfile sndio speex v4l2
PKG_SUPPORTED_OPTIONS+= x11
PKG_SUGGESTED_OPTIONS= oss ilbc speex
@@ -177,17 +177,6 @@ MAKE_FLAGS+= USE_PULSE=yes
MAKE_FLAGS+= USE_PULSE=
.endif
-###
-### SDL support (video output)
-###
-.if !empty(PKG_OPTIONS:Msdl)
-PLIST.sdl= yes
-MAKE_FLAGS+= USE_SDL=yes
-.include "../../devel/SDL/buildlink3.mk"
-.else
-MAKE_FLAGS+= USE_SDL=
-.endif
-
###
### SDL2 support (video output)
###
Home |
Main Index |
Thread Index |
Old Index