diff --git a/multimedia/converter/ffmulticonverter/actions.py b/multimedia/converter/ffmulticonverter/actions.py index 65ea0688c1..82c9a6f395 100644 --- a/multimedia/converter/ffmulticonverter/actions.py +++ b/multimedia/converter/ffmulticonverter/actions.py @@ -13,4 +13,4 @@ def build(): def install(): pythonmodules.install(pyVer = "3") - pisitools.dodoc("ChangeLog", "COPYING", "README*") + pisitools.dodoc("AUTHORS", "COPYING", "PKG-INFO", "TRANSLATORS") diff --git a/multimedia/converter/ffmulticonverter/files/QProgressBar_value_replaced_to_int.patch b/multimedia/converter/ffmulticonverter/files/QProgressBar_value_replaced_to_int.patch deleted file mode 100644 index f6c2032f28..0000000000 --- a/multimedia/converter/ffmulticonverter/files/QProgressBar_value_replaced_to_int.patch +++ /dev/null @@ -1,22 +0,0 @@ -From c47d47ab7f66a1973b1314ef531de2fb444c2fe6 Mon Sep 17 00:00:00 2001 -From: Ilias Stamatis -Date: Wed, 22 Dec 2021 14:43:22 +0000 -Subject: [PATCH] QProgressBar.setValue() expects an int, not a float - ---- - ffmulticonverter/progress.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/ffmulticonverter/progress.py b/ffmulticonverter/progress.py -index 5d14efc..e196ef4 100755 ---- a/ffmulticonverter/progress.py -+++ b/ffmulticonverter/progress.py -@@ -304,7 +304,7 @@ def convert_video(self, from_file, to_file, command): - time = utils.duration_in_seconds(time) - now_sec = int(float(time)) - try: -- self.nowQPBar.setValue(100 * now_sec / total) -+ self.nowQPBar.setValue(int(100 * now_sec / total)) - except (UnboundLocalError, ZeroDivisionError): - pass - self.update_text_edit_signal.emit(myline) diff --git a/multimedia/converter/ffmulticonverter/pspec.xml b/multimedia/converter/ffmulticonverter/pspec.xml index 31765b03e6..df665910c5 100644 --- a/multimedia/converter/ffmulticonverter/pspec.xml +++ b/multimedia/converter/ffmulticonverter/pspec.xml @@ -3,7 +3,7 @@ ffmulticonverter - https://github.com/Ilias95/FF-Multi-Converter + https://github.com/l-koehler/FF-converter Kamil Atlı suvari@pisilinux.org @@ -11,17 +11,18 @@ GPLv3 ffmulticonverter app:gui - A multi converter. - FF Multi Converter is a simple graphical application that enables you to convert audio, video, image and document files between all popular formats, using and combining other programs. It uses ffmpeg for audio/video files, unoconv for document files (which uses the OpenOffice's UNO bindings) and PIL library for image file conversions. - mirrors://sourceforge/ffmulticonv/ffmulticonverter-1.8.0.tar.gz + GUI File Format Converter. + A simple graphical application which enables you to convert between all popular formats, by utilizing and combining other programs. + https://github.com/l-koehler/FF-converter/releases/download/v2.4.6/ffconverter-2.4.6.tar.gz ffmpeg-devel gettext-devel python3-devel python3-qt5-devel + python3-setuptools - QProgressBar_value_replaced_to_int.patch + @@ -30,21 +31,26 @@ ffmpeg unoconv + pandoc-bin python3-qt5 imagemagick + squashfs-tools /usr/bin /usr/lib - /usr/share/pixmaps - /usr/share/applications - /usr/share/ffmulticonverter - /usr/share/man - /usr/share/doc + /usr/share + + 2025-06-21 + 2.4.6 + New maintained upstream. + Kamil Atlı + suvari@pisilinux.org + 2023-11-03 1.8.0