[vdr-xineliboutput] Rebuilt
by Leigh Scott
commit 520f891d3c18619f4ab809ad50f9c95c6ccaef81
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jul 11 07:58:19 2020 +0100
Rebuilt
vdr-xineliboutput.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/vdr-xineliboutput.spec b/vdr-xineliboutput.spec
index 4cc2f38..aeb12fc 100644
--- a/vdr-xineliboutput.spec
+++ b/vdr-xineliboutput.spec
@@ -11,7 +11,7 @@
Name: vdr-%{pname}
Version: 2.1.0
-Release: 18.%{gitdate}git%{gitrev}%{?dist}
+Release: 19.%{gitdate}git%{gitrev}%{?dist}
Summary: Plugins for watching VDR over Xine
License: GPLv2+
URL: http://sourceforge.net/projects/xineliboutput
@@ -161,6 +161,9 @@ find %{buildroot}%{xineplugindir} -name '*.so' -exec chmod +x '{}' ';'
%endif
%changelog
+* Sat Jul 11 2020 Leigh Scott <leigh123linux(a)gmail.com> - 2.1.0-19.20191117git32a5ffc
+- Rebuilt
+
* Wed Feb 05 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.1.0-18.20191117git32a5ffc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
4 years, 4 months
[avidemux] Rebuilt
by Leigh Scott
commit 4e7c2d61f71be1663f7892dfbcb69b6b940ead69
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jul 11 07:46:14 2020 +0100
Rebuilt
avidemux.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/avidemux.spec b/avidemux.spec
index 8e04c81..6f631a0 100644
--- a/avidemux.spec
+++ b/avidemux.spec
@@ -5,7 +5,7 @@
Name: avidemux
Version: 2.7.6
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Graphical video editing and transcoding tool
License: GPLv2+
@@ -294,6 +294,9 @@ fi
%changelog
+* Sat Jul 11 2020 Leigh Scott <leigh123linux(a)gmail.com> - 2.7.6-2
+- Rebuilt
+
* Tue Jul 7 2020 Richard Shaw <hobbes1069(a)gmail.com> - 2.7.6-1
- Update to 2.7.6.
4 years, 4 months
[ppsspp/f31] (2 commits) ...Fix EPEL builds
by sagitter
Summary of changes:
77eca9e... Release 1.10.2| Create a Qt and a SDL version (*)
bda6adb... Fix EPEL builds (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 4 months
[ppsspp/f32: 3/3] Merge branch 'master' into f32
by sagitter
commit cc7acb7833998bbd81fab791dc6b260353ccb617
Merge: 7c9c741 bda6adb
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Fri Jul 10 21:49:35 2020 +0200
Merge branch 'master' into f32
.gitignore | 1 +
ppsspp-1.1.0-git-version.patch | 15 +--
ppsspp-1.10.0-bug13058.patch | 41 -------
ppsspp-qt-wayland.desktop | 12 +++
ppsspp-qt.appdata.xml | 41 +++++++
ppsspp-qt.desktop | 12 +++
ppsspp.appdata.xml | 2 +-
ppsspp.desktop | 2 +-
ppsspp.spec | 240 +++++++++++++++++++++++++++--------------
sources | 2 +-
10 files changed, 233 insertions(+), 135 deletions(-)
---
4 years, 4 months
[ppsspp/f32] (3 commits) ...Merge branch 'master' into f32
by sagitter
Summary of changes:
77eca9e... Release 1.10.2| Create a Qt and a SDL version (*)
bda6adb... Fix EPEL builds (*)
cc7acb7... Merge branch 'master' into f32
(*) This commit already existed in another branch; no separate mail sent
4 years, 4 months
[ppsspp] Fix EPEL builds
by sagitter
commit bda6adbf73fb1d226b3af03bac16b0b5f977899b
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Fri Jul 10 21:30:05 2020 +0200
Fix EPEL builds
ppsspp.spec | 22 ++++++++++++----------
1 file changed, 12 insertions(+), 10 deletions(-)
---
diff --git a/ppsspp.spec b/ppsspp.spec
index 4947747..bf2945a 100644
--- a/ppsspp.spec
+++ b/ppsspp.spec
@@ -14,11 +14,6 @@ ExcludeArch: %{power64}
%bcond_with debug
-# Note:
-# SDL version with EGL/GLES2 and libretro support: Ok on X11. Ok on Wayland.
-# Qt version with EGL and without GLES2 support: Ok on X11, bad sound. Crashed on Wayland.
-# Qt version without EGL/GLES2 support: Ok on X11, bad sound. Crashed on Wayland.
-
%global common_build_options \\\
-DCMAKE_INSTALL_LIBDIR:PATH=%{_lib}/%{name} \\\
-DPYTHON_EXECUTABLE:FILEPATH=%{__python3} \\\
@@ -43,13 +38,12 @@ ExcludeArch: %{power64}
-DENABLE_GLSLANG_BINARIES:BOOL=OFF \\\
-DENABLE_HLSL:BOOL=OFF \\\
-DOPENGL_xmesa_INCLUDE_DIR:PATH= \\\
- -DHEADLESS=OFF -DZLIB_INCLUDE_DIR:PATH=%{_includedir} \\\
- -DPNG_PNG_INCLUDE_DIR:PATH=%{_includedir}/libpng16 -DPNG_LIBRARY:FILEPATH=%{_libdir}/libpng.so
+ -DHEADLESS=OFF -DZLIB_INCLUDE_DIR:PATH=%{_includedir}
Name: ppsspp
Version: 1.10.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A PSP emulator
License: BSD and GPLv2+
URL: https://www.ppsspp.org/
@@ -75,6 +69,8 @@ Source1: %{name}.desktop
Source2: %{name}.appdata.xml
Source3: %{name}-qt.desktop
Source4: %{name}-qt.appdata.xml
+
+# See https://github.com/hrydgard/ppsspp/issues/13119
Source5: %{name}-qt-wayland.desktop
# Fix version
@@ -83,7 +79,11 @@ Patch1: %{name}-1.10.0-remove_unrecognized_flag.patch
BuildRequires: pkgconfig(egl)
BuildRequires: pkgconfig(glesv2)
-BuildRequires: pkgconfig(opengl)
+%{?fedora:BuildRequires: pkgconfig(opengl)}
+%{?fedora:BuildRequires: pkgconfig(libpng)}
+%{?el7:BuildRequires: libglvnd-devel}
+%{?el7:BuildRequires: pkgconfig(libpng)}
+%{?el8:BuildRequires: pkgconfig(libpng16)}
BuildRequires: pkgconfig(glew)
BuildRequires: cmake3
BuildRequires: python%{python3_pkgversion}-devel
@@ -97,7 +97,6 @@ BuildRequires: SDL2-devel
BuildRequires: %{?dts}gcc, %{?dts}gcc-c++
BuildRequires: libzip-devel
BuildRequires: snappy-devel
-BuildRequires: libpng-devel
BuildRequires: zlib-devel
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qttools-devel
@@ -312,6 +311,9 @@ fi
%{_datadir}/icons/%{name}/
%changelog
+* Fri Jul 10 2020 Antonio Trande <sagitter(a)fedoraproject.org> - 1.10.2-2
+- Fix EPEL7 builds
+
* Fri Jul 10 2020 Antonio Trande <sagitter(a)fedoraproject.org> - 1.10.2-1
- Release 1.10.2
- Create a Qt and a SDL version
4 years, 4 months
[nemo-dropbox/f32] Update to 4.6.0
by Leigh Scott
Summary of changes:
bd94c78... Update to 4.6.0 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 4 months