[vlc] Explicit comment about compat-ffmpeg4 usage
by Nicolas Chauvet
commit 062d42a55f4b01a080643b92ba0757114fa283f0
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Apr 17 09:30:21 2023 +0200
Explicit comment about compat-ffmpeg4 usage
vlc.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/vlc.spec b/vlc.spec
index 1b6287f..c49ef06 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -93,6 +93,8 @@ BuildRequires: cdparanoia-devel
%{?_with_dav1d:BuildRequires: libdav1d-devel}
BuildRequires: pkgconfig(dbus-1)
%{?_with_faad2:BuildRequires: faad2-devel}
+# vlc-3 works with ffmpeg <= 4 for vaapi support
+#https://code.videolan.org/videolan/vlc/-/issues/26772
%if 0%{?fedora} >= 36 || 0%{?rhel} >= 9
%{?_with_ffmpeg:BuildRequires: compat-ffmpeg4-devel}
%else
1 year, 7 months
[steam/el7] Apply again workaround for steam-devices removed by mistake
by Simone Caronni
commit 72cc84fb027d2d270b9970b0a45554cff280cec4
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Sun Apr 16 17:57:14 2023 +0200
Apply again workaround for steam-devices removed by mistake
steam.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/steam.spec b/steam.spec
index 016526c..5905b5a 100644
--- a/steam.spec
+++ b/steam.spec
@@ -5,7 +5,7 @@
Name: steam
Version: 1.0.0.76
-Release: 1%{?dist}
+Release: 2%{?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
@@ -194,6 +194,9 @@ fi
%{_udevrulesdir}/*
%changelog
+* Sun Apr 16 2023 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.76-2
+- Apply again workaround for steam-devices removed by mistake.
+
* Tue Mar 07 2023 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.76-1
- Update to 1.0.0.76.
- Separate SPEC file per distribution.
1 year, 7 months
[steam/el8] Apply again workaround for steam-devices removed by mistake
by Simone Caronni
commit b318bcbb94b8c9f37ec6efef9bc1de8d2dbcd941
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Sun Apr 16 17:57:14 2023 +0200
Apply again workaround for steam-devices removed by mistake
steam.spec | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/steam.spec b/steam.spec
index a354d87..70afb8c 100644
--- a/steam.spec
+++ b/steam.spec
@@ -5,7 +5,7 @@
Name: steam
Version: 1.0.0.76
-Release: 1%{?dist}
+Release: 2%{?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
@@ -122,7 +122,9 @@ This package contains the installer for the Steam software distribution service.
%package devices
Summary: Permissions required by Steam for gaming devices
-BuildArch: noarch
+# Until the infra can deal with noarch sub-packages from excludearch/exclusivearch
+# keep the sub-package arched
+#BuildArch: noarch
Provides: steam-devices = %{?epoch:%{epoch}:}%{version}-%{release}
Obsoletes: steam-devices < %{?epoch:%{epoch}:}%{version}-%{release}
@@ -189,6 +191,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{appstream_id
%{_udevrulesdir}/*
%changelog
+* Sun Apr 16 2023 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.76-2
+- Apply again workaround for steam-devices removed by mistake.
+
* Tue Mar 07 2023 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.76-1
- Update to 1.0.0.76.
- Separate SPEC file per distribution.
1 year, 7 months
[libheif-freeworld] Obsolete libheif-hevc to prevent conflict
by Sérgio M. Basto
commit f73630631392b5c8dc1ea779e61ce1211a6cea80
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Apr 16 15:04:19 2023 +0100
Obsolete libheif-hevc to prevent conflict
libheif-freeworld.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libheif-freeworld.spec b/libheif-freeworld.spec
index c1366b1..d6a814a 100644
--- a/libheif-freeworld.spec
+++ b/libheif-freeworld.spec
@@ -1,6 +1,6 @@
Name: libheif-freeworld
Version: 1.15.1
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: HEVC support for HEIF and AVIF file format decoder and encoder
License: LGPL-3.0-or-later and MIT
@@ -16,8 +16,8 @@ BuildRequires: pkgconfig(libde265)
BuildRequires: pkgconfig(x265)
Requires: libheif%{_isa} = %{version}
Supplements: libheif%{_isa}
-Obsoletes: libheif-hevc < %{version}-%{release}
Provides: libheif-hevc = %{version}-%{release}
+Obsoletes: libheif-hevc < %{version}-%{release}
%description
libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format)
@@ -61,6 +61,9 @@ popd
%{_libdir}/libheif/libheif-x265.so
%changelog
+* Sun Apr 16 2023 Sérgio Basto <sergio(a)serjux.com> - 1.15.1-5
+- Obsolete libheif-hevc to prevent conflict
+
* Tue Apr 11 2023 Sérgio Basto <sergio(a)serjux.com> - 1.15.1-4
- add supplements:libheif
1 year, 7 months
[libheif-freeworld] Obsolete libheif-hevc to prevent conflict
by Leigh Scott
commit 04cc71d8f321201404ad89d0218467ce56423204
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Apr 16 09:21:39 2023 +0100
Obsolete libheif-hevc to prevent conflict
libheif-freeworld.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libheif-freeworld.spec b/libheif-freeworld.spec
index 2766efb..c1366b1 100644
--- a/libheif-freeworld.spec
+++ b/libheif-freeworld.spec
@@ -16,8 +16,8 @@ BuildRequires: pkgconfig(libde265)
BuildRequires: pkgconfig(x265)
Requires: libheif%{_isa} = %{version}
Supplements: libheif%{_isa}
-Provides: libheif-hevc = %{version}
-Provides: libheif-hevc%{_isa} = %{version}
+Obsoletes: libheif-hevc < %{version}-%{release}
+Provides: libheif-hevc = %{version}-%{release}
%description
libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format)
1 year, 7 months