Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : mame | name : mame | ||||
| version : '0.211' | version : '0.214' | ||||
| release : 12 | release : 13 | ||||
| source : | source : | ||||
| - https://github.com/mamedev/mame/archive/mame0211.tar.gz : 427eacd8f3a1077fa504aacf9d004c2d709a44dc79defb9247fa6f7bb736134b | - https://github.com/mamedev/mame/archive/mame0214.tar.gz : 8ae24e3b1de33df33957c5f642bd98828842305bcb31da130b759ba7e88b36d2 | ||||
| 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(alsa) | |||||
| - pkgconfig(flac) | - pkgconfig(flac) | ||||
| - pkgconfig(fontconfig) | - pkgconfig(fontconfig) | ||||
| - pkgconfig(glm) | - pkgconfig(glm) | ||||
| - pkgconfig(libjpeg) | - pkgconfig(libjpeg) | ||||
| - pkgconfig(lua) | - pkgconfig(lua) | ||||
| - pkgconfig(portaudiocpp) | - pkgconfig(portaudiocpp) | ||||
| - pkgconfig(Qt5Gui) | - pkgconfig(Qt5Gui) | ||||
| - pkgconfig(RapidJSON) | - pkgconfig(RapidJSON) | ||||
| - pkgconfig(SDL2_ttf) | - pkgconfig(SDL2_ttf) | ||||
| - pkgconfig(sqlite3) | - pkgconfig(sqlite3) | ||||
| - pkgconfig(xi) | - pkgconfig(xi) | ||||
| - pkgconfig(xinerama) | - pkgconfig(xinerama) | ||||
| - portmidi-devel | - portmidi-devel | ||||
| - pugixml-devel | - pugixml-devel | ||||
| build : | | build : | | ||||
| # -g2 flag is removed because it's bloating mame64 executable file | # -g2 flag is removed because it's bloating mame64 executable file | ||||
| # AFAIK every 64-bit processor supports SSE2, so I'm enabling it | # AFAIK every 64-bit processor supports SSE3, so I'm enabling it | ||||
| # Using bundled utf8proc library because it's not in Solus repository | # Using bundled utf8proc library because it's not in Solus repository | ||||
| export CFLAGS="${CFLAGS/-g2/}" | export CFLAGS="${CFLAGS/-g2/}" | ||||
| export CXXFLAGS="${CXXFLAGS/-g2/}" | export CXXFLAGS="${CXXFLAGS/-g2/}" | ||||
| %make NOWERROR=1 \ | %make IGNORE_GIT=1 \ | ||||
| NOWERROR=1 \ | |||||
| OPTIMIZE=2 \ | OPTIMIZE=2 \ | ||||
| PYTHON_EXECUTABLE=python3 \ | PYTHON_EXECUTABLE=python3 \ | ||||
| REGENIE=1 \ | REGENIE=1 \ | ||||
| SDL_INI_PATH=/usr/share/defaults/mame \ | SDL_INI_PATH=/usr/share/defaults/mame \ | ||||
| SSE2=1 \ | SSE3=1 \ | ||||
JoshStrobl: @DataDrake Just wanna make sure, does the build server support SSE3? I know it's some pretty… | |||||
| TOOLS=0 \ | TOOLS=0 \ | ||||
| USE_SYSTEM_LIB_EXPAT=1 \ | USE_SYSTEM_LIB_EXPAT=1 \ | ||||
| USE_SYSTEM_LIB_FLAC=1 \ | USE_SYSTEM_LIB_FLAC=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 \ | ||||
| Show All 9 Lines | install : | | ||||
| # File cleanup | # File cleanup | ||||
| find \( -name dir.txt -o \ | find \( -name dir.txt -o \ | ||||
| -name "LICENSE*" -o \ | -name "LICENSE*" -o \ | ||||
| -name *.po -o \ | -name *.po -o \ | ||||
| -iname "readme*" \) -delete | -iname "readme*" \) -delete | ||||
| rm -rf bgfx/shaders/{dx11,dx9,essl,metal} | rm -rf bgfx/shaders/{dx11,dx9,essl,metal} | ||||
| # Install data directories | # Install data directories | ||||
| for folder_name in artwork bgfx ctrlr hash ini language plugins samples; do | cp -a {artwork,bgfx,ctrlr,hash,ini,language,plugins,samples} $installdir/usr/share/mame/ | ||||
| install -dm00755 $installdir/usr/share/mame/$folder_name | |||||
| cp -a $folder_name/* $installdir/usr/share/mame/$folder_name/ | |||||
| done | |||||
| install -Dm00644 docs/swlist/* -t $installdir/usr/share/mame/docs/swlist | install -Dm00644 docs/swlist/* -t $installdir/usr/share/mame/docs/swlist | ||||
| # Install manual | # Install manual | ||||
| install -Dm00644 docs/man/*.1 -t $installdir/usr/share/man/man1 | install -Dm00644 docs/man/*.1 -t $installdir/usr/share/man/man1 | ||||
| install -Dm00644 docs/man/*.6 -t $installdir/usr/share/man/man6 | install -Dm00644 docs/man/*.6 -t $installdir/usr/share/man/man6 | ||||
| # Copy config file | # Copy config file | ||||
| install -Dm00644 $pkgfiles/mame.ini -t $installdir/usr/share/defaults/mame | install -Dm00644 $pkgfiles/mame.ini -t $installdir/usr/share/defaults/mame | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
@DataDrake Just wanna make sure, does the build server support SSE3? I know it's some pretty old(ish) hardware.