5496 Commits

Author SHA1 Message Date
jca
a2d5dc2b45 typo 2021-02-14 11:55:59 +00:00
ajacoutot
ce1f967f2c Update to audacity-2.4.2 which builds with -fno-common.
- move build to cmake
- use python3
2021-02-14 08:36:20 +00:00
fcambus
312e7c7622 Update libopenmpt to 0.5.5. 2021-02-13 21:48:25 +00:00
rsadowski
78c6858b64 Improve/Fix libsndfile-1.0.30
- Improve handling of SMPL chunks in WAV files.
- Fix use of uninitialized value in endswap_int64_t_array.

https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=25366

Diff from Brad
2021-02-13 06:31:07 +00:00
ajacoutot
68c9e3f04c Get closer to upstream. 2021-02-11 17:52:21 +00:00
kn
2636dd2cfc Update to Mumble 1.3.4
Client
Fixed: Security vulnerability caused by allowing non http/https URL schemes in public server list (#4733)

Server
Fixed: Exit status for actions like --version or --supw was always set to non-zero ( #3998)

General
Fixed: Packet loss & audio artifacts caused by OCB2 XEX* mitigation (#4720)
2021-02-10 12:35:33 +00:00
kn
e77048a606 Remove audio/xhippo
tream at https://www.gnu.org/software/xhippo/ no longer provides
distfiles since at least 2019, FreeBSD also has marked the port as such;
the website says

        The GNU xhippo has been decommissioned.

Fails to build the now default "-fno-common".

Other ports such as audio/mkplaylist do similar jobs, most media players
also have such functionality, e.g. VLC does.

OK danj
2021-02-10 01:01:10 +00:00
kn
57fe6d691e Remove audio/gimmix
Starting the app shows a window but upon clicking "OK" it dies immediately.
It depends on old Python and GTK and already carries a local patch to cope
an old cURL update.

Upstream is dead, FreeBSD also marked the port for removal.

OK danj
2021-02-10 00:56:14 +00:00
ajacoutot
3644f09fce Remove useless pa-info (linux-centric bash script).
prodded by espie@
2021-02-07 20:20:05 +00:00
naddy
d41363443e audio/libid3tag: fix parallel build 2021-02-07 16:21:58 +00:00
paco
1a858c980c update audio/cmus to 2.9.1
ok kn@
2021-02-07 14:38:45 +00:00
cwen
67b23f746a wmmp3: fix the build with -fno-common
While here, fix hardcoded paths and add missing includes.

OK sthen@
2021-02-05 15:39:14 +00:00
landry
32db55cdc7 audio/scmpc: fix for -fno-common
from https://gitweb.gentoo.org/repo/gentoo.git/commit/media-sound/scmpc/files?id=c9f42ac8feb314f3f2f6ec7cfd8c535ff33fe735
upstreamed at https://github.com/cmende/scmpc/pull/12
2021-02-05 12:21:35 +00:00
landry
dc3c014b43 audio/ympd: fix for -fno-common
(forgotten cvs add, bah)
2021-02-05 12:19:29 +00:00
landry
aeca4d3ffa audio/ympd: fix for -fno-common
from https://svnweb.freebsd.org/changeset/ports/546834
2021-02-05 12:18:57 +00:00
edd
dc0640a011 Update audio/audacious (and meta pkg) to version 4.1.
OK MAINTAINER: bket@. Thanks!
2021-02-03 21:44:37 +00:00
sthen
8895fb1815 update to mp3splt-gtk-0.9.2 and add an -fno-common fix from gentoo
i did have a crash once, but was unable to repeat it after i enabled
debug_packages and played about with wth-radio-humppa.mp3
2021-02-02 01:22:53 +00:00
sthen
3c8fa1def9 update to mp3splt-2.6.2 2021-02-02 01:15:23 +00:00
sthen
dd832fba24 update to libmp3splt-0.9.2 2021-02-02 01:15:19 +00:00
sthen
39021c9ec8 update to eyeD3-0.9.6 2021-02-02 00:23:19 +00:00
jsg
853cb28a31 bump REVISION for -fno-common build fixes 2021-02-01 04:16:41 +00:00
jsg
7a724aa755 update to speech-dispatcher 0.10.2 fixes -fno-common build
ok ajacoutot@
2021-02-01 00:08:18 +00:00
sthen
88d43bc574 update to soundtracker-1.0.1 but mark BROKEN; crashes at startup in some
X keyboard map handling code (keys_init -> keys_make_xkeys -> qsort in
https://sourceforge.net/p/soundtracker/git/ci/master/tree/app/keys.c)

I think I have got the sndio bits updated to what's needed with the
slightly changed api but the above crash prevents actual testing..
2021-01-31 22:14:02 +00:00
naddy
3a5abf1f18 audio/mpg321: fix for -fno-common
While here, also fix compiler warnings and drop outdated text from DESCR.
2021-01-31 20:18:25 +00:00
kn
c1b3a71b14 Update HOMEPAGE, kill esd FLAVOR mention (gone in 2009) 2021-01-31 20:05:17 +00:00
jsg
3b9e431be1 backport musepack svn r479 to fix -fno-common build 2021-01-31 08:22:33 +00:00
kn
55c848aaf5 Remove audio/py-ogg and audio/py-vorbis
Both are Python 2 only, collecting dust, their common upstream is dead
and py-vorbis is the only consumer of py-ogg.

Nothing in the tree uses either of them, not even as TEST_DEPENDS.

py-ogg now fails to build with "-fno-common".

OK sthen
2021-01-30 11:45:54 +00:00
sthen
ad64026f3d repair previous 2021-01-29 23:40:51 +00:00
bcallah
c5a49ae6d4 Add fix for -fno-common
Taken from upstream: https://github.com/vgmrips/vgmplay/pull/74
ok naddy@
2021-01-29 21:02:56 +00:00
kn
3184645e9b py-mutagen is py3 only, remove py2 TEST_DEPENDS 2021-01-29 19:40:51 +00:00
jeremy
c10fda1d86 Build Ruby 3.0 versions of native gem ports by default 2021-01-29 17:05:32 +00:00
sthen
9a71efb542 libgpod: disable py-gobject too, it is already not building python bindings
but still tries to build with py-gobject. problem reported by aja@
2021-01-29 16:04:28 +00:00
sthen
39e6aa81c1 update to py-mutagen-1.45.1 2021-01-28 15:34:56 +00:00
sthen
ced6a310f5 pykaraoke: drop optional dep on py-mutagen 2021-01-28 15:21:43 +00:00
sthen
e44addb68c drop libgpod's python2 subpackage, nothing uses it in tree 2021-01-28 15:02:54 +00:00
ajacoutot
e5f6e22f9b Update to grip-4.2.0. 2021-01-24 18:24:27 +00:00
kn
076d29f16b Split databases/tdb into -main and -python package
net/samba is the only consumer requiring Python bindings, so this split
enables all other consumers (netatalk3, neomutt, fdm, rhythmbox, pulseaudio)
to avoid the dependency on Python 2.

Bump all consumers due to tdb's PKGPATH change.

Wanted by many
Feedback OK jca sthen
2021-01-23 23:17:47 +00:00
naddy
85d7b07531 audio/vorbis-tools: update to 1.4.2
This release fixes many bugs.

Additional user-visible changes:
* ogg123: Added support for Opus files
* ogginfo: Added support for Opus, FLAC, and speex
* ogg123, ogginfo: Added support to decode METADATA_BLOCK_PICTURE
* ogginfo: Added support for decoding Skeleton
* vorbiscomment: Added -d/--rm to allow removal of tags
2021-01-23 22:13:14 +00:00
kn
0dfd9d0a1d update to umurmur 0.2.18
https://github.com/umurmur/umurmur/releases/tag/0.2.18
(no changelog, 7 minor commits/changes since last release)

Diff from Jonathon Sisson (maintainer), thanks
Tweaks from me
2021-01-23 09:22:47 +00:00
thfr
aaa9960320 update to faudio 21.01 2021-01-23 05:14:11 +00:00
rsadowski
3cb41c8a5d Update puddletag to 2.0.1 2021-01-22 17:08:00 +00:00
rsadowski
df3ff69241 Update py3-acoustid to 1.2.0 2021-01-22 17:06:33 +00:00
rsadowski
89da5716a0 Unbreak build after recent Qt 5.15 update.
Add missing QPainterPath include
2021-01-19 06:54:01 +00:00
rsadowski
3a272bd6f0 Unbreak build after recent Qt 5.15 update. 2021-01-19 06:53:25 +00:00
ajacoutot
62808f43d5 Update to pulseaudio-14.2. 2021-01-17 10:39:01 +00:00
fcambus
7308e01350 Drop maintainership. 2021-01-16 13:43:21 +00:00
sthen
465bbd0647 missed cvs add/rm 2021-01-16 12:54:12 +00:00
sthen
be8b9b20d7 update to libsndfile-1.0.30, from Brad, maintainer timeout
Some fixes for ..
CVE-2017-12562, CVE-2017-17456, CVE-2017-17457, CVE-2018-19661, CVE-2018-19662,
CVE-2018-19758 and CVE-2019-3832.
- a bunch of memory leaks
- a stack overflow
- use of uninitialized value
2021-01-16 12:53:12 +00:00
fcambus
0e7983aa11 Comment patch and drop maintainership. 2021-01-16 12:20:38 +00:00
juanfra
ac05eba666 SECURITY:
Update to wavpack 5.4.0. CVE-2020-35738.

More info:

https://github.com/dbry/WavPack/issues/91#issuecomment-760696376
2021-01-15 23:06:07 +00:00