[xtables-addons/f34] Release 3.15
by Leigh Scott
Summary of changes:
f44357e... Release 3.15 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 9 months
[xtables-addons] Release 3.15
by Leigh Scott
commit f44357ea9f6036e6cfe3dc98008f9846514e36a5
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Feb 23 09:00:11 2021 +0000
Release 3.15
sources | 2 +-
xtables-addons.spec | 7 +++++--
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/sources b/sources
index 81ec265..9f95d6b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xtables-addons-3.13.tar.xz) = 0a9874269dafefe2fc364b41d3f5fb2108ba83dc49457f3aa436b814c8c65fb00f48f664576c8ccf183939edffa854fcf9f9c82a801ac90c0e2b9dc1426e1d85
+SHA512 (xtables-addons-3.15.tar.xz) = 9c323dca2a44e689fbea77171eff41ab78f3b3f9a8649ab6f77017a3f30b45edcb37626353e373d93c432b1e0bcc4f402780b7738f8abb465bfdca2cecbea31f
diff --git a/xtables-addons.spec b/xtables-addons.spec
index 7dc5d7e..1629885 100644
--- a/xtables-addons.spec
+++ b/xtables-addons.spec
@@ -1,7 +1,7 @@
Name: xtables-addons
Summary: Extensions targets and matches for iptables
-Version: 3.13
-Release: 2%{?dist}
+Version: 3.15
+Release: 1%{?dist}
# The entire source code is GPLv2 except ACCOUNT/libxt_ACCOUNT_cl.* which is LGPLv2
License: GPLv2 and LGPLv2
URL: https://inai.de/projects/xtables-addons/
@@ -49,6 +49,9 @@ rm -f %{buildroot}%{_libdir}/*.{la,so}
%{_mandir}/man?/*
%changelog
+* Tue Feb 23 2021 Leigh Scott <leigh123linux(a)gmail.com> - 3.15-1
+- Release 3.15
+
* Thu Feb 04 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 3.13-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
3 years, 9 months
[deadbeef] Update to 1.8.7.
by Vasiliy Glazov
commit d6f2658b8689ea075c170bbaf2c6c3e01645687b
Author: vascom <vascom2(a)gmail.com>
Date: Tue Feb 23 09:24:16 2021 +0300
Update to 1.8.7.
.gitignore | 2 ++
deadbeef.spec | 27 ++++++++++++++++++---------
sources | 3 ++-
3 files changed, 22 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f47af7d..fc647e1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,5 @@
/1.8.2.tar.gz
/1.8.3.tar.gz
/1.8.4.tar.gz
+/1.8.7.tar.gz
+/mp4p-f111d7a.tar.gz
diff --git a/deadbeef.spec b/deadbeef.spec
index 578018a..d92b728 100644
--- a/deadbeef.spec
+++ b/deadbeef.spec
@@ -1,17 +1,21 @@
-%global optflags %{optflags} -flto=auto
-%global build_ldflags %{build_ldflags} -flto
+%global toolchain clang
+
+# Git submodules
+%global mp4p_commit f111d7aa10d4516f5e02465245e9202db83b7c10
+%global mp4p_shortcommit %(c=%{mp4p_commit}; echo ${c:0:7})
Name: deadbeef
-Version: 1.8.4
-Release: 4%{?dist}
+Version: 1.8.7
+Release: 1%{?dist}
Summary: An audio player for GNU/Linux
Summary(ru): Музыкальный проигрыватель для GNU/Linux
License: GPLv2+ and LGPLv2+ 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...
-BuildRequires: gcc-c++
+BuildRequires: clang
BuildRequires: pkgconfig(alsa)
BuildRequires: pkgconfig(dbus-1)
BuildRequires: ffmpeg-devel
@@ -39,6 +43,7 @@ BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: desktop-file-utils
BuildRequires: pkgconfig(jansson)
BuildRequires: pkgconfig(opusfile)
+BuildRequires: libdispatch-devel
Requires: hicolor-icon-theme
Requires: %{name}-plugins%{?_isa} = %{version}-%{release}
@@ -73,6 +78,8 @@ This package contains plugins for %{name}
%prep
%autosetup
+tar -xvf %{SOURCE1}
+mv mp4p-%{mp4p_commit}/* external/mp4p
# Remove exec permission from source files
find . \( -name '*.cpp' -or -name '*.hpp' -or -name '*.h' \) -and -executable -exec chmod -x {} \;
@@ -84,16 +91,15 @@ done
%build
-export AR=%{_bindir}/gcc-ar
-export RANLIB=%{_bindir}/gcc-ranlib
-export NM=%{_bindir}/gcc-nm
./autogen.sh
%configure \
--enable-ffmpeg --docdir=%{_defaultdocdir}/%{name}-%{version} \
--disable-silent-rules \
--disable-static \
--disable-gtk2 \
- --enable-gtk3
+ --enable-gtk3 \
+ --enable-lfm \
+ --disable-notify
%make_build
@@ -134,6 +140,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog
+* Tue Feb 23 2021 Vasiliy N. Glazov <vascom2(a)gmail.com> - 1.8.7-1
+- Update to 1.8.7
+
* Wed Feb 03 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.8.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
diff --git a/sources b/sources
index b727f12..c79d916 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
-SHA512 (1.8.4.tar.gz) = 18c54ae2c7931419ea06f3eb581cc8e704fa6eb87d330fc09f7295f4a8ef6e88b6f8c314223c34c321cd2a54f14cb6911add41602250c39c1b1c1edbf64d63b7
+SHA512 (1.8.7.tar.gz) = b8026b934a211ed24cdbc7e738fbfaa95d20706c0fcaef65530d7354e19d71c1e05af59305354478b4c4f1dbe4f7dbf436af7093d25727a2508b24c692a09258
+SHA512 (mp4p-f111d7a.tar.gz) = 2245931580eb46e6718c814dcc1a51740d3a27caffe41699becd59b88e509816ec7dd79654c737f3cba78d9c0c99a0eee6abf9433b7efb864a7951e0f04e3089
3 years, 9 months
[ffmpegthumbs] Add missing dependency on taglib
by Sérgio M. Basto
commit 3b679c77700ce62e47fbb26e6a2ad592350ed2bd
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Feb 21 16:22:46 2021 +0000
Add missing dependency on taglib
ffmpegthumbs.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/ffmpegthumbs.spec b/ffmpegthumbs.spec
index ee9657e..04990bf 100644
--- a/ffmpegthumbs.spec
+++ b/ffmpegthumbs.spec
@@ -23,6 +23,7 @@ BuildRequires: pkgconfig(libavcodec)
BuildRequires: pkgconfig(libavformat)
BuildRequires: pkgconfig(libavutil)
BuildRequires: pkgconfig(libswscale)
+BuildRequires: pkgconfig(taglib)
Provides: kffmpegthumbnailer = %{version}-%{release}
@@ -59,6 +60,7 @@ KDE ffmpegthumbnailer service
%changelog
* Sun Feb 21 2021 Sérgio Basto <sergio(a)serjux.com> - 20.12.2-1
- Update ffmpegthumbs to 20.12.2
+- Add missing dependency on taglib
* Wed Feb 03 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 20.08.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
3 years, 9 months
[ffmpegthumbs] Update ffmpegthumbs to 20.12.2
by Sérgio M. Basto
commit aa4008f1fb2624770465e27eb2453b33bed21cb8
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Feb 21 15:39:00 2021 +0000
Update ffmpegthumbs to 20.12.2
.gitignore | 1 +
ffmpegthumbs.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9fe904f..eaa1b4e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ ffmpegthumbs-4.13.97.tar.xz
/ffmpegthumbs-19.08.1.tar.xz
/ffmpegthumbs-19.12.1.tar.xz
/ffmpegthumbs-20.08.1.tar.xz
+/ffmpegthumbs-20.12.2.tar.xz
diff --git a/ffmpegthumbs.spec b/ffmpegthumbs.spec
index 7d43df4..ee9657e 100644
--- a/ffmpegthumbs.spec
+++ b/ffmpegthumbs.spec
@@ -1,8 +1,8 @@
%undefine __cmake_in_source_build
Name: ffmpegthumbs
-Version: 20.08.1
-Release: 3%{?dist}
+Version: 20.12.2
+Release: 1%{?dist}
Summary: KDE ffmpegthumbnailer service
License: GPLv2+
@@ -57,6 +57,9 @@ KDE ffmpegthumbnailer service
%changelog
+* Sun Feb 21 2021 Sérgio Basto <sergio(a)serjux.com> - 20.12.2-1
+- Update ffmpegthumbs to 20.12.2
+
* Wed Feb 03 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 20.08.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
diff --git a/sources b/sources
index 0d00b5b..4fb9e9b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ffmpegthumbs-20.08.1.tar.xz) = 74d962269ba89821d0c7b3292619e04a04d4caf3139db21d7ca278028a3724cc0c284fdc7c554b3bae31fcccd910cf1741d7d01538dc326ebec7bad76e849086
+SHA512 (ffmpegthumbs-20.12.2.tar.xz) = 42a293c785d157548714529ce59f12f2d2458f80552b173fd21682ccfc466c8bc6ee7b271dfa899848821bd763b23d195efca21de9e01e0f7ad0356418e00263
3 years, 9 months
[ffmpeg/f33] fix
by Leigh Scott
commit a16450dd8a40657a468d5c64913be5973f81726e
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Feb 21 06:10:32 2021 +0000
fix
ffmpeg.spec | 3 --
libavutil_x86_x86inc.asm.patch | 101 ----------------------------------------
tests_checkasm_vf_blend.c.patch | 15 ------
3 files changed, 119 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 5b15667..aec5ebf 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -118,9 +118,6 @@ Patch0: fix-vmaf-model-path.patch
Patch1: glslang_linker_flags.patch
# upstream glslang commit
Patch2: libavfilter_glslang.cpp.patch
-# upstream asm commits
-Patch3: libavutil_x86_x86inc.asm.patch
-Patch4: tests_checkasm_vf_blend.c.patch
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
%{?_with_cuda:BuildRequires: cuda-minimal-build-%{_cuda_version_rpm} cuda-drivers-devel}
%{?_with_libnpp:BuildRequires: pkgconfig(nppc-%{_cuda_version})}
3 years, 9 months