[steam/el8] Update build conditionals for Pipewire/ALSA
by Simone Caronni
commit f3464011e7478c6f48c2e4bb0c44421bb4421601
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Sun Dec 27 15:07:24 2020 +0100
Update build conditionals for Pipewire/ALSA
steam.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/steam.spec b/steam.spec
index 528f8e3..bf5d649 100644
--- a/steam.spec
+++ b/steam.spec
@@ -3,7 +3,7 @@
Name: steam
Version: 1.0.0.68
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Installer for the Steam software distribution service
# Redistribution and repackaging for Linux is allowed, see license file. udev rules are MIT.
License: Steam License Agreement and MIT
@@ -107,11 +107,8 @@ Requires: libdbusmenu-gtk3%{?_isa} >= 16.04.0
Requires: libatomic%{?_isa}
# Required by Shank
-%if 0%{?fedora}
-Requires: (alsa-plugins-pulseaudio%{?_isa} or pipewire-alsa%{?_isa})
-%else
-Requires: alsa-plugins-pulseaudio%{?_isa}
-%endif
+Requires: (alsa-plugins-pulseaudio%{?_isa} if pulseaudio)
+Requires: (pipewire-alsa%{?_isa} if pipewire)
# Game performance is increased with gamemode (for games that support it)
%if 0%{?fedora} || 0%{?rhel} >= 8
@@ -208,6 +205,9 @@ fi
%{_prefix}/lib/systemd/user.conf.d/01-steam.conf
%changelog
+* Sun Dec 27 2020 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.68-5
+- Update build conditionals for Pipewire/ALSA.
+
* Thu Dec 24 2020 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.68-4
- Remove pipewire-alsa conditional for RHEL 8.
3 years, 11 months
[steam/el7] Update build conditionals for Pipewire/ALSA
by Simone Caronni
commit 46a8c86dce0466059f4332c1ba014e22a1ad3bf2
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Sun Dec 27 15:07:24 2020 +0100
Update build conditionals for Pipewire/ALSA
steam.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/steam.spec b/steam.spec
index 2e8c9ab..a51994f 100644
--- a/steam.spec
+++ b/steam.spec
@@ -3,7 +3,7 @@
Name: steam
Version: 1.0.0.68
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Installer for the Steam software distribution service
# Redistribution and repackaging for Linux is allowed, see license file. udev rules are MIT.
License: Steam License Agreement and MIT
@@ -107,11 +107,8 @@ Requires: libdbusmenu-gtk3%{?_isa} >= 16.04.0
Requires: libatomic%{?_isa}
# Required by Shank
-%if 0%{?fedora}
-Requires: (alsa-plugins-pulseaudio%{?_isa} or pipewire-alsa%{?_isa})
-%else
-Requires: alsa-plugins-pulseaudio%{?_isa}
-%endif
+Requires: (alsa-plugins-pulseaudio%{?_isa} if pulseaudio)
+Requires: (pipewire-alsa%{?_isa} if pipewire)
# Game performance is increased with gamemode (for games that support it)
%if 0%{?fedora} || 0%{?rhel} >= 8
@@ -208,6 +205,9 @@ fi
%{_prefix}/lib/systemd/user.conf.d/01-steam.conf
%changelog
+* Sun Dec 27 2020 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.68-5
+- Update build conditionals for Pipewire/ALSA.
+
* Thu Dec 24 2020 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.68-4
- Remove pipewire-alsa conditional for RHEL 8.
3 years, 11 months
[ffmpeg] Fixup vmaf license computation
by Nicolas Chauvet
commit 88168a6851cd3675b760fb5a6ed9e268eb8428b8
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sun Dec 27 10:58:00 2020 +0100
Fixup vmaf license computation
ffmpeg.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index dfc9c16..f0b521b 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -94,7 +94,7 @@ ExclusiveArch: armv7hnl
%global lesser L
%endif
-%if 0%{!?_without_amr} || 0%{?_with_gmp} || 0%{?_with_smb}
+%if 0%{!?_without_amr} || 0%{?_with_gmp} || 0%{?_with_smb} || 0%{?_with_vmaf}
%global ffmpeg_license %{?lesser}GPLv3+
%else
%global ffmpeg_license %{?lesser}GPLv2+
3 years, 11 months
[mlt-freeworld] Update mlt-freeworld to 6.24.0
by Sérgio M. Basto
commit aa65b598eb92568cac88e04ac1b1db31fed46dfe
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Dec 26 22:12:30 2020 +0000
Update mlt-freeworld to 6.24.0
.gitignore | 1 +
mlt-freeworld.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index abfb271..0a399d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@
/mlt-6.18.0.tar.gz
/mlt-6.20.0.tar.gz
/mlt-6.22.1.tar.gz
+/mlt-6.24.0.tar.gz
diff --git a/mlt-freeworld.spec b/mlt-freeworld.spec
index 6795267..cfb699e 100644
--- a/mlt-freeworld.spec
+++ b/mlt-freeworld.spec
@@ -7,7 +7,7 @@
%global realname mlt
Name: mlt-freeworld
-Version: 6.22.1
+Version: 6.24.0
Release: 1%{?dist}
Summary: Toolkit for broadcasters, video editors, media players, transcoders
@@ -117,6 +117,9 @@ find %{buildroot} -type d -empty -delete
%{_datadir}/mlt/
%changelog
+* Sat Dec 26 2020 Sérgio Basto <sergio(a)serjux.com> - 6.24.0-1
+- Update mlt-freeworld to 6.24.0
+
* Thu Aug 20 2020 Sérgio Basto <sergio(a)serjux.com> - 6.22.1-1
- Update to 6.22.1
- Sync with Fedora
diff --git a/sources b/sources
index 7dc891c..44b76e9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (mlt-6.22.1.tar.gz) = c620b68d35c90eab650c70768a4ae631dec83ece6dd3fd8e09f9300d837d8e0f3da1b098786188f9c1216800f848dd5db7c9e5fa03e816fba3fbcf3c63324c74
+SHA512 (mlt-6.24.0.tar.gz) = c9533191aad7be894152e305a4ce3f8c1dbd652ea887774866c74aed4794eae90bd15b0b9a070e6fc22f2979e210af6ca1a2c937adcc3b0be5d39ba900df6229
3 years, 11 months