[snes9x/f30] Updated to 1.60
by Andrea Musuruane
Summary of changes:
07eb7d7... Updated to 1.60 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 7 months
[snes9x] Updated to 1.60
by Andrea Musuruane
commit 07eb7d773ec642a1d5bdcd867b43c9d9fe1a740c
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Thu Apr 25 13:01:35 2019 +0200
Updated to 1.60
.gitignore | 1 +
snes9x-1.60-soundsync.patch | 22 ++++++++++++++++++++++
snes9x.spec | 10 +++++++++-
sources | 2 +-
4 files changed, 33 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ece2d24..d7f2421 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ snes9x-1.53-src.tar.bz2
/snes9x-1.57.tar.gz
/snes9x-1.58.tar.gz
/snes9x-1.59.2.tar.gz
+/snes9x-1.60.tar.gz
diff --git a/snes9x-1.60-soundsync.patch b/snes9x-1.60-soundsync.patch
new file mode 100644
index 0000000..f3d7f05
--- /dev/null
+++ b/snes9x-1.60-soundsync.patch
@@ -0,0 +1,22 @@
+From 54a961d8ca57c5d81a5f2d4e2743330bc7446aa6 Mon Sep 17 00:00:00 2001
+From: Brandon Wright <bearoso(a)gmail.com>
+Date: Wed, 24 Apr 2019 15:22:16 -0500
+Subject: [PATCH] Don't set soundsync on with no way to disable.
+
+---
+ snes9x.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/snes9x.cpp b/snes9x.cpp
+index 2ce2919f..95030e73 100644
+--- a/snes9x.cpp
++++ b/snes9x.cpp
+@@ -234,7 +234,7 @@ void S9xLoadConfigFiles (char **argv, int argc)
+
+ // Sound
+
+- Settings.SoundSync = conf.GetBool("Sound::Sync", true);
++ Settings.SoundSync = conf.GetBool("Sound::Sync", false);
+ Settings.SixteenBitSound = conf.GetBool("Sound::16BitSound", true);
+ Settings.Stereo = conf.GetBool("Sound::Stereo", true);
+ Settings.ReverseStereo = conf.GetBool("Sound::ReverseStereo", false);
diff --git a/snes9x.spec b/snes9x.spec
index 88ebecd..791a403 100644
--- a/snes9x.spec
+++ b/snes9x.spec
@@ -1,6 +1,6 @@
Summary: Super Nintendo Entertainment System emulator
Name: snes9x
-Version: 1.59.2
+Version: 1.60
Release: 1%{?dist}
License: Other
URL: http://www.snes9x.com/
@@ -8,6 +8,10 @@ Source0: https://github.com/snes9xgit/snes9x/archive/%{version}.tar.gz#/%{name}-
Source1: %{name}-gtk.appdata.xml
# Fix CFLAGS usage in CLI version
Patch0: %{name}-1.56.1-unix_flags.patch
+# Don't set soundsync on with no way to disable
+# https://github.com/snes9xgit/snes9x/issues/530
+# https://github.com/snes9xgit/snes9x/commit/54a961d8ca57c5d81a5f2d4e274333...
+Patch1: %{name}-1.60-soundsync.patch
BuildRequires: gcc-c++
BuildRequires: meson
@@ -55,6 +59,7 @@ This package contains a graphical user interface using GTK+.
%prep
%setup -q
%patch0 -p1
+%patch1 -p1
# Remove bundled libs
rm -rf unzip
@@ -118,6 +123,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata
%changelog
+* Wed Apr 24 2019 Andrea Musuruane <musuruan(a)gmail.com> - 1.60-1
+- Updated to 1.60
+
* Sat Mar 02 2019 Andrea Musuruane <musuruan(a)gmail.com> - 1.59.2-1
- Updated to 1.59.2
- Improved macro usage
diff --git a/sources b/sources
index 355aa5a..397a32d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8f66f3267a4dd0f9bc7e211d49df35b2 snes9x-1.59.2.tar.gz
+1e0d5d5209b8018080bca0aa5da02dff snes9x-1.60.tar.gz
5 years, 7 months
[pyskool] Rebuilt for python3 Used new AppData directory
by Andrea Musuruane
commit a3999fe6e0ca84422b6980409dd882caa491b1d2
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Wed Apr 24 20:00:34 2019 +0200
Rebuilt for python3
Used new AppData directory
pyskool.spec | 26 +++++++++++++++-----------
1 file changed, 15 insertions(+), 11 deletions(-)
---
diff --git a/pyskool.spec b/pyskool.spec
index f32631b..9864487 100644
--- a/pyskool.spec
+++ b/pyskool.spec
@@ -1,6 +1,6 @@
Name: pyskool
Version: 1.2.1
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Remakes of Skool Daze and Back to Skool
# Proprietary graphics from the original game are used
@@ -12,11 +12,11 @@ Source2: back_to_skool.desktop
BuildArch: noarch
-BuildRequires: python2-devel
+BuildRequires: python3-devel
BuildRequires: desktop-file-utils
BuildRequires: libappstream-glib
Requires: hicolor-icon-theme
-Requires: pygame
+Requires: python3-pygame
%description
The games are based in a boys’ school and revolved around the antics of Eric,
@@ -36,11 +36,11 @@ mice, a frog and a girlfriend.
%build
-%{py2_build}
+%{py3_build}
%install
-%{py2_install}
+%{py3_install}
# Install game data
install -d %{buildroot}%{_datadir}/%{name}
@@ -61,11 +61,11 @@ desktop-file-install \
%{SOURCE2}
# Install appdata
-install -d %{buildroot}%{_datadir}/appdata
+install -d %{buildroot}%{_datadir}/metainfo
install -p -m 0644 xdg/pyskool.appdata.xml \
- %{buildroot}%{_datadir}/appdata
+ %{buildroot}%{_datadir}/metainfo
appstream-util validate-relax --nonet \
- %{buildroot}%{_datadir}/appdata/*.appdata.xml
+ %{buildroot}%{_datadir}/metainfo/*.appdata.xml
# Install man pages
mkdir -p %{buildroot}%{_mandir}/man6/
@@ -73,23 +73,27 @@ install -p -m0644 man/man6/* %{buildroot}%{_mandir}/man6/
%files
-%doc COPYING docs/*
+%doc docs/*
%license COPYING
%{_bindir}/ezad_looks.py
%{_bindir}/back_to_skool.py
%{_bindir}/skool_daze.py
%{_bindir}/skool_daze_take_too.py
%{_bindir}/back_to_skool_daze.py
-%{python2_sitelib}/*
+%{python3_sitelib}/*
%{_datadir}/%{name}/
%{_datadir}/applications/skool_daze.desktop
%{_datadir}/applications/back_to_skool.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png
-%{_datadir}/appdata/%{name}.appdata.xml
+%{_datadir}/metainfo/%{name}.appdata.xml
%{_mandir}/man6/*
%changelog
+* Wed Apr 24 2019 Andrea Musuruane <musuruan(a)gmail.com> - 1.2.1-4
+- Rebuilt for python3
+- Used new AppData directory
+
* Tue Mar 05 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.2.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
5 years, 7 months
[gstreamer1-libav/f30] 1.16.0
by Leigh Scott
Summary of changes:
5195e91... 1.16.0 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 7 months
[gstreamer1-plugins-ugly] 1.16.0
by Leigh Scott
commit d4edf9eb21d85633dd8263c6d8ed67c120095c14
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Apr 24 17:48:15 2019 +0100
1.16.0
gstreamer1-plugins-ugly.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gstreamer1-plugins-ugly.spec b/gstreamer1-plugins-ugly.spec
index a06d47f..80e5c2f 100644
--- a/gstreamer1-plugins-ugly.spec
+++ b/gstreamer1-plugins-ugly.spec
@@ -2,7 +2,7 @@
Summary: GStreamer 1.0 streaming media framework "ugly" plug-ins
Name: gstreamer1-plugins-ugly
-Version: 1.15.2
+Version: 1.16.0
Release: 1%{?dist}
License: LGPLv2+
URL: https://gstreamer.freedesktop.org/
@@ -82,6 +82,9 @@ rm -fv %{buildroot}%{_datadir}/gtk-doc/html/%{src_name}-plugins-1.0/*
%changelog
+* Wed Apr 24 2019 Leigh Scott <leigh123linux(a)gmail.com> - 1.16.0-1
+- 1.16.0
+
* Mon Mar 18 2019 Sérgio Basto <sergio(a)serjux.com> - 1.15.2-1
- Update to 1.15.2
diff --git a/sources b/sources
index e8608ec..2d8cd48 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-20750a9c79ec0f63a23271c02dfd1cea gst-plugins-ugly-1.15.2.tar.xz
+1ec343c58d4b17d682f7befa8453c11c gst-plugins-ugly-1.16.0.tar.xz
5 years, 7 months