Page MenuHomeSolus

0001-Initial-commit-of-mednafen.patch

Authored By
mindbender444
Oct 7 2017, 3:22 AM
Size
4 KB
Referenced Files
None
Subscribers
None

0001-Initial-commit-of-mednafen.patch

From 6ebbdccf1ac69cb717bc37f90732feb1e4503090 Mon Sep 17 00:00:00 2001
From: Michal Cieraszynski <planet444@gmail.com>
Date: Fri, 6 Oct 2017 23:11:24 -0400
Subject: [PATCH 1/1] Initial commit of mednafen.
---
Makefile | 1 +
abi_used_libs | 9 +++++++++
package.yml | 23 +++++++++++++++++++++++
pspec_x86_64.xml | 35 +++++++++++++++++++++++++++++++++++
4 files changed, 68 insertions(+)
create mode 100644 Makefile
create mode 100644 abi_used_libs
create mode 100644 package.yml
create mode 100644 pspec_x86_64.xml
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..0a42375
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/abi_used_libs b/abi_used_libs
new file mode 100644
index 0000000..fe486e4
--- /dev/null
+++ b/abi_used_libs
@@ -0,0 +1,9 @@
+libSDL-1.2.so.0
+libc.so.6
+libgcc_s.so.1
+libjack.so.0
+libm.so.6
+libpthread.so.0
+libsndfile.so.1
+libstdc++.so.6
+libz.so.1
diff --git a/package.yml b/package.yml
new file mode 100644
index 0000000..1acf330
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,23 @@
+name : mednafen
+version : 0.9.48
+release : 1
+source :
+ - https://mednafen.github.io/releases/files/mednafen-0.9.48.tar.xz : d3cc0c838f496511946d6ea18fda5965d2b71577c610acc811835cc87d152102
+license : GPL-2.0
+component : emulation
+summary : An OpenGL and SDL multi-system free software wrapper that bundles various original and third-party emulation cores into a single package, and is driven by command-line input.
+description: |
+ Mednafen is a portable, utilizing OpenGL and SDL, argument(command-line)-driven multi-system emulator. Mednafen has the ability to remap hotkey functions and virtual system inputs to a keyboard, a joystick, or both simultaneously. Save states are supported, as is real-time game rewinding. Screen snapshots may be taken, in the PNG file format, at the press of a button. Mednafen can record audiovisual movies in the QuickTime file format, with several different lossless codecs supported.
+builddeps :
+ - pkgconfig(jack)
+ - pkgconfig(sndfile)
+ - pkgconfig(sdl)
+ - pkgconfig(gl)
+ - pkgconfig(glu)
+setup : |
+ %configure CXXFLAGS="-O2"
+
+build : |
+ %make
+install : |
+ %make_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
index 0000000..69ce786
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,35 @@
+<PISI>
+ <Source>
+ <Name>mednafen</Name>
+ <Packager>
+ <Name>Michal Cieraszynski</Name>
+ <Email>planet444@gmail.com</Email>
+ </Packager>
+ <License>GPL-2.0</License>
+ <PartOf>emulation</PartOf>
+ <Summary xml:lang="en">An OpenGL and SDL multi-system free software wrapper that bundles various original and third-party emulation cores into a single package, and is driven by command-line input.</Summary>
+ <Description xml:lang="en">Mednafen is a portable, utilizing OpenGL and SDL, argument(command-line)-driven multi-system emulator. Mednafen has the ability to remap hotkey functions and virtual system inputs to a keyboard, a joystick, or both simultaneously. Save states are supported, as is real-time game rewinding. Screen snapshots may be taken, in the PNG file format, at the press of a button. Mednafen can record audiovisual movies in the QuickTime file format, with several different lossless codecs supported.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>mednafen</Name>
+ <Summary xml:lang="en">An OpenGL and SDL multi-system free software wrapper that bundles various original and third-party emulation cores into a single package, and is driven by command-line input.</Summary>
+ <Description xml:lang="en">Mednafen is a portable, utilizing OpenGL and SDL, argument(command-line)-driven multi-system emulator. Mednafen has the ability to remap hotkey functions and virtual system inputs to a keyboard, a joystick, or both simultaneously. Save states are supported, as is real-time game rewinding. Screen snapshots may be taken, in the PNG file format, at the press of a button. Mednafen can record audiovisual movies in the QuickTime file format, with several different lossless codecs supported.
+</Description>
+ <PartOf>emulation</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="localedata">/usr/share/locale</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-10-07</Date>
+ <Version>0.9.48</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Michal Cieraszynski</Name>
+ <Email>planet444@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
--
2.14.2

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
148357
Default Alt Text
0001-Initial-commit-of-mednafen.patch (4 KB)

Event Timeline