Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all packages: rename XXXTARGETS to xxx-package | Arnout Vandecappelle (Essensium/Mind) | 2012-07-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | Also remove the redundant $(call ...). This is a purely mechanical change, performed with find package linux toolchain boot -name \*.mk | \ xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \ -e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \ -e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | portaudio: bump to version v19_20111121 | Murat Demirten | 2012-06-11 | 1 | -6/+6 |
| | | | | | Signed-off-by: Murat Demirten <mdemirten@yh.com.tr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | package/multimedia: move audio libraries out | Gustavo Zacarias | 2012-05-05 | 1 | -0/+21 |
Move audio libraries out of the Audio and Video category into the Libraries/Audio one. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> |