diff --git a/multimedia/misc/serd/actions.py b/multimedia/misc/serd/actions.py
new file mode 100644
index 0000000000..37ce95813a
--- /dev/null
+++ b/multimedia/misc/serd/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 mesontools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import get
+
+def setup():
+ mesontools.configure()
+
+def build():
+ mesontools.build()
+
+def check():
+ mesontools.build("test")
+
+def install():
+ mesontools.install()
+
+ pisitools.dodoc("COPYING")
diff --git a/multimedia/misc/serd/pspec.xml b/multimedia/misc/serd/pspec.xml
new file mode 100644
index 0000000000..ed6950dadb
--- /dev/null
+++ b/multimedia/misc/serd/pspec.xml
@@ -0,0 +1,57 @@
+
+
+
+
+ serd
+ https://drobilla.net/software/serd.html
+
+ Kamil Atlı
+ suvari@pisilinux.org
+
+ ISC
+ library
+ serd
+ Serd is a lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples.
+ Serd can be used by high-performance or resource-limited applications to read or write Turtle, TriG, NTriples, and NQuads. The included serdi tool can be used to efficiently process RDF documents in scripts or on the command-line.
+ http://download.drobilla.net/serd-0.30.16.tar.xz
+
+ doxygen
+ python3-sphinx
+
+
+
+
+ serd
+
+
+
+
+ /usr/lib/libserd-0.so*
+ /usr/share/man
+ /usr/share/doc
+ /usr/bin
+
+
+
+
+ serd-devel
+ Development files for serd
+
+ serd
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2023-06-24
+ 0.30.16
+ First release
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+
diff --git a/multimedia/misc/serd/translations.xml b/multimedia/misc/serd/translations.xml
new file mode 100644
index 0000000000..78a770d1d1
--- /dev/null
+++ b/multimedia/misc/serd/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ serd
+ Serd, Turtle ve NTriples'ın okunmasını ve yazılmasını destekleyen, RDF sözdizimi için hafif bir C kitaplığıdır.
+ Serd; Turtle, TriG, NTriples ve NQuads'ı okumak veya yazmak için yüksek performanslı veya kaynak sınırlı uygulamalar tarafından kullanılabilir. Dahil edilen serdi aracı, RDF belgelerini betiklerde veya komut satırında verimli bir şekilde işlemek için kullanılabilir.
+
+
+
+ serd-devel
+ serd için geliştirme dosyaları
+
+
diff --git a/multimedia/misc/sord/actions.py b/multimedia/misc/sord/actions.py
new file mode 100644
index 0000000000..37ce95813a
--- /dev/null
+++ b/multimedia/misc/sord/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 mesontools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import get
+
+def setup():
+ mesontools.configure()
+
+def build():
+ mesontools.build()
+
+def check():
+ mesontools.build("test")
+
+def install():
+ mesontools.install()
+
+ pisitools.dodoc("COPYING")
diff --git a/multimedia/misc/sord/pspec.xml b/multimedia/misc/sord/pspec.xml
new file mode 100644
index 0000000000..4f7fd85216
--- /dev/null
+++ b/multimedia/misc/sord/pspec.xml
@@ -0,0 +1,62 @@
+
+
+
+
+ sord
+ https://drobilla.net/software/sord.html
+
+ Kamil Atlı
+ suvari@pisilinux.org
+
+ as-is
+ sord
+ library
+ Sord is a lightweight C library for storing RDF statements in memory.
+ Sord is a lightweight C library for storing RDF statements in memory.
+ http://download.drobilla.net/sord-0.16.14.tar.xz
+
+ meson
+ doxygen
+ serd-devel
+ glibc-devel
+ libpcre-devel
+
+
+
+
+ sord
+
+ serd
+ libpcre
+
+
+ /usr/bin
+ /usr/lib/libsord-0.so*
+ /usr/share/man
+ /usr/share/doc
+
+
+
+
+ sord-devel
+ Development files for sord
+
+ serd-devel
+ sord
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2023-06-24
+ 0.16.14
+ First release
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+
diff --git a/multimedia/misc/sord/translations.xml b/multimedia/misc/sord/translations.xml
new file mode 100644
index 0000000000..e427b77eb5
--- /dev/null
+++ b/multimedia/misc/sord/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ sord
+ Sord, RDF deyimlerini bellekte depolamak için hafif bir C kitaplığıdır.
+ Sord, RDF deyimlerini bellekte depolamak için hafif bir C kitaplığıdır.
+
+
+
+ sord-devel
+ sord için geliştirme dosyaları
+
+
diff --git a/multimedia/misc/sratom/actions.py b/multimedia/misc/sratom/actions.py
new file mode 100644
index 0000000000..37ce95813a
--- /dev/null
+++ b/multimedia/misc/sratom/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 mesontools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import get
+
+def setup():
+ mesontools.configure()
+
+def build():
+ mesontools.build()
+
+def check():
+ mesontools.build("test")
+
+def install():
+ mesontools.install()
+
+ pisitools.dodoc("COPYING")
diff --git a/multimedia/misc/sratom/pspec.xml b/multimedia/misc/sratom/pspec.xml
new file mode 100644
index 0000000000..ef79c46996
--- /dev/null
+++ b/multimedia/misc/sratom/pspec.xml
@@ -0,0 +1,61 @@
+
+
+
+
+ sratom
+ https://drobilla.net/software/sratom.html
+
+ Kamil Atlı
+ suvari@pisilinux.org
+
+ ISC
+ sratom
+ library
+ An LV2 Atom RDF serialisation library.
+ Sratom is a library for serialising LV2 atoms to/from RDF, particularly the Turtle syntax.
+ http://download.drobilla.net/sratom-0.6.14.tar.xz
+
+ meson
+ lv2-devel
+ serd-devel
+ sord-devel
+
+
+
+
+ sratom
+
+ serd
+ sord
+
+
+ /usr/lib/libsratom-0.so*
+ /usr/share/doc
+
+
+
+
+ sratom-devel
+ Development files for sratom
+
+ sratom
+ lv2-devel
+ sord-devel
+ serd-devel
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2023-06-24
+ 0.16.14
+ First release
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+
diff --git a/multimedia/misc/sratom/translations.xml b/multimedia/misc/sratom/translations.xml
new file mode 100644
index 0000000000..e7bfa2be62
--- /dev/null
+++ b/multimedia/misc/sratom/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ sratom
+ Bir LV2 Atom RDF serileştirme kitaplığı.
+ Sratom, LV2 atomlarını RDF'ye/RDF'den, özellikle Turtle sözdizimine serileştirmeye yönelik bir kitaplıktır.
+
+
+
+ sratom-devel
+ sratom için geliştirme dosyaları
+
+
diff --git a/pisi-index.xml b/pisi-index.xml
index 1b56bd8891..dc3029365b 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -24039,7 +24039,7 @@ services for numerous locations.
Development files for akonadi-notesqt5-base-devel
- akonadi-notes
+ akonadi-notes/usr/include
@@ -24048,6 +24048,13 @@ services for numerous locations.
+
+ 2023-06-21
+ 23.04.2
+ Rebuild.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2023-06-0823.04.2
@@ -78248,6 +78255,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+ 2023-06-21
+ 3.6.5
+ Rebuild.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2023-06-083.6.5
@@ -173278,7 +173292,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.kde.utils
A note taking application for KDEA note taking application for KDE
- mirrors://kde/stable/kjots/5.0.2/kjots-5.0.2.tar.xz
+ https://download.kde.org/stable/kjots/5.1.1/src/kjots-5.1.1.tar.xzakonadi-develakonadi-notes-devel
@@ -173329,6 +173343,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+ 2023-06-21
+ 5.1.1
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2019-01-205.0.2
@@ -233318,7 +233339,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Common Unix Printing System
Unix Ortak Yazdırma Sistemicups provides a portable printing layer for *nix-based operating systems.
- https://github.com/OpenPrinting/cups/releases/download/v2.4.5/cups-2.4.5-source.tar.gz
+ https://github.com/OpenPrinting/cups/releases/download/v2.4.6/cups-2.4.6-source.tar.gzacl-develpam-devel
@@ -233401,7 +233422,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.
avahi-develgnutls-devel
- cups
+ cups/usr/include
@@ -233426,7 +233447,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.openssl-32bit
libgccgnutls-32bit
- cups
+ cups/usr/bin/cups-config-32bit
@@ -233434,6 +233455,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+ 2023-06-23
+ 2.4.6
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2023-06-142.4.5
@@ -258529,29 +258557,38 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
MITlibrarymultimedia.misc
- LV2 is a simple but extensible successor of LADSPA
- LV2 is a portable plugin standard for audio systems, similar in scope to LADSPA, VST, AU, and others. It defines a C API for code and a format for data files which collectively describe a plugin.
- http://lv2plug.in/spec/lv2-1.18.6.tar.xz
+ LV2 is an extensible open standard for audio plugins.
+ LV2, ses eklentileri için genişletilebilir bir açık standarttır.
+ LV2 is an extensible open standard for audio plugins. LV2 has a simple core interface, which is accompanied by extensions that add more advanced functionality. Many types of plugins can be built with LV2, including audio effects, synthesizers, and control processors for modulation and automation.
+ LV2, ses eklentileri için genişletilebilir bir açık standarttır. LV2, daha gelişmiş işlevsellik ekleyen uzantıların eşlik ettiği basit bir çekirdek arayüze sahiptir. Modülasyon ve otomasyon için ses efektleri, sentezleyiciler ve kontrol işlemcileri dahil olmak üzere birçok eklenti türü LV2 ile oluşturulabilir.
+ http://lv2plug.in/spec/lv2-1.18.10.tar.xzmeson
+ cmake
+ asciidoc
+ atk-develgtk2-devel
- libsndfile-develglib2-develcairo-develpango-devel
+ python-lxml
+ python3-develfreetype-devel
+ python3-rdflib
+ python3-pylint
+ python3-Pygments
+ python3-markdownfontconfig-develgdk-pixbuf-devel
- python-devel
- python3-devel
- cmake
- atk-devel
+ libsndfile-devel
+ libsamplerate-develmultimedia/misc/lv2/pspec.xmllv2
+ atkgtk2glib2cairo
@@ -258561,12 +258598,15 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
fontconfiggdk-pixbuflibsndfile
- atk
+ python-lxml
+ libsamplerate
+ python3-rdflib
+ python3-Pygments
+ python3-markdown
- /usr/lib
+ /usr/lib/lv2/usr/share/doc
- /usr/share/usr/bin
@@ -258575,7 +258615,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
Development files for lv2lv2 için geliştirme dosyaları
- lv2
+ lv2/usr/include
@@ -258583,6 +258623,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+ 2023-06-24
+ 1.18.10
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2022-07-281.18.6
@@ -260561,6 +260608,183 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+
+ serd
+ https://drobilla.net/software/serd.html
+
+ Kamil Atlı
+ suvari@pisilinux.org
+
+ ISC
+ library
+ multimedia.misc
+ Serd is a lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples.
+ Serd, Turtle ve NTriples'ın okunmasını ve yazılmasını destekleyen, RDF sözdizimi için hafif bir C kitaplığıdır.
+ Serd can be used by high-performance or resource-limited applications to read or write Turtle, TriG, NTriples, and NQuads. The included serdi tool can be used to efficiently process RDF documents in scripts or on the command-line.
+ Serd; Turtle, TriG, NTriples ve NQuads'ı okumak veya yazmak için yüksek performanslı veya kaynak sınırlı uygulamalar tarafından kullanılabilir. Dahil edilen serdi aracı, RDF belgelerini betiklerde veya komut satırında verimli bir şekilde işlemek için kullanılabilir.
+ serd
+ http://download.drobilla.net/serd-0.30.16.tar.xz
+
+ doxygen
+ python3-sphinx
+
+ multimedia/misc/serd/pspec.xml
+
+
+ serd
+
+ /usr/lib/libserd-0.so*
+ /usr/share/man
+ /usr/share/doc
+ /usr/bin
+
+
+
+ serd-devel
+ Development files for serd
+ serd için geliştirme dosyaları
+
+ serd
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+ 2023-06-24
+ 0.30.16
+ First release
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+
+
+
+ sord
+ https://drobilla.net/software/sord.html
+
+ Kamil Atlı
+ suvari@pisilinux.org
+
+ as-is
+ library
+ multimedia.misc
+ Sord is a lightweight C library for storing RDF statements in memory.
+ Sord, RDF deyimlerini bellekte depolamak için hafif bir C kitaplığıdır.
+ Sord is a lightweight C library for storing RDF statements in memory.
+ Sord, RDF deyimlerini bellekte depolamak için hafif bir C kitaplığıdır.
+ sord
+ http://download.drobilla.net/sord-0.16.14.tar.xz
+
+ meson
+ doxygen
+ serd-devel
+ glibc-devel
+ libpcre-devel
+
+ multimedia/misc/sord/pspec.xml
+
+
+ sord
+
+ serd
+ libpcre
+
+
+ /usr/bin
+ /usr/lib/libsord-0.so*
+ /usr/share/man
+ /usr/share/doc
+
+
+
+ sord-devel
+ Development files for sord
+ sord için geliştirme dosyaları
+
+ serd-devel
+ sord
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+ 2023-06-24
+ 0.16.14
+ First release
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+
+
+
+ sratom
+ https://drobilla.net/software/sratom.html
+
+ Kamil Atlı
+ suvari@pisilinux.org
+
+ ISC
+ library
+ multimedia.misc
+ An LV2 Atom RDF serialisation library.
+ Bir LV2 Atom RDF serileştirme kitaplığı.
+ Sratom is a library for serialising LV2 atoms to/from RDF, particularly the Turtle syntax.
+ Sratom, LV2 atomlarını RDF'ye/RDF'den, özellikle Turtle sözdizimine serileştirmeye yönelik bir kitaplıktır.
+ sratom
+ http://download.drobilla.net/sratom-0.6.14.tar.xz
+
+ meson
+ lv2-devel
+ serd-devel
+ sord-devel
+
+ multimedia/misc/sratom/pspec.xml
+
+
+ sratom
+
+ serd
+ sord
+
+
+ /usr/lib/libsratom-0.so*
+ /usr/share/doc
+
+
+
+ sratom-devel
+ Development files for sratom
+ sratom için geliştirme dosyaları
+
+ sratom
+ lv2-devel
+ sord-devel
+ serd-devel
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+ 2023-06-24
+ 0.16.14
+ First release
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+ svt-av1
@@ -269772,7 +269996,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
suil
- http://drobilla.net/software/suil/
+ https://drobilla.net/software/suil.htmlOsman Erkanosman.erkan@pisilinux.org
@@ -269781,8 +270005,10 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
app:guimultimedia.soundLightweight C library for loading and wrapping LV2 plugin UIs
+ LV2 eklenti kullanıcı arayüzlerini yüklemek ve sarmak için hafif C kitaplığıSuil makes it possible to load a UI of any toolkit in a host using any other toolkit (assuming the toolkits are both supported by Suil).
- http://download.drobilla.net/suil-0.10.6.tar.bz2
+ Suil, herhangi bir araç setinin kullanıcı arayüzünü başka herhangi bir araç seti kullanarak bir ana bilgisayara yüklemeyi mümkün kılar (araç setlerinin her ikisinin de Suil tarafından desteklendiği varsayılarak).
+ http://download.drobilla.net/suil-0.10.18.tar.xzqt5-base-develgtk3-devel
@@ -269794,10 +270020,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
libX11-develfreetype-develgdk-pixbuf-devel
- python-devel
+ mesonpython3-develcmakefontconfig-devel
+ python3-sphinx
+ qt5-x11extras-devel
+ cmakemultimedia/sound/suil/pspec.xml
@@ -269816,6 +270045,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
freetypegdk-pixbuffontconfig
+ qt5-x11extras/usr/share/doc
@@ -269828,7 +270058,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
Development files for suilsuil için geliştirme dosyaları
- suil
+ lv2-devel
+ suil/usr/include
@@ -269836,6 +270067,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+ 2023-06-24
+ 0.10.18
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2020-03-080.10.6
@@ -272978,11 +273216,11 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
Ses/video düzenleyicileri oluşturmak için GStreamer kitaplığıSes/video düzenleyicileri oluşturmak için GStreamer kitaplığıSes/video düzenleyicileri oluşturmak için GStreamer kitaplığı
- https://gstreamer.freedesktop.org/src/gst-editing-services/gst-editing-services-1.22.3.tar.xz
+ https://gstreamer.freedesktop.org/src/gst-editing-services/gst-editing-services-1.22.4.tar.xz
- gstreamer-devel
- gst-plugins-base-devel
- gst-plugins-bad-devel
+ gstreamer-devel
+ gst-plugins-base-devel
+ gst-plugins-bad-develgobject-introspection-devellibxml2-develpython3-devel
@@ -273017,7 +273255,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
gst-editing-services-develDevelopment files for gst-editing-services
- gst-editing-services
+ gst-editing-servicesglib2-devellibxml2-develpython3-devel
@@ -273031,6 +273269,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+ 2023-06-21
+ 1.22.4
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2023-05-221.22.3
@@ -273131,7 +273376,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
Gstreamer plugin for the libav codecGstreamer için FFmpeg desteğiGstreamer plugin for the libav codec.
- https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.22.3.tar.xz
+ https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.22.4.tar.xzmesonpython3
@@ -273142,7 +273387,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
yasm-develffmpeg-devellibunwind-devel
- gst-plugins-base-devel
+ gst-plugins-base-develmultimedia/video/gst-libav/pspec.xml
@@ -273155,7 +273400,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
glib2ffmpeggstreamer
- gst-plugins-base
+ gst-plugins-base/usr/lib
@@ -273166,6 +273411,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+ 2023-06-21
+ 1.22.4
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2023-05-221.22.3
@@ -273309,7 +273561,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
Diğer eklentilerle karşılaştırıldığında çok iyi durumda olmayan gstreamer eklentileriGStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared to the rest. They might be close to being good quality, but they're missing something - be it a good code review, some documentation, a set of tests, a real live maintainer, or some actual wide use.gst-plugins-bad, iyiye yakın kalitede olan ancak gerçek bir geliştirici, belgelendirme, test seti gibi eksikleri bulunan eklentilerdir.
- https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.22.3.tar.xz
+ https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.22.4.tar.xzmesonvalgrind
@@ -273380,9 +273632,9 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
libvo-aacenc-devellibjpeg-turbo-devellibvo-amrwbenc-devel
- gstreamer-devel
+ gstreamer-develgobject-introspection-devel
- gst-plugins-base-devel
+ gst-plugins-base-develneon-devellibavtp-develqrencode-devel
@@ -273460,10 +273712,10 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
libvo-aacencschroedingerlibjpeg-turbo
- gstreamer
+ gstreamerlibvo-amrwbencwayland-client
- gst-plugins-base
+ gst-plugins-baseneonlibavtpqrencode
@@ -273493,7 +273745,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
wayland-develgstreamer-develgst-plugins-base-devel
- gst-plugins-bad
+ gst-plugins-bad/usr/lib/pkgconfig
@@ -273504,6 +273756,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+ 2023-06-21
+ 1.22.4
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2023-06-061.22.3
@@ -273802,7 +274061,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
Les plug-ins (greffons) de base GStreamer est une collection bien peaufinée et bien maintenues de plug-ins et d'éléments GStreamer, couvrant l'éventail des types d'éléments que quelqu'un pourrait vouloir écrire pour GStreamer. Il contient également des librairies d'aide ainsi que les classes de bases utiles pour l'écriture d'éléments. Un grand nombre de décodeurs, d'encodeurs et de filtres audio et vidéos sont également inclus.GStreamer base plugins are a well-groomed and well-maintained collection of GStreamer plugins and elements, spanning the range of possible types of elements one would want to write for GStreamer. It also contains helper libraries and base classes useful for writing elements. A wide range of video and audio decoders, encoders, and filters are included.Bu paket, Gstreamer'ın rahatlıkla genişleyebilmesini sağlayan ve bakımları sürekli yapılan temel eklentileri içerir. Program parçacığı yazmak için yardımcı kütüphaneler ve temel sınıflar da bulunur.
- https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.22.3.tar.xz
+ https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.22.4.tar.xzgitmeson
@@ -273835,7 +274094,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
libX11-develxorg-protoxorg-server-xvfb
- gstreamer-devel
+ gstreamer-develgobject-introspection-develwayland-protocols-devel
@@ -273870,7 +274129,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
graphenewayland-cursorwayland-client
- gstreamer
+ gstreamer/usr/bin
@@ -273910,7 +274169,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
libjpeg-turbo-32bit
- gst-plugins-base
+ gst-plugins-baseorc-32bitzlib-32bitcairo-32bit
@@ -273950,7 +274209,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
Development files for gst-plugins-basegst-plugins-base için geliştirme dosyaları
- gst-plugins-base
+ gst-plugins-baseorc-develgstreamer-develglib2-devel
@@ -273976,6 +274235,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+ 2023-06-21
+ 1.22.4
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2023-05-221.22.3
@@ -274161,7 +274427,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
A set of good-quality plugins for GStreamerGstreamer için temel eklentiler paketigst-plugins-good contains a set of mature plugins and elements for GStreamer.
- https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.22.3.tar.xz
+ https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.22.4.tar.xzmesonxz-devel
@@ -274195,9 +274461,9 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
libgcrypt-devellibiec61883-devellibjpeg-turbo-devel
- gstreamer-devel
+ gstreamer-develpulseaudio-libs-devel
- gst-plugins-base-devel
+ gst-plugins-base-develjack-audio-connection-kit-develmultimedia/video/gst-plugins-good/pspec.xml
@@ -274236,9 +274502,9 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
libraw1394libiec61883libjpeg-turbo
- gstreamer
+ gstreamerpulseaudio-libs
- gst-plugins-base
+ gst-plugins-basejack-audio-connection-kit
@@ -274255,6 +274521,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+ 2023-06-21
+ 1.22.4
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2023-06-011.22.3
@@ -274441,7 +274714,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
les Plug-ins (greffons) Ugly (horribles) de GStreamer est un ensemble de plug-ins de bonne qualité et fonctionnant correctement, mais dont la distribution pose problème. La licence du plug-in ou de librairies nécessaires au plug-in n'est pas forcément tel que l'on aimerait qu'elle soit. Le code peut également être notoirement connu pour présenter un problème patent.GStreamer Ugly Plug-ins is a set of plug-ins that have good quality and correct functionality, but distributing them might pose problems. The license on either the plugins or the supporting libraries might not be how we'd like. The code might be widely known to present patent problems.GStreamer Ugly Plug-in'leri kaliteli ve güzel çalışan eklentiler içerir. Fakat bu eklentilerin lisanslarla ilgili sorunları bulunabilir.
- https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.22.3.tar.xz
+ https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.22.4.tar.xzmesonxz-devel
@@ -274461,8 +274734,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
libmpeg2-devellibdvdread-developencore-amr-devel
- gstreamer-devel
- gst-plugins-base-devel
+ gstreamer-devel
+ gst-plugins-base-develmultimedia/video/gst-plugins-ugly/pspec.xml
@@ -274481,8 +274754,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
libmpeg2libdvdreadopencore-amr
- gstreamer
- gst-plugins-base
+ gstreamer
+ gst-plugins-base/usr/lib/gstreamer-1.0
@@ -274496,6 +274769,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+ 2023-06-21
+ 1.22.4
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2023-05-221.22.3
@@ -274681,13 +274961,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
GStreamer tabanlı RTSP sunucu kitaplığıGStreamer tabanlı RTSP sunucu kitaplığıGStreamer tabanlı RTSP sunucu kitaplığı
- https://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.22.3.tar.xz
+ https://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.22.4.tar.xzmesonpython3-develglib2-devel
- gstreamer-devel
- gst-plugins-bad-devel
+ gstreamer-devel
+ gst-plugins-bad-develmultimedia/video/gst-rtsp-server/pspec.xml
@@ -274709,7 +274989,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
gst-rtsp-server-develDevelopment files for gst-rtsp-server
- gst-rtsp-server
+ gst-rtsp-servergstreamer-devel
@@ -274719,6 +274999,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+ 2023-06-21
+ 1.22.4
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2023-05-221.22.3
@@ -274815,7 +275102,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
GStreamer est la librairies principale. Elle contient les entêtes, les fichiers et les éléments centraux.GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related.gstreamer bir ses yayın altyapısı kütüphanesidir. Bu kütüphaneyi kullanan uygulamalar, gerçek zamanlı ses işleme, görüntü oynatma gibi çokluortam ile ilgili birçok işlem gerçekleştirebilirler.
- https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.22.3.tar.xz
+ https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.22.4.tar.xzmesongobject-introspection-devel
@@ -274859,7 +275146,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
/usr/share/doc/usr/share/locale/usr/share/gstreamer-1.0/gdb
- /usr/share/gdb/auto-load/usr/lib/libgstreamer-1.0.so.0.2203.0-gdb.py
+ /usr/share/gdb/auto-load/usr/lib/libgstreamer-1.0.so.0.2204.0-gdb.py/usr/share/man
@@ -274882,7 +275169,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
glib2-32bitelfutils-32bitlibunwind-32bit
- gstreamer
+ gstreamer/usr/lib32/libgstbase*
@@ -274891,7 +275178,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
/usr/lib32/libgstnet*/usr/lib32/libgstreamer*/usr/lib32/gstreamer-1.0
- /usr/share/gdb/auto-load/usr/lib32/libgstreamer-1.0.so.0.2203.0-gdb.py
+ /usr/share/gdb/auto-load/usr/lib32/libgstreamer-1.0.so.0.2204.0-gdb.pygstreamer-next-32bit
@@ -274902,7 +275189,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
Development files for gstreamergstreamer için geliştirme dosyaları
- gstreamer
+ gstreamerlibunwind-develelfutils-develglib2-devel
@@ -274920,6 +275207,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+ 2023-06-21
+ 1.22.4
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2023-05-221.22.3
@@ -275089,7 +275383,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
multimedia.videoGStreamer Multimedia Framework VA Pluginsgstreamer-vaapi, GStreamer Multimedia Framework VA Plugins.
- https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.22.3.tar.xz
+ https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.22.4.tar.xzmesonpython3
@@ -275098,9 +275392,9 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
libva-devellibXrandr-develwayland-protocols-devel
- gstreamer-devel
- gst-plugins-bad-devel
- gst-plugins-base-devel
+ gstreamer-devel
+ gst-plugins-bad-devel
+ gst-plugins-base-develmultimedia/video/gstreamer-vaapi/pspec.xml
@@ -275117,9 +275411,9 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
libXrenderwayland-clientwayland-protocols
- gstreamer
- gst-plugins-bad
- gst-plugins-base
+ gstreamer
+ gst-plugins-bad
+ gst-plugins-base/usr/lib
@@ -275131,6 +275425,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+ 2023-06-21
+ 1.22.4
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2023-05-221.22.3
@@ -275285,8 +275586,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
cairomm-devellibxmlpp-develautoconf-archive
- gstreamer-devel
- gst-plugins-base-devel
+ gstreamer-devel
+ gst-plugins-base-develgstreamermm-1.10.0-no-volatile.patch
@@ -275301,9 +275602,9 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
libgcclibxml2libxmlpp
- gstreamer
+ gstreamerlibsigc++
- gst-plugins-base
+ gst-plugins-base/usr/lib
@@ -275323,7 +275624,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
libxmlpp-develgstreamer-develgst-plugins-base-devel
- gstreamermm
+ gstreamermm/usr/include/gstreamermm-1.0
@@ -275334,6 +275635,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+ 2023-06-21
+ 1.10.0
+ Rebuild.
+ Pisi Linux Community
+ admin@pisilinux.org
+ 2023-05-221.10.0
@@ -284157,7 +284465,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
Wireless daemon for LinuxLinux için kablosuz arka plan programıLinux için kablosuz arka plan programı
- https://mirrors.edge.kernel.org/pub/linux/network/wireless/iwd-2.5.tar.xz
+ https://mirrors.edge.kernel.org/pub/linux/network/wireless/iwd-2.6.tar.xzasciidocdbus-devel
@@ -284184,6 +284492,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+ 2023-06-23
+ 2.6
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2023-05-262.5
@@ -308609,7 +308924,7 @@ complete albums that you have purchased from Amazon.
Skrooge allows you to manage your personal finances, powered by KDE. Thanks to its many features, it is one of the most powerful way to enter, follow, and analyze your expenses.Skrooge, kişisel finans akışınızı kontrol altında tutmanızı sağlayan bir uygulamadır.skrooge
- mirrors://kde/stable/skrooge/skrooge-2.28.0.tar.xz
+ mirrors://kde/stable/skrooge/skrooge-2.29.0.tar.xzqt5-base-develextra-cmake-modules
@@ -308653,6 +308968,7 @@ complete albums that you have purchased from Amazon.
knotifyconfig-develkrunner-devellibofx-devel
+ qt5-xmlpatterns-develoffice/misc/skrooge/pspec.xml
@@ -308713,6 +309029,13 @@ complete albums that you have purchased from Amazon.
+
+ 2023-06-21
+ 2.29.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2022-09-252.28.0
@@ -326722,6 +327045,13 @@ complete albums that you have purchased from Amazon.
+
+ 2023-06-21
+ 1.16.2
+ Rebuild.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2023-04-121.16.2
@@ -327898,7 +328228,7 @@ complete albums that you have purchased from Amazon.
python-cairo için geliştirme dosyalarıpython-cairo-devel, python-cairo için geliştirme dosyalarını içerir.
- python-cairo
+ python-cairocairo-devel
@@ -327907,6 +328237,13 @@ complete albums that you have purchased from Amazon.
+
+ 2020-06-21
+ 1.18.2
+ Rebuild.
+ Blue Devil
+ bluedevil@sctzine.com
+ 2020-01-171.18.2
@@ -333413,14 +333750,14 @@ complete albums that you have purchased from Amazon.
GStreamer Python bağlayıcılarıgst-python3 is a Python frontend to GStreamer.gst-python3 GStreamer için Python arabirimidir.
- https://gstreamer.freedesktop.org/src/gst-python/gst-python-1.22.3.tar.xz
+ https://gstreamer.freedesktop.org/src/gst-python/gst-python-1.22.4.tar.xzmesonglib2-develpython3-pygobject3-devel
- gstreamer-devel
+ gstreamer-develpython3-devel
- gst-plugins-base-devel
+ gst-plugins-base-develprogramming/language/python3/gst-python3/pspec.xml
@@ -333439,6 +333776,13 @@ complete albums that you have purchased from Amazon.
+
+ 2023-06-21
+ 1.22.4
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2023-05-221.22.3
@@ -335729,7 +336073,7 @@ complete albums that you have purchased from Amazon.
Cairo vektörel grafik kitaplığı için Python3 bağlayıcılarıPycairo is set of Python3 bindings for the cairo graphics library.python3-cairo, Cairo vektörel grafik kitaplığı için Python bağlayıcıları sunar.
- https://github.com/pygobject/pycairo/archive/v1.23.0.tar.gz
+ https://github.com/pygobject/pycairo/archive/v1.24.0.tar.gzpython3-develpython3-setuptools
@@ -335755,7 +336099,7 @@ complete albums that you have purchased from Amazon.
python3-cairo için geliştirme dosyalarıpython3-cairo-devel, python3-cairo için geliştirme dosyalarını içerir.
- python3-cairo
+ python3-cairocairo-devel
@@ -335765,6 +336109,13 @@ complete albums that you have purchased from Amazon.
+
+ 2023-06-21
+ 1.24.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2023-04-081.23.0
@@ -360370,7 +360721,7 @@ to create header files and sources from protocol files.
Çapraz platform Sextractor ve Astrometry.net tabanlı dahili astrometrik çözücüThe Cross Platform Sextractor and Astrometry.net-Based Internal Astrometric Solver.Çapraz platform Sextractor ve Astrometry.net tabanlı dahili astrometrik çözücü.
- https://github.com/rlancaste/stellarsolver/archive/2.2.tar.gz
+ https://github.com/rlancaste/stellarsolver/archive/2.4.tar.gzcmakegsl-devel
@@ -360391,7 +360742,7 @@ to create header files and sources from protocol files.
/usr/share/doc
- /usr/lib/libstellarsolver.so
+ /usr/lib/libstellarsolver.so*/usr/lib/libstellarsolver.so.2/usr/lib/libstellarsolver.so.2.2
@@ -360401,7 +360752,7 @@ to create header files and sources from protocol files.
Development files for stellarsolverstellarsolver için geliştirme dosyaları
- stellarsolver
+ stellarsolver/usr/lib/pkgconfig/stellarsolver.pc
@@ -360410,6 +360761,13 @@ to create header files and sources from protocol files.
+
+ 2023-06-21
+ 2.4
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2022-05-082.2
@@ -364532,7 +364890,7 @@ to create header files and sources from protocol files.
IPC library for GnuPG related projectsGnuPG, GPGME ve newpg tarafından kullanılan IPC kitaplığıThis is the IPC library used by GnuPG 2, GPGME and a few other packages.
- https://www.gnupg.org/ftp/gcrypt/libassuan/libassuan-2.5.5.tar.bz2
+ https://www.gnupg.org/ftp/gcrypt/libassuan/libassuan-2.5.6.tar.bz2libgpg-error-devel
@@ -364554,7 +364912,7 @@ to create header files and sources from protocol files.
Development files for libassuanlibassuan için geliştirme dosyaları
- libassuan
+ libassuan/usr/include
@@ -364563,6 +364921,13 @@ to create header files and sources from protocol files.
+
+ 2023-06-19
+ 2.5.6
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2021-05-282.5.5
@@ -404489,7 +404854,7 @@ contacts, tasks, and calendar information.
Mesa, OpenGL belirtiminin (etkileşimli 3B grafiklerin gerçeklenmesi için bir sistem) açık kaynaklı bir uyarlamasıdır.Mesa jest open-source'ową implementacją specyfikacji OpenGL do renderowania trójwymiarowej grafiki.mesa
- https://archive.mesa3d.org/mesa-23.1.2.tar.xz
+ https://archive.mesa3d.org/mesa-23.1.3.tar.xzcrossfile.ini
@@ -404641,7 +405006,7 @@ contacts, tasks, and calendar information.
libXdamage-devellibXxf86vm-devellibxshmfence-devel
- mesa
+ mesa/usr/include
@@ -404716,7 +405081,7 @@ contacts, tasks, and calendar information.
libclc-32bitlibunwind-32bitllvm-clang-32bit
- mesa
+ mesallvm-32bit
@@ -404725,6 +405090,13 @@ contacts, tasks, and calendar information.
+
+ 2023-06-22
+ 23.1.3
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2023-06-0923.1.2
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index fbd757ad23..7918e2a7e4 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-9966afbe8846c22cc6dd0c1c2ec49359aa89a2ab
\ No newline at end of file
+312141b91bacef9a67edca462b42912d7b6ae566
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index e7c9956dab..56356c7cdd 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 990b9430c7..d3d4a24cb0 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-fb133e65681e31c8ac67eb8cc4ea191b5f451f02
\ No newline at end of file
+67b78551328e041105e7e8c753c88d5dd5463d33
\ No newline at end of file