Page MenuHomeSolus

D2701.diff
No OneTemporary

D2701.diff

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 @@
<Name>Fabio Forni</Name>
<Email>fabio0x@keemail.me</Email>
</Packager>
- <License>GPL-2.0</License>
+ <License>GPL-2.0-or-later</License>
<License>BSD-3-Clause</License>
<License>MIT</License>
<License>WTFPL</License>
<License>CC0-1.0</License>
<PartOf>games.emulator</PartOf>
<Summary xml:lang="en">Emulator for several hardware platforms to keep old games playable</Summary>
- <Description xml:lang="en">MAME&apos;s purpose is to preserve decades of software history. As electronic technology continues to rush
-forward, MAME prevents this important &quot;vintage&quot; 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.
+ <Description xml:lang="en">MAME&apos;s purpose is to preserve decades of software history. As electronic technology continues to rush forward, MAME prevents this important &quot;vintage&quot; 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.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
</Source>
<Package>
<Name>mame</Name>
<Summary xml:lang="en">Emulator for several hardware platforms to keep old games playable</Summary>
- <Description xml:lang="en">MAME&apos;s purpose is to preserve decades of software history. As electronic technology continues to rush
-forward, MAME prevents this important &quot;vintage&quot; 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.
+ <Description xml:lang="en">MAME&apos;s purpose is to preserve decades of software history. As electronic technology continues to rush forward, MAME prevents this important &quot;vintage&quot; 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.
</Description>
<PartOf>games.emulator</PartOf>
<Files>
@@ -41,12 +31,12 @@
</Files>
</Package>
<History>
- <Update release="2">
- <Date>2017-12-30</Date>
- <Version>0.193</Version>
+ <Update release="3">
+ <Date>2018-04-10</Date>
+ <Version>0.196</Version>
<Comment>Packaging update</Comment>
<Name>Fabio Forni</Name>
<Email>fabio0x@keemail.me</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 9:36 PM (2 h, 58 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5790140
Default Alt Text
D2701.diff (8 KB)

Event Timeline