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.
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@
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@
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@
- 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@