This is a patch for "mpcsv7-src" 1.15v. This patch requires the local "build" system. It won't work correctly for other distros. This patch makes some changes related to the "mpptools" manual. Most importantly: (a) The patched manual refers to "tagger" using this distro's name for the program [mpptagger] (b) The patched versions of "mppdec.c" and "mppenc.c" refer to the manual itself using this distro's name for the file [a complete pathname is provided] --- sv7.old/doc/MANUAL.TXT +++ sv7/doc/MANUAL.TXT @@ -1,7 +1,3 @@ -shape -*.m3u -Trees - ***************************************************************************** ******************************************************************************* ******* ******* @@ -30,6 +26,7 @@ 11. Input files 12. Output files +*** Sections 13 through 18 seem to be missing *** REPLAYGAIN -- Loudness and Peak Level Processor @@ -39,7 +36,7 @@ 16. Input files - TAGGER -- A Simple Tagging Utility + MPPTAGGER -- A Simple Tagging Utility 17. Usage 18. File naming convention --- sv7.old/mppdec +++ sv7/mppdec.c @@ -182,7 +182,7 @@ #endif " "PROG_NAME" playlist.m3u /dev/audio\n" "\n" - "For further information see the file \"MANUAL.TXT\".\n" ); +"For more information, see \"__META_PKGDIR_PROD__/doc/manual.txt\".\n" ); } --- sv7.old/mppenc +++ sv7/mppenc.c @@ -290,7 +290,7 @@ " mppenc --silent --radio --pns 0.25 inputfile.pac outputfile.mpc\n" " mppenc --nmt 12 --tmn 28 inputfile.pac outputfile.mpc\n" "\n" - "For further information see the file 'MANUAL.TXT'.\n" ); +"For more information, see \"__META_PKGDIR_PROD__/doc/manual.txt\".\n" ); } @@ -324,7 +324,8 @@ " mppenc --xtreme inputfile.pac outputfile.mpc\n" " mppenc --silent --radio inputfile.pac outputfile.mpc\n" "\n" - "For further information see the file 'MANUAL.TXT' or use option --longhelp.\n" ); +"For more information, see \"__META_PKGDIR_PROD__/doc/manual.txt\"\n" +"or use --longhelp.\n" ); }