summaryrefslogtreecommitdiff
path: root/package/multimedia/musepack
AgeCommit message (Collapse)Author
2011-09-29package: remove useless arguments from CMAKETARGETSThomas Petazzoni
Thanks to the pkgparentdir and pkgname functions, we can rewrite the GENTARGETS macro in a way that avoids the need for each package to repeat its name and the directory in which it is present. [Peter: pkgdir->pkgparentdir] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-09-12musepack: disable parallel buildPeter Korsgaard
The musepack build system contains a race condition, which gets triggered by high BR2_JLEVEL settings - It tries to link against libmpcdec before it is created: Linking C executable mpcgain /scratch/peko/host/usr/lib/gcc/arm-unknown-linux-uclibcgnueabi/4.4.6/../../../../arm-unknown-linux-uclibcgnueabi/bin/ld: cannot find -lmpcdec collect2: ld returned 1 exit status make[3]: *** [mpcgain/mpcgain] Error 1 Fix it by disabling parallel build. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-09-11musepack: bump to r475Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-01-20musepack: new packageGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>