Overview
libretro-picodrive.changes
Added
x
1
2
+-------------------------------------------------------------------
3
+Mon Feb 10 18:27:47 UTC 2020 - Guo Yunhe <i@guoyunhe.me>
4
+
5
+- Initial version
6
libretro-picodrive.spec
Added
53
1
2
+#
3
+# spec file for package libretro-picodrive
4
+#
5
+# Copyright (c) 2020 SUSE LLC
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-picodrive
21
+Version: 0~git20200112
22
+Release: 0
23
+Summary: PicoDrive libretro core for MegaDrive/Genesis 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
+This is yet another Megadrive / Genesis / Sega CD / Mega CD / 32X / SMS
33
+emulator, which was written having ARM-based handheld devices in mind
34
+(such as smartphones and handheld consoles like GP2X and Pandora),
35
+but also runs on non-ARM little-endian hardware too. This package is for
36
+RetroArch/Libretro front-end.
37
+
38
+%prep
39
+%setup -q
40
+
41
+%build
42
+make -f Makefile.libretro
43
+
44
+%install
45
+mkdir -p %{buildroot}%{_libdir}/libretro
46
+cp picodrive_libretro.so %{buildroot}%{_libdir}/libretro
47
+
48
+%files
49
+%dir %{_libdir}/libretro
50
+%{_libdir}/libretro/picodrive_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/picodrive.git</param>
6
+ <param name="filename">libretro-picodrive</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/picodrive.git</param>
5
+ <param name="changesrevision">495dddc0ad7847ab4a6ffeb54da3795a3f5a0e6d</param></service></servicedata>
6
\ No newline at end of file
7
libretro-picodrive-0~git20200112.tar.xz
Added
Refresh
Refresh
Login required, please
login
or
signup
in order to comment
Request History
guoyunhe created request about 5 years ago
MegaDrive/Genesis emulation core of RetroArch.
olh accepted request about 5 years ago