Overview

Request 4991 (accepted)

Transferred from OBS because of non-commercial license

Submit package home:guoyunhe / libretro-mame2003-plus to package Games / libretro-mame2003-plus

libretro-mame2003-plus.changes Added
x
 
1
@@ -0,0 +1,83 @@
2
+-------------------------------------------------------------------
3
+Sun Feb 09 14:12:36 UTC 2020 - i@guoyunhe.me
4
+
5
+- Update to version 0~git20200209:
6
+  * Renegade bootleg
7
+  * Renegade Bootleg set
8
+  * New stuff
9
+  * Rumba Lumber 1984 Taito
10
+  * Rumba Lumber Video code
11
+  * New Working Game
12
+  * Hook up the M68705 MCU's for Renegade and Nekketsu Kouha Kunio-kun
13
+  * Update dat for Renegade and Kunio Kun changes (pending)
14
+  * Fix -mthumb for cyclone and drz80
15
+  * Whoops!!
16
+  * Revert SF samples for now
17
+  * Fix build revert SF samples for now
18
+  * SF 2 OSD cont
19
+  * Add support for SF 2 custom OSD
20
+  * Skull Fang notes
21
+  * grant2258 small graphical fixes for Bionic Commando / Top Secret
22
+  * grant2258 match CPU clocks to the speed of the actual PCB
23
+  * Update libretro.h
24
+  * (MSVC 2017) Buildfix
25
+  * (MSVC 2017) Buildfix
26
+  * fix emscripten
27
+  * Fix for speedups on altered beast
28
+  * Format error
29
+  * Some changes on interrupts for Cyclone and DrZ80
30
+  * (VITA) Add Cyclone and DrZ80
31
+  * Cyclone and DrZ80 support
32
+  * U.N. Defense Force - Earth Joker fix rowscroll on final level
33
+  * Revert on previous commit as it kills the game speed
34
+  * updatey
35
+  * gunnailp
36
+  * NMK16 Changes
37
+  * GunNail Gfx Improvements
38
+  * New opwolf driver hooked up to the C-Chip simulation
39
+  * Add opwolf C-Chip machine
40
+  * Operation Wolf C-Chip Simulation
41
+  * Switch Ghouls N Ghosts to use 4-WAY inputs
42
+  * Switch Ghost's N Goblins to use 4-WAY inputs
43
+  * barbudreadmon fix for Eagle Shot Golf on Arm hardware
44
+  * grant2258 v60 changes cont
45
+  * grant2258 v60 changes for ARM hardware
46
+  * Remove this unused function - it's preventing it from building for emscripten
47
+  * Metamorphic Force revert changes
48
+  * Revert Metamorphic Force changes
49
+  * Metamorphic Force test cont
50
+  * Test for sprite offsets in Metamorphic Force
51
+  * Mention the new one
52
+  * Gfx mapping for Final Fight 30th Anniversary Edition
53
+  * ffightae
54
+  * Add support for Final Fight 30th Anniversary Edition
55
+  * Fix the lights dont go out when shot in Elevator Action Returns and clones
56
+  * Attempt to fix priority issues in Fighters History
57
+  * Mention the new hack
58
+  * Whoops
59
+  * Metal Slug 2 Turbo
60
+  * Forgot about this one so lets support it
61
+  * Correct way to compare string
62
+
63
+-------------------------------------------------------------------
64
+Mon Nov 11 13:03:21 UTC 2019 - i@guoyunhe.me
65
+
66
+- Update to version 0~git20191109:
67
+  * For the new one
68
+  * Eeekk!
69
+  * New working game Eeekk!
70
+  * Revert Scramble Spirits changes it wont work in this core
71
+  * Do some work on Sega System 24
72
+  * Silence debug message
73
+  * Little hack to fix some gfx problems in Lethal Enforcers
74
+
75
+-------------------------------------------------------------------
76
+Mon Nov 11 13:01:33 UTC 2019 - Yunhe Guo <i@guoyunhe.me>
77
+
78
+- Change license to NonFree
79
+  * See https://github.com/libretro/mame2010-libretro/issues/137#issuecomment-552253010
80
+
81
+-------------------------------------------------------------------
82
+Wed Oct 23 12:41:30 UTC 2019 - Yunhe Guo <i@guoyunhe.me>
83
+
84
+- Initial version
85
libretro-mame2003-plus.spec Added
60
 
1
@@ -0,0 +1,58 @@
2
+#
3
+# spec file for package libretro-mame2003-plus
4
+#
5
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
6
+#
7
+# All modifications and additions to the file contributed by third parties
8
+# remain the property of their copyright owners, unless otherwise agreed
9
+# upon. The license for this file, and modifications and additions to the
10
+# file, is the same license as for the pristine package itself (unless the
11
+# license for the pristine package is not an Open Source License, in which
12
+# case the license is the MIT License). An "Open Source License" is a
13
+# license that conforms to the Open Source Definition (Version 1.9)
14
+# published by the Open Source Initiative.
15
+
16
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
17
+#
18
+
19
+
20
+Name:           libretro-mame2003-plus
21
+Version:        0~git20200209
22
+Release:        0
23
+Summary:        MAME 2003 Plus libretro core for arcade emulation
24
+License:        NonFree
25
+URL:            http://www.retroarch.com
26
+Source:         %{name}-%{version}.tar.xz
27
+
28
+BuildRequires:  gcc-c++
29
+BuildRequires:  make
30
+
31
+%description
32
+MAME 2003-Plus (also referred to as MAME 2003+ and mame2003-plus) is a libretro
33
+arcade system emulator core with an emphasis on high performance and broad
34
+compatibility with mobile devices, single board computers, embedded systems,
35
+and similar platforms.
36
+
37
+In order to take advantage of the performance and lower hardware requirements
38
+of an earlier MAME architecture, MAME 2003-Plus began with the MAME 2003
39
+codebase which is itself derived from xmame 0.78. Upon that base, MAME 2003-Plus
40
+contributors have backported support for an additional 350 games, as well as other
41
+functionality not originally present in the underlying codebase.
42
+
43
+This package is for RetroArch/libretro front-end.
44
+
45
+%prep
46
+%setup -q
47
+
48
+%build
49
+make
50
+
51
+%install
52
+mkdir -p %{buildroot}%{_libdir}/libretro
53
+cp mame2003_plus_libretro.so %{buildroot}%{_libdir}/libretro
54
+
55
+%files
56
+%dir %{_libdir}/libretro
57
+%{_libdir}/libretro/mame2003_plus_libretro.so
58
+
59
+%changelog
60
_service Added
17
 
1
@@ -0,0 +1,15 @@
2
+<services>
3
+  <service name="tar_scm" mode="localonly">
4
+    <param name="scm">git</param>
5
+    <param name="url">https://github.com/libretro/mame2003-plus-libretro.git</param>
6
+    <param name="filename">libretro-mame2003-plus</param>
7
+    <param name="revision">master</param>
8
+    <param name="versionformat">0~git%cd</param>
9
+    <param name="changesgenerate">enable</param>
10
+  </service>
11
+  <service name="recompress" mode="localonly">
12
+    <param name="file">*.tar</param>
13
+    <param name="compression">xz</param>
14
+  </service>
15
+  <service name="set_version" mode="localonly"/>
16
+</services>
17
_servicedata Added
7
 
1
@@ -0,0 +1,4 @@
2
+<servicedata>
3
+<service name="tar_scm">
4
+                <param name="url">https://github.com/libretro/mame2003-plus-libretro.git</param>
5
+              <param name="changesrevision">c5f041d974de5154314153a29ecbafef19eaa4f9</param></service></servicedata>
6
\ No newline at end of file
7
libretro-mame2003-plus-0~git20200209.tar.xz Added
Refresh
Refresh
Request History
Guo Yunhe's avatar

guoyunhe created request over 5 years ago

Transferred from OBS because of non-commercial license


Olaf Hering's avatar

olh accepted request over 5 years ago