diff --git a/multimedia/editor/libopenshot-audio/actions.py b/multimedia/editor/libopenshot-audio/actions.py
new file mode 100644
index 0000000000..bfb938407d
--- /dev/null
+++ b/multimedia/editor/libopenshot-audio/actions.py
@@ -0,0 +1,20 @@
+#!/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")
+
+def build():
+ cmaketools.make()
+
+def install():
+ cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("README*", "COPYING")
diff --git a/multimedia/editor/libopenshot-audio/pspec.xml b/multimedia/editor/libopenshot-audio/pspec.xml
new file mode 100644
index 0000000000..6367edf7ae
--- /dev/null
+++ b/multimedia/editor/libopenshot-audio/pspec.xml
@@ -0,0 +1,63 @@
+
+
+
+
+ libopenshot-audio
+ https://openshot.org/
+
+ Kamil Atlı
+ suvari@pisilinux.org
+
+ GPLv3
+ library
+ A free, open-source C++ library dedicated to delivering high quality audio editing and audio playback solutions.
+ OpenShot Audio Library (libopenshot-openshot) is a free, open-source C++ library dedicated to delivering high quality audio editing and audio playback solutions to the world.
+ https://github.com/OpenShot/libopenshot-audio/archive/refs/tags/v0.2.2.tar.gz
+
+ cmake
+ zlib-devel
+ glibc-devel
+ python3-devel
+ alsa-lib-devel
+ freetype-devel
+
+
+
+
+ libopenshot-audio
+
+ zlib
+ libgcc
+ alsa-lib
+
+
+ /usr/bin
+ /usr/lib/libopenshot-audio.so*
+ /usr/share/doc
+ /usr/share/man/man1
+
+
+
+
+ libopenshot-audio-devel
+ Development files for libopenshot-audio
+
+ libopenshot-audio
+
+
+ /usr/include
+ /usr/lib/cmake
+
+
+
+
+
+
+ 2021-12-05
+ 0.2.2
+ First release
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+
diff --git a/multimedia/editor/libopenshot-audio/translations.xml b/multimedia/editor/libopenshot-audio/translations.xml
new file mode 100644
index 0000000000..dff994ff5e
--- /dev/null
+++ b/multimedia/editor/libopenshot-audio/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ libopenshot-audio
+ Yüksek kaliteli ses düzenleme ve ses oynatma çözümleri sunmaya adanmış ücretsiz, açık kaynaklı bir C++ kitaplığı.
+ OpenShot Ses Kitaplığı (libopenshot-openshot), dünyaya yüksek kaliteli ses düzenleme ve ses oynatma çözümleri sunmaya adanmış ücretsiz, açık kaynaklı bir C++ kitaplığıdır.
+
+
diff --git a/multimedia/editor/libopenshot/actions.py b/multimedia/editor/libopenshot/actions.py
new file mode 100644
index 0000000000..4f72ba5a2a
--- /dev/null
+++ b/multimedia/editor/libopenshot/actions.py
@@ -0,0 +1,30 @@
+#!/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' \
+ -DCMAKE_BUILD_TYPE='None' \
+ -DENABLE_RUBY=OFF \
+ -DMAGICKCORE_HDRI_ENABLE=1 \
+ -DMAGICKCORE_QUANTUM_DEPTH=16 \
+ -DPYTHON_LIBRARIES='/usr/lib/libpython3.so' \
+ -DUSE_SYSTEM_JSONCPP=ON")
+
+def build():
+ cmaketools.make()
+
+#def check():
+ #cmaketools.make("test")
+
+
+def install():
+ cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("README*", "COPYING")
diff --git a/multimedia/editor/libopenshot/pspec.xml b/multimedia/editor/libopenshot/pspec.xml
new file mode 100644
index 0000000000..d4a588f2a0
--- /dev/null
+++ b/multimedia/editor/libopenshot/pspec.xml
@@ -0,0 +1,85 @@
+
+
+
+
+ libopenshot
+ https://openshot.org/
+
+ Kamil Atlı
+ suvari@pisilinux.org
+
+ GPL
+ library
+ A free, open-source C++ library dedicated to delivering high quality video editing, animation, and playback solutions to the world.
+ OpenShot Video Library (libopenshot) is a free, open-source C++ library dedicated to delivering high quality video editing, animation, and playback solutions to the world.
+ https://github.com/OpenShot/libopenshot/archive/refs/tags/v0.2.7.tar.gz
+
+ swig
+ cmake
+ catch2
+ libgcc
+ doxygen
+ x264-devel
+ ruby-devel
+ glibc-devel
+ ffmpeg-devel
+ zeromq-devel
+ openmp-devel
+ opencv-devel
+ python3-pyzmq
+ python3-devel
+ qt5-svg-devel
+ jsoncpp-devel
+ qt5-base-devel
+ protobuf-devel
+ alsa-lib-devel
+ python3-qt5-devel
+ libopenshot-audio
+ imagemagick-devel
+ qt5-multimedia-devel
+
+
+
+
+ libopenshot
+
+ ffmpeg
+ libgcc
+ zeromq
+ jsoncpp
+ libgomp
+ python3
+ qt5-base
+ imagemagick
+ libopenshot-audio
+
+
+ /usr/lib/python3.9/site-packages
+ /usr/lib/libopenshot.so*
+ /usr/share/doc
+
+
+
+
+ libopenshot-devel
+ Development files for libopenshot
+
+ libopenshot
+
+
+ /usr/include
+
+
+
+
+
+
+
+ 2021-12-05
+ 0.2.7
+ First release
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+
diff --git a/multimedia/editor/libopenshot/translations.xml b/multimedia/editor/libopenshot/translations.xml
new file mode 100644
index 0000000000..08e973fa8d
--- /dev/null
+++ b/multimedia/editor/libopenshot/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ libopenshot
+ Dünyaya yüksek kaliteli video düzenleme, animasyon ve oynatma çözümleri sunmaya adanmış ücretsiz, açık kaynaklı bir C++ kitaplığı.
+ OpenShot Video Kitaplığı (libopenshot), dünyaya yüksek kaliteli video düzenleme, animasyon ve oynatma çözümleri sunmaya adanmış ücretsiz, açık kaynaklı bir C++ kitaplığıdır.
+
+
diff --git a/multimedia/editor/openshot/actions.py b/multimedia/editor/openshot/actions.py
new file mode 100644
index 0000000000..c089e9773d
--- /dev/null
+++ b/multimedia/editor/openshot/actions.py
@@ -0,0 +1,24 @@
+#!/usr/bin/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
+
+def setup():
+ # prevent setup.py from trying to update MIME databases
+ shelltools.system("sed -i 's/^ROOT =.*/ROOT = False/' setup.py || die")
+
+ pythonmodules.compile(pyVer="3")
+
+def build():
+ pythonmodules.compile(pyVer="3")
+ shelltools.system("python3 setup.py build")
+
+def install():
+ pythonmodules.install(pyVer="3")
+
+ pisitools.dodoc("COPYING", "README*")
diff --git a/multimedia/editor/openshot/files/openshot-2.6.1-no_metric_default.patch b/multimedia/editor/openshot/files/openshot-2.6.1-no_metric_default.patch
new file mode 100644
index 0000000000..dfbec898eb
--- /dev/null
+++ b/multimedia/editor/openshot/files/openshot-2.6.1-no_metric_default.patch
@@ -0,0 +1,12 @@
+diff -ruN a/src/settings/_default.settings b/src/settings/_default.settings
+--- a/src/settings/_default.settings 2021-09-05 01:16:20.000000000 +0200
++++ b/src/settings/_default.settings 2021-12-02 22:07:32.812473428 +0100
+@@ -340,7 +340,7 @@
+ "restart": true
+ },
+ {
+- "value": true,
++ "value": false,
+ "title": "Send Anonymous Metrics and Errors",
+ "type": "bool",
+ "category": "Debug",
\ No newline at end of file
diff --git a/multimedia/editor/openshot/pspec.xml b/multimedia/editor/openshot/pspec.xml
new file mode 100644
index 0000000000..35dcc168de
--- /dev/null
+++ b/multimedia/editor/openshot/pspec.xml
@@ -0,0 +1,71 @@
+
+
+
+
+ openshot
+ http://www.openshotvideo.com
+
+ Kamil Atlı
+ suvari@pisilinux.org
+
+ GPLv3
+ openshot
+ app:gui
+ An award-winning free and open-source video editor.
+ OpenShot Video Editor is an award-winning free and open-source video editor and is dedicated to delivering high quality video editing and animation solutions to the world.
+ https://github.com/OpenShot/openshot-qt/archive/refs/tags/v2.6.1.tar.gz
+
+ cmake
+ ffmpeg-devel
+ python3-devel
+ python3-pyzmq
+ qt5-base-devel
+ python-gtk-devel
+ libopenshot-devel
+ python3-requests
+ python3-qt5-devel
+ python3-setuptools
+ libopenshot-audio-devel
+
+
+ openshot-2.6.1-no_metric_default.patch
+
+
+
+
+ openshot
+
+ ffmpeg
+ python3
+ qt5-base
+ python-gtk
+ python-mlt
+ libopenshot
+ python3-qt5
+ python3-pyzmq
+ libopenshot-audio
+
+
+ /usr/bin
+ /usr/lib
+ /usr/lib/python2.7/site-packages/openshot/locale
+ /usr/share/applications
+ /usr/share/mime
+ /usr/share/pixmaps
+ /usr/share/man
+ /usr/share/doc
+ /usr/share/icons
+ /usr/share/metainfo
+
+
+
+
+
+ 2021-12-04
+ 2.6.1
+ First release
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+
diff --git a/multimedia/editor/openshot/translations.xml b/multimedia/editor/openshot/translations.xml
new file mode 100644
index 0000000000..890c904432
--- /dev/null
+++ b/multimedia/editor/openshot/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ openshot
+ Ödüllü, ücretsiz ve açık kaynaklı bir video düzenleyici.
+ OpenShot Video Editor, ödüllü ücretsiz ve açık kaynaklı bir video düzenleyicidir ve kendini dünyaya yüksek kaliteli video düzenleme ve animasyon çözümleri sunmaya adamıştır.
+
+
diff --git a/pisi-index.xml b/pisi-index.xml
index 0301f6efdc..e9cfcd135e 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -2422,7 +2422,7 @@
Eye of GNOME image viewerGNOME resim göstericieog
- mirrors://gnome/eog/41/eog-41.0.tar.xz
+ mirrors://gnome/eog/41/eog-41.1.tar.xzglib2-develgtk3-devel
@@ -2490,7 +2490,7 @@
eog-develeog için geliştirme dosyaları
- eog
+ eoggtk3-devel
@@ -2499,6 +2499,13 @@
+
+ 2021-12-05
+ 41.1
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2021-09-1941.0
@@ -3449,11 +3456,11 @@
desktop.gnome.appsIntegrated mail, addressbook and calendaring for GNOME.The Evolution package contains an integrated mail, calendar and address book suite designed for the GNOME environment.
- https://download.gnome.org/sources/evolution/3.42/evolution-3.42.1.tar.xz
+ https://download.gnome.org/sources/evolution/3.42/evolution-3.42.2.tar.xzgnome-desktop-devellibcanberra-gtk3-devel
- evolution-data-server-devel
+ evolution-data-server-develgspell-develgnome-autoar-devellibarchive-devel
@@ -3471,7 +3478,7 @@
geoclue-develgeocode-glib-devellibseccomp-devel
- openldap-client
+ openldap-servercmakedesktop/gnome/apps/evolution/pspec.xml
@@ -3524,11 +3531,11 @@
evolution-devel
- evolution
+ evolutiongtk3-develglib2-develgnome-desktop-devel
- evolution-data-server-devel
+ evolution-data-server-develwebkit2gtk-devel
@@ -3537,6 +3544,13 @@
+
+ 2021-12-05
+ 3.42.2
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2021-10-293.42.1
@@ -3772,7 +3786,7 @@
Gnome masaüstü için basit bir ikili(binary) düzenleyiciA simple binary editor for the Gnome desktopGnome masaüstü için basit bir ikili(binary) düzenleyici
- mirrors://gnome/ghex/3.41/ghex-3.41.0.tar.xz
+ mirrors://gnome/ghex/3.41/ghex-3.41.1.tar.xzdesktop-file-utilsgettext-devel
@@ -3808,7 +3822,7 @@
Development files for ghexghex için geliştirme dosyaları
- ghex
+ ghexgtk3-devel
@@ -3817,6 +3831,13 @@
+
+ 2021-12-05
+ 3.41.1
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2021-09-243.41.0
@@ -4212,7 +4233,7 @@
desktop.gnome.appsA desktop calculator for GNOMEgnome-calculator is an application that solves mathematical equations.
- mirrors://gnome/gnome-calculator/41/gnome-calculator-41.0.tar.xz
+ mirrors://gnome/gnome-calculator/41/gnome-calculator-41.1.tar.xzdesktop-file-utilsitstool
@@ -4267,7 +4288,7 @@
gnome-calculator-devel
- gnome-calculator
+ gnome-calculatorgtk3-develglib2-devellibgee-devel
@@ -4279,6 +4300,13 @@
+
+ 2021-12-06
+ 41.1
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2021-09-1841.0
@@ -4806,7 +4834,7 @@
desktop.gnome.appsGNOME Maps applicationMaps is a map application for GNOME.
- https://download.gnome.org/sources/gnome-maps/41/gnome-maps-41.1.tar.xz
+ https://download.gnome.org/sources/gnome-maps/41/gnome-maps-41.2.tar.xzlibchamplain-develmeson
@@ -4849,6 +4877,13 @@
+
+ 2021-12-05
+ 41.2
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2021-10-3141.1
@@ -5554,7 +5589,7 @@
The GNOME Terminal EmulatorGNOME Terminal EmülatörüGNOME Terminal Emülatörü
- https://download.gnome.org/sources/gnome-terminal/3.42/gnome-terminal-3.42.1.tar.xz
+ https://download.gnome.org/sources/gnome-terminal/3.42/gnome-terminal-3.42.2.tar.xzmesonitstool
@@ -5610,6 +5645,13 @@
+
+ 2021-12-05
+ 3.42.2
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2021-10-313.42.1
@@ -7384,7 +7426,7 @@ GNOME Session and the applications that run under it.
desktop.gnome.baseThe Evolution Data Server package provides a unified backend for programs that work with contacts, tasks, and calendar information.The Evolution Data Server provides a single database for common, desktop-wide information, such as a user's address book or calendar events.
- https://download.gnome.org/sources/evolution-data-server/3.42/evolution-data-server-3.42.1.tar.xz
+ https://download.gnome.org/sources/evolution-data-server/3.42/evolution-data-server-3.42.2.tar.xzflexglib2-devel
@@ -7394,7 +7436,7 @@ GNOME Session and the applications that run under it.
libical-develwebkit2gtk-devellibgweather-devel
- mit-kerberos
+ mit-kerberos-devellibsoup-develnspr-develnss-devel
@@ -7464,7 +7506,7 @@ GNOME Session and the applications that run under it.
evolution-data-server-develDevelopment files for evolution-data-server
- evolution-data-server
+ evolution-data-servernss-develgtk3-develnspr-devel
@@ -7484,6 +7526,13 @@ GNOME Session and the applications that run under it.
+
+ 2021-12-05
+ 3.42.2
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2021-10-293.42.1
@@ -9827,7 +9876,7 @@ components such as the Settings and gnome-shell.
desktop.gnome.baseGNOME User DocumentationThis package contains documents which are packaged together and shipped as gnome-user-docs in the core GNOME distribution.
- https://download.gnome.org/sources/gnome-user-docs/41/gnome-user-docs-41.0.tar.xz
+ https://download.gnome.org/sources/gnome-user-docs/41/gnome-user-docs-41.1.tar.xzlibxml2-develitstool
@@ -9843,6 +9892,13 @@ components such as the Settings and gnome-shell.
+
+ 2021-12-05
+ 41.1
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2021-09-1941.0
@@ -12347,7 +12403,7 @@ services for numerous locations.
Gnome için Yardım görüntüleyiciYelp is a help viewer which serves as a DocBook viewer, a man page viewer, and an info page viewer.Yelp DocBook, man sayfaları ve info sayfaları için bir yardım belgeleri görüntüleyicidir.
- mirrors://gnome/yelp/41/yelp-41.1.tar.xz
+ mirrors://gnome/yelp/41/yelp-41.2.tar.xzitstoolgtk-doc
@@ -12394,7 +12450,7 @@ services for numerous locations.
yelp-develDevelopment files for yelp
- yelp
+ yelp/usr/include
@@ -12402,6 +12458,13 @@ services for numerous locations.
+
+ 2021-12-05
+ 41.2
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2021-09-2541.1
@@ -79759,6 +79822,9 @@ It supports email, address books, calendars, tasks, news feeds and much more.python3-devel
python3-lxml
+
+ 250a7d0b.patch
+ desktop/kde/framework/breeze-icons/pspec.xml
@@ -79776,6 +79842,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+ 2021-12-05
+ 5.88.0
+ Rebuild.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2021-11-135.88.0
@@ -146897,7 +146970,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Pango için C++ arayüzü
Pangomm is a library that provides pango based C++ interface for object-oriented gtkmm applications.Pangomm, nesne tabanlı gtkmm uygulamaları için C++ tabanlı pango arayüzü sağlayan bir kitaplıktır.
- mirrors://gnome/pangomm/2.46/pangomm-2.46.1.tar.xz
+ mirrors://gnome/pangomm/2.46/pangomm-2.46.2.tar.xzgrepmeson
@@ -146933,7 +147006,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Development files for pangomm
pangomm için geliştirme dosyaları
- pangomm
+ pangommcairomm-develglibmm-develpango-devel
@@ -146945,6 +147018,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+ 2021-12-05
+ 2.46.2
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2021-05-262.46.1
@@ -184398,7 +184478,7 @@ from a wide variety of machine architectures.
blender is the essential software solution you need for 3D, from modeling, animation, rendering and post-production to interactive creation and playback.Blender 3B modelleme ve animasyon yapmaya yarayan açık kaynak bir yazılımdır.blender
- http://download.blender.org/source/blender-2.93.6.tar.xz
+ http://download.blender.org/source/blender-3.0.0.tar.xzgitcmake
@@ -184444,6 +184524,7 @@ from a wide variety of machine architectures.
python3-idnapython3-setuptoolsjemalloc-devel
+ zstd-develblender-openexr.patch
@@ -184454,6 +184535,7 @@ from a wide variety of machine architectures.
blendergmp
+ zstdboostopenxrpugixml
@@ -184514,6 +184596,13 @@ from a wide variety of machine architectures.
+
+ 2021-12-05
+ 3.0.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2021-11-192.93.6
@@ -185105,6 +185194,220 @@ cleaner, which will allow to add new features in the future.
+
+
+ libopenshot
+ https://openshot.org/
+
+ Kamil Atlı
+ suvari@pisilinux.org
+
+ GPL
+ library
+ multimedia.editor
+ A free, open-source C++ library dedicated to delivering high quality video editing, animation, and playback solutions to the world.
+ Dünyaya yüksek kaliteli video düzenleme, animasyon ve oynatma çözümleri sunmaya adanmış ücretsiz, açık kaynaklı bir C++ kitaplığı.
+ OpenShot Video Library (libopenshot) is a free, open-source C++ library dedicated to delivering high quality video editing, animation, and playback solutions to the world.
+ OpenShot Video Kitaplığı (libopenshot), dünyaya yüksek kaliteli video düzenleme, animasyon ve oynatma çözümleri sunmaya adanmış ücretsiz, açık kaynaklı bir C++ kitaplığıdır.
+ https://github.com/OpenShot/libopenshot/archive/refs/tags/v0.2.7.tar.gz
+
+ swig
+ cmake
+ catch2
+ libgcc
+ doxygen
+ x264-devel
+ ruby-devel
+ glibc-devel
+ ffmpeg-devel
+ zeromq-devel
+ openmp-devel
+ opencv-devel
+ python3-pyzmq
+ python3-devel
+ qt5-svg-devel
+ jsoncpp-devel
+ qt5-base-devel
+ protobuf-devel
+ alsa-lib-devel
+ python3-qt5-devel
+ libopenshot-audio
+ imagemagick-devel
+ qt5-multimedia-devel
+
+ multimedia/editor/libopenshot/pspec.xml
+
+
+ libopenshot
+
+ ffmpeg
+ libgcc
+ zeromq
+ jsoncpp
+ libgomp
+ python3
+ qt5-base
+ imagemagick
+ libopenshot-audio
+
+
+ /usr/lib/python3.9/site-packages
+ /usr/lib/libopenshot.so*
+ /usr/share/doc
+
+
+
+ libopenshot-devel
+ Development files for libopenshot
+
+ libopenshot
+
+
+ /usr/include
+
+
+
+
+ 2021-12-05
+ 0.2.7
+ First release
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+
+
+
+ libopenshot-audio
+ https://openshot.org/
+
+ Kamil Atlı
+ suvari@pisilinux.org
+
+ GPLv3
+ library
+ multimedia.editor
+ A free, open-source C++ library dedicated to delivering high quality audio editing and audio playback solutions.
+ Yüksek kaliteli ses düzenleme ve ses oynatma çözümleri sunmaya adanmış ücretsiz, açık kaynaklı bir C++ kitaplığı.
+ OpenShot Audio Library (libopenshot-openshot) is a free, open-source C++ library dedicated to delivering high quality audio editing and audio playback solutions to the world.
+ OpenShot Ses Kitaplığı (libopenshot-openshot), dünyaya yüksek kaliteli ses düzenleme ve ses oynatma çözümleri sunmaya adanmış ücretsiz, açık kaynaklı bir C++ kitaplığıdır.
+ https://github.com/OpenShot/libopenshot-audio/archive/refs/tags/v0.2.2.tar.gz
+
+ cmake
+ zlib-devel
+ glibc-devel
+ python3-devel
+ alsa-lib-devel
+ freetype-devel
+
+ multimedia/editor/libopenshot-audio/pspec.xml
+
+
+ libopenshot-audio
+
+ zlib
+ libgcc
+ alsa-lib
+
+
+ /usr/bin
+ /usr/lib/libopenshot-audio.so*
+ /usr/share/doc
+ /usr/share/man/man1
+
+
+
+ libopenshot-audio-devel
+ Development files for libopenshot-audio
+
+ libopenshot-audio
+
+
+ /usr/include
+ /usr/lib/cmake
+
+
+
+
+ 2021-12-05
+ 0.2.2
+ First release
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+
+
+
+ openshot
+ http://www.openshotvideo.com
+
+ Kamil Atlı
+ suvari@pisilinux.org
+
+ GPLv3
+ app:gui
+ multimedia.editor
+ An award-winning free and open-source video editor.
+ Ödüllü, ücretsiz ve açık kaynaklı bir video düzenleyici.
+ OpenShot Video Editor is an award-winning free and open-source video editor and is dedicated to delivering high quality video editing and animation solutions to the world.
+ OpenShot Video Editor, ödüllü ücretsiz ve açık kaynaklı bir video düzenleyicidir ve kendini dünyaya yüksek kaliteli video düzenleme ve animasyon çözümleri sunmaya adamıştır.
+ openshot
+ https://github.com/OpenShot/openshot-qt/archive/refs/tags/v2.6.1.tar.gz
+
+ cmake
+ ffmpeg-devel
+ python3-devel
+ python3-pyzmq
+ qt5-base-devel
+ python-gtk-devel
+ libopenshot-devel
+ python3-requests
+ python3-qt5-devel
+ python3-setuptools
+ libopenshot-audio-devel
+
+
+ openshot-2.6.1-no_metric_default.patch
+
+ multimedia/editor/openshot/pspec.xml
+
+
+ openshot
+
+ ffmpeg
+ python3
+ qt5-base
+ python-gtk
+ python-mlt
+ libopenshot
+ python3-qt5
+ python3-pyzmq
+ libopenshot-audio
+
+
+ /usr/bin
+ /usr/lib
+ /usr/lib/python2.7/site-packages/openshot/locale
+ /usr/share/applications
+ /usr/share/mime
+ /usr/share/pixmaps
+ /usr/share/man
+ /usr/share/doc
+ /usr/share/icons
+ /usr/share/metainfo
+
+
+
+
+ 2021-12-04
+ 2.6.1
+ First release
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+ picard
@@ -185178,8 +185481,9 @@ cleaner, which will allow to add new features in the future.
Server and user space API to deal with multimedia pipelinesServer and user space API to deal with multimedia pipelinesServer and user space API to deal with multimedia pipelines
- https://github.com/PipeWire/pipewire/archive/0.3.37.tar.gz
+ https://github.com/PipeWire/pipewire/archive/0.3.40.tar.gz
+ gitmesondoxygenvalgrind
@@ -185195,6 +185499,7 @@ cleaner, which will allow to add new features in the future.
ffmpeg-develncurses-devellibsdl2-devel
+ readline-develalsa-lib-develgstreamer-devellibfdk-aac-devel
@@ -185239,7 +185544,7 @@ cleaner, which will allow to add new features in the future.
pipewire-develDevelopment files for pipewire
- pipewire
+ pipewire/usr/include
@@ -185250,13 +185555,20 @@ cleaner, which will allow to add new features in the future.
pipewire-docsDevelopment files for pipewire
- pipewire
+ pipewire/usr/share/doc/pipewire/html
+
+ 2021-12-06
+ 0.3.40
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2021-09-240.3.37
@@ -197593,11 +197905,9 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
WebRTC library - static linkedWebRTC library - static linkedWebRTC library - static linked
- https://github.com/desktop-app/tg_owt/archive/575fb17d2853c43329e45f6693370f5e41668055.tar.gz
- https://sourceforge.net/projects/pisilinux/files/source/libvpx-20210924.tar.xz
- https://sourceforge.net/projects/pisilinux/files/source/libyuv-20210924.tar.xz
- https://github.com/PipeWire/pipewire/archive/0.3.37.tar.gz
+ https://github.com/desktop-app/tg_owt/archive/d578c760dc6f1ae5f0f3bb5317b0b2ed04b79138.tar.gz
+ gitninjacmakepulseaudio
@@ -197641,7 +197951,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
libtg_owt-develDevelopment files for libtg_owt
- libtg_owt
+ libtg_owtyasm-develunziplibopus-devel
@@ -197661,6 +197971,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+ 2021-12-05
+ 20211112
+ Version bump.
+ Pisi Linux Admins
+ admin@pisilinux.org
+ 2021-10-2020210915
@@ -218927,7 +219244,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
Official Telegram Desktop clientTelegram is a messaging app with a focus on speed and security, it is super-fast, simple and free. You can use Telegram on all your devices at the same time — your messages sync seamlessly across any number of your phones, tablets or computers.Telegram is a messaging app with a focus on speed and security, it is super-fast, simple and free. You can use Telegram on all your devices at the same time — your messages sync seamlessly across any number of your phones, tablets or computers.
- https://github.com/telegramdesktop/tdesktop/releases/download/v3.2.1/tdesktop-3.2.1-full.tar.gz
+ https://github.com/telegramdesktop/tdesktop/releases/download/v3.2.8/tdesktop-3.2.8-full.tar.gzcmakeninja
@@ -218951,6 +219268,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
lz4-devellibtg_owt-develxcb-util-keysyms-devel
+ jemalloc-develwebkit2gtk-develglibmm-develqt5-svg-devel
@@ -219001,6 +219319,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+ 2021-12-05
+ 3.2.8
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2021-11-053.2.1
@@ -224313,8 +224638,8 @@ functionality to build high-performing, platform-independent programs.ZeroMQ, ZMTP/3.1 uygulayan ve çekirdegi C++ olan bir kitaplıktır.
The ZeroMQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. ZeroMQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more.ZeroMQ soketleri asenkron mesaj kuyruklarının soyutlanması, çoklu mesaj oruntuleri, mesaj suzme coklu ulaşım protokollerine kesintisiz erişim saglayabilen bir kitaplıktır.
- https://github.com/zeromq/libzmq/archive/v4.3.2.tar.gz
- https://github.com/zeromq/cppzmq/archive/v4.5.0.tar.gz
+ https://github.com/zeromq/libzmq/archive/v4.3.4.tar.gz
+ https://github.com/zeromq/cppzmq/archive/v4.8.0.tar.gzlibsodium-developenpgm-devel
@@ -224340,7 +224665,7 @@ functionality to build high-performing, platform-independent programs.zeromq için geliştirme dosyaları
zeromq-devel, zeromq için geliştirme dosyaları sunar.
- zeromq
+ zeromqlibsodium-developenpgm-devel
@@ -224351,6 +224676,13 @@ functionality to build high-performing, platform-independent programs.
+
+ 2021-12-06
+ 4.3.4
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2019-12-304.3.2
@@ -230216,7 +230548,7 @@ complete albums that you have purchased from Amazon.
Mozilla Firefox – otwarta przeglądarka internetowa oparta na silniku Gecko, stworzona i rozwijana przez Korporację Mozilla oraz ochotników.Navegue por la web de forma rápida y segura. Navegador web de código abierto que se puede personalizar con características adicionales.firefox
- https://ftp.mozilla.org/pub/firefox/releases/94.0.1/source/firefox-94.0.1.source.tar.xz
+ https://ftp.mozilla.org/pub/firefox/releases/95.0/source/firefox-95.0.source.tar.xzmozconfig-instmozconfig-opt
@@ -230344,7 +230676,7 @@ complete albums that you have purchased from Amazon.
system.localelang-az
- firefox
+ firefox/usr/lib/firefox/browser/extensions/langpack-az@firefox.mozilla.org.xpi
@@ -230358,7 +230690,7 @@ complete albums that you have purchased from Amazon.
system.localelang-bs
- firefox
+ firefox/usr/lib/firefox/browser/extensions/langpack-bs@firefox.mozilla.org.xpi
@@ -230372,7 +230704,7 @@ complete albums that you have purchased from Amazon.
system.localelang-ca
- firefox
+ firefox/usr/lib/firefox/browser/extensions/langpack-ca@firefox.mozilla.org.xpi
@@ -230386,7 +230718,7 @@ complete albums that you have purchased from Amazon.
system.localelang-da
- firefox
+ firefox/usr/lib/firefox/browser/extensions/langpack-da@firefox.mozilla.org.xpi
@@ -230400,7 +230732,7 @@ complete albums that you have purchased from Amazon.
system.localelang-de
- firefox
+ firefox/usr/lib/firefox/browser/extensions/langpack-de@firefox.mozilla.org.xpi
@@ -230414,7 +230746,7 @@ complete albums that you have purchased from Amazon.
system.localelang-el
- firefox
+ firefox/usr/lib/firefox/browser/extensions/langpack-el@firefox.mozilla.org.xpi
@@ -230428,7 +230760,7 @@ complete albums that you have purchased from Amazon.
system.localelang-en-US
- firefox
+ firefox/usr/lib/firefox/browser/extensions/langpack-en-US@firefox.mozilla.org.xpi
@@ -230442,7 +230774,7 @@ complete albums that you have purchased from Amazon.
system.localelang-en-GB
- firefox
+ firefox/usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi
@@ -230456,7 +230788,7 @@ complete albums that you have purchased from Amazon.
system.localelang-es-AR
- firefox
+ firefox/usr/lib/firefox/browser/extensions/langpack-es-AR@firefox.mozilla.org.xpi
@@ -230470,7 +230802,7 @@ complete albums that you have purchased from Amazon.
system.localelang-es-CL
- firefox
+ firefox/usr/lib/firefox/browser/extensions/langpack-es-CL@firefox.mozilla.org.xpi
@@ -230484,7 +230816,7 @@ complete albums that you have purchased from Amazon.
system.localelang-es-ES
- firefox
+ firefox/usr/lib/firefox/browser/extensions/langpack-es-ES@firefox.mozilla.org.xpi
@@ -230498,7 +230830,7 @@ complete albums that you have purchased from Amazon.
system.localelang-fi
- firefox
+ firefox/usr/lib/firefox/browser/extensions/langpack-fi@firefox.mozilla.org.xpi
@@ -230512,7 +230844,7 @@ complete albums that you have purchased from Amazon.
system.localelang-fr
- firefox
+ firefox/usr/lib/firefox/browser/extensions/langpack-fr@firefox.mozilla.org.xpi
@@ -230526,7 +230858,7 @@ complete albums that you have purchased from Amazon.
system.localelang-hr
- firefox
+ firefox/usr/lib/firefox/browser/extensions/langpack-hr@firefox.mozilla.org.xpi
@@ -230540,7 +230872,7 @@ complete albums that you have purchased from Amazon.
system.localelang-hu
- firefox
+ firefox/usr/lib/firefox/browser/extensions/langpack-hu@firefox.mozilla.org.xpi
@@ -230554,7 +230886,7 @@ complete albums that you have purchased from Amazon.
system.localelang-it
- firefox
+ firefox/usr/lib/firefox/browser/extensions/langpack-it@firefox.mozilla.org.xpi
@@ -230568,7 +230900,7 @@ complete albums that you have purchased from Amazon.
system.localelang-lt
- firefox
+ firefox/usr/lib/firefox/browser/extensions/langpack-lt@firefox.mozilla.org.xpi
@@ -230582,7 +230914,7 @@ complete albums that you have purchased from Amazon.
system.localelang-nl
- firefox
+ firefox/usr/lib/firefox/browser/extensions/langpack-nl@firefox.mozilla.org.xpi
@@ -230596,7 +230928,7 @@ complete albums that you have purchased from Amazon.
system.localelang-pl
- firefox
+ firefox/usr/lib/firefox/browser/extensions/langpack-pl@firefox.mozilla.org.xpi
@@ -230610,7 +230942,7 @@ complete albums that you have purchased from Amazon.
system.localelang-pt-BR
- firefox
+ firefox/usr/lib/firefox/browser/extensions/langpack-pt-BR@firefox.mozilla.org.xpi
@@ -230624,7 +230956,7 @@ complete albums that you have purchased from Amazon.
system.localelang-pt-PT
- firefox
+ firefox/usr/lib/firefox/browser/extensions/langpack-pt-PT@firefox.mozilla.org.xpi
@@ -230638,7 +230970,7 @@ complete albums that you have purchased from Amazon.
system.localelang-ro
- firefox
+ firefox/usr/lib/firefox/browser/extensions/langpack-ro@firefox.mozilla.org.xpi
@@ -230652,7 +230984,7 @@ complete albums that you have purchased from Amazon.
system.localelang-ru
- firefox
+ firefox/usr/lib/firefox/browser/extensions/langpack-ru@firefox.mozilla.org.xpi
@@ -230666,7 +230998,7 @@ complete albums that you have purchased from Amazon.
system.localelang-sr
- firefox
+ firefox/usr/lib/firefox/browser/extensions/langpack-sr@firefox.mozilla.org.xpi
@@ -230680,7 +231012,7 @@ complete albums that you have purchased from Amazon.
system.localelang-sv-SE
- firefox
+ firefox/usr/lib/firefox/browser/extensions/langpack-sv-SE@firefox.mozilla.org.xpi
@@ -230694,7 +231026,7 @@ complete albums that you have purchased from Amazon.
system.localelang-tr
- firefox
+ firefox/usr/lib/firefox/browser/extensions/langpack-tr@firefox.mozilla.org.xpi
@@ -230708,13 +231040,20 @@ complete albums that you have purchased from Amazon.
system.localelang-uk
- firefox
+ firefox/usr/lib/firefox/browser/extensions/langpack-uk@firefox.mozilla.org.xpi
+
+ 2021-12-06
+ 95.0
+ Version bump
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2021-11-1194.0.1
@@ -233146,7 +233485,7 @@ complete albums that you have purchased from Amazon.
Yelp XSL biçim dosyalarıPackage of yelp-xsl contains XSL stylesheets that are used by the yelp help browser.yelp-xsl paketi, yelp yardım görüntüleyicisi tarafından kullanılan XSL biçim dosyalarını taşır.
- mirrors://gnome/yelp-xsl/41/yelp-xsl-41.0.tar.xz
+ mirrors://gnome/yelp-xsl/41/yelp-xsl-41.1.tar.xzlibxml2-develitstool
@@ -233166,13 +233505,20 @@ complete albums that you have purchased from Amazon.
Development files for yelp-xslyelp-xsl paketi için geliştirme dosyaları
- yelp-xsl
+ yelp-xsl/usr/share/pkgconfig
+
+ 2021-12-05
+ 41.1
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2021-09-1841.0
@@ -287831,7 +288177,7 @@ contacts, tasks, and calendar information.
2021-11-091.19.2
- Version bump.
+ Version bumpMustafa Cinasalmuscnsl@gmail.com
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index 4dc966e4aa..25ed13278e 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-2000d40016d04717231a46630661d667e06cb8d0
\ No newline at end of file
+68f6222ae811e35e24b6cb88dd9414657dae9697
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index 0479b63e82..6f1635e89d 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 fb6abbbfb8..268feb3997 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-dc106465f3bc5741b38b85bbb66f352f50a3fd60
\ No newline at end of file
+d66263002da7f5cb0a80abb942908737102cfebd
\ No newline at end of file