[Nestopia] Updated to new upstream release
by Andrea Musuruane
commit 190aa842d7e4cc8535e43f105516afb7aebbdc44
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Wed May 26 15:14:16 2021 +0200
Updated to new upstream release
.gitignore | 1 +
Nestopia-1.49-use-system-nes_ntsc.patch | 42 -------------------------------
Nestopia-1.51.0-use-system-nes_ntsc.patch | 42 +++++++++++++++++++++++++++++++
Nestopia.spec | 16 ++++++------
sources | 2 +-
5 files changed, 52 insertions(+), 51 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7a30d3a..7b264c8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ nestopia-1.45.tgz
/nestopia-1.48.tar.gz
/nestopia-1.49.tar.gz
/nestopia-1.50.tar.gz
+/nestopia-1.51.0.tar.gz
diff --git a/Nestopia-1.51.0-use-system-nes_ntsc.patch b/Nestopia-1.51.0-use-system-nes_ntsc.patch
new file mode 100644
index 0000000..504af66
--- /dev/null
+++ b/Nestopia-1.51.0-use-system-nes_ntsc.patch
@@ -0,0 +1,42 @@
+diff -durN nestopia-1.51.0.orig/Makefile.am nestopia-1.51.0/Makefile.am
+--- nestopia-1.51.0.orig/Makefile.am 2021-05-19 22:42:36.000000000 +0200
++++ nestopia-1.51.0/Makefile.am 2021-05-24 12:13:04.369985601 +0200
+@@ -8,6 +8,7 @@
+ nestopia_CPPFLAGS = \
+ -I$(top_srcdir)/source \
+ -I$(top_srcdir)/source/fltkui \
++ -I$(top_srcdir)/source/nes_ntsc \
+ -DDATADIR=\"$(datadir)/nestopia\" \
+ -DDATAROOTDIR=\"$(datarootdir)\" \
+ -DNST_PRAGMA_ONCE \
+@@ -17,6 +18,7 @@
+ $(FLTK_CFLAGS)
+ nestopia_LDADD = \
+ $(ZLIB_LIBS) \
++ -lnes_ntsc \
+ $(LIBARCHIVE_LIBS) \
+ $(SDL2_LIBS) \
+ $(FLTK_LIBS)
+diff -durN nestopia-1.51.0.orig/source/core/NstVideoFilterNtscCfg.cpp nestopia-1.51.0/source/core/NstVideoFilterNtscCfg.cpp
+--- nestopia-1.51.0.orig/source/core/NstVideoFilterNtscCfg.cpp 2021-05-19 22:42:36.000000000 +0200
++++ nestopia-1.51.0/source/core/NstVideoFilterNtscCfg.cpp 2021-05-24 12:13:04.369985601 +0200
+@@ -34,7 +34,6 @@
+ #endif
+
+ #define NES_NTSC_NO_BLITTERS
+-#include "../nes_ntsc/nes_ntsc.inl"
+
+ #ifdef _MSC_VER
+ #pragma warning( pop )
+diff -durN nestopia-1.51.0.orig/source/core/NstVideoFilterNtsc.hpp nestopia-1.51.0/source/core/NstVideoFilterNtsc.hpp
+--- nestopia-1.51.0.orig/source/core/NstVideoFilterNtsc.hpp 2021-05-19 22:42:36.000000000 +0200
++++ nestopia-1.51.0/source/core/NstVideoFilterNtsc.hpp 2021-05-24 12:13:04.370985611 +0200
+@@ -25,7 +25,7 @@
+ #ifndef NST_VIDEO_FILTER_NTSC_H
+ #define NST_VIDEO_FILTER_NTSC_H
+
+-#include "../nes_ntsc/nes_ntsc.h"
++#include <nes_ntsc.h>
+
+ #ifdef NST_PRAGMA_ONCE
+ #pragma once
diff --git a/Nestopia.spec b/Nestopia.spec
index 91d17a2..4f6b9c4 100644
--- a/Nestopia.spec
+++ b/Nestopia.spec
@@ -1,31 +1,30 @@
%global realname nestopia
Name: Nestopia
-Version: 1.50
-Release: 4%{?dist}
+Version: 1.51.0
+Release: 1%{?dist}
Summary: A portable open source NES/Famicom emulator
License: GPLv2+
URL: http://0ldsk00l.ca/nestopia/
-Source0: https://github.com/rdanbrook/%{realname}/archive/%{version}/%{realname}-%...
+Source0: https://github.com/0ldsk00l/%{realname}/archive/%{version}.tar.gz#/%{real...
# Debian man page
Source1: %{realname}.6
# AppData from Debian
Source2: %{realname}.appdata.xml
# Use system nes_ntsc
-Patch0: %{name}-1.49-use-system-nes_ntsc.patch
+Patch0: %{name}-1.51.0-use-system-nes_ntsc.patch
BuildRequires: gcc-c++
BuildRequires: autoconf
BuildRequires: autoconf-archive
BuildRequires: automake
-BuildRequires: gtk3-devel
+BuildRequires: fltk-devel
BuildRequires: SDL2-devel
BuildRequires: libarchive-devel
BuildRequires: zlib-devel
BuildRequires: libepoxy-devel
BuildRequires: nes_ntsc-devel
-BuildRequires: libao-devel
BuildRequires: desktop-file-utils
BuildRequires: libappstream-glib
Requires: hicolor-icon-theme
@@ -50,8 +49,6 @@ find source/nes_ntsc/ -type f -not -name "nes_ntsc_config.h" -delete
%build
autoreconf -fvi
%configure \
- --enable-gui \
- --with-ao \
--disable-silent-rules
%make_build
@@ -87,6 +84,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata
%doc %{_pkgdocdir}
%changelog
+* Mon May 24 2021 Andrea Musuruane <musuruan(a)gmail.com> - 1.51.0-1
+- Updated to new upstream release
+
* Tue Feb 02 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.50-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
diff --git a/sources b/sources
index d28bb1a..77aba07 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (nestopia-1.50.tar.gz) = 6ea389d4891c7cfa36517495735ea0f34ba9427e51757113d0fe2b72d5ce5b11d7e6b7c02fd1e4e347a13bba06823e334800ff15036872e09b8561c10c7cb568
+SHA512 (nestopia-1.51.0.tar.gz) = 5f035f83a389f92efa7ae86ca0cb04dd4b3646030081eedaec4ce2af0b29c77a1894d5106078ac155522c14d41364d09bf9ceb916df10a2a55e9a7f92462579d
3 years, 6 months
[vdr-mp3] Use fork because its under maintenance
by Martin Gansser
commit f69e72544be8ebd4afc3d02242d6836b5a9c63a5
Author: Martin Gansser <mgansser(a)online.de>
Date: Wed May 26 11:21:39 2021 +0200
Use fork because its under maintenance
.gitignore | 1 +
sources | 2 +-
vdr-mp3-0.10.1-no-debug.patch | 14 ----
vdr-mp3-0.10.2-fsf-fix.patch | 20 -----
...Makefile.patch => vdr-mp3-0.10.4-Makefile.patch | 4 +-
vdr-mp3-fix-C++11-warning.patch | 31 -------
vdr-mp3-mplayer.sh-0.8.7-defaults.patch | 96 ----------------------
vdr-mp3-mplayer.sh-0.8.7-lircrc.patch | 15 ----
vdr-mp3-mplayer.sh-framedrop.patch | 11 ---
vdr-mp3-mplayer.sh-identify.patch | 11 ---
vdr-mp3-vdr2.1.2-compat.patch | 28 -------
vdr-mp3.spec | 40 +++------
12 files changed, 17 insertions(+), 256 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c064e01..75b243c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
mplayer.sh-0.8.7.tar.gz
vdr-mp3-0.10.2.tar.gz
+/vdr-mp3-0.10.4.tar.gz
diff --git a/sources b/sources
index c989a16..f331349 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
SHA512 (mplayer.sh-0.8.7.tar.gz) = 5e83dd2f83b104f7043d828b713e34f47c9a42a93324424c802d4d448b770e36515accf67bd67ce7461201b5e9cd5596da2bbd182eccef9578c9b31b5fed50d9
-SHA512 (vdr-mp3-0.10.2.tar.gz) = 8f65d9f41643266137fcc950d0da66ef9c4ce5dff82828c88230cda9d8ef4f7e39d096557d69bf124a287496276508dc9464c0868b4cbef9059de1108cd35f40
+SHA512 (vdr-mp3-0.10.4.tar.gz) = 729a50c3be898a5560655ee9e4371bff98c877bd34c1b4f96d4ea2ec647a7fd0657a180d4c8e0433913a44f3c7d590a242eb5585be6f44604e741bd69ed6065c
diff --git a/vdr-mp3-0.10.2-Makefile.patch b/vdr-mp3-0.10.4-Makefile.patch
similarity index 92%
rename from vdr-mp3-0.10.2-Makefile.patch
rename to vdr-mp3-0.10.4-Makefile.patch
index 56257ad..1ab8c58 100644
--- a/vdr-mp3-0.10.2-Makefile.patch
+++ b/vdr-mp3-0.10.4-Makefile.patch
@@ -1,5 +1,5 @@
---- mp3-0.10.2/Makefile.orig 2012-05-11 23:41:20.963758554 +0200
-+++ mp3-0.10.2/Makefile 2012-05-11 23:37:45.748768802 +0200
+--- vdr-plugin-mp3-0.10.4/Makefile.orig 2021-05-26 10:48:07.383248811 +0200
++++ vdr-plugin-mp3-0.10.4/Makefile 2021-05-26 10:51:34.028257791 +0200
@@ -80,13 +80,13 @@
### The version number of VDR (taken from VDR's "config.h"):
diff --git a/vdr-mp3.spec b/vdr-mp3.spec
index 1cbc8f3..f4630f5 100644
--- a/vdr-mp3.spec
+++ b/vdr-mp3.spec
@@ -4,28 +4,20 @@
# - audio CD support?
Name: vdr-mp3
-Version: 0.10.2
-Release: 30%{?dist}
+Version: 0.10.4
+Release: 1%{?dist}
Summary: Sound playback plugin for VDR
License: GPLv2+
-URL: http://www.muempf.de/
-Source0: http://www.muempf.de/down/%{name}-%{version}.tar.gz
-Source1: http://batleth.sapienti-sat.org/projects/VDR/versions/mplayer.sh-0.8.7.ta...
+URL: https://github.com/vdr-projects/vdr-plugin-mp3/
+Source0: https://github.com/vdr-projects/vdr-plugin-mp3/archive/refs/tags/%{versio...
+Source1: http://batleth.sapienti-sat.org/projects/VDR/versions/mplayer.sh-0.8.7.ta...
Source2: %{name}-mediasources.sh
Source3: %{name}-mp3.conf
Source4: %{name}-mplayer.conf
Source5: %{name}-mplayer-minimal.sh
Source6: %{name}-mp3sources.conf
-Patch0: %{name}-mplayer.sh-0.8.7-lircrc.patch
-Patch1: %{name}-mplayer.sh-framedrop.patch
-Patch2: %{name}-mplayer.sh-identify.patch
-Patch3: %{name}-mplayer.sh-0.8.7-defaults.patch
-Patch4: %{name}-0.10.1-no-debug.patch
-Patch5: %{name}-0.10.2-Makefile.patch
-Patch6: %{name}-0.10.2-fsf-fix.patch
-Patch7: %{name}-vdr2.1.2-compat.patch
-Patch8: %{name}-fix-overloaded-ambiguous.patch
-Patch9: %{name}-fix-C++11-warning.patch
+Patch0: %{name}-%{version}-Makefile.patch
+Patch1: %{name}-fix-overloaded-ambiguous.patch
BuildRequires: gcc-c++
BuildRequires: vdr-devel >= 2.0.6
@@ -57,17 +49,9 @@ primary output device.
%prep
-%setup -q -n mp3-%{version} -a 1
-%patch0
-%patch1
-%patch2
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
+%setup -q -n vdr-plugin-mp3-%{version} -a 1
+%patch0 -p1
+%patch1 -p1
%{__perl} -pi -e \
's|CFGFIL=.*|CFGFIL="%{vdr_configdir}/plugins/mplayer.sh.conf"|' \
mplayer.sh
@@ -177,8 +161,10 @@ fi
%defattr(-,%{vdr_user},root,-)
%ghost %{vdr_vardir}/global.mplayer.resume
-
%changelog
+* Wed May 26 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 0.10.4-1
+- Use fork because its under maintenance
+
* Fri Apr 30 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 0.10.2-30
- Rebuilt for new VDR API version
3 years, 6 months
[discord/f33] upload source
by Sérgio M. Basto
Summary of changes:
9787fd9... upload source (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 6 months
[discord/f34] upload source
by Sérgio M. Basto
Summary of changes:
9787fd9... upload source (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 6 months
[discord] upload source
by Sérgio M. Basto
commit 9787fd9208d1b8691b109f2f0c0ebc45910610ae
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue May 25 12:10:18 2021 +0100
upload source
.gitignore | 1 +
sources | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitignore b/.gitignore
index 2f6db13..15327f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
/discord-0.0.12.tar.gz
/discord-0.0.13.tar.gz
/discord-0.0.14.tar.gz
+/discord-0.0.15.tar.gz
diff --git a/sources b/sources
index 4452092..39f80c3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (discord-0.0.14.tar.gz) = 739448260b697dd4f004da95406337fbddcdfb85adc375c9dff4a5295bd255a035833da60cc5617c47949982a44b0509d9d50ed82ea01434d13348870ae5b55c
+SHA512 (discord-0.0.15.tar.gz) = 4f220ecd0e0c9fcd793ed065055479391506d9401b75ca541cde4136d0290f2720fccca87139091faf269fdb2c020adb5b7333710a31ca603ce8552f3dd4841b
3 years, 6 months
[discord/f33] Update 0.0.15
by Sérgio M. Basto
Summary of changes:
469b0a6... Update 0.0.15 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 6 months