diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,10 +1,10 @@
name : mame
-version : '0.193'
-release : 2
+version : '0.196'
+release : 3
source :
- - https://github.com/mamedev/mame/archive/mame0193.tar.gz : 6b5e90b602befbcad2b6989b1e930d0ff6e537dc901f7b1615a3e6deec2207a2
+ - https://github.com/mamedev/mame/archive/mame0196.tar.gz : fc4436a23d7f2ef0b3c3f600c00745bc468541d0d29bcd3a1e0c599c5c02df7f
license :
- - GPL-2.0
+ - GPL-2.0-or-later
- BSD-3-Clause
- MIT # 'console' and 'json' plugins
- WTFPL # 'hiscore' plugin
@@ -12,13 +12,8 @@
component : games.emulator
summary : Emulator for several hardware platforms to keep old games playable
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?). 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.
+ 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.
builddeps :
- pkgconfig(alsa)
- pkgconfig(flac)
@@ -28,29 +23,36 @@
- pkgconfig(lua)
- pkgconfig(portaudiocpp)
- pkgconfig(Qt5Gui)
+ - pkgconfig(RapidJSON)
- pkgconfig(SDL2_ttf)
- pkgconfig(sqlite3)
- pkgconfig(xinerama)
+ - glm
- portmidi-devel
+ - pugixml-devel
build : |
- # Remove -g2 flag 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
- # TODO: Use system utf8proc when it'll be available in repo
+ # Using bundled asio and utf8proc libraries because they're not in Solus repository
export CFLAGS=$(echo $CFLAGS | sed 's/-g2//')
export CXXFLAGS=$(echo $CXXFLAGS | sed 's/-g2//')
- %make USE_SYSTEM_LIB_ZLIB=1 \
- USE_SYSTEM_LIB_JPEG=1 \
- USE_SYSTEM_LIB_FLAC=1 \
- USE_SYSTEM_LIB_SQLITE3=1 \
+ %make NOWERROR=1 \
+ OPTIMIZE=2 \
+ REGENIE=1 \
+ SSE2=1 \
+ TOOLS=0 \
USE_SYSTEM_LIB_EXPAT=1 \
+ USE_SYSTEM_LIB_FLAC=1 \
+ USE_SYSTEM_LIB_GLM=1 \
+ USE_SYSTEM_LIB_JPEG=1 \
+ USE_SYSTEM_LIB_LUA=1 \
USE_SYSTEM_LIB_PORTAUDIO=1 \
USE_SYSTEM_LIB_PORTMIDI=1 \
- USE_SYSTEM_LIB_LUA=1 \
- OPTIMIZE=2 \
- TOOLS=0 \
- SSE2=1 \
- NOWERROR=1 \
- REGENIE=1 \
+ USE_SYSTEM_LIB_PUGIXML=1 \
+ USE_SYSTEM_LIB_RAPIDJSON=1 \
+ USE_SYSTEM_LIB_SQLITE3=1 \
+ USE_SYSTEM_LIB_ZLIB=1
+
install : |
# Install executable files with proper filenames
install -Dm00755 ./mame64 $installdir/usr/share/mame/mame
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -5,33 +5,23 @@
Fabio Forni
fabio0x@keemail.me
- GPL-2.0
+ GPL-2.0-or-later
BSD-3-Clause
MIT
WTFPL
CC0-1.0
games.emulator
Emulator for several hardware platforms to keep old games playable
- 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.
+ 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.
https://solus-project.com/sources/README.Solus
mame
Emulator for several hardware platforms to keep old games playable
- 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.
+ 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.
games.emulator
@@ -41,12 +31,12 @@
-
- 2017-12-30
- 0.193
+
+ 2018-04-10
+ 0.196
Packaging update
Fabio Forni
fabio0x@keemail.me
\ No newline at end of file