summaryrefslogtreecommitdiff
path: root/multimedia/libmpeg3/patches/patch-ae
AgeCommit message (Collapse)AuthorFilesLines
2009-01-29Updated multimedia/libmpeg3 to 1.8abs1-25/+32
1.8 - Better table of contents generation & handling of ID3 tags. pkgsrc changes: - Fix broken build on NetBSD by reworking the mares nest of non Linux #ifdefs in mpeg3io.c - build was broken by a previous __DragonFly__ or __APPLE_ build fix - Add new patch for 1.8 to avoid Linux DVD ioctls
2009-01-24Fixes the build under Darwin x86. This should also fixes build on MacOSX ↵tonio1-6/+8
10.5.2 PPC Should Fix PR pkg/38721
2008-06-21make this build on DragonFly, from Hasso Tepper per PR pkg/38997drochner1-2/+2
2008-05-25Yet another try to fix PR pkg/38733tonio1-3/+6
Use the __DARWIN_64_BIT_INO_T from sys/cdefs.h on darwin
2008-05-24Fixing build for MacOSX 10.5, using __DARWIN_STRUCT_STAT64 to detect if stat64tonio1-2/+2
is available. This should fix PR pkg/38721
2008-05-21Fix build for Darwintonio1-6/+8
- use the same work around for mntent.h as for NetBSD and DragonFly - deactivate oss output for Darwin This fixes PR pkg/38721
2008-02-20Update to 1.7:xtraeme1-11/+18
Frames are cached when reading the first frame after a seek. This allows faster reverse playback.
2005-12-06Use statfs on DragonFly as well. To make the code more readable, restorejoerg1-16/+16
natural order of checking for features instead of the reverse.
2005-10-29sprinkle some #ifdef and simplify, instead of unconditionally addinggrant1-34/+38
stuff for NetBSD that breaks this on all other platforms.
2005-09-06Fix NetBSD statvfs check to be >= 299000900 not >= 200040000abs1-2/+2
No pkgrevision bumps needed.
2005-07-13Add RCS Id.wiz1-2/+4
2005-06-07Bump to libmpeg3-1.3nb5: fix building on MacOS X:hubertf1-6/+7
* patch-ac: define bswap_16 and bswap_32 as appropriate for NetBSD, Linux and MacOS X * patch-ae: Pull in headers for 'struct stat'. Hello Linux!
2004-06-26move libmpeg3 to multimedia/grant1-0/+55