summaryrefslogtreecommitdiffstats
path: root/package/libcdio
Commit message (Collapse)AuthorAgeFilesLines
* libcdio: bump to version 2.0.0Fabrice Fontaine2018-03-262-2/+5
| | | | | | | Add license hash Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* Revert "libcdio: disable on ARC, triggers a toolchain bug"Alexey Brodkin2017-05-251-2/+0
| | | | | | | | | | | This reverts commit 459f7302df8cdc45aa0f7f2581ebb6f05fb6432a. libcdio building is fixed for ARC in 2b360bd547f1 "gcc: arc-2017.03-rc2: Fix "unrecognized supposed constant" error" Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Tested-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libcdio: disable on ARC, triggers a toolchain bugThomas Petazzoni2017-05-131-0/+2
| | | | | | | | | | | | | | | | | | libcdio doesn't build on ARC, with the following compiler error: iso9660.c:155:1: error: unrecognized supposed constant [...] iso9660.c:155:1: internal compiler error: in arc_legitimate_constant_p, at config/arc/arc.c:6028 Please submit a full bug report, Since this has been happening for a while and is quite noisy in the autobuilders results, we disable this package on ARC. Fixes: http://autobuild.buildroot.net/results/e837737abaea851bea428a35ea9d3395a6565c54/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* boot, package: use SPDX short identifier for GPLv3/GPLv3+Rahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | | We want to use SPDX identifier for license string as much as possible. SPDX short identifier for GPLv3/GPLv3+ is GPL-3.0/GPL-3.0+. This change is done using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/\<GPLv3\>/GPL-3.0/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libcdio: bump version to 0.94Bernd Kuhls2016-12-222-2/+2
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libcdio: bump to version 0.93Gustavo Zacarias2014-10-142-1/+3
| | | | | | | Also add hash file. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* packages: rename FOO_CONF_OPT into FOO_CONF_OPTSThomas De Schampheleire2014-10-041-3/+3
| | | | | | | | | | | | To be consistent with the recent change of FOO_MAKE_OPT into FOO_MAKE_OPTS, make the same change for FOO_CONF_OPT. Sed command used: find * -type f | xargs sed -i 's#_CONF_OPT\>#&S#g' Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libcdio: version bump 0.92Bernd Kuhls2014-04-031-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libcdio: need mmuGustavo Zacarias2014-03-121-0/+1
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/92b/92b6513a10bed9018d64e1347c99ff6db96990eb/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libcdio: make C++ support optionalPeter Korsgaard2014-01-272-4/+4
| | | | | | | C++ support is only needed for the example programs (that we don't build) and C++ bindings. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libcdio: forcibly disable libcddb supportPeter Korsgaard2014-01-271-1/+1
| | | | | | | | We don't have libcddb in Buildroot, and the detection handling in configure uses pkg-config, so explicitly disable it so we don't need to build host-pkgconf just to notice that it isn't available. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libcdio: cdda-player depends on ncursesBernd Kuhls2014-01-271-0/+6
| | | | | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libcdio: new packageMaxime Hadjinlian2014-01-192-0/+29
The GNU Compact Disc Input and Control library. This package was originally found at : https://github.com/huceke/buildroot-rbp By gimli <ebsi4711@gmail.com> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Cc: gimli <ebsi4711@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud