Overview
libretro-mame2003.changes
Added
x
1
2
+-------------------------------------------------------------------
3
+Sun Feb 09 13:59:30 UTC 2020 - i@guoyunhe.me
4
+
5
+- Update to version 0~git20200112:
6
+ * Remove libretro-common files that are not required
7
+ * Update libretro.h
8
+ * (MSVC) Buildfix
9
+ * (MSVC 2017) Buildfix
10
+ * fix emscripten
11
+ * Fix for speedups on altered beast
12
+ * Format error
13
+ * Some changes on interrupts for Cyclone and DrZ80
14
+ * (VITA) Add Cyclone and DrZ80
15
+ * Cyclone and DrZ80 support
16
+ * Buildfix
17
+ * Comment this out - unused and causes linking errors for statically linked targets
18
+ * Correct way to compare string
19
+
20
+-------------------------------------------------------------------
21
+Mon Nov 11 12:50:30 UTC 2019 - i@guoyunhe.me
22
+
23
+- Update to version 0~git20191107:
24
+ * backport 12-bit wrapping behavior fix
25
+
26
+-------------------------------------------------------------------
27
+Mon Nov 11 12:50:02 UTC 2019 - Yunhe Guo <i@guoyunhe.me>
28
+
29
+- Change license to NonFree
30
+ * See https://github.com/libretro/mame2010-libretro/issues/137#issuecomment-552253010
31
+
32
+-------------------------------------------------------------------
33
+Wed Oct 23 11:39:32 UTC 2019 - Yunhe Guo <i@guoyunhe.me>
34
+
35
+- Initial version
36
libretro-mame2003.spec
Added
53
1
2
+#
3
+# spec file for package libretro-mame2003
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
21
+Version: 0~git20200112
22
+Release: 0
23
+Summary: MAME 2003 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 as it was in 2003, using the libretro API. Suitable for lower-end devices
33
+that would struggle to run current versions of MAME (later versions of MAME are
34
+increasingly accurate, thus can perform worse).
35
+
36
+This package is for RetroArch/libretro front-end.
37
+
38
+%prep
39
+%setup -q
40
+
41
+%build
42
+make
43
+
44
+%install
45
+mkdir -p %{buildroot}%{_libdir}/libretro
46
+cp mame2003_libretro.so %{buildroot}%{_libdir}/libretro
47
+
48
+%files
49
+%dir %{_libdir}/libretro
50
+%{_libdir}/libretro/mame2003_libretro.so
51
+
52
+%changelog
53
_service
Added
17
1
2
+<services>
3
+ <service name="tar_scm" mode="localonly">
4
+ <param name="scm">git</param>
5
+ <param name="url">https://github.com/libretro/mame2003-libretro.git</param>
6
+ <param name="filename">libretro-mame2003</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
2
+<servicedata>
3
+<service name="tar_scm">
4
+ <param name="url">https://github.com/libretro/mame2003-libretro.git</param>
5
+ <param name="changesrevision">82596014905ad38c80c9eb322ab08c625d1d92cd</param></service></servicedata>
6
\ No newline at end of file
7
libretro-mame2003-0~git20200112.tar.xz
Added
Refresh
Refresh
Login required, please
login
or
signup
in order to comment
Request History
guoyunhe created request over 5 years ago
Transferred from OBS for non-commercial license
olh accepted request over 5 years ago