summaryrefslogtreecommitdiff
path: root/multimedia/libmp4v2
AgeCommit message (Collapse)AuthorFilesLines
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-12-04Avoid finding nasm.wiz1-1/+2
2007-11-27set OVERRIDE_DIRDEPTH because there are config.{guess,sub} filesdrochner1-1/+5
deep within the hierarchy (not used by the build), from Rumko per mail to pkgsrc-users
2007-11-19Add define of new type to mpeg4ip.h replacement.dillo3-5/+11
Bump revision, since depending packages failed to compile.
2007-11-14update to 1.6.1; this is the last release because the author changeddrochner4-18/+21
jobs; the release contains final fixes and cleanup (The original distfile is corrupt, and the author appearently not able to fix it, so we fetch a repackaged version from FreeBSD.)
2007-07-01The package supports installation to DESTDIR.heinz1-1/+3
2007-02-23include <stdint.h> explicitely to get uint16_t (on NetBSD/sys/types.hdrochner2-4/+5
defines these, but on Linux it does not) should fix build problem reported by Lieven De Keyzer in pkgsrc-users
2007-02-16Proxy-commit for drochner@:wiz1-2/+6
The bootstrap script checks too much and isn't useful -- just don't use it.
2007-02-15Don't bail out if SDL is not installed.joerg2-5/+12
2007-02-09split out the libmp4v2 part from mpeg4ip -- all users in the pkgsrcdrochner17-0/+386
tree just need that library, the player in mpeg4ip just causes an unwanted dependency on SDL and complications due to plugin building