diff --git a/multimedia/converter/flowblade/actions.py b/multimedia/converter/flowblade/actions.py new file mode 100644 index 0000000000..22f475a8ec --- /dev/null +++ b/multimedia/converter/flowblade/actions.py @@ -0,0 +1,26 @@ +#!/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 pythonmodules +from pisi.actionsapi import shelltools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + + +def build(): + shelltools.system("sed -i -e 's|#!/usr/bin/env python|#!/usr/bin/python3|g' flowblade-trunk/Flowblade/launch/*") + shelltools.system("sed -i -e 's|#!/usr/bin/env python|#!/usr/bin/python3|g' flowblade-trunk/Flowblade/tools/clapperless.py") + shelltools.cd("flowblade-trunk") + pythonmodules.compile(pyVer="3") + +def install(): + shelltools.cd("flowblade-trunk") + pythonmodules.install(pyVer="3") + + shelltools.chmod(get.installDIR() + "/usr/lib/python3.8/site-packages/Flowblade/launch/*") + shelltools.chmod(get.installDIR() + "/usr/lib/python3.8/site-packages/Flowblade/tools/clapperless.py") + + pisitools.dodoc("AUTHORS", "COPYING", "README*") diff --git a/multimedia/converter/flowblade/files/fedora/flowblade_sys_path.patch b/multimedia/converter/flowblade/files/fedora/flowblade_sys_path.patch new file mode 100644 index 0000000000..b59e44bf36 --- /dev/null +++ b/multimedia/converter/flowblade/files/fedora/flowblade_sys_path.patch @@ -0,0 +1,23 @@ +--- flowblade-trunk/flowblade.orig 2021-02-15 17:46:41.584404702 +0100 ++++ flowblade-trunk/flowblade 2021-02-15 17:52:37.697270687 +0100 +@@ -36,10 +36,10 @@ + # - When running on distro. + if os.path.realpath(launch_dir) == "/usr/bin": + print ("Running from installation...") +- modules_path = "/usr/share/flowblade/Flowblade" ++ from distutils.sysconfig import get_python_lib ++ modules_path = "%s/Flowblade" % get_python_lib() + if not os.path.isdir(modules_path): + modules_path = "/usr/share/pyshared/Flowblade" +- print ("modules path:", modules_path) + # - When running in flatpak. + elif launch_dir == "/app/bin": + print ("Running from Flatpak installation...") +@@ -51,6 +51,7 @@ + else: + print ("Running from filesystem...") + modules_path = launch_dir + "/Flowblade" ++ print ("modules path:", modules_path) + + sys.path.insert(0, modules_path) + diff --git a/multimedia/converter/flowblade/pspec.xml b/multimedia/converter/flowblade/pspec.xml new file mode 100644 index 0000000000..49eb8e24d9 --- /dev/null +++ b/multimedia/converter/flowblade/pspec.xml @@ -0,0 +1,61 @@ + + + + + flowblade + https://github.com/jliljebl/flowblade + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + app + Multitrack non-linear video editor + Çok kanallı doğrusal olmayan video düzenleyici + https://github.com/jliljebl/flowblade/archive/refs/tags/v2.8.0.3.tar.gz + + python3-devel + desktop-file-utils + python3-setuptools + appstream-glib-devel + + + fedora/flowblade_sys_path.patch + + + + + flowblade + + mlt + gmic + gtk3 + ffmpeg + python3 + librsvg + python-mlt + dbus-python3 + python3-numpy + python3-pillow + python3-pygobject3 + + + /usr/bin + /usr/lib + /usr/share + /usr/share/man + /usr/share/metainfo + /usr/share/doc + + + + + + 2021-08-30 + 2.8.0.3 + First release + PisiLinux Community + admins@pisilinux.org + + + diff --git a/multimedia/converter/flowblade/translations.xml b/multimedia/converter/flowblade/translations.xml new file mode 100644 index 0000000000..280f6ac9fa --- /dev/null +++ b/multimedia/converter/flowblade/translations.xml @@ -0,0 +1,8 @@ + + + + flowblade + Multitrack non-linear video editor + Çok kanallı doğrusal olmayan video düzenleyici + + diff --git a/pisi-index.xml b/pisi-index.xml index fcdb08e447..e09f4782d5 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -18779,7 +18779,7 @@ complete albums that you have purchased from Amazon. x11.vulkan OpenGL and OpenGL ES shader front end and validator OpenGL and OpenGL ES shader front end and validator - https://github.com/KhronosGroup/glslang/archive/11.5.0.tar.gz + https://github.com/KhronosGroup/glslang/archive/11.6.0.tar.gz cmake python3-devel @@ -18813,6 +18813,13 @@ complete albums that you have purchased from Amazon. + + 2021-08-29 + 11.6.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2021-06-27 11.5.0 @@ -18849,7 +18856,7 @@ complete albums that you have purchased from Amazon. x11.vulkan SPIR-V Headers SPIR-V Headers - https://github.com/KhronosGroup/SPIRV-Headers/archive/dafead1765f6c1a5f9f8a76387dcb2abe4e54acd/spirv-headers-dafead1765f6c1a5f9f8a76387dcb2abe4e54acd.tar.gz + https://github.com/KhronosGroup/SPIRV-Headers/archive/449bc986ba6f4c5e10e32828783f9daef2a77644/spirv-headers-449bc986ba6f4c5e10e32828783f9daef2a77644.tar.gz cmake @@ -18864,6 +18871,13 @@ complete albums that you have purchased from Amazon. + + 2021-08-29 + 1.5.4 + Git Version. + Mustafa Cinasal + muscnsl@gmail.com + 2021-06-28 1.5.4 @@ -18900,7 +18914,7 @@ complete albums that you have purchased from Amazon. x11.vulkan Vulkan Utilities and Tools This project provides Khronos official Vulkan Tools and Utilities for Linux - https://github.com/KhronosGroup/Vulkan-Tools/archive/v1.2.182.tar.gz + https://github.com/KhronosGroup/Vulkan-Tools/archive/v1.2.189.tar.gz libX11-devel libxcb-devel @@ -18908,7 +18922,7 @@ complete albums that you have purchased from Amazon. wayland-devel wayland-client vulkan-headers - vulkan-devel + vulkan-devel python3-devel cmake git @@ -18937,6 +18951,13 @@ complete albums that you have purchased from Amazon. + + 2021-08-29 + 1.2.189 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2021-06-28 1.2.182 @@ -18980,15 +19001,12 @@ complete albums that you have purchased from Amazon. x11.vulkan API and commands for processing SPIR-V modules API and commands for processing SPIR-V modules - https://github.com/KhronosGroup/SPIRV-Tools/archive/v2021.2.tar.gz + https://github.com/KhronosGroup/SPIRV-Tools/archive/v2021.3.tar.gz cmake spirv-headers python3-devel - - spirv-tools-gcc11.patch - x11/vulkan/spirv-tools/pspec.xml @@ -19017,6 +19035,13 @@ complete albums that you have purchased from Amazon. + + 2021-08-29 + 2021.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2021-06-27 2021.2 @@ -19060,7 +19085,7 @@ complete albums that you have purchased from Amazon. x11.vulkan Vulkan headers Vulkan headers - https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.2.182.tar.gz + https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.2.189.tar.gz cmake python3-devel @@ -19076,6 +19101,13 @@ complete albums that you have purchased from Amazon. + + 2021-08-29 + 1.2.189 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2021-06-27 1.2.182 @@ -19210,8 +19242,8 @@ complete albums that you have purchased from Amazon. x11.vulkan Vulkan headers, loaders and validations layers Vulkan headers, loaders and validations layers - https://github.com/KhronosGroup/Vulkan-Loader/archive/v1.2.182.tar.gz - https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/v1.2.182.tar.gz + https://github.com/KhronosGroup/Vulkan-Loader/archive/v1.2.189.tar.gz + https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/v1.2.189.tar.gz python3-lxml libX11-devel @@ -19269,7 +19301,7 @@ complete albums that you have purchased from Amazon. vulkan-devel - vulkan + vulkan /usr/include @@ -19278,6 +19310,13 @@ complete albums that you have purchased from Amazon. + + 2021-08-29 + 1.2.189 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2021-06-27 1.2.182 @@ -28186,7 +28225,7 @@ complete albums that you have purchased from Amazon. mirrors://xorg/individual/app/beforelight-1.0.5.tar.bz2 mirrors://xorg/individual/app/bitmap-1.0.9.tar.bz2 mirrors://xorg/individual/app/editres-1.0.7.tar.bz2 - mirrors://xorg/individual/app/fonttosfnt-1.1.0.tar.bz2 + mirrors://xorg/individual/app/fonttosfnt-1.2.2.tar.bz2 mirrors://xorg/individual/app/fslsfonts-1.0.5.tar.bz2 mirrors://xorg/individual/app/fstobdf-1.0.6.tar.bz2 mirrors://xorg/individual/app/iceauth-1.0.8.tar.bz2 @@ -28205,7 +28244,7 @@ complete albums that you have purchased from Amazon. mirrors://xorg/individual/app/setxkbmap-1.3.2.tar.bz2 mirrors://xorg/individual/app/showfont-1.0.5.tar.bz2 mirrors://xorg/individual/app/smproxy-1.0.6.tar.bz2 - mirrors://xorg/individual/app/twm-1.0.10.tar.bz2 + mirrors://xorg/individual/app/twm-1.0.11.tar.xz mirrors://xorg/individual/app/viewres-1.0.6.tar.bz2 mirrors://xorg/individual/app/x11perf-1.6.1.tar.bz2 mirrors://xorg/individual/app/xauth-1.1.tar.bz2 @@ -28222,8 +28261,8 @@ complete albums that you have purchased from Amazon. mirrors://xorg/individual/app/xditview-1.0.5.tar.bz2 mirrors://xorg/individual/app/xdpyinfo-1.3.2.tar.bz2 mirrors://xorg/individual/app/xedit-1.2.2.tar.bz2 - mirrors://xorg/individual/app/xev-1.2.3.tar.bz2 - mirrors://xorg/individual/app/xeyes-1.1.2.tar.bz2 + mirrors://xorg/individual/app/xev-1.2.4.tar.bz2 + mirrors://xorg/individual/app/xeyes-1.2.0.tar.bz2 mirrors://xorg/individual/app/xf86dga-1.0.3.tar.bz2 mirrors://xorg/individual/app/xfd-1.1.3.tar.bz2 mirrors://xorg/individual/app/xfindproxy-1.0.4.tar.bz2 @@ -28235,7 +28274,7 @@ complete albums that you have purchased from Amazon. mirrors://xorg/individual/app/xgc-1.0.5.tar.bz2 mirrors://xorg/individual/app/xhost-1.0.8.tar.bz2 mirrors://xorg/individual/app/xinput-1.6.3.tar.bz2 - mirrors://xorg/individual/app/xkbcomp-1.4.3.tar.bz2 + mirrors://xorg/individual/app/xkbcomp-1.4.5.tar.bz2 mirrors://xorg/individual/app/xkbevd-1.1.4.tar.bz2 mirrors://xorg/individual/app/xkbprint-1.0.5.tar.bz2 mirrors://xorg/individual/app/xkbutils-1.0.4.tar.bz2 @@ -28252,9 +28291,9 @@ complete albums that you have purchased from Amazon. mirrors://xorg/individual/app/xmodmap-1.0.10.tar.bz2 mirrors://xorg/individual/app/xmore-1.0.3.tar.bz2 mirrors://xorg/individual/app/xpr-1.0.5.tar.bz2 - mirrors://xorg/individual/app/xprop-1.2.4.tar.bz2 + mirrors://xorg/individual/app/xprop-1.2.5.tar.bz2 mirrors://xorg/individual/app/xrandr-1.5.1.tar.xz - mirrors://xorg/individual/app/xrdb-1.2.0.tar.bz2 + mirrors://xorg/individual/app/xrdb-1.2.1.tar.bz2 mirrors://xorg/individual/app/xrefresh-1.0.6.tar.bz2 mirrors://xorg/individual/app/xset-1.2.4.tar.bz2 mirrors://xorg/individual/app/xsetmode-1.0.0.tar.bz2 @@ -28264,7 +28303,7 @@ complete albums that you have purchased from Amazon. mirrors://xorg/individual/app/xstdcmap-1.0.4.tar.bz2 mirrors://xorg/individual/app/xvidtune-1.0.3.tar.bz2 mirrors://xorg/individual/app/xvinfo-1.1.4.tar.bz2 - mirrors://xorg/individual/app/xwd-1.0.7.tar.bz2 + mirrors://xorg/individual/app/xwd-1.0.8.tar.bz2 mirrors://xorg/individual/app/xwininfo-1.1.5.tar.bz2 mirrors://xorg/individual/app/xwud-1.0.5.tar.bz2 @@ -28371,6 +28410,13 @@ complete albums that you have purchased from Amazon. + + 2021-08-28 + 7.7 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + 2020-03-25 7.7 @@ -30383,7 +30429,7 @@ complete albums that you have purchased from Amazon. Küçük, sağlam ve yüksek performanslı http ve ters vekil sunucusu Nginx is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server. Written by Igor Sysoev in 2005, Nginx now hosts between 1% and 4% of all domains worldwide. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. nginx, özgür, açık kaynaklı, yüksek performanslı bir HTTP, ters vekil (reverse proxy) ve aynı zamanda IMAP/POP3 sunucusudur. - http://nginx.org/download/nginx-1.17.8.tar.gz + http://nginx.org/download/nginx-1.20.1.tar.gz perl gd-devel @@ -30439,6 +30485,13 @@ complete albums that you have purchased from Amazon. + + 2021-08-29 + 1.20.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-01-27 1.17.8 @@ -43332,9 +43385,12 @@ complete albums that you have purchased from Amazon. MLT televizyon yayını için tasarlanmış, açık kaynak kodlu bir çoklu ortam alyapısıdır. https://github.com/mltframework/mlt/releases/download/v6.26.1/mlt-6.26.1.tar.gz + cmake alsa-lib-devel swig + gtk2-devel pango-devel + opencv-devel python3-devel glib2-devel frei0r-plugins-devel @@ -43367,7 +43423,7 @@ complete albums that you have purchased from Amazon. libgcc perl - mlt + mlt /usr/lib/perl* @@ -43381,7 +43437,7 @@ complete albums that you have purchased from Amazon. libgcc python3 - mlt + mlt /usr/lib/python* @@ -43391,9 +43447,11 @@ complete albums that you have purchased from Amazon. mlt sox + gtk2 fftw3 pango glib2 + opencv ffmpeg libX11 libgcc @@ -43417,6 +43475,7 @@ complete albums that you have purchased from Amazon. /usr/lib /usr/share/doc /usr/share/mlt + /usr/share/man /usr/share/mlt/modules /usr/share/mlt/modules/lumas/PAL @@ -43426,7 +43485,7 @@ complete albums that you have purchased from Amazon. Development files for mlt mlt için geliştirme dosyaları - mlt + mlt /usr/include @@ -43435,6 +43494,13 @@ complete albums that you have purchased from Amazon. + + 2021-08-30 + 6.26.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + 2021-06-17 6.26.1 @@ -59217,6 +59283,67 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + + flowblade + https://github.com/jliljebl/flowblade + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + app + multimedia.converter + Multitrack non-linear video editor + Multitrack non-linear video editor + Çok kanallı doğrusal olmayan video düzenleyici + Çok kanallı doğrusal olmayan video düzenleyici + https://github.com/jliljebl/flowblade/archive/refs/tags/v2.8.0.3.tar.gz + + python3-devel + desktop-file-utils + python3-setuptools + appstream-glib-devel + + + fedora/flowblade_sys_path.patch + + multimedia/converter/flowblade/pspec.xml + + + flowblade + + mlt + gmic + gtk3 + ffmpeg + python3 + librsvg + python-mlt + dbus-python3 + python3-numpy + python3-pillow + python3-pygobject3 + + + /usr/bin + /usr/lib + /usr/share + /usr/share/man + /usr/share/metainfo + /usr/share/doc + + + + + 2021-08-30 + 2.8.0.3 + First release + PisiLinux Community + admins@pisilinux.org + + + flacon @@ -73177,7 +73304,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol An open standard for virtual reality and augmented reality platforms and devices An open standard for virtual reality and augmented reality platforms and devices An open standard for virtual reality and augmented reality platforms and devices - https://github.com/KhronosGroup/OpenXR-SDK-Source/archive/release-1.0.18.tar.gz + https://github.com/KhronosGroup/OpenXR-SDK-Source/archive/release-1.0.19.tar.gz cmake mesa-devel @@ -73217,7 +73344,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol openxr-devel Development files for openxr - openxr + openxr /usr/include @@ -73226,6 +73353,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + 2021-08-29 + 1.0.19 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2021-08-07 1.0.18 @@ -158535,7 +158669,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol 2021-06-16 21.04.2 - Version bump. + Version bump Mustafa Cinasal muscnsl@gmail.com @@ -199941,6 +200075,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2021-08-29 + 0.8.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2021-06-22 0.8.1 diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 56003de1df..3cdc3b64d6 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -e422eb464725994e5748e2ed85ce73450a2dc415 \ No newline at end of file +bcafbe6095e18fcd63de6e2dfdd32d89a66efc0f \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 5ac83bd761..4435ac29f0 100644 Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum index 949082b65e..0ddd06ef87 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -b3f2733e6c905952a23e77c8544c0025072bd2fc \ No newline at end of file +525302f0082abf770297b4d4cab2595789389fdc \ No newline at end of file