summaryrefslogtreecommitdiff
path: root/multimedia/libmp4v2
AgeCommit message (Collapse)AuthorFilesLines
2012-12-03dd conflict with mp4v2.wiz1-2/+2
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-03-12Fix mandoc lint warnings in MP4(3) man page.wiz3-4/+94
Improve COMMENT while here. Bump PKGREVISION.
2012-02-24PR/46089: David Shao: f{g,s}etpos portability fixes.christos2-3/+12
2012-02-24PR/46089: David Shao: Don't use f{g,s}etpos because there is no portablechristos9-0/+204
way of extracting the offset from them, which is all that is needed in this case. Just use fseeko/ftello.
2012-02-22Revert unintended commits.wiz1-3/+1
2012-02-22Mention putty-devel successor.wiz1-1/+3
2012-01-11SunOS doesn't have u_int8_t etc., so define them in the header wherehans2-4/+11
they are used. Fixes build of several packages using libmp4v2.
2011-01-29leave it to <string.h> to declare strcasestr() correctlymarkd2-6/+23
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