Add devel (3.02a02) and fix stable (3.01).
Extend test bloc with a call to isoinfo to complete the mkisofs test.
Add external patches (created from the sources of schilytools released on 2015-11-26) to address:
* a bug in mkisofs (for stable and devel) which produces mismatching UDF Volume Set IDs between the 2 copies of the Volume Descriptor Sequence.
* a write-permission bug in isoinfo (stable) when the extraction action (-X) is used in some conditions.
* a clang bug when optimizations are enabled during the compilation of isoinfo stable.
Add revision to trigger new bottles for stable with the fixes in mkisofs and isoinfo.
Skip compilation of urofiled libs (for both stable and devel) and remove the (lib/"profiled").rmtree post-install step, now pointless.
* Add mirrors.
ClosesHomebrew/homebrew#45805.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
* Updated the formula description, as cdrtools also supports burning
DVDs since 1998 and Blu-ray discs since 2007.
* Switched from 3.01a28 to 3.01a30, which is the latest preview release
of cdrtools.
* Dropped, for devel only, the patch that inserts a test for
HAVE_PRAGMA_WEAK, as it is only required when building cdrtools with
Clang 3.1 which is now quite outdated since several newer versions of
Clang have been released.
ClosesHomebrew/homebrew#41673.
Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
cdrtools devel updated to 3.01a26.
Also added a "test" section.
BTW, how can we ask the robots to create bottles for cdrtools?
Thanks and kind regards.
Switched the stable alternative from tar.gz to tar.bz2 (since the
"inside" tar archives have the exact same checksum). Added a devel
(3.01a24) alternative using an embedded patch carefully created from the
one used for the stable release.
ClosesHomebrew/homebrew#30534.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
It turns out that *all* of the includes installed by cdrtools are
generic smake includes, and will clash with other software installed by
the same author if not removed. Additionally, some (but not all) of its
libs appear to be generic smake libs and are also installed by star.
Updated cdrtools to depend upon, and use, smake instead of GNU make.
This allows the cdrtools binaries (mkisofs, etc) to compile and be
installed.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Cdrtools is a set of command line programs that allows to record CD/DVD/BluRay media.
The suite includes the following programs:
cdrecord A CD/DVD/BD recording program
readcd A program to read CD/DVD/BD media with CD-clone features
cdda2wav The most evolved CD-audio extraction program with paranoia support
mkisofs A program to create hybrid ISO9660/JOLIET/HFS filesystes with optional Rock Ridge attributes
isodebug A program to print mkisofs debug information from media
isodump A program to dump ISO-9660 media
isoinfo A program to analyse/verify ISO/9660/Joliet/Rock-Ridge Filesystems
isovfy A program to verify the ISO-9660 structures
rscsi A Remote SCSI enabling daemon
Signed-off-by: Adam Vandenberg <flangy@gmail.com>