diff options
Diffstat (limited to 'audio/mktoc/lose_not_loose.diff')
-rw-r--r-- | audio/mktoc/lose_not_loose.diff | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/audio/mktoc/lose_not_loose.diff b/audio/mktoc/lose_not_loose.diff new file mode 100644 index 000000000000..6cb416e78d55 --- /dev/null +++ b/audio/mktoc/lose_not_loose.diff @@ -0,0 +1,48 @@ +diff -Naur mktoc-1.3/PKG-INFO mktoc-1.3.patched/PKG-INFO +--- mktoc-1.3/PKG-INFO 2012-02-15 03:17:11.000000000 -0500 ++++ mktoc-1.3.patched/PKG-INFO 2018-01-11 16:08:24.427887735 -0500 +@@ -132,7 +132,7 @@ + mktoc -f cue_file.cue -o toc_file.toc + + 5. Tell mktoc to ignore missing WAV file errors. There is a potential that +- the result TOC file will cause cdrdao to loose pregap information during ++ the result TOC file will cause cdrdao to lose pregap information during + the burn process (see above):: + + mktoc -a cue_file.cue +diff -Naur mktoc-1.3/README mktoc-1.3.patched/README +--- mktoc-1.3/README 2012-02-15 03:17:11.000000000 -0500 ++++ mktoc-1.3.patched/README 2018-01-11 16:08:16.662887722 -0500 +@@ -123,7 +123,7 @@ + mktoc -f cue_file.cue -o toc_file.toc + + 5. Tell mktoc to ignore missing WAV file errors. There is a potential that +- the result TOC file will cause cdrdao to loose pregap information during ++ the result TOC file will cause cdrdao to lose pregap information during + the burn process (see above):: + + mktoc -a cue_file.cue +diff -Naur mktoc-1.3/mktoc/__init__.py mktoc-1.3.patched/mktoc/__init__.py +--- mktoc-1.3/mktoc/__init__.py 2011-08-02 05:25:42.000000000 -0400 ++++ mktoc-1.3.patched/mktoc/__init__.py 2018-01-11 16:08:14.032887717 -0500 +@@ -129,7 +129,7 @@ + mktoc -f cue_file.cue -o toc_file.toc + + 5. Tell mktoc to ignore missing WAV file errors. There is a potential that +- the result TOC file will cause cdrdao to loose pregap information during ++ the result TOC file will cause cdrdao to lose pregap information during + the burn process (see above):: + + mktoc -a cue_file.cue +diff -Naur mktoc-1.3/mktoc.egg-info/PKG-INFO mktoc-1.3.patched/mktoc.egg-info/PKG-INFO +--- mktoc-1.3/mktoc.egg-info/PKG-INFO 2012-02-15 03:17:11.000000000 -0500 ++++ mktoc-1.3.patched/mktoc.egg-info/PKG-INFO 2018-01-11 16:08:20.536887728 -0500 +@@ -132,7 +132,7 @@ + mktoc -f cue_file.cue -o toc_file.toc + + 5. Tell mktoc to ignore missing WAV file errors. There is a potential that +- the result TOC file will cause cdrdao to loose pregap information during ++ the result TOC file will cause cdrdao to lose pregap information during + the burn process (see above):: + + mktoc -a cue_file.cue |