[chromium-freeworld] Update to 105.0.5195.102
by Leigh Scott
commit 9a6df0f8e48ccfd56e3595f0b4ad926f64fefc21
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Sep 3 11:44:15 2022 +0100
Update to 105.0.5195.102
chromium-freeworld.spec | 7 +++++--
sources | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index a5637ab..ed9c7b2 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -42,8 +42,8 @@
##############################Package Definitions######################################
Name: chromium-freeworld
-Version: 105.0.5195.52
-Release: 2%{?dist}
+Version: 105.0.5195.102
+Release: 1%{?dist}
Summary: Chromium built with all freeworld codecs and VA-API support
License: BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
URL: https://www.chromium.org/Home
@@ -515,6 +515,9 @@ appstream-util validate-relax --nonet "%{buildroot}%{_metainfodir}/%{name}.appda
%{chromiumdir}/vk_swiftshader_icd.json
#########################################changelogs#################################################
%changelog
+* Sat Sep 03 2022 Leigh Scott <leigh123linux(a)gmail.com> - 105.0.5195.102-1
+- Update to 105.0.5195.102
+
* Thu Sep 01 2022 Leigh Scott <leigh123linux(a)gmail.com> - 105.0.5195.52-2
- Enable v4l2 and disable vaapi for aarch64
diff --git a/sources b/sources
index 848e647..b26bbb0 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (chromium-105.0.5195.52.tar.xz) = a2ba0d5d988cd6e12c92d3706b74c70502cd1783cccdea26a1a452b0f05cc1e7dca81d6c22af3224343fea640b3281d96cc55873d774e004700aaa511f2dc232
+SHA512 (chromium-105.0.5195.102.tar.xz) = a5b569e1a019863cd27e03b7e834ecef284e170a41f8ff29b9d22101a45474b5157720e52e7f7438a217b8b00707bd3c414c83257c18f2d9f4d5ee46e2e06e9e
SHA512 (chromium-patches-chromium-105-patchset-1.tar.gz) = 352e46c50e9302478a48d631d283e7d5c8192a08510465e3206c28e59085a27dc377caf38b93bc1ac9092672654774b78e7e3c68b4a916564cfdc77893b740ae
2 years, 2 months
[libheif/f37] Update to 1.13.0
by Leigh Scott
Summary of changes:
8ef455d... Update to 1.13.0 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 2 months
[libheif] Update to 1.13.0
by Leigh Scott
commit 8ef455d2a9aa97de5c43479ffeb115b707c5c805
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Sep 2 17:37:10 2022 +0100
Update to 1.13.0
libheif.spec | 26 +++++++++++++++-----------
sources | 2 +-
2 files changed, 16 insertions(+), 12 deletions(-)
---
diff --git a/libheif.spec b/libheif.spec
index 8adb2bc..de5c31b 100644
--- a/libheif.spec
+++ b/libheif.spec
@@ -1,15 +1,15 @@
Name: libheif
-Version: 1.12.0
-Release: 6%{?dist}
+Version: 1.13.0
+Release: 1%{?dist}
Summary: HEIF file format decoder and encoder
License: LGPLv3+ and MIT
URL: https://github.com/strukturag/%{name}
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
-BuildRequires: autoconf
+BuildRequires: cmake
BuildRequires: gcc-c++
-BuildRequires: libtool
+BuildRequires: ninja-build
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
BuildRequires: pkgconfig(aom)
BuildRequires: pkgconfig(dav1d)
@@ -41,22 +41,22 @@ developing applications that use %{name}.
%prep
%autosetup -p1
-NOCONFIGURE=1 ./autogen.sh
rm -rf third-party/
%build
-%configure --disable-static \
- --enable-local-dav1d \
-%if 0%{?fedora}
- --enable-local-rav1e
+%cmake \
+ -GNinja \
+%if 0%{?rhel}
+ -DWITH_RAV1E=OFF \
%endif
+ -Wno-dev
-%make_build
+%cmake_build
%install
-%make_install
+%cmake_install
find %buildroot -name '*.la' -or -name '*.a' | xargs rm -f
@@ -78,11 +78,15 @@ find %buildroot -name '*.la' -or -name '*.a' | xargs rm -f
%files devel
%{_includedir}/*
+%{_libdir}/cmake/libheif/
%{_libdir}/pkgconfig/libheif.pc
%{_libdir}/*.so
%changelog
+* Fri Sep 02 2022 Leigh Scott <leigh123linux(a)gmail.com> - 1.13.0-1
+- Update to 1.13.0
+
* Sun Aug 07 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 1.12.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
5.1
diff --git a/sources b/sources
index ba7e3a8..7593de6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (libheif-1.12.0.tar.gz) = 1cc7aba9590cedb7484938aae5bc0e18a02c03e7ac61ecfb9a9230a6a32f8e72d4ca35a86ee612258a6867126457a3b2ab2af0d815021849779194cfee85ecca
+SHA512 (libheif-1.13.0.tar.gz) = df5d64f83a4935bdf9b30836e634a2349ce24521c7c59f6f1a640d8ced9c7dc42198235684e131a713ef5c10fbe063da3611c774bbde509165bd6f7f44e70bf0
2 years, 2 months