[get_iplayer] Update to version 3.26.
by mavit
commit df2fdf2b25a4ee7e0843eb81b79523085163d8a0
Author: Peter Oliver <git(a)mavit.org.uk>
Date: Sun Jun 28 20:55:20 2020 +0100
Update to version 3.26.
.gitignore | 1 +
get_iplayer.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dc7d65c..410f6f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@ get_iplayer-2.94.tar.gz
/get_iplayer-3.23.tar.gz
/get_iplayer-3.24.tar.gz
/get_iplayer-3.25.tar.gz
+/get_iplayer-3.26.tar.gz
diff --git a/get_iplayer.spec b/get_iplayer.spec
index 2a130ae..831db3f 100644
--- a/get_iplayer.spec
+++ b/get_iplayer.spec
@@ -1,6 +1,6 @@
Name: get_iplayer
-Version: 3.25
-Release: 2%{?dist}
+Version: 3.26
+Release: 1%{?dist}
Summary: Lists, records and streams BBC iPlayer TV and radio programmes
Group: Applications/Internet
@@ -102,6 +102,9 @@ fi
%changelog
+* Sun Jun 28 2020 Peter Oliver <rpm(a)mavit.org.uk> - 3.26-1
+- Update to version 3.26.
+
* Tue Feb 04 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 3.25-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
diff --git a/sources b/sources
index e4b5167..57e2638 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (get_iplayer-3.25.tar.gz) = a66b97aa6ba9e22769b2d634ce5a1feabc33304a54fc79eeca9aa2aa7a56ec82923023f2fb1a844e32fbcba23f47f9dfb9cfdf0a63f9fc8b037e4e3c5371e314
+SHA512 (get_iplayer-3.26.tar.gz) = ae961ea02c7fe3ea3974817b5b4c7bd2ad4e0d78a927afaf72b519138200f4dcde91b5f59afb4d36ecaaa5cccc8e1ad5925bea3c7cbb303dbea0afc85cfee68d
4 years, 4 months
[ppsspp/f32: 3/3] Release 1.10.0
by sagitter
commit 7c9c7410961ad7339c28f041bb5ce935fecab03c
Merge: 69d4c12 8d3f743
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Sun Jun 28 11:26:40 2020 +0200
Release 1.10.0
ppsspp.spec | 3 +++
1 file changed, 3 insertions(+)
---
4 years, 4 months
[ppsspp/f32] (3 commits) ...Release 1.10.0
by sagitter
Summary of changes:
21168fe... - Rebuild for ffmpeg-4.3 git (*)
8d3f743... Release 1.10.0 (*)
7c9c741... Release 1.10.0
(*) This commit already existed in another branch; no separate mail sent
4 years, 4 months
[ppsspp] Release 1.10.0
by sagitter
commit 8d3f7430f5071e53d68a8144d9726f85c75f320d
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Sun Jun 28 11:19:33 2020 +0200
Release 1.10.0
.gitignore | 1 +
ppsspp-1.10.0-bug13058.patch | 41 ++++++++++++++++++++++++++++
ppsspp-1.10.0-remove_unrecognized_flag.patch | 10 +++++++
ppsspp-bug12593.patch | 37 -------------------------
ppsspp.desktop | 1 +
ppsspp.spec | 20 ++++++++------
sources | 2 +-
7 files changed, 66 insertions(+), 46 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0c6718b..724c0d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
/ppsspp-1.8.0.tar.gz
/ppsspp-1.9.0.tar.gz
/ppsspp-1.9.4.tar.gz
+/ppsspp-1.10.0.tar.gz
diff --git a/ppsspp-1.10.0-bug13058.patch b/ppsspp-1.10.0-bug13058.patch
new file mode 100644
index 0000000..2e88daf
--- /dev/null
+++ b/ppsspp-1.10.0-bug13058.patch
@@ -0,0 +1,41 @@
+From cad7603ccdc612a444a950869f3583088b30df33 Mon Sep 17 00:00:00 2001
+From: Jan Beich <jbeich(a)FreeBSD.org>
+Date: Sat, 27 Jun 2020 18:43:17 +0000
+Subject: [PATCH] Qt: unbreak build without SDL
+
+Qt/QtMain.cpp:51:1: error: unknown type name 'SDL_AudioSpec'
+SDL_AudioSpec g_retFmt;
+^
+1 error generated.
+---
+ Qt/QtMain.cpp | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/Qt/QtMain.cpp b/Qt/QtMain.cpp
+index 7713b6587d..7f9726b417 100644
+--- a/Qt/QtMain.cpp
++++ b/Qt/QtMain.cpp
+@@ -48,9 +48,9 @@ static int browseFileEvent = -1;
+ static int browseFolderEvent = -1;
+ QTCamera *qtcamera = nullptr;
+
++#ifdef SDL
+ SDL_AudioSpec g_retFmt;
+
+-#ifdef SDL
+ static SDL_AudioDeviceID audioDev = 0;
+
+ extern void mixaudio(void *userdata, Uint8 *stream, int len) {
+@@ -147,10 +147,12 @@ std::string System_GetProperty(SystemProperty prop) {
+
+ int System_GetPropertyInt(SystemProperty prop) {
+ switch (prop) {
++#if defined(SDL)
+ case SYSPROP_AUDIO_SAMPLE_RATE:
+ return g_retFmt.freq;
+ case SYSPROP_AUDIO_FRAMES_PER_BUFFER:
+ return g_retFmt.samples;
++#endif
+ case SYSPROP_DEVICE_TYPE:
+ #if defined(__ANDROID__)
+ return DEVICE_TYPE_MOBILE;
diff --git a/ppsspp-1.10.0-remove_unrecognized_flag.patch b/ppsspp-1.10.0-remove_unrecognized_flag.patch
new file mode 100644
index 0000000..211cf4c
--- /dev/null
+++ b/ppsspp-1.10.0-remove_unrecognized_flag.patch
@@ -0,0 +1,10 @@
+--- a/CMakeLists.orig.txt 2020-06-27 19:48:53.570256414 +0200
++++ b/CMakeLists.txt 2020-06-27 21:39:47.892536425 +0200
+@@ -272,7 +272,6 @@
+ # Disable some warnings
+ add_definitions(-Wno-multichar)
+ add_definitions(-Wno-deprecated-register)
+- add_definitions(-Wno-tautological-pointer-compare)
+
+ # Don't compile with strict aliasing, we're not 100% aliasing-safe
+ add_compile_options(-fno-strict-aliasing)
diff --git a/ppsspp.desktop b/ppsspp.desktop
index 73e2a7f..6f741b9 100644
--- a/ppsspp.desktop
+++ b/ppsspp.desktop
@@ -9,3 +9,4 @@ X-Window-Icon=
X-HildonDesk-ShowInToolbar=true
X-Osso-Type=application/x-executable
Name[en_US]=ppsspp
+Categories=Game;Simulation;
diff --git a/ppsspp.spec b/ppsspp.spec
index dbd0557..f1524db 100644
--- a/ppsspp.spec
+++ b/ppsspp.spec
@@ -4,9 +4,9 @@ ExcludeArch: %{power64}
# -Wl,--as-needed breaks linking on fedora 30+
%undefine _ld_as_needed
-%global commit e3c9793cb3a68ec9f44371c7ebb45a0abed1ecca
+%global commit 401df203844465b84015d4710c6f02914b890589
%global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global date 20191016
+%global date 20200627
%bcond_with debug
@@ -19,8 +19,8 @@ ExcludeArch: %{power64}
%bcond_with egles2
Name: ppsspp
-Version: 1.9.4
-Release: 4%{?dist}
+Version: 1.10.0
+Release: 1%{?dist}
Summary: A PSP emulator
License: BSD and GPLv2+
URL: https://www.ppsspp.org/
@@ -46,10 +46,10 @@ Source1: %{name}.desktop
Source2: %{name}.appdata.xml
# Fix version
-Patch0: %{name}-1.1.0-git-version.patch
+Patch0: %{name}-1.1.0-git-version.patch
+Patch1: %{name}-1.10.0-remove_unrecognized_flag.patch
-# https://github.com/hrydgard/ppsspp/pull/12593
-Patch1: %{name}-bug12593.patch
+Patch2: %{name}-1.10.0-bug13058.patch
%if %{with egles2}
BuildRequires: mesa-libEGL-devel
@@ -71,6 +71,7 @@ BuildRequires: libGL-devel
%if %{with qt}
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qttools-devel
+BuildRequires: qt5-qtmultimedia-devel
%endif
BuildRequires: libappstream-glib
BuildRequires: rapidjson-devel
@@ -136,7 +137,7 @@ export CFLAGS="-O0 -g -fPIC"
-DUSE_FFMPEG:BOOL=ON -DUSE_SYSTEM_FFMPEG:BOOL=ON \
-DUSE_SYSTEM_LIBZIP:BOOL=ON -DUSE_WAYLAND_WSI:BOOL=ON \
%if %{with egles2}
- -DUSING_EGL:BOOL=OFF -DUSING_GLES2:BOOL=OFF \
+ -DUSING_EGL:BOOL=ON -DUSING_GLES2:BOOL=ON \
-DOPENGL_EGL_INCLUDE_DIR:PATH="%{_includedir}/EGL -I%{_includedir}/GLES2" \
%endif
-DUSING_X11_VULKAN=ON \
@@ -241,6 +242,9 @@ fi
%changelog
+* Sat Jun 27 2020 Antonio Trande <sagitter(a)fedoraproject.org> - 1.10.0-1
+- Release 1.10.0
+
* Sat Feb 22 2020 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 1.9.4-4
- Rebuild for ffmpeg-4.3 git
diff --git a/sources b/sources
index 1f3a6ef..e439f8b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ppsspp-1.9.4.tar.gz) = 31e20e4739125b1d9894b1c63be53ed985fd3fc0b469945900d4be6f2c9dc6f79dc07ef4831fd7e46db0c9837ea48d75d1e591b9939dcddd20ebc2d9ad95af60
+SHA512 (ppsspp-1.10.0.tar.gz) = 01972a986491a4a00a56244ed7e43d217dc6d8aff03ec16c15c8894dcadae881d660b00fd436d727a31e7ef91985724f22ff1c55d5f294cd9e22ca149b2be86f
4 years, 4 months
[ppsspp/f32] Release 1.10.0
by sagitter
commit 69d4c1237b65c1b1ae7444dc5767b07ac66747bc
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Sun Jun 28 11:16:35 2020 +0200
Release 1.10.0
.gitignore | 1 +
ppsspp-1.10.0-bug13058.patch | 41 ++++++++++++++++++++++++++++
ppsspp-1.10.0-remove_unrecognized_flag.patch | 10 +++++++
ppsspp-bug12593.patch | 37 -------------------------
ppsspp.desktop | 1 +
ppsspp.spec | 20 ++++++++------
sources | 2 +-
7 files changed, 66 insertions(+), 46 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0c6718b..724c0d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
/ppsspp-1.8.0.tar.gz
/ppsspp-1.9.0.tar.gz
/ppsspp-1.9.4.tar.gz
+/ppsspp-1.10.0.tar.gz
diff --git a/ppsspp-1.10.0-bug13058.patch b/ppsspp-1.10.0-bug13058.patch
new file mode 100644
index 0000000..2e88daf
--- /dev/null
+++ b/ppsspp-1.10.0-bug13058.patch
@@ -0,0 +1,41 @@
+From cad7603ccdc612a444a950869f3583088b30df33 Mon Sep 17 00:00:00 2001
+From: Jan Beich <jbeich(a)FreeBSD.org>
+Date: Sat, 27 Jun 2020 18:43:17 +0000
+Subject: [PATCH] Qt: unbreak build without SDL
+
+Qt/QtMain.cpp:51:1: error: unknown type name 'SDL_AudioSpec'
+SDL_AudioSpec g_retFmt;
+^
+1 error generated.
+---
+ Qt/QtMain.cpp | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/Qt/QtMain.cpp b/Qt/QtMain.cpp
+index 7713b6587d..7f9726b417 100644
+--- a/Qt/QtMain.cpp
++++ b/Qt/QtMain.cpp
+@@ -48,9 +48,9 @@ static int browseFileEvent = -1;
+ static int browseFolderEvent = -1;
+ QTCamera *qtcamera = nullptr;
+
++#ifdef SDL
+ SDL_AudioSpec g_retFmt;
+
+-#ifdef SDL
+ static SDL_AudioDeviceID audioDev = 0;
+
+ extern void mixaudio(void *userdata, Uint8 *stream, int len) {
+@@ -147,10 +147,12 @@ std::string System_GetProperty(SystemProperty prop) {
+
+ int System_GetPropertyInt(SystemProperty prop) {
+ switch (prop) {
++#if defined(SDL)
+ case SYSPROP_AUDIO_SAMPLE_RATE:
+ return g_retFmt.freq;
+ case SYSPROP_AUDIO_FRAMES_PER_BUFFER:
+ return g_retFmt.samples;
++#endif
+ case SYSPROP_DEVICE_TYPE:
+ #if defined(__ANDROID__)
+ return DEVICE_TYPE_MOBILE;
diff --git a/ppsspp-1.10.0-remove_unrecognized_flag.patch b/ppsspp-1.10.0-remove_unrecognized_flag.patch
new file mode 100644
index 0000000..211cf4c
--- /dev/null
+++ b/ppsspp-1.10.0-remove_unrecognized_flag.patch
@@ -0,0 +1,10 @@
+--- a/CMakeLists.orig.txt 2020-06-27 19:48:53.570256414 +0200
++++ b/CMakeLists.txt 2020-06-27 21:39:47.892536425 +0200
+@@ -272,7 +272,6 @@
+ # Disable some warnings
+ add_definitions(-Wno-multichar)
+ add_definitions(-Wno-deprecated-register)
+- add_definitions(-Wno-tautological-pointer-compare)
+
+ # Don't compile with strict aliasing, we're not 100% aliasing-safe
+ add_compile_options(-fno-strict-aliasing)
diff --git a/ppsspp.desktop b/ppsspp.desktop
index 73e2a7f..6f741b9 100644
--- a/ppsspp.desktop
+++ b/ppsspp.desktop
@@ -9,3 +9,4 @@ X-Window-Icon=
X-HildonDesk-ShowInToolbar=true
X-Osso-Type=application/x-executable
Name[en_US]=ppsspp
+Categories=Game;Simulation;
diff --git a/ppsspp.spec b/ppsspp.spec
index dae6df4..4f1620e 100644
--- a/ppsspp.spec
+++ b/ppsspp.spec
@@ -4,9 +4,9 @@ ExcludeArch: %{power64}
# -Wl,--as-needed breaks linking on fedora 30+
%undefine _ld_as_needed
-%global commit e3c9793cb3a68ec9f44371c7ebb45a0abed1ecca
+%global commit 401df203844465b84015d4710c6f02914b890589
%global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global date 20191016
+%global date 20200627
%bcond_with debug
@@ -19,8 +19,8 @@ ExcludeArch: %{power64}
%bcond_with egles2
Name: ppsspp
-Version: 1.9.4
-Release: 3%{?dist}
+Version: 1.10.0
+Release: 1%{?dist}
Summary: A PSP emulator
License: BSD and GPLv2+
URL: https://www.ppsspp.org/
@@ -46,10 +46,10 @@ Source1: %{name}.desktop
Source2: %{name}.appdata.xml
# Fix version
-Patch0: %{name}-1.1.0-git-version.patch
+Patch0: %{name}-1.1.0-git-version.patch
+Patch1: %{name}-1.10.0-remove_unrecognized_flag.patch
-# https://github.com/hrydgard/ppsspp/pull/12593
-Patch1: %{name}-bug12593.patch
+Patch2: %{name}-1.10.0-bug13058.patch
%if %{with egles2}
BuildRequires: mesa-libEGL-devel
@@ -71,6 +71,7 @@ BuildRequires: libGL-devel
%if %{with qt}
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qttools-devel
+BuildRequires: qt5-qtmultimedia-devel
%endif
BuildRequires: libappstream-glib
BuildRequires: rapidjson-devel
@@ -136,7 +137,7 @@ export CFLAGS="-O0 -g -fPIC"
-DUSE_FFMPEG:BOOL=ON -DUSE_SYSTEM_FFMPEG:BOOL=ON \
-DUSE_SYSTEM_LIBZIP:BOOL=ON -DUSE_WAYLAND_WSI:BOOL=ON \
%if %{with egles2}
- -DUSING_EGL:BOOL=OFF -DUSING_GLES2:BOOL=OFF \
+ -DUSING_EGL:BOOL=ON -DUSING_GLES2:BOOL=ON \
-DOPENGL_EGL_INCLUDE_DIR:PATH="%{_includedir}/EGL -I%{_includedir}/GLES2" \
%endif
-DUSING_X11_VULKAN=ON \
@@ -241,6 +242,9 @@ fi
%changelog
+* Sat Jun 27 2020 Antonio Trande <sagitter(a)fedoraproject.org> - 1.10.0-1
+- Release 1.10.0
+
* Wed Feb 19 2020 Antonio Trande <sagitter(a)fedoraproject.org> - 1.9.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- Patched for GCC-10
diff --git a/sources b/sources
index 1f3a6ef..e439f8b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ppsspp-1.9.4.tar.gz) = 31e20e4739125b1d9894b1c63be53ed985fd3fc0b469945900d4be6f2c9dc6f79dc07ef4831fd7e46db0c9837ea48d75d1e591b9939dcddd20ebc2d9ad95af60
+SHA512 (ppsspp-1.10.0.tar.gz) = 01972a986491a4a00a56244ed7e43d217dc6d8aff03ec16c15c8894dcadae881d660b00fd436d727a31e7ef91985724f22ff1c55d5f294cd9e22ca149b2be86f
4 years, 4 months
[gstreamer: 222/222] Merge history from Fedora and my personal fork.
by Dominik Mierzejewski
commit b085634fd23882bbbc7db137c57dc92b8c1547a6
Merge: 07aeb8a 1e0bce8
Author: Dominik 'Rathann' Mierzejewski <dominik(a)greysector.net>
Date: Sat Jun 27 23:25:55 2020 +0200
Merge history from Fedora and my personal fork.
.gitignore | 3 +
fix-docs.patch | 84 ++++
gstreamer-0.10.36-bison3.patch | 31 ++
gstreamer-inspect-rpm-format.patch | 385 ++++++++++++++++
gstreamer.attr | 2 +
gstreamer.prov | 44 ++
gstreamer.spec | 884 +++++++++++++++++++++++++++++++++++++
sources | 1 +
8 files changed, 1434 insertions(+)
---
4 years, 4 months
[gstreamer: 221/222] rebuilt to get around fedora-obsolete-packages-32
by Dominik Mierzejewski
commit 1e0bce8320aef3a06a1b7bb5570aa63ee266aa2b
Author: Dominik 'Rathann' Mierzejewski <dominik(a)greysector.net>
Date: Fri Apr 24 23:53:12 2020 +0200
rebuilt to get around fedora-obsolete-packages-32
gstreamer.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/gstreamer.spec b/gstreamer.spec
index d3f2ba7..7661dec 100644
--- a/gstreamer.spec
+++ b/gstreamer.spec
@@ -7,7 +7,7 @@
Name: %{gstreamer}
Version: 0.10.36
-Release: 26%{?dist}
+Release: 27%{?dist}
Summary: GStreamer streaming media framework runtime
License: LGPLv2+
@@ -237,6 +237,9 @@ install -m0644 -D %{SOURCE2} $RPM_BUILD_ROOT%{_rpmconfigdir}/fileattrs/gstreamer
%doc %{_datadir}/gtk-doc/html/gstreamer-plugins-%{majorminor}
%changelog
+* Fri Apr 24 2020 Dominik 'Rathann' Mierzejewski <rpm(a)greysector.net> - 0.10.36-27
+- rebuilt to get around fedora-obsolete-packages-32
+
* Wed Jan 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.10.36-26
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
4 years, 4 months