158374 Commits

Author SHA1 Message Date
landry
a13f70fd9e geo/py-fiona: update to 1.8.20 2021-07-11 08:10:49 +00:00
landry
33bc7e88f6 geo/py-cligj: update to 0.7.2 2021-07-11 08:09:49 +00:00
landry
fe7fd0d929 geo/py-owslib: update to 0.24.1 2021-07-11 08:09:18 +00:00
ajacoutot
6fb6304e04 'py-xlib' => 'py3-xlib' 2021-07-11 08:05:24 +00:00
ajacoutot
b1c3b44905 Update to py3-xlib-0.31 and make it py3 only. 2021-07-11 08:05:13 +00:00
ajacoutot
b6c5d2c7fe Update to xchm-1.32. 2021-07-11 07:59:20 +00:00
ajacoutot
4f62a1a5f6 Update to hplip-3.21.6. 2021-07-11 07:52:22 +00:00
kirby
235ff9380a update to gpxsee-9.2
ok landry@ (maintainer)
2021-07-11 05:53:45 +00:00
lteo
7cef80b17b Update to Snort 2.9.18, from maintainer Markus Lude 2021-07-11 02:11:34 +00:00
lteo
a574246075 Update to iperf-3.10
From wen heping, thanks!
2021-07-11 02:09:00 +00:00
sebastia
0c3b9274bb update 6.1.3.2 -> 6.1.4 2021-07-10 22:02:41 +00:00
kirby
19523a207f drop dead mirror 2021-07-10 18:29:15 +00:00
sebastia
67e2fac136 update 3.14.17 -> 3.14.18 2021-07-10 17:59:43 +00:00
sebastia
700bedfd44 update 2.3.0 -> 2.3.2 2021-07-10 17:56:47 +00:00
landry
8e6dfa74cb telephony: link linphone to the build
ready for testing with all kind of crazy SIP usages !
2021-07-10 17:09:40 +00:00
landry
eb0987c5b9 net/ortp: remove, as it's unused and outdated.
superseded by/upgraded to telephony/linphone/ortp 5.0.0
2021-07-10 17:08:16 +00:00
landry
7a28c7917f telephony/linphone/linphone-desktop: fix build with SDK 5.0.0.
cherrypick patches from upstream repo.
2021-07-10 17:04:01 +00:00
landry
7c1389daca telephony/linphone/mediastreamer2: update to 5.0.0.
- add link to upstream github PR for sndio backend
- remove the installation of include/OpenGL headers, the ones we have in
  mesa are much more recent.. puzzling.
- add patch to revert a call to srtp_add_or_update_stream that doesnt
  exist anywhere in the libsrtp API (?)
2021-07-10 17:02:41 +00:00
landry
815b8122b7 telephony/linphone/liblinphone: update to 5.0.0.
disable FLEXIAPI as it looks for jsoncpp via cmake, which we dont have
for now.
2021-07-10 17:00:37 +00:00
landry
362f23585a telephony/linphone/ortp: update to 5.0.0 2021-07-10 16:58:38 +00:00
landry
ddb9e3b8da telephony/linphone/belle-sip: update to 5.0.0.
Now uses belr instead of antlr.
2021-07-10 16:58:01 +00:00
landry
a6f6fd96fb telephony/linphone/bzrtp: update to 5.0.0 2021-07-10 16:57:01 +00:00
landry
e863716ef7 telephony/linphone/belr: update to 5.0.0 2021-07-10 16:56:38 +00:00
landry
e5c499b18f telephony/linphone/bctoolbox: update to 5.0.0 2021-07-10 16:56:03 +00:00
landry
48166b60df telephony/linphone/Makefile.inc: default V to 5.0.0 2021-07-10 16:55:23 +00:00
landry
13e5309850 telephony/linphone/belcard: update to 4.5.22 2021-07-10 16:54:43 +00:00
sthen
ef8de8a671 remove some more sqlite2-related parts 2021-07-10 15:31:22 +00:00
sthen
0de6bc5dc5 set pkgspec for zxing, seeing as it relies on a recent commit 2021-07-10 14:07:51 +00:00
sthen
b2951b1bbf add hidden dep on zxing 2021-07-10 14:05:37 +00:00
sthen
77d896f386 switch zxing (glassechidna/zxing-cpp) to producing a shared instead of
static library. linphone/mediastreamer2 picks it up and fails to build
if it's static. kitinerary depends on this port but doesn't actually
use it (it wants nu-book/zxing-cpp) so the change doesn't affect that.
2021-07-10 14:05:25 +00:00
landry
ecd2795b58 import telephony/linphone 4.2.5.
Linphone is an audio and video internet phone using the SIP protocol.

