commit d79bca60e09d63190d5981884933b6b3a9bae0d9
Author: Julian Sikorski <belegdol(a)fedoraproject.org>
Date: Sun Apr 15 09:09:02 2018 +0200
Updated to 1.21.2
Switched to SDL2
Added placeholders for system libs to be enabled once dependencies become available
mednafen.spec | 20 +++++++++++++++++---
sources | 2 +-
2 files changed, 18 insertions(+), 4 deletions(-)
---
diff --git a/mednafen.spec b/mednafen.spec
index 2d7cd6d..bcfd97a 100644
--- a/mednafen.spec
+++ b/mednafen.spec
@@ -1,7 +1,7 @@
%undefine _hardened_build
Name: mednafen
-Version: 0.9.48
+Version: 1.21.2
Release: 1%{?dist}
Summary: A multi-system emulator utilizing OpenGL and SDL
#mednafen is a monstrosity build out of many emulators hence the colourful licensing
@@ -9,10 +9,14 @@ License: GPLv2+ and BSD and ISC and LGPLv2+ and MIT and zlib
URL:
https://mednafen.github.io/
Source0:
https://mednafen.github.io/releases/files/%{name}-%{version}.tar.xz
BuildRequires: gettext
-BuildRequires: SDL-devel >= 1.2.0
+#1.3.0 is required
+#BuildRequires: libmpcdec-devel
+#2.09 is required
+#BuildRequires: lzo-devel
BuildRequires: pkgconfig(jack) => 1.0.2
+BuildRequires: pkgconfig(sdl2) => 2.0.5
BuildRequires: pkgconfig(sndfile) => 1.0.2
-BuildRequires: zlib-devel
+BuildRequires: pkgconfig(zlib)
%description
A portable, utilizing OpenGL and SDL, argument(command-line)-driven multi-system
@@ -64,6 +68,11 @@ export CFLAGS
export CXXFLAGS
%configure --disable-rpath
+#to be added once dependencies become available
+# --with-external-lzo
+# --with-external-mpcdec
+# --with-external-tremor
+# --with-external-trio
%make_build
@@ -83,6 +92,11 @@ rm -rf Documentation/*.def Documentation/*.php
Documentation/generate.sh \
%changelog
+* Sun Apr 15 2018 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.21.2-1
+- Updated to 1.21.2
+- Switched to SDL2
+- Added placeholders for system libs to be enabled once dependencies become available
+
* Sat Oct 07 2017 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.9.48-1
- Updated to 0.9.48
diff --git a/sources b/sources
index c1c40cb..0fbd3bf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d741f013a05adb72928493b12c4933ff mednafen-0.9.48.tar.xz
+8e6cd5cd58ab9841667cfcb17ff009d6 mednafen-1.21.2.tar.xz