commit: 270fa8bebcc55e33f1951c597f768283891824ac
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 5 18:02:49 2024 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Tue Mar 5 18:02:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=270fa8be
media-sound/mac: Remove unused file
Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>
media-sound/mac/files/mac-10.18-output.patch | 37 ----------------------------
1 file changed, 37 deletions(-)
diff --git a/media-sound/mac/files/mac-10.18-output.patch
b/media-sound/mac/files/mac-10.18-output.patch
deleted file mode 100644
index f790842a93f8..000000000000
--- a/media-sound/mac/files/mac-10.18-output.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-diff -Naur mac-10.18_orig/Source/Console/Console.cpp
mac-10.18/Source/Console/Console.cpp
---- mac-10.18_orig/Source/Console/Console.cpp 2023-08-14 19:06:29.480902250
+0200
-+++ mac-10.18/Source/Console/Console.cpp 2023-08-14 19:07:11.613901402
+0200
-@@ -67,7 +67,7 @@
-
**************************************************************************************************/
- static void DisplayProperUsage(FILE * pFile)
- {
-- fwprintf(pFile, L"Proper Usage: [EXE] [Input File] [Output File]
[Mode]\n\n");
-+ fwprintf(pFile, L"Proper Usage: [mac] [Input File] [Output File]
[Mode]\n\n");
-
- fwprintf(pFile, L"Modes: \n");
- fwprintf(pFile, L" Compress (fast): '-c1000'\n");
-@@ -83,15 +83,15 @@
- fwprintf(pFile, L" Remove Tag: '-r'\n\n");
-
- fwprintf(pFile, L"Examples:\n");
-- fwprintf(pFile, L" Compress: mac.exe \"Metallica - One.wav\"
\"Metallica - One.ape\" -c2000\n");
-- fwprintf(pFile, L" Compress: mac.exe \"Metallica - One.wav\"
\"Metallica - One.ape\" -c2000 -t \"Artist=Metallica|Album=Black|Name=One\"\n");
-- fwprintf(pFile, L" Transcode from pipe: ffmpeg.exe -i \"Metallica -
One.flac\" -f wav - | mac.exe - \"Metallica - One.ape\" -c2000\n");
-- fwprintf(pFile, L" Decompress: mac.exe \"Metallica - One.ape\"
\"Metallica - One.wav\" -d\n");
-- fwprintf(pFile, L" Decompress: mac.exe \"Metallica - One.ape\" auto
-d\n");
-- fwprintf(pFile, L" Verify: mac.exe \"Metallica - One.ape\" -v\n");
-- fwprintf(pFile, L" Full Verify: mac.exe \"Metallica - One.ape\" -V\n");
-- fwprintf(pFile, L" Tag: mac.exe \"Metallica - One.ape\" -t
\"Artist=Metallica|Album=Black|Name=One|Comment=\\\"This is in quotes\\\"\"\n");
-- fwprintf(pFile, L" Remove tag: mac.exe \"Metallica - One.ape\" -r\n");
-+ fwprintf(pFile, L" Compress: mac \"Metallica - One.wav\" \"Metallica -
One.ape\" -c2000\n");
-+ fwprintf(pFile, L" Compress: mac \"Metallica - One.wav\" \"Metallica -
One.ape\" -c2000 -t \"Artist=Metallica|Album=Black|Name=One\"\n");
-+ fwprintf(pFile, L" Transcode from pipe: ffmpeg -i \"Metallica -
One.flac\" -f wav - | mac - \"Metallica - One.ape\" -c2000\n");
-+ fwprintf(pFile, L" Decompress: mac \"Metallica - One.ape\" \"Metallica
- One.wav\" -d\n");
-+ fwprintf(pFile, L" Decompress: mac \"Metallica - One.ape\" auto -d\n");
-+ fwprintf(pFile, L" Verify: mac \"Metallica - One.ape\" -v\n");
-+ fwprintf(pFile, L" Full Verify: mac \"Metallica - One.ape\" -V\n");
-+ fwprintf(pFile, L" Tag: mac \"Metallica - One.ape\" -t
\"Artist=Metallica|Album=Black|Name=One|Comment=\\\"This is in quotes\\\"\"\n");
-+ fwprintf(pFile, L" Remove tag: mac \"Metallica - One.ape\" -r\n");
- fwprintf(pFile, L" (note: int filenames must be put inside of
quotations)\n");
- }
-