The main features of linphone are:
- a nice graphical interface;
- includes a large variety of codecs with different quality / bandwidths;
- uses the well-known and standardised SIP protocol.

This package includes the Qt/QML based graphical desktop client.

- Import includes the libs shipped in linphone SDK 4.5.15.
- Mediastreamer2 sndio backend by yours truly, with help from ratchov@.
- Audio calls works but sound needs to be improved,
- Video calls between two linphone instances also working fine.
- AI_V4MAPPED support disabled (unsupported on OpenBSD), IPv6 untested
- bcunit not linked because of a circular dependency with bctoolbox, but
  can be useful for debugging.

not yet linked to the build, but importing so that it can be polished
in-tree.

ok/tweaks sthen@
2021-07-10 12:03:19 +00:00
cwen
890ea9b53f mplayer: fix the runtime on powerpc G3s
Brad sent me a diff to rearrange CONFIGURE_ARGS for powerpc. Runtime testing on
a G3 machine led to SIGILLs.

The runtime cpu detection configure flag enables the '-maltivec' compiler flag
by default, leading to the execution of altivec instructions unconditionally at
runtime. They are not supported on G3s, so fix that issue by disabling the
runtime cpu detection feature.

OK Brad (maintainer)
2021-07-10 11:49:34 +00:00
sthen
d9f3732265 mariadb tweaks, from brad:
- fix warning by using proper API in the ioapi code for the connect storage backend
- sync plist
2021-07-10 10:54:02 +00:00
sthen
f9a3d670b1 update to visidata-2.5 2021-07-10 07:58:30 +00:00
kirby
89167edda9 Use correct GH_COMMIT which was changed couple of time for the same tag.
Unbreaks seafile-client build.
Breackage reported by naddy@, thnks!
2021-07-10 06:16:13 +00:00
ajacoutot
e73933ddbe Update to gnome-user-docs-40.3. 2021-07-10 05:45:03 +00:00
visa
2731cbfea0 Fix devel/vte3 build on mips64.
From Brad
2021-07-10 05:44:14 +00:00
ajacoutot
a84a04c674 Update to awscli-1.19.109. 2021-07-10 05:34:26 +00:00
ajacoutot
1612acddcb Update to py3-boto3-1.17.109. 2021-07-10 05:34:10 +00:00
ajacoutot
ce90b3d3b4 Update to py3-botocore-1.20.109. 2021-07-10 05:33:57 +00:00
ajacoutot
df58ab0a00 Update to exoscale-cli-1.36.0. 2021-07-10 05:27:16 +00:00
ajacoutot
23b1b2f3de Update to gnome-maps-40.3. 2021-07-10 05:24:24 +00:00
inoguchi
1a37c86d3c Update astro/sunclock to 3.57
This is update for sunclock from 3.56 to 3.57.

remove REVISION for the first revision of 3.57.
remove HOMEPAGE since it is unreachable now.
change MASTER_SITES to github with using commit hash.
remove MASTER_SITES0 and :0 from the end of the SUPDISTFILES entries.
remove Xext, Xau and Xdmcp from WANTLIB-main.
replace Sunclock.se with Sunclock.sv in PLIST-main.

advise and ok from sthen@ and jca@
2021-07-10 02:12:55 +00:00
ajacoutot
e6d8a9a8b7 Update to yelp-40.3. 2021-07-09 22:12:34 +00:00
sthen
a79dd6a140 libpqxx: don't pick up doxygen 2021-07-09 21:33:28 +00:00
bcallah
e042321637 Update to the latest tcc upstream, which includes jasper@'s patch 2021-07-09 20:55:35 +00:00
sebastia
bc25519950 update 5.0.1 -> 5.1.1 2021-07-09 19:54:25 +00:00
sebastia
7524d1bcf4 update 3.9.1 -> 3.9.3 2021-07-09 19:53:32 +00:00
sebastia
8f63d580d9 update 5.0.1 -> 5.1.1 2021-07-09 19:52:45 +00:00
jturner
f200af2a7a Update openradtool to 0.13.4. 2021-07-09 19:28:22 +00:00