[chromium-freeworld] Update to 110.0.5481.177
by Leigh Scott
commit a50e2b8419f190f248ad0f027648058a2cf78517
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Feb 22 22:54:38 2023 +0000
Update to 110.0.5481.177
chromium-freeworld.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index ba54a18..4164152 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -42,7 +42,7 @@
##############################Package Definitions######################################
Name: chromium-freeworld
-Version: 110.0.5481.100
+Version: 110.0.5481.177
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)
@@ -512,6 +512,9 @@ appstream-util validate-relax --nonet "%{buildroot}%{_metainfodir}/%{name}.appda
%{chromiumdir}/vk_swiftshader_icd.json
#########################################changelogs#################################################
%changelog
+* Wed Feb 22 2023 Leigh Scott <leigh123linux(a)gmail.com> - 110.0.5481.177-1
+- Update to 110.0.5481.177
+
* Thu Feb 16 2023 Leigh Scott <leigh123linux(a)gmail.com> - 110.0.5481.100-1
- Update to 110.0.5481.100
diff --git a/sources b/sources
index 5653660..f2077a3 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (chromium-110.0.5481.100.tar.xz) = d2fbc32db2995335c86548edb4e5e5967df23d4e9648417cec72f8facadc7a7c96e4c1c528dd330dbe185140e7c4ecb9ec28494d87cbc8b4def460f10fde412c
+SHA512 (chromium-110.0.5481.177.tar.xz) = 542125f7530409ae37950a0870c0349d5bea218ebd8deb6bf9929b14f8b1f31ab8a4d910fbb66e5b6fc1e4a1a41c01d12a36dc2d4005d8dcd2b8f1724e7d570b
SHA512 (chromium-patches-chromium-110-patchset-4.tar.gz) = 99a0de33ac0336c2cc845698fa50a9bcb380b3bcfef8e341044e43c998ccb11278e310a6f9fa0b5abf7a9dc718b5abc5e1afa3c90866460f763b6ab8d438cfa2
1 year, 9 months
[xmltv] Update to xmltv 1.2.0 release
by Gary Buhrmaster
commit 068bb51f1f209e8506c35ccf2689ddd0ec222d63
Author: Gary Buhrmaster <gary.buhrmaster(a)gmail.com>
Date: Tue Feb 21 19:02:11 2023 +0000
Update to xmltv 1.2.0 release
Remove perl compat requirements (now done via perl-generators)
Modernize perl make/install (with el7 compat)
Adjust file globbing per recent packaging guidelines (with el7 compat)
SPDX license (actual license is GPL-2.0 per upstream)
.gitignore | 1 +
sources | 2 +-
xmltv.spec | 26 ++++++++++++++++----------
3 files changed, 18 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2571b33..d65142b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ xmltv-0.5.67.tar.bz2
/xmltv-v1.1.0.tar.gz
/xmltv-v1.1.1.tar.gz
/xmltv-v1.1.2.tar.gz
+/xmltv-v1.2.0.tar.gz
diff --git a/sources b/sources
index 4dc0fd0..46a2653 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xmltv-v1.1.2.tar.gz) = 5567db0b6d28e5d6afe4b6c96bd61cc0ac6192e7f783136cf61fdeee07cc3bf5510d5bc0eed13e31f0c4afae94c8862b93eb4dc2bac1c3b0308dc599c6e6b550
+SHA512 (xmltv-v1.2.0.tar.gz) = 8d37c45d5ea0b424baa88d3fa2ad157feeabab28adf9d1f220935923971830cbbc9738e5f85f06f8a9b3efff8b7dbc86560687e97f937ad1d4e0fb8e906374e4
diff --git a/xmltv.spec b/xmltv.spec
index 3ec5861..244b39b 100644
--- a/xmltv.spec
+++ b/xmltv.spec
@@ -1,9 +1,9 @@
Name: xmltv
-Version: 1.1.2
-Release: 3%{?dist}
+Version: 1.2.0
+Release: 1%{?dist}
Summary: A set of utilities to manage your TV viewing
-License: GPLv2+
+License: GPL-2.0
URL: http://xmltv.org/wiki/
Source0: https://github.com/XMLTV/xmltv/archive/v%{version}/xmltv-v%{version}.tar.gz
@@ -133,7 +133,6 @@ read and write XML documents.
%package -n perl-XMLTV
Summary: Perl modules for managing your TV viewing
-Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires: perl(Term::ProgressBar)
Requires: perl(Lingua::Preferred)
@@ -182,15 +181,15 @@ This package contains graphical frontends to xmltv.
%build
-%{__perl} Makefile.PL -default INSTALLDIRS=vendor
+perl Makefile.PL -default INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1
%{make_build}
%install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-make share_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -delete
-%{_fixperms} $RPM_BUILD_ROOT
+make pure_install DESTDIR=%{buildroot}
+make share_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -delete
+%{_fixperms} %{buildroot}
%check
@@ -243,7 +242,7 @@ make test
%files -n perl-XMLTV
%{perl_vendorlib}/XMLTV.pm
%{perl_vendorlib}/XMLTV
-%{_mandir}/man3/*.3*
+%{_mandir}/man3/XMLTV*.3*
%files grabbers
%{_bindir}/tv_grab_*
@@ -255,6 +254,13 @@ make test
%changelog
+* Tue Feb 21 2023 Gary Buhrmaster <gary.buhrmaster(a)gmail.com> - 1.2.0-1
+- Update to xmltv 1.2.0 release
+- Remove perl compat requirements (now done via perl-generators)
+- Modernize perl make/install (with el7 compat)
+- Adjust file globbing per recent packaging guidelines (with el7 compat)
+- SPDX license (actual license is GPL-2.0 per upstream)
+
* Mon Aug 08 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 1.1.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
5.1
1 year, 9 months
[deadbeef/f37] (5 commits) ...New Fix.
by Vasiliy Glazov
Summary of changes:
0bb7c43... Update to 1.9.5. (*)
1cc1c2d... Fix build with GCC 13. (*)
94b669a... Switch to Pipewire. (*)
f608a67... New build fix. (*)
e8cf75b... New Fix. (*)
(*) This commit already existed in another branch; no separate mail sent
1 year, 9 months
[deadbeef/f38] (5 commits) ...New Fix.
by Vasiliy Glazov
Summary of changes:
0bb7c43... Update to 1.9.5. (*)
1cc1c2d... Fix build with GCC 13. (*)
94b669a... Switch to Pipewire. (*)
f608a67... New build fix. (*)
e8cf75b... New Fix. (*)
(*) This commit already existed in another branch; no separate mail sent
1 year, 9 months
[deadbeef] New Fix.
by Vasiliy Glazov
commit e8cf75b9d99709202b1d7335b4217bd969cd0d99
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Mon Feb 20 11:14:44 2023 +0300
New Fix.
deadbeef.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/deadbeef.spec b/deadbeef.spec
index 52b7a54..10d004a 100644
--- a/deadbeef.spec
+++ b/deadbeef.spec
@@ -95,6 +95,7 @@ tar -xvf %{SOURCE2}
mv ddb_dsp_libretro-%{ddb_dsp_libretro_commit}/* external/ddb_dsp_libretro
sed -i 's|#include <stdint.h>||' external/ddb_dsp_libretro/sinc_resampler.h
sed -i "s|#pragma once|#pragma once\n#include <cstdint>|" external/ddb_dsp_libretro/sinc_resampler.h
+sed -i "s|size_t|std::size_t|" external/ddb_dsp_libretro/sinc_resampler.h
tar -xvf %{SOURCE3}
mv ddb_output_pw-%{ddb_output_pw_commit}/* external/ddb_output_pw
1 year, 9 months
[deadbeef] New build fix.
by Vasiliy Glazov
commit f608a67e5e9341097b5c3d4d0e43485f12df00c5
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Mon Feb 20 10:58:51 2023 +0300
New build fix.
deadbeef.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/deadbeef.spec b/deadbeef.spec
index d61dc26..52b7a54 100644
--- a/deadbeef.spec
+++ b/deadbeef.spec
@@ -93,7 +93,8 @@ mv mp4p-%{mp4p_commit}/* external/mp4p
tar -xvf %{SOURCE2}
mv ddb_dsp_libretro-%{ddb_dsp_libretro_commit}/* external/ddb_dsp_libretro
-sed -i 's|#include <stdint.h>|#include <cstdint>|' external/ddb_dsp_libretro/sinc_resampler.h
+sed -i 's|#include <stdint.h>||' external/ddb_dsp_libretro/sinc_resampler.h
+sed -i "s|#pragma once|#pragma once\n#include <cstdint>|" external/ddb_dsp_libretro/sinc_resampler.h
tar -xvf %{SOURCE3}
mv ddb_output_pw-%{ddb_output_pw_commit}/* external/ddb_output_pw
1 year, 9 months
[deadbeef] Switch to Pipewire.
by Vasiliy Glazov
commit 94b669a5cebb2091c14b27f2f353944529929030
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Mon Feb 20 10:43:15 2023 +0300
Switch to Pipewire.
deadbeef.spec | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/deadbeef.spec b/deadbeef.spec
index 8262f24..d61dc26 100644
--- a/deadbeef.spec
+++ b/deadbeef.spec
@@ -45,7 +45,7 @@ BuildRequires: pkgconfig(samplerate)
BuildRequires: pkgconfig(sndfile)
BuildRequires: libtool
BuildRequires: pkgconfig(vorbis)
-BuildRequires: pkgconfig(libpulse)
+BuildRequires: pkgconfig(libpipewire-0.3)
BuildRequires: pkgconfig(wavpack)
BuildRequires: yasm-devel
BuildRequires: bison
@@ -59,7 +59,6 @@ BuildRequires: pkgconfig(opusfile)
BuildRequires: libdispatch-devel
%endif
-
Requires: hicolor-icon-theme
Requires: %{name}-plugins%{?_isa} = %{version}-%{release}
@@ -127,7 +126,9 @@ export PKG_CONFIG_PATH="%{_libdir}/compat-ffmpeg4/pkgconfig"
%else
--enable-lfm \
%endif
- --enable-gtk3
+ --enable-gtk3 \
+ --disable-pulse \
+ --enable-pipewire
%make_build
@@ -170,6 +171,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog
* Mon Feb 20 2023 Vasiliy N. Glazov <vascom2(a)gmail.com> - 1.9.5-1
- Update to 1.9.5
+- Switch to Pipewire
* Tue Dec 20 2022 Vasiliy N. Glazov <vascom2(a)gmail.com> - 1.9.4-1
- Update to 1.9.4
1 year, 9 months
[deadbeef] Fix build with GCC 13.
by Vasiliy Glazov
commit 1cc1c2dcd78584483bbfe0d30cb01338d63c9822
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Mon Feb 20 10:20:54 2023 +0300
Fix build with GCC 13.
deadbeef.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/deadbeef.spec b/deadbeef.spec
index abb1f83..8262f24 100644
--- a/deadbeef.spec
+++ b/deadbeef.spec
@@ -94,6 +94,7 @@ mv mp4p-%{mp4p_commit}/* external/mp4p
tar -xvf %{SOURCE2}
mv ddb_dsp_libretro-%{ddb_dsp_libretro_commit}/* external/ddb_dsp_libretro
+sed -i 's|#include <stdint.h>|#include <cstdint>|' external/ddb_dsp_libretro/sinc_resampler.h
tar -xvf %{SOURCE3}
mv ddb_output_pw-%{ddb_output_pw_commit}/* external/ddb_output_pw
1 year, 9 months
[deadbeef] Update to 1.9.5.
by Vasiliy Glazov
commit 0bb7c43cfc40dc76108b47005efcb2f46586da5a
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Mon Feb 20 09:54:21 2023 +0300
Update to 1.9.5.
.gitignore | 3 +++
deadbeef.spec | 26 +++++++++++++++++++-------
sources | 4 +++-
3 files changed, 25 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d4ef860..f4f1e93 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,6 @@
/1.9.3.tar.gz
/1.9.4.tar.gz
/mp4p-97ab728.tar.gz
+/1.9.5.tar.gz
+/ddb_dsp_libretro-97ab728.tar.gz
+/ddb_output_pw-97ab728.tar.gz
diff --git a/deadbeef.spec b/deadbeef.spec
index c5b40a7..abb1f83 100644
--- a/deadbeef.spec
+++ b/deadbeef.spec
@@ -5,16 +5,23 @@
%global mp4p_commit 97ab7285d244de9cde6333e381f9f797b89ce8aa
%global mp4p_shortcommit %(c=%{mp4p_commit}; echo ${c:0:7})
+%global ddb_dsp_libretro_commit b0921907bc8f5c8468d01de290980d236797b14e
+%global ddb_dsp_libretro_shortcommit %(c=%{mp4p_commit}; echo ${c:0:7})
+
+%global ddb_output_pw_commit 14a3fc6b4e725fbb91009276b1220d39475928f8
+%global ddb_output_pw_shortcommit %(c=%{mp4p_commit}; echo ${c:0:7})
+
Name: deadbeef
-Version: 1.9.4
+Version: 1.9.5
Release: 1%{?dist}
Summary: An audio player for GNU/Linux
-Summary(ru): Музыкальный проигрыватель для GNU/Linux
-License: GPLv2+ and LGPLv2+ and BSD and MIT and zlib
+License: GPL-2.0-or later AND LGPL-2.0-or-later and BSD and MIT AND Zlib
URL: https://deadbeef.sourceforge.io/
Source0: https://github.com/DeaDBeeF-Player/%{name}/archive/%{version}.tar.gz
Source1: https://github.com/DeaDBeeF-Player/mp4p/archive/%{mp4p_commit}/mp4p-%{mp4...
+Source2: https://github.com/DeaDBeeF-Player/ddb_dsp_libretro/archive/%{ddb_dsp_lib...
+Source3: https://github.com/DeaDBeeF-Player/ddb_output_pw/archive/%{ddb_output_pw_...
# Build for armv7hl failed
# https://github.com/DeaDBeeF-Player/deadbeef/issues/2538
@@ -62,10 +69,6 @@ DeaDBeeF (as in 0xDEADBEEF) is an audio player for GNU/Linux systems with X11
(though now it also runs in plain console without X, in FreeBSD, and in
OpenSolaris).
-%description -l ru
-DeaDBeeF (как в 0xDEADBEEF) это аудиопроигрыватель для систем GNU/Linux с X11
-(теперь может работать и в чистой консоли).
-
%package devel
Summary: Static library and header files for the %{name}
@@ -89,6 +92,12 @@ This package contains plugins for %{name}
tar -xvf %{SOURCE1}
mv mp4p-%{mp4p_commit}/* external/mp4p
+tar -xvf %{SOURCE2}
+mv ddb_dsp_libretro-%{ddb_dsp_libretro_commit}/* external/ddb_dsp_libretro
+
+tar -xvf %{SOURCE3}
+mv ddb_output_pw-%{ddb_output_pw_commit}/* external/ddb_output_pw
+
# Remove exec permission from source files
find . \( -name '*.cpp' -or -name '*.hpp' -or -name '*.h' \) -and -executable -exec chmod -x {} \;
@@ -158,6 +167,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog
+* Mon Feb 20 2023 Vasiliy N. Glazov <vascom2(a)gmail.com> - 1.9.5-1
+- Update to 1.9.5
+
* Tue Dec 20 2022 Vasiliy N. Glazov <vascom2(a)gmail.com> - 1.9.4-1
- Update to 1.9.4
diff --git a/sources b/sources
index 57b809a..e9c6191 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,4 @@
-SHA512 (1.9.4.tar.gz) = 7216b879182f24dd3daf1d7e5c6a7e18a16e3bd844ceeff6d058a74d2a2374b81a34c2861a5f8c1e0b3244d00b1d3331dab626d6bee072bba9822f280d14501e
+SHA512 (1.9.5.tar.gz) = d02a6b1ccd91cc9c2d83359d07f2a417c7ee4e5afdc8e06b9bc0f37c99eba15942be2150084c2c7e344209c95c7bbda64482d4831d84c017f22daf66dac1bea0
SHA512 (mp4p-97ab728.tar.gz) = ebfea105c907fef8f090e653f84094ff47c37c84776056fed85d81aa654d858424ea37d2f67e64baf99fc6750a858aa877fa70fa5d777eba3ee99794a3934d13
+SHA512 (ddb_dsp_libretro-97ab728.tar.gz) = 5d28c5203e7e3e7af165344aaf508615109292cf980d78ed60d744ebe55cde62492c6f26cbbda19d9cfed213881d8005dafb2a1504c558aba9afc8eea7327900
+SHA512 (ddb_output_pw-97ab728.tar.gz) = a032f1c64fe2edf9e76a48ad88341874739e4cfe1256370b11adfcfa13bfc6f0af923c911d453fbab37f4a5e619dca13bda223bc0a05303e4e2742523185fbfa
1 year, 9 months