Next | Query returned 86 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
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-09-25 00:25:14 by Tonnerre Lombard | Files touched by this commit (3)
Log message:
Fix for faad2 decodeMP4file() heap overflow. If the sample count looks
insane, it may as well be insane. Also bump PKGREVISION.
   2008-02-25 17:12:34 by Stephen Borrill | Files touched by this commit (1)
Log message:
Bump API and ABI depends versions as API changed between 2.0 and 2.6 meaning
that things like vlc will not compile
   2007-12-29 20:56:04 by Joerg Sonnenberger | Files touched by this commit (3)
Log message:
Fix pthread linkage.
   2007-12-09 11:55:37 by Matthias Drochner | Files touched by this commit (22) | Package updated
Log message:
update to 2.6.1
This adds SBR/PS support and bugfixes.
The licensing problems which appeared in 2.5 were resolved in 2.6.1.
pkgsrc notes:
-no dependency on libmp4v2 anymore
-added a patch to the "faad" standalone player to restore previous
 behaviour: The -w option writes .wav format (with riff header)
 to stdout.

Thanks to Raymond Meyer for help and testing.
   2007-07-01 17:50:01 by Klaus Heinz | Files touched by this commit (1)
Log message:
The package supports installation to DESTDIR.
   2007-02-09 21:10:50 by Matthias Drochner | Files touched by this commit (5)
Log message:
-build against libmp4v2 instead of the full mpeg4ip
-don't build the plugin for the mpeg4ip player
-kill SDL dependency
-bump PKGREVISION
   2006-08-06 12:38:42 by Thomas Klausner | Files touched by this commit (3)
Log message:
Merge in patches from xmms-faad.
   2006-07-27 19:27:29 by Thomas Klausner | Files touched by this commit (3)
Log message:
Fix build with m4-1.4.5. Use newer automake package instead of 1.4 one.
(Build dependency change only, so no PKGREVISION bump.)
   2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877)
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto

Next | Query returned 86 messages, browsing 31 to 40 | Previous