[pipewire-codec-aptx] Bump Pipewire version
by Leigh Scott
commit 80dfecd5314e31f414c5dd8070d5ce9d2129dbde
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Sep 17 06:51:05 2022 +0100
Bump Pipewire version
pipewire-codec-aptx.spec | 7 +++++--
sources | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/pipewire-codec-aptx.spec b/pipewire-codec-aptx.spec
index 3d493bc..401fb3b 100644
--- a/pipewire-codec-aptx.spec
+++ b/pipewire-codec-aptx.spec
@@ -1,11 +1,11 @@
%global spaversion 0.2
-%global pipewire_version 0.3.56
+%global pipewire_version 0.3.58
Name: pipewire-codec-aptx
Summary: PipeWire Bluetooth aptX codec plugin
Version: %{pipewire_version}
-Release: 2%{?dist}
+Release: 1%{?dist}
License: MIT
URL: https://pipewire.org/
Source0: https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/%{version}/pip...
@@ -41,6 +41,9 @@ install -pm 0755 %{_vpath_builddir}/spa/plugins/bluez5/libspa-codec-bluez5-aptx.
%{_libdir}/spa-%{spaversion}/bluez5/libspa-codec-bluez5-aptx.so
%changelog
+* Sat Sep 17 2022 Leigh Scott <leigh123linux(a)gmail.com> - 0.3.58-1
+- Bump Pipewire version
+
* Sun Aug 07 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 0.3.56-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
5.1
diff --git a/sources b/sources
index 685a6fc..6513c56 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (pipewire-0.3.56.tar.gz) = a1ba598c56130a30e573d3ce3ac5879d800d3005a47075c45353d968c97c12f74d85802cd171b61558c06c474a03bbe4885396ca430a0af6c5672ed00f43d108
+SHA512 (pipewire-0.3.58.tar.gz) = 06fb308fe6a1573ccb955f6e39aef7e4ab0d1b9f4fdeee11b9d6910940f154fac8ce7f2daae5b3ba7d1eb22771590bd13a38622d316affa2cda71bfd8d91de7b
2 years, 2 months
[discord] Update discord to 0.0.20
by Sérgio M. Basto
commit cb5a6ee455b4221ab50aaa820ccb7e5867ee2db3
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Sep 15 20:32:09 2022 +0100
Update discord to 0.0.20
discord.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/discord.spec b/discord.spec
index 0967bdf..e8148fe 100644
--- a/discord.spec
+++ b/discord.spec
@@ -4,7 +4,7 @@
%global _build_id_links none
Name: discord
-Version: 0.0.19
+Version: 0.0.20
Release: 1%{?dist}
Summary: All-in-one voice and text chat for gamers
@@ -72,6 +72,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
%changelog
+* Thu Sep 15 2022 Sérgio Basto <sergio(a)serjux.com> - 0.0.20-1
+- Update discord to 0.0.20
+
* Thu Aug 11 2022 Justin Zobel <justin(a)1707.io> - 0.0.19-1
- Update to 0.0.19
diff --git a/sources b/sources
index 611fef3..129ca20 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (discord-0.0.19.tar.gz) = 5b73f0f968ce61f5a844940e1525da80e7b2ce3779cf2050ca3c2b0b7dbee20f16e2bf203f0673d1e275d1e55075b83eb63700731be8324587b3c58c64d3a0e8
+SHA512 (discord-0.0.20.tar.gz) = 720bc8a8b61cbbe3566c34065f9831571da121d210e3f2876c34cb964d60bab33f8dc16f7ca758e918cd8f35a69699c0b9063782e6c95087c0baa41a6d0e7cf5
2 years, 2 months
[vcmi] New upstream release
by Leigh Scott
commit ea3c6e3f4ad9bafb6fcacaaa45f2ee032ec8ee39
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Sep 14 22:36:40 2022 +0100
New upstream release
.gitignore | 1 +
fix_ffmpeg_suffix.patch | 20 ++++++++++----------
sources | 4 ++--
vcmi.spec | 44 +++++++++++++++++++++-----------------------
4 files changed, 34 insertions(+), 35 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6ed0011..e918956 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
results_vcmi/
/vcmi-*/
*.src.rpm
+/vcmi.tar.gz
diff --git a/fix_ffmpeg_suffix.patch b/fix_ffmpeg_suffix.patch
index a8f076d..0181037 100644
--- a/fix_ffmpeg_suffix.patch
+++ b/fix_ffmpeg_suffix.patch
@@ -1,11 +1,11 @@
---- a/cmake_modules/FindFFmpeg.cmake
-+++ b/cmake_modules/FindFFmpeg.cmake
-@@ -79,7 +79,7 @@ macro(find_component _component _pkgconf
- ${PC_LIB${_component}_INCLUDEDIR}
- ${PC_LIB${_component}_INCLUDE_DIRS}
- PATH_SUFFIXES
-- ffmpeg
-+ compat-ffmpeg4
- )
+--- a/cmake_modules/Findffmpeg.cmake
++++ b/cmake_modules/Findffmpeg.cmake
+@@ -73,6 +73,8 @@ function (_ffmpeg_find component headern
+ /opt/lib
+ /usr/freeware/lib64
+ "${ffmpeg_ROOT}/bin"
++ PATH_SUFFIXES
++ ffmpeg
+ DOC "FFMPEG's ${component} library")
+ mark_as_advanced("ffmpeg_${component}_LIBRARY")
- find_library(${_component}_LIBRARIES NAMES ${_library}
diff --git a/sources b/sources
index 736f1ec..590d947 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (vcmi-f06c8a8.tar.gz) = 9c646c30e4b670fc362b505bd06b90153383a9f160a43710e03776c55ad6c77de4b50d31dd80934f2176299899028e76ab50cce362c0a051bf370cec66cba287
+SHA512 (vcmi.tar.gz) = d0b6ce3e51bd7e45bfd98bf4edfb219b64fdbdc765926a1b7ca44455c68390b18f72e5f4f44daade50bdca228bbd5c4d2ef4ace296a3a6be9eb2a82aee169f85
SHA512 (fuzzylite-9751a75.tar.gz) = 0925487f00a0997b8ea9819a8d2f5161f797b3f3b2e69cc0859fd85d85859a013e5b6775e4a5bbf5ad5422f62139a592f03b885d567e3dcab69f7a6dab4fe9d7
-SHA512 (vcmi.zip) = f64966dfc1446fafa11870875a63a8bf48c2d8d80852ecf8337914a36fbc6061e21ffdbe9f0db872b442690c74e7c68f84ecc33d9de83246bed57b69f8cc0d71
+SHA512 (vcmi-1.0.0.tar.gz) = c88d307594dc73c2eb22b3c5237b9e37ea1e2f98cac2b10882a040a96fcf903ac6ec140f1cf031417c71c414e271a17d29409d4395402a669737573c6ee09ef0
diff --git a/vcmi.spec b/vcmi.spec
index 6b915f9..7505e9a 100644
--- a/vcmi.spec
+++ b/vcmi.spec
@@ -2,31 +2,27 @@ Name: vcmi
Summary: Heroes of Might and Magic 3 game engine
URL: https://vcmi.eu/
-%global commit f06c8a872592bddfbe3fd5116979af0679f27bd3
-%global scommit %(c=%{commit}; echo ${c:0:7})
-
%global fuzzylite_commit 9751a751a17c0682ed5d02e583c6a0cda8bc88e5
%global fuzzylite_scommit %(c=%{fuzzylite_commit}; echo ${c:0:7})
%global fuzzylite_version 6.0
-Version: 0.99^20190113git%{scommit}
-Release: 7%{?dist}
+Version: 1.0.0
+Release: 1%{?dist}
# vcmi is GPLv2+, fyzzylight is GPLv3
License: GPLv2+ and GPLv3
-Source0: https://github.com/%{name}/%{name}/archive/%{commit}/%{name}-%{scommit}.t...
+Source0: https://github.com/vcmi/vcmi/archive/refs/tags/%{version}/%{name}-%{versi...
Source1: https://github.com/fuzzylite/fuzzylite/archive/%{fuzzylite_commit}/fuzzyl...
# Enable extra resolutions
# https://forum.vcmi.eu/t/where-is-the-mod-for-resolutions-other-than-800x6...
# https://www.dropbox.com/sh/fwor43x5xrgzx6q/AABpTFqGK7Q9almbyr3hp9jma/mods... (not directly downloadable)
-Source2: %{name}.zip
+# unzip delete Maps and repack as tar.gz
+Source2: %{name}.tar.gz
-# Boost 1.71+
-Patch1: https://github.com/vcmi/vcmi/commit/ac81d0f.patch
-Patch2: fix_ffmpeg_suffix.patch
+Patch0: fix_ffmpeg_suffix.patch
# The Koji builder gets killed here, but I don't expect people to use this there
ExcludeArch: ppc64le
@@ -47,9 +43,12 @@ BuildRequires: boost-system >= 1.51
BuildRequires: boost-thread >= 1.51
BuildRequires: boost-program-options >= 1.51
BuildRequires: boost-locale >= 1.51
+BuildRequires: libappstream-glib
+BuildRequires: luajit-devel
BuildRequires: minizip-devel
+BuildRequires: tbb-devel
BuildRequires: zlib-devel
-BuildRequires: compat-ffmpeg4-devel
+BuildRequires: ffmpeg-devel
BuildRequires: qt5-qtbase-devel
Requires: hicolor-icon-theme
@@ -76,28 +75,23 @@ Data files for the VCMI project, a %{summary}.
%prep
-%setup -q -a1 -a2 -n %{name}-%{commit}
+%autosetup -p1
# fuzzyight from Source1:
-rmdir AI/FuzzyLite
-mv fuzzylite-%{fuzzylite_commit} AI/FuzzyLite
+tar -xf %{SOURCE1} -C AI/FuzzyLite --strip-components=1
# mods from Source2:
-mv vcmi/Mods/* Mods && rm -rf vcmi
+tar -xf %{SOURCE2} -C Mods --strip-components=2
dos2unix README.md license.txt AUTHORS ChangeLog
-%patch1 -p1
-%patch2 -p1
-
# Don't show GITDIR-NOTFOUND in the window title
-sed -i 's/GITDIR-NOTFOUND/%{scommit}/' cmake_modules/*
-
+sed -i 's/GITDIR-NOTFOUND/%{version}/' cmake_modules/*
%build
# low effort fix of some cmake brokenness
-export CXXFLAGS="%{build_cxxflags} -I/usr/include/compat-ffmpeg4"
+export CXXFLAGS="%{build_cxxflags} -I/usr/include/ffmpeg"
-%cmake \
+%cmake -Wno-dev \
-DENABLE_TEST=0 \
-UCMAKE_INSTALL_LIBDIR \
-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=ON \
@@ -116,7 +110,7 @@ export CXXFLAGS="%{build_cxxflags} -I/usr/include/compat-ffmpeg4"
%check
desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
-
+appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/eu.vcmi.VCMI.metainfo.xml
%ldconfig_scriptlets
@@ -133,6 +127,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
# keep this in the main package, because GNOME Software etc.
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/*/apps/vcmiclient.png
+%{_metainfodir}/eu.vcmi.VCMI.metainfo.xml
%files data
@@ -141,6 +136,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
%changelog
+* Wed Sep 14 2022 Leigh Scott <leigh123linux(a)gmail.com> - 1.0.0-1
+- New upstream release
+
* Mon Aug 08 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 0.99^20190113gitf06c8a8-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
5.1
2 years, 2 months
[chromium-freeworld] Update to 105.0.5195.125
by Leigh Scott
commit c3425ffba58261489d5049821700a477662abaac
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Sep 14 00:25:31 2022 +0100
Update to 105.0.5195.125
chromium-freeworld.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index ed9c7b2..8da195c 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -42,7 +42,7 @@
##############################Package Definitions######################################
Name: chromium-freeworld
-Version: 105.0.5195.102
+Version: 105.0.5195.125
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)
@@ -515,6 +515,9 @@ appstream-util validate-relax --nonet "%{buildroot}%{_metainfodir}/%{name}.appda
%{chromiumdir}/vk_swiftshader_icd.json
#########################################changelogs#################################################
%changelog
+* Tue Sep 13 2022 Leigh Scott <leigh123linux(a)gmail.com> - 105.0.5195.125-1
+- Update to 105.0.5195.125
+
* Sat Sep 03 2022 Leigh Scott <leigh123linux(a)gmail.com> - 105.0.5195.102-1
- Update to 105.0.5195.102
diff --git a/sources b/sources
index b26bbb0..268ac3e 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (chromium-105.0.5195.102.tar.xz) = a5b569e1a019863cd27e03b7e834ecef284e170a41f8ff29b9d22101a45474b5157720e52e7f7438a217b8b00707bd3c414c83257c18f2d9f4d5ee46e2e06e9e
+SHA512 (chromium-105.0.5195.125.tar.xz) = a8aaa24d779b69ee8173ed45006c9e7d6ada57de465cfa0a15720f3cd72d271f0560cedf8ae4aa0fde45ae6b750bb4577dcb23349d9cb49a036a7f0a4a5d68ac
SHA512 (chromium-patches-chromium-105-patchset-1.tar.gz) = 352e46c50e9302478a48d631d283e7d5c8192a08510465e3206c28e59085a27dc377caf38b93bc1ac9092672654774b78e7e3c68b4a916564cfdc77893b740ae
2 years, 2 months