Overview
libretro-mame2000.changes
Added
x
1
2
+-------------------------------------------------------------------
3
+Sun Feb 09 13:43:33 UTC 2020 - i@guoyunhe.me
4
+
5
+- Update to version 0~git20200112:
6
+ * Update libretro.h
7
+ * (MSVC 2017) Buildfix
8
+ * Update to latest cyclone
9
+ * (VITA) Enable cyclone and drz80
10
+ * Add support to Cyclone and DrZ80 based on a list
11
+ * Correct way to compare string
12
+ * libretro: allow mingw cross compile
13
+
14
+-------------------------------------------------------------------
15
+Mon Nov 11 12:43:23 UTC 2019 - Yunhe Guo <i@guoyunhe.me>
16
+
17
+- Change license to NonFree
18
+ * See https://github.com/libretro/mame2010-libretro/issues/137#issuecomment-552253010
19
+
20
+-------------------------------------------------------------------
21
+Sun Sep 22 19:36:54 UTC 2019 - Yunhe Guo <i@guoyunhe.me>
22
+
23
+- Initial version
24
+
25
libretro-mame2000.spec
Added
51
1
2
+#
3
+# spec file for package libretro-mame2000
4
+#
5
+# Copyright (c) 2018 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-mame2000
21
+Version: 0~git20200112
22
+Release: 0
23
+Summary: MAME 2000 (0.37b5) libretro core for arcade emulation
24
+License: NonFree
25
+Group: System/Emulators/Other
26
+URL: http://www.retroarch.com
27
+Source: %{name}-%{version}.tar.xz
28
+
29
+BuildRequires: gcc-c++
30
+BuildRequires: make
31
+
32
+%description
33
+2000 version of MAME (0.37b5) for libretro. Compatible with
34
+iMAME4All/MAME4Droid/MAME 0.37b5 romsets.
35
+
36
+%prep
37
+%setup -q
38
+
39
+%build
40
+make
41
+
42
+%install
43
+mkdir -p %{buildroot}%{_libdir}/libretro
44
+cp mame2000_libretro.so %{buildroot}%{_libdir}/libretro
45
+
46
+%files
47
+%dir %{_libdir}/libretro
48
+%{_libdir}/libretro/mame2000_libretro.so
49
+
50
+%changelog
51
_service
Added
16
1
2
+<services>
3
+ <service name="tar_scm" mode="localonly">
4
+ <param name="scm">git</param>
5
+ <param name="url">https://github.com/libretro/mame2000-libretro.git</param>
6
+ <param name="filename">libretro-mame2000</param>
7
+ <param name="versionformat">0~git%cd</param>
8
+ <param name="changesgenerate">enable</param>
9
+ </service>
10
+ <service name="recompress" mode="localonly">
11
+ <param name="file">*.tar</param>
12
+ <param name="compression">xz</param>
13
+ </service>
14
+ <service name="set_version" mode="localonly"/>
15
+</services>
16
_servicedata
Added
7
1
2
+<servicedata>
3
+<service name="tar_scm">
4
+ <param name="url">https://github.com/libretro/mame2000-libretro.git</param>
5
+ <param name="changesrevision">e5d4a934c60adc6d42a3f87319312aad89595a15</param></service></servicedata>
6
\ No newline at end of file
7
libretro-mame2000-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
MAME 2000 core of RetroArch. Transferred from OBS because of "non-commercial" license.
olh accepted request over 5 years ago