2007-05-30 10:54:31 by Roland Illig | Files touched by this commit (22) |
Log message:
Removed some code duplication from the buildlink3 files by using the new
pkg-build-options.mk procedure.
|
2007-03-13 10:07:30 by Matthias Drochner | Files touched by this commit (3) | |
Log message:
update to 0.10.12
changes:
-Add a warning if GLib threading support is not properly initialised
-Add support for binary registry serialisation
-Preliminary support for pull-mode scheduling of entire chains
-Add support for HPPA
-Collectpads fixes
-Lots of bug fixes
|
2007-02-08 22:27:14 by Matthias Drochner | Files touched by this commit (5) |
Log message:
add a "gstcheck" option which makes that the "check" library \
is pulled in
and an additional library library gets built which can be used for
selftests of gstreamer and plugins
not enabled per default
|
2007-01-15 03:35:28 by Roland Illig | Files touched by this commit (2) |
Log message:
This pakage doesn't have gst-md5sum-0.10, so don't provide an
alternative for bin/gst-md5sum.
PKGREVISION++
|
2007-01-14 12:16:21 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
No explicit x11.b3.mk needed here.
|
2006-12-11 13:38:18 by Matthias Drochner | Files touched by this commit (5) | |
Log message:
update to 0.10.11
changes:
-many bugfixes
-API additions
|
2006-10-12 15:27:51 by Matthias Drochner | Files touched by this commit (3) | |
Log message:
update to 0.10.10
changes:
-many bugfixes
-some API additions
|
2006-07-26 14:59:27 by Matthias Drochner | Files touched by this commit (2) | |
Log message:
update to 0.10.9
changes:
* The testsuite can now generate coverage information
* Better support for non-linear editing
* Removed Glib 2.6 compatibility
* Performance improvements on cpus that support branch hints
* Bug fixes
|
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
|
2006-07-09 00:39:49 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
|