Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : mame | name : mame | ||||
| version : '0.230' | version : '0.231' | ||||
| release : 31 | release : 32 | ||||
| source : | source : | ||||
| - https://github.com/mamedev/mame/archive/mame0230.tar.gz : 39ea744a9a49acf10990dfc95094663201b8219255c439da4028c57490ab3488 | - https://github.com/mamedev/mame/archive/refs/tags/mame0231.tar.gz : 36b7ff5865dfa4765dc5dff70484d3f9fcacf8e8771e14c692ec76b845f7da53 | ||||
| license : | license : | ||||
| - BSD-3-Clause | - BSD-3-Clause | ||||
| - CC0-1.0 # Localization files and other things | - CC0-1.0 # Localization files and other things | ||||
| - GPL-2.0-or-later | - GPL-2.0-or-later | ||||
| - MIT # 'console' and 'json' plugins | - MIT # 'console' and 'json' plugins | ||||
| - WTFPL # 'hiscore' plugin | - WTFPL # 'hiscore' plugin | ||||
| component : games.emulator | component : games.emulator | ||||
| summary : Emulator for several hardware platforms to keep old games playable | summary : Emulator for several hardware platforms to keep old games playable | ||||
| description: | | description: | | ||||
| MAME's purpose is to preserve decades of software history. As electronic technology continues to rush forward, MAME prevents this important "vintage" software from being lost and forgotten. This is achieved by documenting the hardware and how it functions. The source code to MAME serves as this documentation. The fact that the software is usable serves primarily to validate the accuracy of the documentation (how else can you prove that you have recreated the hardware faithfully?). | MAME's purpose is to preserve decades of software history. As electronic technology continues to rush forward, MAME prevents this important "vintage" software from being lost and forgotten. This is achieved by documenting the hardware and how it functions. The source code to MAME serves as this documentation. The fact that the software is usable serves primarily to validate the accuracy of the documentation (how else can you prove that you have recreated the hardware faithfully?). | ||||
| Over time, MAME absorbed the sister-project MESS (Multi Emulator Super System), so MAME now documents a wide variety of (mostly vintage) computers, video game consoles and calculators, in addition to the arcade video games that were its initial focus. | Over time, MAME absorbed the sister-project MESS (Multi Emulator Super System), so MAME now documents a wide variety of (mostly vintage) computers, video game consoles and calculators, in addition to the arcade video games that were its initial focus. | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(Qt5Gui) | - pkgconfig(Qt5Gui) | ||||
| - pkgconfig(RapidJSON) | - pkgconfig(RapidJSON) | ||||
| - pkgconfig(SDL2_ttf) | - pkgconfig(SDL2_ttf) | ||||
| - pkgconfig(alsa) | |||||
| - pkgconfig(flac) | - pkgconfig(flac) | ||||
| - pkgconfig(fontconfig) | - pkgconfig(fontconfig) | ||||
| - pkgconfig(glm) | - pkgconfig(glm) | ||||
| - pkgconfig(libjpeg) | - pkgconfig(libjpeg) | ||||
| - pkgconfig(libpulse) | |||||
| - pkgconfig(libutf8proc) | |||||
| - pkgconfig(lua) | - pkgconfig(lua) | ||||
| - pkgconfig(portaudiocpp) | - pkgconfig(portaudiocpp) | ||||
| - pkgconfig(pugixml) | - pkgconfig(pugixml) | ||||
| - pkgconfig(sqlite3) | - pkgconfig(sqlite3) | ||||
| - pkgconfig(xi) | - pkgconfig(xi) | ||||
| - pkgconfig(xinerama) | - pkgconfig(xinerama) | ||||
| - portmidi-devel | - portmidi-devel | ||||
| build : | | build : | | ||||
| Show All 16 Lines | %make IGNORE_GIT=1 \ | ||||
| USE_SYSTEM_LIB_GLM=1 \ | USE_SYSTEM_LIB_GLM=1 \ | ||||
| USE_SYSTEM_LIB_JPEG=1 \ | USE_SYSTEM_LIB_JPEG=1 \ | ||||
| USE_SYSTEM_LIB_LUA=1 \ | USE_SYSTEM_LIB_LUA=1 \ | ||||
| USE_SYSTEM_LIB_PORTAUDIO=1 \ | USE_SYSTEM_LIB_PORTAUDIO=1 \ | ||||
| USE_SYSTEM_LIB_PORTMIDI=1 \ | USE_SYSTEM_LIB_PORTMIDI=1 \ | ||||
| USE_SYSTEM_LIB_PUGIXML=1 \ | USE_SYSTEM_LIB_PUGIXML=1 \ | ||||
| USE_SYSTEM_LIB_RAPIDJSON=1 \ | USE_SYSTEM_LIB_RAPIDJSON=1 \ | ||||
| USE_SYSTEM_LIB_SQLITE3=1 \ | USE_SYSTEM_LIB_SQLITE3=1 \ | ||||
| USE_SYSTEM_LIB_UTF8PROC=1 \ | |||||
| USE_SYSTEM_LIB_ZLIB=1 \ | USE_SYSTEM_LIB_ZLIB=1 \ | ||||
| -j4 # The amount of RAM it requires is ridiculous. | -j5 # The amount of RAM it requires is ridiculous. | ||||
| install : | | install : | | ||||
| # Install executable files with proper filenames | # Install executable files with proper filenames | ||||
| install -Dm00755 ./mame -t $installdir/usr/share/mame | install -Dm00755 ./mame -t $installdir/usr/share/mame | ||||
| install -Dm00755 $pkgfiles/mame -t $installdir/usr/bin | install -Dm00755 $pkgfiles/mame -t $installdir/usr/bin | ||||
| install -Dm00755 ./chdman -t $installdir/usr/bin | install -Dm00755 ./chdman -t $installdir/usr/bin | ||||
| # File cleanup | # File cleanup | ||||
| find \( -name dir.txt -o \ | find \( -name dir.txt -o \ | ||||
| Show All 15 Lines | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.