[gstreamer1-plugins-ugly] Upload source
by Leigh Scott
commit c237da58918b8be3ac1cb1dd57d2a35eeaa67170
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Dec 13 12:47:34 2020 +0000
Upload source
sources | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/sources b/sources
index 75620fa..73e0ae4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gst-plugins-ugly-1.18.1.tar.xz) = d7cc705d0703c9f7739d9e227bf2bb6968b4833fd628c5bef45af009d31323b4e3ca0657d7ed6ca1cca701af13b01b7c739a323cfc91c152c5808ba88fa4d666
+SHA512 (gst-plugins-ugly-1.18.2.tar.xz) = 09f841bf0c03ca70af37427acfcefbb92ee720ad9d8e2667474b518af0da186b63f0d965fc19a265771f13326d5322dea7fc3773e1ac2df161ae8acdb50cde41
3 years, 11 months
[gstreamer1-plugins-ugly] 1.18.2
by Leigh Scott
commit 381b1db3bbc6045f4eef267df1ad72bf75610361
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Dec 13 12:40:54 2020 +0000
1.18.2
gstreamer1-plugins-ugly.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gstreamer1-plugins-ugly.spec b/gstreamer1-plugins-ugly.spec
index f90e3ac..9882fd4 100644
--- a/gstreamer1-plugins-ugly.spec
+++ b/gstreamer1-plugins-ugly.spec
@@ -2,8 +2,8 @@
Summary: GStreamer 1.0 streaming media framework "ugly" plug-ins
Name: gstreamer1-plugins-ugly
-Version: 1.18.1
-Release: 2%{?dist}
+Version: 1.18.2
+Release: 1%{?dist}
License: LGPLv2+
URL: https://gstreamer.freedesktop.org/
Source0: %{url}/src/%{src_name}/%{src_name}-%{version}.tar.xz
@@ -72,6 +72,9 @@ gstreamer-plugins-good because:
%changelog
+* Sun Dec 13 2020 Leigh Scott <leigh123linux(a)gmail.com> - 1.18.2-1
+- 1.18.2
+
* Fri Nov 27 2020 Sérgio Basto <sergio(a)serjux.com> - 1.18.1-2
- Mass rebuild for x264-0.161
3 years, 11 months
[ppsspp] Fix Make commands| Add make BR
by sagitter
commit bf801b2794eea0996fe6901b52cd205d159df45c
Author: Antonio T <sagitter(a)fedoraproject.org>
Date: Sun Dec 13 12:28:05 2020 +0100
Fix Make commands| Add make BR
ppsspp.spec | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/ppsspp.spec b/ppsspp.spec
index ad944dd..c3fb8bc 100644
--- a/ppsspp.spec
+++ b/ppsspp.spec
@@ -96,6 +96,7 @@ BuildRequires: pkgconfig(libglvnd)
%{?el8:BuildRequires: pkgconfig(libpng16)}
BuildRequires: pkgconfig(glew)
BuildRequires: cmake3
+BuildRequires: make
BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: python%{python3_pkgversion}-setuptools
BuildRequires: chrpath
@@ -200,7 +201,7 @@ export CFLAGS="-O0 -g -fPIC"
-DLIBRETRO:BOOL=OFF \
-DUSING_QT_UI:BOOL=OFF \
%{common_build_options}
-%make_build
+%make_build -C build
mkdir -p build2
export LDFLAGS="%{__global_ldflags} -fPIC"
@@ -226,7 +227,7 @@ export CFLAGS="-O0 -g -fPIC"
-DUSING_QT_UI:BOOL=ON \
-DLIBRETRO:BOOL=ON \
%{common_build_options}
-%make_build
+%make_build -C build2
%install
%make_install -C build
@@ -321,6 +322,7 @@ fi
%changelog
* Sun Dec 13 2020 Antonio Trande <sagitter(a)fedoraproject.org> - 1.10.3-5
- Fix CMake options
+- Add make BR
* Sat Sep 19 2020 Leigh Scott <leigh123linux(a)gmail.com> - 1.10.3-4
- Fix desktop files so appstream data is created
3 years, 11 months
[gstreamer1-libav/f33] 1.18.2
by Leigh Scott
Summary of changes:
2efa58f... 1.18.2 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 11 months
[ppsspp] Fix CMake options
by sagitter
commit 4eedb9f2bf691adac3207234aaac825b886df04c
Author: Antonio T <sagitter(a)fedoraproject.org>
Date: Sun Dec 13 12:21:13 2020 +0100
Fix CMake options
ppsspp.spec | 26 ++++++++++++--------------
1 file changed, 12 insertions(+), 14 deletions(-)
---
diff --git a/ppsspp.spec b/ppsspp.spec
index ad848be..ad944dd 100644
--- a/ppsspp.spec
+++ b/ppsspp.spec
@@ -1,8 +1,6 @@
# https://github.com/hrydgard/ppsspp/issues/8823
ExcludeArch: %{power64}
-%global __cmake_in_source_build 1
-
# Disable LTO flags
# ... during IPA pass: pure-const
# lto1: internal compiler error: Segmentation fault
@@ -50,7 +48,7 @@ ExcludeArch: %{power64}
Name: ppsspp
Version: 1.10.3
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: A PSP emulator
License: BSD and GPLv2+
URL: https://www.ppsspp.org/
@@ -177,7 +175,7 @@ find ext Core -perm /755 -type f \( -name "*.cpp" -o -name "*.h" -o -name "*.hpp
%build
-mkdir build && pushd build
+mkdir -p build
export LDFLAGS="%{__global_ldflags} -fPIC"
export CC=gcc
@@ -190,9 +188,9 @@ export CXX=g++
%if %{with debug}
export CXXFLAGS="-O0 -g -fPIC"
export CFLAGS="-O0 -g -fPIC"
-%cmake3 -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo -DCMAKE_C_FLAGS_RELWITHDEBINFO:STRING="-O0 -g -DDEBUG" -DCMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING="-O0 -g -DDEBUG" \
+%cmake3 -B build -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo -DCMAKE_C_FLAGS_RELWITHDEBINFO:STRING="-O0 -g -DDEBUG" -DCMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING="-O0 -g -DDEBUG" \
%else
-%cmake3 -DCMAKE_BUILD_TYPE:STRING=Release \
+%cmake3 -B build -DCMAKE_BUILD_TYPE:STRING=Release \
%endif
-DOpenGL_GL_PREFERENCE:STRING=GLVND \
-DUSING_EGL:BOOL=OFF \
@@ -201,12 +199,10 @@ export CFLAGS="-O0 -g -fPIC"
-DUSE_WAYLAND_WSI:BOOL=ON \
-DLIBRETRO:BOOL=OFF \
-DUSING_QT_UI:BOOL=OFF \
- %{common_build_options} ..
+ %{common_build_options}
%make_build
-popd
-
-mkdir build2 && pushd build2
+mkdir -p build2
export LDFLAGS="%{__global_ldflags} -fPIC"
export CC=gcc
export CXX=g++
@@ -218,9 +214,9 @@ export CXX=g++
%if %{with debug}
export CXXFLAGS="-O0 -g -fPIC"
export CFLAGS="-O0 -g -fPIC"
-%cmake3 -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo -DCMAKE_C_FLAGS_RELWITHDEBINFO:STRING="-O0 -g -DDEBUG" -DCMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING="-O0 -g -DDEBUG" \
+%cmake3 -B build2 -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo -DCMAKE_C_FLAGS_RELWITHDEBINFO:STRING="-O0 -g -DDEBUG" -DCMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING="-O0 -g -DDEBUG" \
%else
-%cmake3 -DCMAKE_BUILD_TYPE:STRING=Release \
+%cmake3 -B build2 -DCMAKE_BUILD_TYPE:STRING=Release \
%endif
-DOpenGL_GL_PREFERENCE:STRING=GLVND \
-DUSING_EGL:BOOL=OFF \
@@ -229,9 +225,8 @@ export CFLAGS="-O0 -g -fPIC"
-DUSE_WAYLAND_WSI:BOOL=ON \
-DUSING_QT_UI:BOOL=ON \
-DLIBRETRO:BOOL=ON \
- %{common_build_options} ..
+ %{common_build_options}
%make_build
-popd
%install
%make_install -C build
@@ -324,6 +319,9 @@ fi
%{_datadir}/icons/%{name}/
%changelog
+* Sun Dec 13 2020 Antonio Trande <sagitter(a)fedoraproject.org> - 1.10.3-5
+- Fix CMake options
+
* Sat Sep 19 2020 Leigh Scott <leigh123linux(a)gmail.com> - 1.10.3-4
- Fix desktop files so appstream data is created
3 years, 11 months
[gstreamer1-libav] 1.18.2
by Leigh Scott
commit 2efa58f6d06cb7af7417fb63286387fee05da911
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Dec 13 10:31:52 2020 +0000
1.18.2
gstreamer1-libav.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gstreamer1-libav.spec b/gstreamer1-libav.spec
index 1eb5d97..ca1b084 100644
--- a/gstreamer1-libav.spec
+++ b/gstreamer1-libav.spec
@@ -1,5 +1,5 @@
Name: gstreamer1-libav
-Version: 1.18.1
+Version: 1.18.2
Release: 1%{?dist}
Summary: GStreamer 1.0 libav-based plug-ins
License: LGPLv2+
@@ -69,6 +69,9 @@ plug-in.
%endif
%changelog
+* Sun Dec 13 2020 Leigh Scott <leigh123linux(a)gmail.com> - 1.18.2-1
+- 1.18.2
+
* Sun Nov 1 2020 Leigh Scott <leigh123linux(a)gmail.com> - 1.18.1-1
- 1.18.1
diff --git a/sources b/sources
index 0909e7d..df112a3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gst-libav-1.18.1.tar.xz) = 1e0961c86456e43a14c8f5656562f3c910b6c52a8280e67042cc6d33498d28c97f2f650beb530dd3b23946dccb62b89587eca38e10f0d6e15645aee8d193046a
+SHA512 (gst-libav-1.18.2.tar.xz) = ad57fd08c87ecbc64adc3f904f66e2454abe9e6a2a53fbb0bab73a972a072c649d060fb0f1186e204bd5978587b0d7afe6c1b9d049b23d976b4250757097507e
3 years, 11 months
[mixxx/f32] Increase test timeout from 120 sec to 180 sec
by Uwe Klotz
commit 381900c5460c331e763647c3f87a72ef2c3bcfb7
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Sat Dec 12 13:05:04 2020 +0100
Increase test timeout from 120 sec to 180 sec
The decoding tests take more time on ARM.
mixxx.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index dd0d6a6..6cc5a33 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -169,7 +169,7 @@ rm -rf \
# Run tests
# The EngineBufferE2ETest test is disabled due to spurious failures
# for x86_64 when run on AMD EPYC. Varying tests are failing sometimes.
-%ctest3 --timeout 120 --exclude-regex EngineBufferE2ETest
+%ctest3 --timeout 180 --exclude-regex EngineBufferE2ETest
# Validate AppStream data
appstream-util \
3 years, 11 months