summaryrefslogtreecommitdiff
path: root/audio/mpg123/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2003-10-18make this work on FreeBSD by setting ALL_TARGET to a sensible defaultgrant1-1/+2
if we don't have an override, and using sys/soundcard.h instead of machine/soundcard.h.
2002-11-28Use the mpg123 Makefile.common to build mpg123-nas.markd1-2/+2
Based on PR 18532 from Greg A. Woods.
2002-09-06Convert to buildlink2. Share distinfo between mpg123 and mpg123-esound.wiz1-2/+2
2002-06-23Integrate ARM 64bit fixedpoint patch submitted by Tim Deegan in pkg/16479.kent1-3/+3
This feature is enabled by MPG123_ARM_FIXED64. mpg123/Makefile.common contains common stuff of mpg123 and mpg123-esound.
2002-06-22Rescue Makefile entries removed accidentaly.kent1-2/+2
2002-06-22Remove unnecessary macro.kent1-2/+2
2002-06-22Add mpg123 with EsounD. All modifications required for EsounD are merged tokent1-2/+3
mpg123/patches/*. This closes PR pkg/12059.
2002-04-25Check for arm and arm32, not just arm32.abs1-2/+2
2002-02-27Use -DREAD_MMAP on all NetBSD targets. Fixes problems with mis-decodingsimonb1-2/+2
ID3 tags. Reported by Martin Husemann.
2002-02-27Some stupid people can not tell "int" from "long". Some of them daremartin1-1/+3
to cast "void*" to one or the other.
2002-02-22Drop the alpha-linux l3.diff.gz altogether - it only makes the previoussimonb1-4/+2
diff much harder to read than it should be.
2002-02-22Drop the assumption that alphas are the only 64bit machines. int issimonb1-2/+2
32bit on all platforms so just use that instead of the #ifdef dance between int/long. Patch from Darren Reed and myself.
2001-05-12After playing a file using mmap(2), do a MADV_FREE. In theory this will helpmycroft1-2/+2
prevent other bits getting paged out.
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-4/+7
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-0/+17
+ move the patch digest/checksum values from files/patch-sum to distinfo