Changes between Initial Version and Version 2 of Ticket #61739


Ignore:
Timestamp:
Dec 4, 2020, 8:02:43 PM (3 years ago)
Author:
mascguy (Christopher Nielsen)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61739

    • Property Priority changed from Low to Normal
    • Property Summary changed from mame: small number of extraneous files included in port version 0.226 to mame: internal port cleanup: small number of extraneous files included; remove older python variants
  • Ticket #61739 – Description

    initial v2  
    1 Presently, the 0.226 port of Mame includes a few extraneous files.
     1Presently, the 0.226 port of Mame includes a few things that need cleanup:
    22
    3 Most notably, translation files included under '${prefix}/libexec/mame/language': Currently we include *.mo, as well as *.po and *.po~. Whereas only *.mo are needed.
     3* Most notably, translation files included under '${prefix}/libexec/mame/language': Currently we include *.mo, as well as *.po and *.po~. Whereas only *.mo are needed. However, the extra files do not cause any issues with the software. And they are tiny... in the very low kilobyte range.
     4* Python variants cover versions 3.5 through 3.9. Simplify the port to limit variants to the two latest Python releases, 3.8 and 3.9
    45
    5 However, the extra files do not cause any issues with the software. And they are tiny... in the very low kilobyte range.
    6 
    7 This issue will be fixed when the Mame project releases 0.227, or sooner if said release is delayed beyond December 2020.
     6These issue will be fixed when the Mame project releases 0.227, or sooner if said release is delayed beyond December 2020.