From 6ebbdccf1ac69cb717bc37f90732feb1e4503090 Mon Sep 17 00:00:00 2001 From: Michal Cieraszynski 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 @@ + + + mednafen + + Michal Cieraszynski + planet444@gmail.com + + GPL-2.0 + emulation + 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. + 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. + + https://solus-project.com/sources/README.Solus + + + mednafen + 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. + 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. + + emulation + + /usr/bin + /usr/share/locale + + + + + 2017-10-07 + 0.9.48 + Packaging update + Michal Cieraszynski + planet444@gmail.com + + + \ No newline at end of file -- 2.14.2