summaryrefslogtreecommitdiff
path: root/audio/id3lib/patches
AgeCommit message (Collapse)AuthorFilesLines
2002-08-31Update to 3.8.0.wiz12-216/+0
Lots of build fixes and other bug fixes.
2002-01-08solve the strings.h problem in a better way -drochner13-24/+128
The library contains a header file "strings.h" which gets pulled in by <string.h>, leading to lossage. Defining ANSI_SOURCE used to help, but now we don't get an mkstemp() prototype anymore if this is defined, leading to compile problems at another place... So finally rename the pkg's strings.h. Being here, update to ...pre2, the changelog is * Many bug fixes -- mostly compilation problems -- more detailed info will be provided in a later release.
2001-11-17Make it compile on alpha (uint32 -> size_t for size_type).itohy2-0/+26
2001-08-10this patch was superfluousdrochner1-13/+0
2001-07-31initial import of id3lib-3.8.0pre1,drochner5-0/+125
a library for manipulating ID3v1 and ID3v2 tags