summaryrefslogtreecommitdiff
path: root/audio/mac/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* audio/mac: Update to 10.96Jason E. Hale2025-02-131-0/+40
| | | | https://www.monkeysaudio.com/versionhistory.html
* audio/mac: Update to 10.93Jason E. Hale2025-02-073-51/+15
| | | | | | | | | | | Switch back to the official SDK and make fetchable again. There's been 10 years of development since the last update, so have fun reading the verion history! Add upstream patches to audio/aqualung to make it work with the renamed libraries. Other consumers just use the `mac` binary. https://www.monkeysaudio.com/versionhistory.html
* audio/mac: unbreak build with Clang 6 (C++14 by default)Jan Beich2018-01-101-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Console.cpp:36:3: error: cannot initialize a member subobject of type 'int' with an rvalue of type 'nullptr_t' NULL ^~~~ /usr/include/sys/_null.h:37:14: note: expanded from macro 'NULL' #define NULL nullptr ^~~~~~~ Console.cpp:36:3: warning: suggest braces around initialization of subobject [-Wmissing-braces] NULL ^~~~ { } /usr/include/sys/_null.h:37:14: note: expanded from macro 'NULL' #define NULL nullptr ^~~~~~~ Console.cpp:36:3: warning: suggest braces around initialization of subobject [-Wmissing-braces] NULL ^~~~ { } /usr/include/sys/_null.h:37:14: note: expanded from macro 'NULL' #define NULL nullptr ^~~~~~~ Reported by: antoine (via bug 224669) Notes: svn path=/head/; revision=458677
* Make ports using libtool treat elftoolchain's strip the same as GNU stripAntoine Brodin2015-06-081-9/+0
| | | | | | | | | | | | Any strip on any FreeBSD version should be able to handle stripping requested by libtool PR: 198611 Reviewed by: emaste Exp-run: self Notes: svn path=/head/; revision=388831
* - Update to the most recent version maintained by Jason Jordan as part ofAlexey Dokuchaev2015-04-081-0/+20
| | | | | | | | | | | | | | | | | | | | | | | his 3.99-u4-b5-sX series. Unfortunately we cannot assign it directly to DISTVERSION without having to bump PORTEPOCH, so stick to 3.99.4.5.7 for the time being (note that upstream Monkey's Audio SDK is at version 4.16 right now; but seems that no one ported it to Linux/Unix -- folks prefer to maintain old 3.xx port instead; mention this in the port description) - Build in "shntool-enabled" mode by default (-DSHNTOOL); this is also in line with how most GNU/Linux distributions package it - Install couple of useful documentation files, but first beautify them a bit: convert to UTF-8 and append missing newline at EOF; sed(1) command might look unnatural, but it is compatible with both GNU and BSD sed(1) implementations (cf.: '-nep' is GNU-only, and '$G' is new BSD-only); we prefer ${SED} over ${ECHO_CMD} >> because it is shorter and allows for linear piping (no subshell and stream joining required) - Convert in-place configure script editing to a patch as we also have to teach it that elftoolchain's strip(1) can strip libraries; staying with REINPLACE_CMD would make it harder to read compared to normal patchfile - Remove duplicate GNU_CONFIGURE line, bogusly added by bapt@ in r353071 Notes: svn path=/head/; revision=383558
* - Convert trivial patch to simple REINPLACE_CMD, save an inodeAlexey Dokuchaev2012-02-211-11/+0
| | | | | | | - Hand over to multimedia@ just like other lossless encoders Notes: svn path=/head/; revision=292005
* - Update to 3.99.4.5Andrew Pantyukhin2007-01-087-187/+11
| | | | | | | | | | | - Take maintainership - Better amd64 support - Drop static lib - Backward compatibility has been abandoned - Miscellaneous tweaks Notes: svn path=/head/; revision=181808
* - Update to 3.99.4.4Pav Lucistnik2005-12-154-40/+143
| | | | | | | | | - Fix runtime on amd64 (passing pointers inside 32bit ints) Approved by: maintainer timeout (14 days) Notes: svn path=/head/; revision=151223
* Add mac, Monkey's Audio Codec which was recently released in source code.Pav Lucistnik2004-08-116-0/+84
It contain a library and an executable compressor/decompressor of .ape files. Does not build under 4.x, we hit the wall with missing wcstol(). Working patches would be welcomed. PR: ports/70153 Submitted by: Martin Dieringer <Martin.Dieringer@t-online.de> Notes: svn path=/head/; revision=115895