[obs-studio] Fix detecting pipewire-libjack so jack plugin is built
by Neal Gompa
commit 73230053599eefa96ce4acebf795d4f74b8d4957
Author: Neal Gompa <ngompa13(a)gmail.com>
Date: Wed May 5 22:11:20 2021 -0400
Fix detecting pipewire-libjack so jack plugin is built
...Fix-to-support-finding-PipeWire-s-libjack.patch | 48 ++++++++++++++++++++++
obs-studio.spec | 7 +++-
2 files changed, 54 insertions(+), 1 deletion(-)
---
diff --git a/0001-cmake-Fix-to-support-finding-PipeWire-s-libjack.patch b/0001-cmake-Fix-to-support-finding-PipeWire-s-libjack.patch
new file mode 100644
index 0000000..7589884
--- /dev/null
+++ b/0001-cmake-Fix-to-support-finding-PipeWire-s-libjack.patch
@@ -0,0 +1,48 @@
+From 0a6d33ae0874e86f81ac55c7f892c9e1e0252f53 Mon Sep 17 00:00:00 2001
+From: Neal Gompa <ngompa13(a)gmail.com>
+Date: Wed, 5 May 2021 22:05:04 -0400
+Subject: [PATCH] cmake: Fix to support finding PipeWire's libjack
+
+With Linux distributions that have all audio go through PipeWire,
+we want to be able to use the PipeWire version of libjack, even
+though the library is installed to a non-standard path.
+
+In particular, this impacts Fedora Linux, which is the first
+distribution to have made this change.
+
+Reference: https://fedoraproject.org/wiki/Changes/DefaultPipeWire
+---
+ cmake/Modules/FindJack.cmake | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+diff --git a/cmake/Modules/FindJack.cmake b/cmake/Modules/FindJack.cmake
+index 4bdfe0a7e..bce156268 100644
+--- a/cmake/Modules/FindJack.cmake
++++ b/cmake/Modules/FindJack.cmake
+@@ -33,6 +33,7 @@ else (JACK_LIBRARIES AND JACK_INCLUDE_DIRS)
+ NAMES
+ jack/jack.h
+ PATHS
++ ${_JACK_INCLUDE_DIRS}
+ ${_JACK_INCLUDEDIR}
+ /usr/include
+ /usr/local/include
+@@ -44,10 +45,15 @@ else (JACK_LIBRARIES AND JACK_INCLUDE_DIRS)
+ NAMES
+ jack
+ PATHS
++ ${_JACK_LIBRARY_DIRS}
+ ${_JACK_LIBDIR}
++ /usr/lib64
+ /usr/lib
++ /usr/local/lib64
+ /usr/local/lib
++ /opt/local/lib64
+ /opt/local/lib
++ /sw/lib64
+ /sw/lib
+ )
+
+--
+2.31.1
+
diff --git a/obs-studio.spec b/obs-studio.spec
index 7176c0f..a56172f 100644
--- a/obs-studio.spec
+++ b/obs-studio.spec
@@ -19,13 +19,15 @@
Name: obs-studio
Version: 27.0.0~rc3
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Open Broadcaster Software Studio
License: GPLv2+
URL: https://obsproject.com/
Source0: https://github.com/obsproject/obs-studio/archive/%{version_no_tilde}/%{na...
Source1: https://github.com/obsproject/obs-vst/archive/%{commit1}/obs-vst-%{shortc...
+# From: https://github.com/obsproject/obs-studio/pull/4657
+Patch0001: 0001-cmake-Fix-to-support-finding-PipeWire-s-libjack.patch
BuildRequires: gcc
BuildRequires: cmake3
@@ -167,6 +169,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata
%{_includedir}/obs/
%changelog
+* Wed May 05 2021 Neal Gompa <ngompa13(a)gmail.com> - 27.0.0~rc3-2
+- Fix detecting pipewire-libjack so jack plugin is built
+
* Wed May 05 2021 Neal Gompa <ngompa13(a)gmail.com> - 27.0.0~rc3-1
- Bump to 27.0.0~rc3
3 years, 7 months
[mixxx] Discable failing tests on %{arm32}
by Uwe Klotz
commit 3e2951d1c7407acda6b5b845e3c9c58337d6fddc
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Thu May 6 01:00:55 2021 +0200
Discable failing tests on %{arm32}
mixxx.spec | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 50dbac1..04c93c1 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -186,14 +186,21 @@ rm -rf \
# TODO: Enable ControllerEngine NaN tests on ARM after the cause for
# the failing tests has been found and fixed.
-%ifarch %{arm32} %{arm64}
+%ifarch %{arm32}
%global ctest_timeout_secs 300
- %global ctest_exclude_regex setValue_IgnoresNaN|setParameter_NaN|EngineBufferE2ETest.RubberbandReverseTest
+ %global ctest_exclude_regex setValue_IgnoresNaN|setParameter_NaN|ZeroLatencyRateChangeQuant|ZeroLatencyRateDiffQuant|RubberbandReverseTest
+%endif
+
+# TODO: Enable ControllerEngine NaN tests on ARM after the cause for
+# the failing tests has been found and fixed.
+%ifarch %{arm64}
+ %global ctest_timeout_secs 300
+ %global ctest_exclude_regex setValue_IgnoresNaN|setParameter_NaN|RubberbandReverseTest
%endif
%ifarch %{power64}
%global ctest_timeout_secs 240
- %global ctest_exclude_regex EngineBufferE2ETest.RubberbandReverseTest
+ %global ctest_exclude_regex RubberbandReverseTest
%endif
# Run tests
3 years, 7 months
[stella/f34] Update sources
by Sérgio M. Basto
Summary of changes:
18d0b1d... Update sources (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 7 months
[stella] Update sources
by Sérgio M. Basto
commit 18d0b1d914657619eff6ab894a45646a8d626eb3
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed May 5 21:51:24 2021 +0100
Update sources
.gitignore | 1 +
sources | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitignore b/.gitignore
index 5588f38..a2879cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ stella-4.7.2-src.tar.xz
/stella-6.1.2-src.tar.xz
/stella-6.2.1-src.tar.xz
/stella-6.4-src.tar.xz
+/stella-6.5.3-src.tar.xz
diff --git a/sources b/sources
index 4e0f066..b8a1f53 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (stella-6.4-src.tar.xz) = ca74b24f983554d13c63178bc6fbcf1269cc77d4df3553d2c33581624afd939fe7a3bbca262fa52ea4c89b5773040e184672dbf55662ce9623ffc16b9b8d8fd2
+SHA512 (stella-6.5.3-src.tar.xz) = 67fe45c0be510494e4c3ead91ee5f7c9a8ba7059b76beb15e794ef49144c8f0fb57d7c7476f4f299e573e37ea1c41f2fb094ca10974f3bcda797fc69c9bd2986
3 years, 7 months
[stella/f34] Update stella to 6.5.3
by Sérgio M. Basto
Summary of changes:
ad7112e... Update stella to 6.5.3 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 7 months
[stella] Update stella to 6.5.3
by Sérgio M. Basto
commit ad7112e1a43115046c69de03d763f77df1f5912b
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed May 5 21:11:55 2021 +0100
Update stella to 6.5.3
stella.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/stella.spec b/stella.spec
index f134107..126db0e 100644
--- a/stella.spec
+++ b/stella.spec
@@ -1,7 +1,7 @@
#global prerel pre9
Name: stella
-Version: 6.4
-Release: 2%{?dist}
+Version: 6.5.3
+Release: 1%{?dist}
License: GPLv2+
Summary: A multi-platform Atari 2600 Video Computer System emulator
Group: Applications/Emulators
@@ -70,6 +70,9 @@ rm %{buildroot}%{_docdir}/%{name}/Copyright.txt
%changelog
+* Wed May 05 2021 Sérgio Basto <sergio(a)serjux.com> - 6.5.3-1
+- Update stella to 6.5.3
+
* Thu Feb 04 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 6.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
3 years, 7 months
[obs-studio/f34] Bump to 27.0.0~rc3
by Neal Gompa
Summary of changes:
1b7a5f6... Bump to 27.0.0~rc3 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 7 months
[obs-studio] Bump to 27.0.0~rc3
by Neal Gompa
commit 1b7a5f675539c955e29acf0522b148cba4234742
Author: Neal Gompa <ngompa13(a)gmail.com>
Date: Wed May 5 14:27:22 2021 -0400
Bump to 27.0.0~rc3
obs-studio.spec | 11 +++++++++--
sources | 2 +-
2 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/obs-studio.spec b/obs-studio.spec
index 93bb269..7176c0f 100644
--- a/obs-studio.spec
+++ b/obs-studio.spec
@@ -18,8 +18,8 @@
%global shortcommit1 %(c=%{commit1}; echo ${c:0:7})
Name: obs-studio
-Version: 27.0.0~rc2
-Release: 2%{?dist}
+Version: 27.0.0~rc3
+Release: 1%{?dist}
Summary: Open Broadcaster Software Studio
License: GPLv2+
@@ -41,7 +41,11 @@ BuildRequires: fdk-aac-free-devel
BuildRequires: ffmpeg-devel
BuildRequires: fontconfig-devel
BuildRequires: freetype-devel
+%if 0%{?fedora} >= 34 || 0%{?rhel} >= 9
+BuildRequires: pipewire-jack-audio-connection-kit-devel
+%else
BuildRequires: jack-audio-connection-kit-devel
+%endif
BuildRequires: jansson-devel
BuildRequires: libcurl-devel
BuildRequires: libftl-devel
@@ -163,6 +167,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata
%{_includedir}/obs/
%changelog
+* Wed May 05 2021 Neal Gompa <ngompa13(a)gmail.com> - 27.0.0~rc3-1
+- Bump to 27.0.0~rc3
+
* Thu Apr 22 2021 Leigh Scott <leigh123linux(a)gmail.com> - 27.0.0~rc2-2
- Rebuild for libftl issue (rfbz5978)
diff --git a/sources b/sources
index c6d499f..736c10a 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (obs-studio-27.0.0-rc2.tar.gz) = 83261a023dcca55088a661453f27ba8579a963c82428472516533441539d50dea64dc475e21beed64a1dc5a66ac521ca463a9ca201fa8d8f6d4c7ffb8ccdc08f
+SHA512 (obs-studio-27.0.0-rc3.tar.gz) = 6f533d1f4542c893f1b2f067f0eba408148f073a78df912a7efc374f36b78fd6ab51c912bdeb5097cd85f05cbef358c9d18761f3a78c9cec656f65bff9ebfcce
SHA512 (obs-vst-24b03e8.tar.gz) = 3800ecc1072a6ec15c525520bd083c8d2f7d50573af0c8e941efcd21f53b0b744bcb9619315d131bc6d23ce3fb03eb22bc90a8c2b567f05389aacdbbca5ee013
3 years, 7 months
[mixxx/f32] Hardcode supported ARM architectures
by Uwe Klotz
commit fe6eec9d8f6dab92507480cd40f6f5a1d832146b
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Wed May 5 18:41:34 2021 +0200
Hardcode supported ARM architectures
The macros %{arm32} and %{arm64} are introduced with RPM 4.16 in f33.
mixxx.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index f558001..88e4125 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -186,7 +186,7 @@ rm -rf \
# TODO: Enable ControllerEngine NaN tests on ARM after the cause for
# the failing tests has been found and fixed.
-%ifarch %{arm32} %{arm64}
+%ifarch armv7hl aarch64
%global ctest_timeout_secs 300
%global ctest_exclude_regex setValue_IgnoresNaN|setParameter_NaN|EngineBufferE2ETest.RubberbandReverseTest
%endif
3 years, 7 months
[vlc/el7: 3/3] Merge branch 'master' into el7
by Nicolas Chauvet
commit 0961aee68f22b46304d351d7c094115ef406b1ba
Merge: 1a7864e ea58e78
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed May 5 15:31:54 2021 +0200
Merge branch 'master' into el7
vlc.spec | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
3 years, 7 months