summaryrefslogtreecommitdiffstats
path: root/package/xorriso
Commit message (Collapse)AuthorAgeFilesLines
* package/xorriso: fix to use the system xattr headerYann E. MORIN2018-06-302-0/+46
| | | | | | | | | | | | | | | | We don't carry a git-formatted patch, because upstream is in fact a collection of git trees, while the release tarball is an aggregate of those repositories. Thus, the layout is different between the tarball and the SCM... Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Steve Kenton <skenton@ou.edu> [Thomas: - add host-pkgconf as a dependency of host-xorriso, since it's needed for autoreconf to work - drop HOST_XORRISO_AUTORECONF = YES, since it's implied by XORRISO_AUTORECONF = YES.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/x*/Config.in: fix ordering of statementsAdam Duskett2017-05-021-1/+1
| | | | | | | | | | | | | The check-package script when ran gives warnings on ordering issues on all of these Config files. This patch cleans up all warnings related to the ordering in the Config files for packages starting with the letter x in the package directory. The appropriate ordering is: type, default, depends on, select, help See http://nightly.buildroot.org/#_config_files for more information. Signed-off-by: Adam Duskett <Adamduskett@outlook.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xorriso: disable libcdioBaruch Siach2017-04-261-9/+4
| | | | | | | | | | | | | | | | | | | | xorriso and libcdio define identically named symbols. This breaks static linking. Besides, upstream suggested that on Linux the built-in libburn adapter is much better tested than libcdio. Disable libcdio. Fixes: http://autobuild.buildroot.net/results/430/430a6b548fcc311f20ea71cecaa11fafac1d5a19/ http://autobuild.buildroot.net/results/a5d/a5d0f8bec0d39e48f6dfe4ecc07fe0ca3c6bd70a/ Cc: Steve Kenton <skenton@ou.edu> Suggested-by: Thomas Schmitt <scdbackup@gmx.net> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Acked-by: Steve Kenton <skenton@ou.edu> 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>
* xorriso: bump version to 1.4.6Benoît Allard2017-04-013-22/+2
| | | | | | | Patch 0001-fix-musl-build is removed, as it has been applied upstream. Signed-off-by: Benoît Allard <benoit.allard@greenbone.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xorriso: remove empty host dependencies definitionJulien Floret2016-07-031-3/+2
| | | | | | | While there, fix some typos. Signed-off-by: Julien Floret <julien.floret@6wind.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xorriso: indentation cleanupJerzy Grzegorek2016-06-281-6/+6
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorriso: fix musl buildBaruch Siach2016-05-241-0/+20
| | | | | | | | | | Add a patch that adds the missing header for ssize_t. Fixes: http://autobuild.buildroot.net/results/820/82014874f5b97de8504d8409b286889b582a7454/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorriso: Unify help descriptionBenoît Allard2016-04-081-10/+9
| | | | | Signed-off-by: Benoît Allard <benoit.allard@greenbone.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorriso: Add host variantBenoît Allard2016-03-302-0/+25
| | | | | Signed-off-by: Benoît Allard <benoit.allard@greenbone.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xorriso: Bump version to 1.4.2Benoît Allard2016-03-152-2/+2
| | | | | | | Signed-off-by: Benoît Allard <benoit.allard@greenbone.net> Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* packages: remove (non-)lfs dependencies and tweaksGustavo Zacarias2015-04-011-3/+2
| | | | | | | | Now that largefile is mandatory removes package dependencies and conditionals. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package: normalize separator size to 80Jerzy Grzegorek2015-03-201-2/+2
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xorriso: needs threads and mmuGustavo Zacarias2015-01-151-2/+5
| | | | | | | | Fixes (threads): http://autobuild.buildroot.net/results/c2f/c2fb1cd4e9fe022e152bf6db7d5d819b08d673cd/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xorriso: new packageSteve Kenton2015-01-143-0/+89
xorriso cd/dvd/bd iso 9660 manipulation and disc burner. libburnia is a project for reading, mastering and writing optical discs. Currently it is comprised of libraries named libisofs, libburn, libisoburn, a cdrecord emulator named cdrskin, and an integrated multi-session tool named xorriso. The software runs on GNU/Linux, FreeBSD, Solaris, NetBSD. It is base of the GNU xorriso package and is actively maintained. [Thomas: - Rewrap Config.in help text - Add optional dependencies on libcdio, readline, acl, attr, zlib, bzip2. - Handle thread support. - Add hash file.] Signed-off-by Stephen M. Kenton <skenton@ou.edu> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud