[dvdstyler] Switch to compat-ffmpeg4
by Sérgio M. Basto
Summary of changes:
3a7b7cd... Switch to compat-ffmpeg4 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 10 months
[caja-dropbox] Update caja-dropbox to 1.26.0
by Sérgio M. Basto
commit 1eba4a76764f4e9c18fb3e9d2e99a34f635994cc
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Feb 28 05:01:24 2022 +0000
Update caja-dropbox to 1.26.0
.gitignore | 1 +
caja-dropbox.spec | 8 ++++++--
sources | 2 +-
3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 31fe7e3..a6d9ecd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ caja-dropbox-1.10.0.tar.xz
/caja-dropbox-1.22.0.tar.xz
/caja-dropbox-1.22.1.tar.xz
/caja-dropbox-1.24.0.tar.xz
+/caja-dropbox-1.26.0.tar.xz
diff --git a/caja-dropbox.spec b/caja-dropbox.spec
index 93f9af0..e4d4f34 100644
--- a/caja-dropbox.spec
+++ b/caja-dropbox.spec
@@ -1,10 +1,10 @@
# This is needed, because src-url contains branched part of versioning-scheme.
-%global branch 1.24
+%global branch 1.26
Summary: Dropbox extension for caja
Name: caja-dropbox
Version: %{branch}.0
-Release: 6%{?dist}
+Release: 1%{?dist}
License: GPLv2+
Group: User Interface/Desktops
URL: https://mate-desktop.org
@@ -46,6 +46,7 @@ rm -rf %{buildroot}%{_datadir}/caja-dropbox/*
rm -rf %{buildroot}%{_datadir}/icons/hicolor/*/apps/*
rm -rf %{buildroot}%{_datadir}/man/man1/*
rm -rf %{buildroot}%{_datadir}/applications/*
+rm -rf %{buildroot}%{_datadir}/locale/*
%files
@@ -56,6 +57,9 @@ rm -rf %{buildroot}%{_datadir}/applications/*
%changelog
+* Mon Feb 28 2022 Sérgio Basto <sergio(a)serjux.com> - 1.26.0-1
+- Update caja-dropbox to 1.26.0
+
* Thu Feb 10 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 1.24.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
diff --git a/sources b/sources
index 34c7338..4bf995a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (caja-dropbox-1.24.0.tar.xz) = 64d699b4c3957d5996ef69936b4b2746641bc2db4efb7b23535febf5eed3ee767330927aeeda67747c0d72e0f052a2979ae2160ffaaf01e4fd82aff68a5f27bf
+SHA512 (caja-dropbox-1.26.0.tar.xz) = f96e3ddf4434936b04e992044d6cd5797b6ff77ead573e8e9a6493f4308d9716f47871f1fd7f08b0dbf7f2659f107511b6be65e98632a0892ebfff0a9888dbe7
2 years, 10 months
[dvdstyler/f36] Switch to compat-ffmpeg4
by Sérgio M. Basto
commit 3a7b7cdc3b7ed539dbc6b9220d42ff35c8ac9468
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Feb 28 04:24:58 2022 +0000
Switch to compat-ffmpeg4
dvdstyler.spec | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
---
diff --git a/dvdstyler.spec b/dvdstyler.spec
index 83a0ac6..3554306 100644
--- a/dvdstyler.spec
+++ b/dvdstyler.spec
@@ -51,6 +51,11 @@ BuildRequires: wxGTK-devel >= 3.1
BuildRequires: wxsvg-devel >= %{wxsvg_ver}
BuildRequires: ffmpeg-devel
BuildRequires: ffmpeg
+%if 0%{?fedora} && 0%{?fedora} > 35
+BuildRequires: compat-ffmpeg4-devel
+%else
+BuildRequires: ffmpeg-devel
+%endif
# mpeg
BuildRequires: dvdauthor
# iso/burn
@@ -94,6 +99,9 @@ create navigational DVD menus similar to those found on most commercial DVDs.
chmod a-x src/*.{h,cpp}
%build
+%if 0%{?fedora} && 0%{?fedora} > 35
+export PKG_CONFIG_PATH="%{_libdir}/compat-ffmpeg4/pkgconfig"
+%endif
rm -f install-sh depcomp missing mkinstalldirs compile config.guess config.sub install-sh
rm -f aclocal.m4 Makefile.in
#rm -f m4_ax_cxx_compile_stdcxx.m4 m4_ax_cxx_compile_stdcxx.m4 wxwin.m4
@@ -136,8 +144,9 @@ desktop-file-install \
%{_metainfodir}/%{name}.appdata.xml
%changelog
-* Wed Feb 09 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 2:3.2.1-2
+* Mon Feb 28 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 2:3.2.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+- Switch to compat-ffmpeg4
* Fri Dec 03 2021 Sérgio Basto <sergio(a)serjux.com> - 2:3.2.1-1
- Update dvdstyler to 3.2.1
2 years, 10 months
[mpc-qt/f36] Update mpc-qt to 22.02
by Sérgio M. Basto
Summary of changes:
ff09c61... Update mpc-qt to 22.02 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 10 months