summaryrefslogtreecommitdiff
path: root/audio/mac
AgeCommit message (Collapse)AuthorFilesLines
2013-01-09Fix buidling on Darwinadam2-5/+8
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-02-11Switch to the version provided by the shntool people (which is alsowiz2-9/+10
the one that Gentoo uses). Closes PR 44533 by myself. Changes since the last version we had in pkgsrc, 3.99-u4-b5: version 3.99-u4-b5-s7 + fixed compilation issue on big-endian systems [report: Michael Plotkin] version 3.99-u4-b5-s6 + fixed compilation issues with GCC 4.4 on some 64-bit systems [report: Eivind Eide] version 3.99-u4-b5-s5 + fixed long-standing 64-bit decompression crash [patch: Adam Nielsen] + fixed crash with pathnames longer than 256 characters [report: Kabakov Boris ] + fixed a compilation issue (don't pass -fno-common to yasm) version 3.99-u4-b5-s4 + include error reason with error code in mac.exe + automatically recalculate quick verify checksum when compressing, if necessary (e.g. piped encoding with foobar2000, or truncated WAVE file) version 3.99-u4-b5-s3 + reenabled quick-verification of APE files (via new '-q' option) version 3.99-u4-b5-s2 + show above version in mac.exe help screen (sN = shntool revision N) + added support for encoding WAVE data of unknown length (all files/pipes are now treated as unknown length; this forces mac.exe to write a seek table of maximum size regardless of input file size, adding ~30kb/file) version 3.99-u4-b5-s1 + added support for pipe encoding/decoding
2011-02-05Add license for audio/mac.wiz1-2/+3
2011-02-05Comment patch.wiz2-3/+5
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-05-28update master sitezafer1-2/+2
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-07-14Mark as destdir ready.joerg1-1/+3
2007-07-21HOMEPAGE and MASTER_SITES updateadrianp1-3/+3
2007-02-09add onedrochner1-0/+19
2007-02-02Do require C as const gets defined away otherwise with rather strangejoerg3-4/+26
results. Also use ELF for the YASM output on DragonFly and put an assertive case therein in the hope to detect other systems with a less mysterious error.
2007-01-31Initial import of MAC: short for Monkey's Audio Codec, a losslesswiz4-0/+59
audio codec (files with the .ape extension). This is the MAC Linux port. It has autoconf and automake stuff and some slight changes to the code.