From 325038556fe1fda0c224089297b6e53dd4fbc10c Mon Sep 17 00:00:00 2001 From: suvari Date: Wed, 25 Feb 2026 19:57:26 +0300 Subject: [PATCH] handbrake: ver. bump to 1.10.2 --- multimedia/converter/converseen/actions.py | 21 --- multimedia/converter/converseen/pspec.xml | 63 -------- .../converter/converseen/translations.xml | 8 -- multimedia/converter/flacon/actions.py | 18 --- .../files/Tooltips_of_sidebar_button.patch | 22 --- multimedia/converter/flacon/pspec.xml | 128 ----------------- multimedia/converter/flacon/translations.xml | 8 -- .../converter/flowblade/handbrake/actions.py | 38 ----- .../converter/flowblade/handbrake/pspec.xml | 136 ------------------ .../flowblade/handbrake/translations.xml | 8 -- 10 files changed, 450 deletions(-) delete mode 100644 multimedia/converter/converseen/actions.py delete mode 100644 multimedia/converter/converseen/pspec.xml delete mode 100644 multimedia/converter/converseen/translations.xml delete mode 100644 multimedia/converter/flacon/actions.py delete mode 100644 multimedia/converter/flacon/files/Tooltips_of_sidebar_button.patch delete mode 100644 multimedia/converter/flacon/pspec.xml delete mode 100644 multimedia/converter/flacon/translations.xml delete mode 100644 multimedia/converter/flowblade/handbrake/actions.py delete mode 100644 multimedia/converter/flowblade/handbrake/pspec.xml delete mode 100644 multimedia/converter/flowblade/handbrake/translations.xml diff --git a/multimedia/converter/converseen/actions.py b/multimedia/converter/converseen/actions.py deleted file mode 100644 index 616181ac55..0000000000 --- a/multimedia/converter/converseen/actions.py +++ /dev/null @@ -1,21 +0,0 @@ -#!/usr/bin/env python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt - -from pisi.actionsapi import cmaketools -from pisi.actionsapi import pisitools -from pisi.actionsapi import get - -def setup(): - cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \ - -DUSE_QT6=ON") - -def build(): - cmaketools.make() - -def install(): - cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) - - pisitools.dodoc("COPYING*", "README*") diff --git a/multimedia/converter/converseen/pspec.xml b/multimedia/converter/converseen/pspec.xml deleted file mode 100644 index 855114fe59..0000000000 --- a/multimedia/converter/converseen/pspec.xml +++ /dev/null @@ -1,63 +0,0 @@ - - - - - converseen - https://converseen.fasterland.net/ - - PisiLinux Community - admins@pisilinux.org - - GPLv3 - library - Batch image converter and resizer - Converseen is a free cross-platform batch image processor. It allows you to convert, resize, rotate, and flip an infinite number of images with a single mouse click. Moreover, Converseen can convert an entire PDF document into a set of images with your preferred characteristics. You can choose from over 100+ formats, set the size, resolution, and the filename. - https://github.com/Faster3ck/Converseen/archive/refs/tags/v0.15.2.0.tar.gz - - cmake - qt6-linguist - qt6-base-devel - qt6-designer-devel - imagemagick-devel - icon-theme-hicolor - - - - - - converseen - - libgcc - qt6-base - imagemagick - - - /usr/bin - /usr/share - /usr/share/locale - /usr/share/doc - - - - - - 2026-02-25 - 0.15.2.0 - Version bump - PisiLinux Community - admins@pisilinux.org - - - 2025-05-26 - 0.14.0.0 - First release - PisiLinux Community - admins@pisilinux.org - - - diff --git a/multimedia/converter/converseen/translations.xml b/multimedia/converter/converseen/translations.xml deleted file mode 100644 index 76bfe4dc55..0000000000 --- a/multimedia/converter/converseen/translations.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - converseen - Converseen is a batch image converter and resizer - Converseen, ücretsiz, platformlar arası bir toplu görüntü işleme programıdır. Tek bir fare tıklamasıyla sonsuz sayıda görüntüyü dönüştürmenize, yeniden boyutlandırmanıza, döndürmenize ve çevirmenize olanak tanır. Dahası, Converseen tüm bir PDF belgesini tercih ettiğiniz özelliklere sahip bir dizi görüntüye dönüştürebilir. 100'den fazla format arasından seçim yapabilir, boyutu, çözünürlüğü ve dosya adını ayarlayabilirsiniz. - - diff --git a/multimedia/converter/flacon/actions.py b/multimedia/converter/flacon/actions.py deleted file mode 100644 index 2082779f78..0000000000 --- a/multimedia/converter/flacon/actions.py +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. -# See the file https://www.gnu.org/licenses/gpl-3.0.txt - -from pisi.actionsapi import cmaketools, pisitools, get - -def setup(): - cmaketools.configure("-DUSE_QT6=1") - -def build(): - cmaketools.make() - -def install(): - cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) - - pisitools.dodoc("LICENSE", "README*") diff --git a/multimedia/converter/flacon/files/Tooltips_of_sidebar_button.patch b/multimedia/converter/flacon/files/Tooltips_of_sidebar_button.patch deleted file mode 100644 index 74d97deb04..0000000000 --- a/multimedia/converter/flacon/files/Tooltips_of_sidebar_button.patch +++ /dev/null @@ -1,22 +0,0 @@ -From 5bf672b373c93a8ebd4040d934875969e697a470 Mon Sep 17 00:00:00 2001 -From: Alexander Sokolov -Date: Wed, 3 Aug 2022 17:43:29 +0300 -Subject: [PATCH] Close issue #131: Tooltips of sidebar button. - ---- - gui/controls.cpp | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/gui/controls.cpp b/gui/controls.cpp -index 4caaf6e..5d70140 100644 ---- a/gui/controls.cpp -+++ b/gui/controls.cpp -@@ -53,7 +53,7 @@ ToolButton::ToolButton(const QIcon &icon, QWidget *parent) : - QToolButton(parent) - { - setAutoRaise(true); -- setStyleSheet("border: none;"); -+ setStyleSheet("QToolButton{ border: none; }"); - setFixedWidth(ToolButton::sizeHint().width()); - setIcon(icon); - setPopupMode(QToolButton::InstantPopup); diff --git a/multimedia/converter/flacon/pspec.xml b/multimedia/converter/flacon/pspec.xml deleted file mode 100644 index cec29fc985..0000000000 --- a/multimedia/converter/flacon/pspec.xml +++ /dev/null @@ -1,128 +0,0 @@ - - - - - flacon - https://flacon.github.io/ - - Pisilinux Community - admins@pisilinux.org - - LGPLv2.1 - app:gui - Flacon is a open source audio file encoder. - Flacon extracts individual tracks from one big audio file containing the entire album of music and saves them as separate audio files. To do this, it uses information from the appropriate CUE file. Besides, Flacon makes it possible to conveniently revise or specify tags both for all tracks at once or for each tag separately. - https://github.com/flacon/flacon/archive/refs/tags/v12.0.0.tar.gz - - cmake - taglib-devel - qt6-linguist - qt6-base-devel - uchardet-devel - - - - - - - - flacon - - mac - sox - flac - faac - lame - taglib - libgcc - ttaenc - wavpack - alacenc - uchardet - qt6-base - opus-tools - vorbis-tools - - - /usr/bin - /usr/lib - /usr/share - /usr/share/man - /usr/share/metainfo - /usr/share/doc - - - - - - 2026-02-25 - 12.0.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2024-11-28 - 11.4.0 - Version bump. - Ümit Solmaz - admins@pisilinux.org - - - 2024-08-25 - 11.4.0 - Version bump - fury - uglyside@yandex.ru - - - 2023-01-22 - 10.0.0 - Version bump. - fury - uglyside@yandex.ru - - - 2022-10-14 - 9.4.0 - Version bump. - fury - uglyside@yandex.ru - - - 2022-09-24 - 9.3.0 - Version bump. - fury - uglyside@yandex.ru - - - 2022-08-13 - 9.1.0 - Version bump. - fury - uglyside@yandex.ru - - - 2022-04-16 - 8.3.0 - Version bump. - fury - uglyside@yandex.ru - - - 2022-01-17 - 8.2.0 - Version bump. - PisiLinux Community - admins@pisilinux.org - - - 2021-04-26 - 5.5.1 - First release. - PisiLinux Community - admins@pisilinux.org - - - diff --git a/multimedia/converter/flacon/translations.xml b/multimedia/converter/flacon/translations.xml deleted file mode 100644 index 87c72816f9..0000000000 --- a/multimedia/converter/flacon/translations.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - flacon - Ses dosyası kodlayıcı. Ses CD'si görüntüsünden ses parçalarını ayrı parçalara ayırır. - Flacon, tüm albümün müziklerini içeren büyük bir ses dosyasından tek tek parçaları ayıklayarak ayrı ses dosyaları olarak kaydeder. Bunu yapmak için ilgili CUE dosyasındaki bilgileri kullanır. Ayrıca Flacon, tüm parçalar için veya her bir etiket için ayrı ayrı etiketleri kolayca düzenlemeyi veya belirtmeyi mümkün kılar. - - diff --git a/multimedia/converter/flowblade/handbrake/actions.py b/multimedia/converter/flowblade/handbrake/actions.py deleted file mode 100644 index 7a3a48aeef..0000000000 --- a/multimedia/converter/flowblade/handbrake/actions.py +++ /dev/null @@ -1,38 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. -# See the file https://www.gnu.org/licenses/gpl-3.0.txt - -from pisi.actionsapi import shelltools -from pisi.actionsapi import autotools -from pisi.actionsapi import pisitools -from pisi.actionsapi import get - -J = ''.join([ - ' --prefix=/usr', - ' --disable-rpath', - ' --enable-gtk4', - ' --disable-silent-rules', - ' --disable-update-checks', - ' --enable-x265', - ' --enable-qsv', - ' --enable-numa', - ' --enable-fdk-aac ' - ]) - -def setup(): - shelltools.export("CXXFLAGS", get.CXXFLAGS()) - shelltools.export("CFLAGS", get.CFLAGS()) - shelltools.cd("gtk") - # autotools.autoreconf("-fiv") - shelltools.cd("..") - autotools.rawConfigure("--force %s" % J) - -def build(): - autotools.make("-C build") - -def install(): - autotools.rawInstall("-C build DESTDIR=%s" % get.installDIR()) - - pisitools.dodoc("*.markdown", "COPYING", "LICENSE") diff --git a/multimedia/converter/flowblade/handbrake/pspec.xml b/multimedia/converter/flowblade/handbrake/pspec.xml deleted file mode 100644 index 498ab1e779..0000000000 --- a/multimedia/converter/flowblade/handbrake/pspec.xml +++ /dev/null @@ -1,136 +0,0 @@ - - - - - handbrake - https://handbrake.fr/ - - PisiLinux Community - admins@pisilinux.org - - GPL-2 - multimedia.converter - HandBrake - app:gui - The open source video transcoder. - HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs. The program is also used to convert DVDs so they can be viewed on iPods, iPhones and most media players. - - https://github.com/HandBrake/HandBrake/releases/download/1.10.2/HandBrake-1.10.2-source.tar.bz2 - - - nasm - meson - cmake - bzip2 - libgcc - python3 - intltool - gtk4-devel - lame-devel - x264-devel - x265-devel - zlib-devel - speex-devel - libva-devel - libvpx-devel - libogg-devel - libass-devel - fribidi-devel - libxml2-devel - libopus-devel - numactl-devel - librsvg-devel - jansson-devel - libgudev-devel - gstreamer-devel - libbluray-devel - libnotify-devel - libvorbis-devel - libtheora-devel - fontconfig-devel - gst-plugins-good - at-spi2-core-devel - libsamplerate-devel - libjpeg-turbo-devel - gst-plugins-base-devel - - - - - - - handbrake - - xz - gtk4 - lame - x264 - zlib - bzip2 - glib2 - cairo - pango - libva - speex - libdrm - libass - libogg - libvpx - libgcc - libxml2 - jansson - fribidi - libopus - numactl - freetype - libgudev - gstreamer - libbluray - libnotify - gst-libav - libvorbis - libtheora - gdk-pixbuf - libsamplerate - libjpeg-turbo - gst-plugins-base - - - /usr/bin - /usr/share/locale - /usr/share - /usr/share/doc - - - - - - 2026-02-25 - 1.10.2 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2022-12-31 - 1.6.0 - Version bump. - fury - uglyside@yandex.ru - - - 2022-04-24 - 1.5.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-19 - 1.4.2 - First build - fury - uglyside@yandex.ru - - - diff --git a/multimedia/converter/flowblade/handbrake/translations.xml b/multimedia/converter/flowblade/handbrake/translations.xml deleted file mode 100644 index d810187c95..0000000000 --- a/multimedia/converter/flowblade/handbrake/translations.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - handbrake - Çoklu görev destekli video kodlama/düzenleme aracı - Handbrake,Video dosyalarını portatif medya oynatıcıları için düzenleyebilmenin yanısıra çözünürlülük değişimi desteğide sunan özgür video kodlama ve düzenleme aracıdır. - -