Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-31 | Fix build with clang by avoiding shadowing in template definitions. | joerg | 5 | -1/+66 | |
2011-06-19 | Fix build failure in akode-plugins-ffmpeg. | dholland | 2 | -1/+20 | |
2011-02-28 | Reset maintainer for retired developers. | wiz | 2 | -4/+4 | |
2011-01-20 | Include <cstring>, <cstdlib> to stop more recent gcc's complaining about | markd | 5 | -3/+51 | |
missing declarations | |||||
2009-12-15 | Recursive bump for libltdl | joerg | 2 | -3/+4 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -2/+1 | |
2009-06-14 | Fix build of the ffmpeg plugin. | hasso | 2 | -4/+22 | |
2009-06-08 | Add license info to the akode packages. | hasso | 1 | -1/+2 | |
2009-03-20 | Simply and speed up buildlink3.mk files and processing. | joerg | 1 | -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. | |||||
2009-02-27 | Fix typo. | hasso | 1 | -2/+2 | |
2009-02-26 | aKode is a simple audio decoding framework that provides a uniform interface | hasso | 15 | -0/+454 | |
to decode the most common audio formats. It also has a direct playback option for a number of audio outputs. This package provides the aKode library and akodeplay testing utility. |