Commit graph

14 commits

Author SHA1 Message Date
agc
b734eb2ebf Add SHA512 digests for distfiles for audio category
Problems found with existing distfiles:
	/pub/pkgsrc/distfiles/amp-0.7.6.tgz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-32000-1.0.8.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-48000-1.0.8.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.22.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.22.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-16000-1.0.12.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.12.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.12.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-8000-1.0.12.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.13.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.13.tar.gz
	/pub/pkgsrc/distfiles/kid3-3.3.0.tar.gz
	/pub/pkgsrc/distfiles/libdca-0.0.5.tar.bz2
	/pub/pkgsrc/distfiles/mp3to.gz
	/pub/pkgsrc/distfiles/squeezeboxserver-7.5.1-noCPAN.tgz
No changes made to these file.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 01:12:23 +00:00
adam
8cd89f6140 Fix buidling on Darwin 2013-01-09 07:24:23 +00:00
asau
3997aff2d7 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 23:47:56 +00:00
wiz
8d9823a418 Switch to the version provided by the shntool people (which is also
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-11 01:35:45 +00:00
wiz
c66065dc59 Add license for audio/mac. 2011-02-05 18:54:59 +00:00
wiz
af6467e47b Comment patch. 2011-02-05 18:54:39 +00:00
joerg
e209761d06 Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
zafer
c102eca69b update master site 2009-05-28 20:35:53 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
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.
2009-03-20 19:23:50 +00:00
joerg
f605fec2db Mark as destdir ready. 2008-07-14 12:55:56 +00:00
adrianp
ad08fbde45 HOMEPAGE and MASTER_SITES update 2007-07-21 19:42:06 +00:00
drochner
f9d5376fd4 add one 2007-02-09 21:20:01 +00:00
joerg
d8d0707e43 Do require C as const gets defined away otherwise with rather strange
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-02-02 16:56:58 +00:00
wiz
434374e32e Initial import of MAC: short for Monkey's Audio Codec, a lossless
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.
2007-01-31 21:17:18 +00:00