- 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@
Simple MULTI_PACKAGES addition, no FLAVOR.
Diff from Thomas L. - thanks!
Tweaks and tests from me
"pkg_add murmur && rcctl start murmurd" just works on amd64 and sparc64
- bump minor as an exported symbol has been added
- now supports XACT content version 45
- tested with game Unexplored without issues
changelog: https://github.com/FNA-XNA/FAudio/releases
The last user (audio/mumble) switched to its bundled CELT version, but
uses Opus for voice communcation anyway.
http://celt-codec.org/ says
The CELT codec has been merged into the IETF Opus codec and is now obsolete
OK stehn
Previous releases presumable required an external CELT port,
but Mumble 1.3.0 builds fine with its bundled version, so
use it and stop patching around it to use our own outdated
CELT 0.7 API port.
Builds and runs fine without celt installed on amd64.
OK sthen
nap has been dead upstream for years, and the latest version is 1.5.4
from 2006. The version we package is 1.5.3 from 2004.
Debian deleted it [1] in 2017, and besides us, only Pkgsrc still have a
package for it.
The server list it is trying to fetch is unavailable and the few servers
listed on http://nap.sourceforge.net are not available anymore.
OK bcallah@, kmos@, jca@
[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=867764
libmysofa is a simple set of C functions to read AES SOFA (Spatially
Oriented Format for Acoustics) files, if they contain HRTFs
(Head-Related Transfer Functions) stored according to the AES69-2015
standard [http://www.aes.org/publications/standards/search.cfm?docID=99].
(which is not) throughout the ports Makefiles.
* Replace find|xargs with find -exec {} +
* Replace -exec {} \; with -exec {} + if applicable.
* Use the -delete operator to remove files and empty directories.
* Combine and tweak some find(1) invocations while here.
ok kn@ rsadowski@ espie@
Now the programm displays and controls the current sndiod master
volume level, which is present on any device and always corresponds to
the device programs are playing on. This also fixes crashes when the
volume slider is touched.
ok rsadowski
devel/cargo modules will take care of some aspects of crate dependencies on
system/ports libraries
adapt some ports depending on devel/cargo to properly link to ports libraries,
and to not patch anymore what it is now done by devel/cargo (openssl-sys crate
for example)
with help and ok @sthem
all tests pass
no in-tree consumers; tested with FNA game Unexplored without problems
bump major because several exported symbols removed.
changelog: https://github.com/FNA-XNA/FAudio/releases
Mumble 1.3.0 can't connect to some older servers, it will complain that the
server is using old crypto. For your security, update your servers.
Tweaks, test and ok solene@