5442 Commits

Author SHA1 Message Date
inoguchi
2ed9fa83eb Add audio/liblo
liblo is an implementation of the Open Sound Control protocol.
Old version 0.29 was in ports, but removed.
Add new version 0.31 now.

OK sthen@
2020-06-26 08:49:06 +00:00
kn
1b8832fb67 Update to mumble 1.3.1
https://github.com/mumble-voip/mumble/releases/tag/1.3.1 has mostly
fixes for both client and server.

Take MAINTAINER.
2020-06-16 10:16:20 +00:00
fcambus
d7e79fad57 Add missing BUILD_DEPENDS on devel/xa.
Pointed out by aja@, thanks!
2020-06-14 08:19:31 +00:00
rsadowski
214d66d16d Add mpv as missing library dependency, part 2.
This time spotted by naddy@. thanks and sorry!
2020-06-13 14:45:28 +00:00
rsadowski
f9421749c1 Add mpv as missing library dependency, spotted by sthen@ Thanks! 2020-06-13 04:50:31 +00:00
fcambus
63b07857da Update ocp to 0.2.2. 2020-06-11 10:39:43 +00:00
rsadowski
fccde339e5 Update musique to 1.7 2020-06-10 19:29:53 +00:00
fcambus
79ca9817a4 Update adplug to 2.3.3. 2020-06-10 08:15:25 +00:00
ajacoutot
d7b3b74d79 Missing BDEP on devel/help2man. 2020-06-09 16:11:50 +00:00
ajacoutot
76ca49c9c2 Update to openal-1.20.1.
from Brad
"looks good" to maintainer David Carlier
2020-06-09 13:22:42 +00:00
jasper
8fee6d272e - update to exail-4.0.2
- switch to gstreamer1

tested by bcallah@ (MAINTAINER) a while ago
2020-06-08 11:01:10 +00:00
thfr
a415ed079e update to faudio 20.06; no dynamic export change; changelog: https://github.com/FNA-XNA/FAudio/releases 2020-06-07 23:33:15 +00:00
bket
3cef5831a6 Update to audacious-4.0.4
Changes:
https://audacious-media-player.org/news/49-audacious-4-0-4-released

Take maintainer

OK naddy@
2020-06-07 05:44:39 +00:00
naddy
046b45f01a Update to feature release 1.26.1.
In addition to many smaller changes, this adds libsyn123, a signal
generation and format conversion library.
2020-06-01 21:59:54 +00:00
bket
bc32a3cf4d Update to audacious-4.0.3
Changes:
https://audacious-media-player.org/news/48-audacious-4-0-3-released

OK naddy@
2020-05-29 04:24:21 +00:00
paco
eae76b7911 update py-eyed3 to 0.9.5
https://github.com/nicfit/eyeD3/blob/master/HISTORY.rst

with input by sthen

ok kmos@
2020-05-28 15:10:52 +00:00
fcambus
7f91f476bd Update adplay to 1.8.1. 2020-05-25 10:36:53 +00:00
fcambus
011e44a3d7 Update libopenmpt to 0.5.0. 2020-05-25 10:32:22 +00:00
kn
b91ba4a17a Remove obsolete patches
Two patches seem to have no effect: the first one fixes a C++ issue I
do not see on amd64 when building without it, the second one supposedly
fixes translation files, but without it I can switch between languages
just fine.

Both patches are there since import on 2014 and I they probably used to
be relevant for older Mumble versions, but not so much today anymore.
2020-05-21 11:28:05 +00:00
sthen
329514bb86 move py-eyed3 to py3 TEST_DEPENDS, missed when move eyeD3 to py3 2020-05-21 10:39:26 +00:00
jeremy
d9392c1793 Remove building of Ruby 2.5 gem ports by default 2020-05-19 15:34:55 +00:00
thfr
b898723c90 update to 20.05
no dynamic export changes
changelog: https://github.com/FNA-XNA/FAudio/releases
2020-05-19 15:18:46 +00:00
fcambus
4675531817 Fix build with adplug 2.3.2.
Thanks to ajacoutot@ and naddy@ for reporting the issue.
2020-05-17 16:42:38 +00:00
ajacoutot
059e20e3cf BROKEN after the recent update to adplug.
ok sthen@
2020-05-17 13:37:47 +00:00
ajacoutot
d142a485ae Don't pick up help2man, it breaks the build.
spotted by nigel@
2020-05-17 09:34:23 +00:00
ajacoutot
83b99a9331 Update to speech-dispatcher-0.9.1. 2020-05-16 12:00:07 +00:00
bket
4d35ab9315 Update to ncmpc-0.38
Changes:
https://raw.githubusercontent.com/MusicPlayerDaemon/ncmpc/v0.38/NEWS

OK landry@
2020-05-15 11:40:51 +00:00
bket
cea95e8245 Update to mpd-0.21.23
Changes:
https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.23/NEWS

OK landry@
2020-05-15 11:40:36 +00:00
kn
c14c9fdeb4 Unbreak dark style for default theme
This "remove broken files" patch disables theme files such as
"Mumble/OSX Dark.qss" which break the build with BSD make(1), which chokes
on whitespaces in file names (even when escaped with backslashes).

GNU make can cope with escaped whitespaces, everything builds fine with
gmake(1).  Since we are not OS X, these theme files are not installed
anyway, so no PLIST change.

