Up to [cvs.netbsd.org] / pkgsrc / multimedia / bsdav
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.2 / (download) - annotate - [select for diffs], Fri Mar 20 19:25:02 2009 UTC (3 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
HEAD
Changes since 1.1: +6 -13
lines
Diff to previous 1.1 (colored)
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.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Jan 30 19:21:08 2008 UTC (4 years, 3 months ago) by bjs
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import the bsdav package, a BSD audio/video I/O library and assorted utilities. Blurb: The bsdav package contains programs for reading and writing audio and video. The programs use BSD-native devices. Naturally, the source code is BSD-licensed as well. These programs depend on the libbsdav library for both accessing audio(4) and bktr(4) devices. (Hopefully, more documentation will be written soon on how to use the functions libbsdav contains!) While one of the goals of the bsdav project is simplicity, another goal is to make A/V processing on BSD systems easily accessible. Moreover, to ease the storage and synchronization of both audio and video streams, bsdav has it's own, very simple, A/V container format. Hopefully the bsdav programs are clear and correct enough such that they help others understand how to use audio(4) and bktr(4).
Revision 1.1 / (download) - annotate - [select for diffs], Wed Jan 30 19:21:08 2008 UTC (4 years, 3 months ago) by bjs
Branch: MAIN
Initial revision