Remove the patch and set USE_GMAKE;  reason for this is that Mumble no
longer errors out silently at runtime due to the patched file and disables
the "Dark" style as a consequence (seen in developer console):

<W> ... Style "Dark"  of theme  "Mumble"  references invalid qss  \
":themes/Mumble/OSX Dark.qss"  for platform  "MAC" , skipping theme
<W> ... Could not find configured theme "Mumble"
<W> ... Applying fallback style sheet

With this commit, Mumble shows no warnings and allows me to use the "Dark"
style:

<W> ... Theme: "Mumble"
<W> ... Style: "Dark"
<W> ... --> qss: ":themes/Mumble/Dark.qss"
2020-05-14 18:50:08 +00:00
kn
84c1443922 Regen patch (whitespace churn) 2020-05-14 18:01:48 +00:00
kn
5bd156d05b Remove "Do not include nonexistent librt (part of libc)" patch
Same as previous.
2020-05-14 18:00:13 +00:00
kn
796247cc1a Remove "Do not link against nonexistent librt (part of libc)" patch
Doing so is correct, but the patched code is under "linux* { ... }" in the
qmake file and therefore does not effect our build at all.

The resulting Makefile did not change after removing this patch, everything
built and linked fine as exepcted.
2020-05-14 17:58:05 +00:00
kn
0bf3082d0d Remove "Fix loading of CELT plugins; use celt from our tree"; forgot to
do so in this commit: "Drop audio/celt07 dependency, use bundled CELT".

No behaviour change.
2020-05-14 17:55:09 +00:00
juanfra
07a391b4d8 Update to wavpack 5.3.0. 2020-05-14 15:41:28 +00:00
fcambus
951c2668f1 Update schismtracker to 20200412. 2020-05-14 13:18:57 +00:00
fcambus
cba81c0c48 Update adplug to 2.3.2. 2020-05-14 12:19:48 +00:00
cwen
7c4898afbd qsynth: fix the build on powerpc by removing 'atomic' from WANTLIB,
but add it for hppa so it has a chance to build there.

OK sthen@ jca@
2020-04-29 13:52:14 +00:00
cwen
bfc8334d1a milkytracker: fix the build with clang on powerpc
clang defines __ppc__, unlike ports-gcc that was used previously, and
tries to make use of obsoleted Darwin (Mac OS X) flavored assembly code.
Use the C code instead, until upstream decides what to do about this.
Thanks a lot to gkoehler@ for further precisions!

While here, move HOMEPAGE to https.

OK bcallah@
2020-04-28 22:35:24 +00:00
jca
caac776c11 Give _mpd a home dir and document how to share concurrent sndiod(8) access
Just use /var/spool/mpd as the home dir but tweak the perms to prevent
group write access and avoid security(8) warnings.  If you already have
mpd installed you might want to update the home dir by hand as
documented in the README.

Prompted by questions and diffs from chrisz@ and a report from Moises
Simon, input from ratchov@ and sthen@, ok sthen@
2020-04-28 17:16:21 +00:00
jca
17a8140472 The tremor FLAVOR was removed long ago
ok sthen@
2020-04-27 13:46:19 +00:00
sthen
77e523707c squeezelite: update README, libsndio now uses .sndio/cookie not .aucat_cookie 2020-04-27 10:01:05 +00:00
ajacoutot
8c85e0d959 Remove BROKEN which dates from before this port moved to ports-gcc to give
it a chance to build.

from Brad
2020-04-26 07:37:13 +00:00
cwen
5608961680 fluidsynth: fix the build with clang on powerpc
Unlike gcc, clang defines __POWERPC__ and as such wants to include a
non-existing header. Bring back gcc's behaviour by deleting the
troublesome #ifdef.

OK sthen@
2020-04-22 16:53:20 +00:00
ratchov
56448578fb Fix uninitialized variable causing corrupted GM master volume messages
ok ajacoutot
2020-04-22 09:51:25 +00:00
kn
9987d1d513 Remove obsolete PORTROACH_COMMENT now that audio/mumble no longer uses it
Also update the Makefile comment about CELT being experimental:
it is obsolete and merged into Opus.

audio/jack remains as the last audio/celt user.
2020-04-18 23:53:25 +00:00
landry
6c4fc2df8c Update to cmixer 0.3.
uses sndioctl instead of mixerctl/aucatctl - joint work with ratchov@,
thanks !
2020-04-18 16:42:02 +00:00
bket
5da0f06d59 Update to audacious-4.0.2
OK sthen@
2020-04-16 11:01:10 +00:00
bket
52f9dd72ff audacious-plugins has been moved to audacious/plugins 2020-04-15 15:53:58 +00:00
bket
93c35ad205 Update audacious and audacious-plugins to 4.0.1
- While here reorganise audacious so that "pkg_add audacious" gives
  something usable. Relies on meta/audacious. Suggested by sthen@.
- Upstream has switched to Qt5 by default but still offers GTK2 support.
  For now stay with GTK2 as this is needed for the Winamp-like UI.
- Bump minors of libaudcore and libaudgui as symbols have been added.

naddy Ok'ed the update of audacious and audacious-plugins to 4.0.1.

OK sthen@
2020-04-15 15:50:15 +00:00
fcambus
9fa9537892 Drop maintainership for some ports I no longer use. 2020-04-15 13:31:42 +00:00