diff --git a/multimedia/video/libde265/actions.py b/multimedia/video/libde265/actions.py new file mode 100644 index 0000000000..5ed1db1a9e --- /dev/null +++ b/multimedia/video/libde265/actions.py @@ -0,0 +1,22 @@ +#!/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 autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + autotools.configure("--disable-silent-rules \ + --disable-sherlock265 \ + --disable-static") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README*") diff --git a/multimedia/video/libde265/pspec.xml b/multimedia/video/libde265/pspec.xml new file mode 100644 index 0000000000..66a0072808 --- /dev/null +++ b/multimedia/video/libde265/pspec.xml @@ -0,0 +1,61 @@ + + + + + libde265 + https://github.com/strukturag/libde265/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv3 + library + Open h.265 video codec implementation + Open h.265 video kodek uygulaması + https://github.com/strukturag/libde265/releases/download/v1.0.15/libde265-1.0.15.tar.gz + + libsdl2-devel + + + + + + libde265 + + libsdl2 + + + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + + + libde265-devel + Development files for libde265 + + libde265 + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2024-11-02 + 1.0.15 + First release + PisiLinux Community + admins@pisilinux.org + + + diff --git a/multimedia/video/libde265/translations.xml b/multimedia/video/libde265/translations.xml new file mode 100644 index 0000000000..39ebe3761e --- /dev/null +++ b/multimedia/video/libde265/translations.xml @@ -0,0 +1,8 @@ + + + + libde265 + Open h.265 video codec implementation + Open h.265 video kodek uygulaması + + diff --git a/pisi-index.xml b/pisi-index.xml index e56db3fede..530e60dae8 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -2102,7 +2102,7 @@ Generic input driver for the X.Org server based on libinput xorg-input-libinput, libinputa dayalı Xorg sunucusu için genel giriş sürücüsüdür. xorg - mirrors://xorg/individual/driver/xf86-input-libinput-1.4.0.tar.xz + mirrors://xorg/individual/driver/xf86-input-libinput-1.5.0.tar.xz libX11-devel eudev-devel @@ -2128,7 +2128,7 @@ xorg-input-libinput-devel Development files for xorg-input-libinput - xorg-input-libinput + xorg-input-libinput /usr/include @@ -2136,6 +2136,13 @@ + + 2024-10-15 + 1.5.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2023-08-25 1.4.0 @@ -4041,7 +4048,7 @@ X.Org evdev giriş aygıtı sürücüsü xorg-input-evdev contains the X.Org driver for Linux's generic event devices. It supports all input devices that the kernel knows about. xorg-input-evdev, Linux'un genel olay aygıtları için X.Org sürücüsünü içerir. Çekirdek tarafından bilinen tüm giriş aygıtlarını destekler. - mirrors://xorg/individual/driver/xf86-input-evdev-2.10.6.tar.bz2 + mirrors://xorg/individual/driver/xf86-input-evdev-2.11.0.tar.xz xorg-server-devel libmtdev-devel @@ -4072,7 +4079,7 @@ Development files for evdev driver evdev sürücüsü için geliştirme dosyaları - xorg-input-evdev + xorg-input-evdev /usr/include @@ -4080,6 +4087,13 @@ + + 2024-10-15 + 2.11.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2021-01-07 2.10.6 @@ -4174,7 +4188,7 @@ Wacom tabletleri ve çizim aygıtları için giriş sürücüsü xorg-input-wacom includes the drivers and tools for Wacom devices. xorg-input-wacom, Wacom aygıtlarını kullanmak için sürücü ve araçları içerir. - https://github.com/linuxwacom/xf86-input-wacom/releases/download/xf86-input-wacom-1.2.1/xf86-input-wacom-1.2.1.tar.bz2 + https://github.com/linuxwacom/xf86-input-wacom/releases/download/xf86-input-wacom-1.2.3/xf86-input-wacom-1.2.3.tar.bz2 libXi-devel libXrandr-devel @@ -4214,7 +4228,7 @@ Development files for xorg-input-wacom xorg-input-wacom için geliştirme dosyaları - xorg-input-wacom + xorg-input-wacom /usr/bin/isdv4-serial-debugger @@ -4223,6 +4237,13 @@ + + 2024-10-31 + 1.2.3 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-03-07 1.2.1 @@ -13078,7 +13099,7 @@ 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-24.2.4.tar.xz + https://archive.mesa3d.org/mesa-24.2.6.tar.xz crossfile.ini @@ -13236,7 +13257,7 @@ libXdamage-devel libXxf86vm-devel libxshmfence-devel - mesa + mesa /usr/include @@ -13315,7 +13336,7 @@ libclc-32bit libunwind-32bit xcb-util-keysyms-32bit - mesa + mesa llvm-32bit @@ -13324,6 +13345,13 @@ + + 2024-10-30 + 24.2.6 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-05 24.2.4 @@ -17960,7 +17988,7 @@ Gnome session. Xft powered terminal widget The VTE package contains a termcap file implementation for terminal emulators. Vte paketi, terminal emülatörleri için termcap uygulama dosyası içerir. - https://download.gnome.org/sources/vte/0.78/vte-0.78.0.tar.xz + https://download.gnome.org/sources/vte/0.78/vte-0.78.1.tar.xz atk-devel cairo-devel @@ -18041,7 +18069,7 @@ Gnome session. gtk4-devel libX11-devel pango-devel - vte + vte /usr/include @@ -18049,6 +18077,13 @@ Gnome session. + + 2024-10-22 + 0.78.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-09-15 0.78.0 @@ -18287,7 +18322,7 @@ Gnome session. The xterm program is a terminal emulator for the X Window System. It provides DEC VT102 and Tektronix 4014 compatible terminals for programs that can't use the window system directly. xterm programı, X Pencere Sistemi için bir uçbirim emülatörüdür. Pencere sistemini doğrudan kullanamayan programlar için DEC VT102 ve Tektronix 4014 uyumlu uçbirimler sağlar. terminal - http://invisible-mirror.net/archives/xterm/xterm-390.tgz + http://invisible-mirror.net/archives/xterm/xterm-395.tgz fontconfig-devel libICE-devel @@ -18336,6 +18371,13 @@ Gnome session. + + 2024-10-26 + 395 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-02-20 390 @@ -18684,7 +18726,7 @@ Gnome session. X sunucu, grafiksel arayüz için gerekli ana uygulamadır. X serwer to główna aplikacja, która umożliwia interfejs graficzny. xorg - mirrors://xorg/individual/xserver/xorg-server-21.1.13.tar.xz + mirrors://xorg/individual/xserver/xorg-server-21.1.14.tar.xz valgrind xorg-proto @@ -18911,6 +18953,13 @@ Gnome session. + + 2024-10-29 + 21.1.14 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-09-20 21.1.13 @@ -19326,7 +19375,7 @@ Gnome session. Run X clients under wayland Run X clients under wayland Run X clients under wayland - https://xorg.freedesktop.org/archive/individual/xserver/xwayland-24.1.3.tar.xz + https://xorg.freedesktop.org/archive/individual/xserver/xwayland-24.1.4.tar.xz meson xtrans @@ -19390,7 +19439,7 @@ Gnome session. xorg-xwayland-devel Development files for xorg-xwayland - xorg-xwayland + xorg-xwayland /usr/include @@ -19401,6 +19450,13 @@ Gnome session. + + 2024-10-29 + 24.1.4 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-02 24.1.3 @@ -24296,7 +24352,7 @@ Gnome session. Zip arşivleri yaratmak, okumak ve değiştirmek için C kitaplığı libzip is a C library for reading, creating and modifying zip archives. Files can be added from data buffers, files or compressed data copied directly from other zip archives. libzip, zip arşivleri yaratma, okumak ve değiştirmek için kullanılabilecek bir C kitaplığıdır. - https://libzip.org/download/libzip-1.10.0.tar.xz + https://libzip.org/download/libzip-1.11.2.tar.xz xz-devel zstd-devel @@ -24329,15 +24385,23 @@ Gnome session. libzip için geliştirme dosyaları zlib-devel - libzip + libzip /usr/include + /usr/lib/cmake /usr/lib/pkgconfig /usr/share/man/man3 + + 2024-11-01 + 1.11.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2023-06-25 1.10.0 @@ -25120,7 +25184,7 @@ Gnome session. libZ tabanlı ZIP erişim kitaplığı The ZZIPlib provides read access on ZIP-archives and unpacked data. It features an additional simplified API following the standard Posix API for file access. zziplib zip arşivindeki sıkıştırılmış dosyalara, zlib tarafından sunulan özgür algoritmalarla erişim sağlayan bir kitaplıktır. - https://github.com/gdraheim/zziplib/archive/v0.13.72.tar.gz + https://github.com/gdraheim/zziplib/archive/v0.13.78/zziplib-0.13.78.tar.gz cmake xmlto @@ -25153,17 +25217,25 @@ Gnome session. Development files for zziplib zziplib için geliştirme dosyaları - zziplib + zziplib libsdl2-devel zlib-devel /usr/include - /usr/lib/pkgconfig + /usr/lib/cmake + /usr/lib/pkgconfig /usr/share/aclocal + + 2024-10-24 + 0.13.78 + Rebuild + fury + uglyside@yandex.ru + 2023-11-04 0.13.72 @@ -26096,7 +26168,7 @@ Gnome session. GnuPG allows to encrypt and sign your data and communication, features a versatile key managment system as well as access modules for all kinds of public key directories. GnuPG verilerinizin ve iletişimlerinizin şifrelenmesi ve imzalanmmasını sağlar, her tür genel anahtar dizinleri için modullere erişiminde olduğu gibi çok yönlü anahtar yönetim sistemi avantajı vardır. gnupg - https://www.gnupg.org/ftp/gcrypt/gnupg/gnupg-2.4.5.tar.bz2 + https://www.gnupg.org/ftp/gcrypt/gnupg/gnupg-2.4.6.tar.bz2 openldap-client pinentry @@ -26164,7 +26236,7 @@ Gnome session. Documentation files for GnuPG GnuPG paketine ait API dokümantasyonu - gnupg + gnupg /usr/share/doc/gnupg/html @@ -26173,6 +26245,13 @@ Gnome session. + + 2024-10-30 + 2.4.6 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-05 2.4.5 @@ -27635,7 +27714,7 @@ Gnome session. Network Security Services (NSS) is a set of libraries designed to support cross-platform development of security-enabled client and server applications. Applications built with NSS can support SSL v2 and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security standards. NSS, platform bağımsız güvenli ağ servisi geliştirme kitaplıklarından oluşur. Bu kitaplık yardımı ile SSL v2 ve v3, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 sertifikaları ve diğer bir çok güvenlik standardına uygun güvenli sunucu-istemci yazılımları geliştirilebilir. Network Security Services (NSS) es un conjunto de librerías para desarrollo cross-plataforma de aplicaciones cliente-servidor con facilidad de seguridad. Aplicaciones usando NSS pueden soportar certificados SSL v2 y v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3, y otros estándares de seguridad. - https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_105_RTM/src/nss-3.105.tar.gz + https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_106_RTM/src/nss-3.106.tar.gz nss.pc.in nss-config.in @@ -27677,7 +27756,7 @@ Gnome session. nss için geliştirme dosyaları nspr-devel - nss + nss /usr/bin/nss-config @@ -27687,6 +27766,13 @@ Gnome session. + + 2024-11-01 + 3.106 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-01 3.105 @@ -36177,7 +36263,7 @@ Gnome session. accessibility Extensible screen reader that provides access to the desktop Extensible screen reader that provides access to the desktop. - https://download.gnome.org/sources/orca/47/orca-47.0.tar.xz + https://download.gnome.org/sources/orca/47/orca-47.1.tar.xz meson itstool @@ -36221,6 +36307,13 @@ Gnome session. + + 2024-10-25 + 47.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-09-17 47.0 @@ -51769,7 +51862,7 @@ Gnome session. Libxfce4windowing, pencereleme kavramlarını (ekranlar, üst düzey pencereler, çalışma alanları vb.) pencere sisteminden bağımsız bir şekilde sunmaya çalışan bir soyutlama kitaplığıdır. Libxfce4windowing, pencereleme kavramlarını (ekranlar, üst düzey pencereler, çalışma alanları vb.) pencere sisteminden bağımsız bir şekilde sunmaya çalışan bir soyutlama kitaplığıdır. libxfce4windowing - https://archive.xfce.org/src/xfce/libxfce4windowing/4.19/libxfce4windowing-4.19.7.tar.bz2 + https://archive.xfce.org/src/xfce/libxfce4windowing/4.19/libxfce4windowing-4.19.8.tar.bz2 intltool gtk-doc @@ -51809,7 +51902,7 @@ Gnome session. Development files for libxfce4windowing gtk3-devel - libxfce4windowing + libxfce4windowing /usr/include @@ -51820,13 +51913,20 @@ Gnome session. libxfce4windowing-docs Development files for libxfce4windowing - libxfce4windowing + libxfce4windowing /usr/share/gtk-doc + + 2024-10-23 + 4.19.8 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-10 4.19.7 @@ -54502,7 +54602,7 @@ Gnome session. Xfce arayüz kitaplığı libxfce4ui is a various GTK+ widgets for Xfce desktop environment. libxfce4ui, Xfce masaüstü ortamı için çeşitli GTK+ eklentileri içeren kitaplıktır. - https://archive.xfce.org/src/xfce/libxfce4ui/4.19/libxfce4ui-4.19.5.tar.bz2 + https://archive.xfce.org/src/xfce/libxfce4ui/4.19/libxfce4ui-4.19.6.tar.bz2 python3 intltool @@ -54556,7 +54656,7 @@ Gnome session. libxfce4ui-devel libxfce4ui geliştirme dosyaları - libxfce4ui + libxfce4ui gtk2-devel gtk3-devel xfconf-devel @@ -54570,6 +54670,13 @@ Gnome session. + + 2024-10-25 + 4.19.6 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-16 4.19.5 @@ -55807,15 +55914,15 @@ Gnome session. Qt-based wallet manager Qt tabanlı cüzdan yöneticisi lxqt - https://github.com/lxqt/lxqt_wallet/releases/download/3.2.2/lxqt-wallet-3.2.2.tar.xz + https://github.com/lxqt/lxqt_wallet/releases/download/4.0.2/lxqt-wallet-4.0.2.tar.xz cmake - qt5-base-devel - qt5-linguist + qt6-base-devel + qt6-linguist libsecret-devel libgcrypt-devel - kwallet-devel - knotifications-devel + kwallet-kf6-devel + knotifications-kf6-devel desktop/lxqt/lxqt-wallet/pspec.xml @@ -55824,9 +55931,9 @@ Gnome session. libgcc libgcrypt - kwallet + kwallet-kf6 libsecret - qt5-base + qt6-base /usr/lib/liblxqt-wallet.* @@ -55838,8 +55945,8 @@ Gnome session. lxqt-wallet-devel - qt5-base-devel - lxqt-wallet + qt6-base-devel + lxqt-wallet /usr/include/lxqt @@ -55847,6 +55954,20 @@ Gnome session. + + 2024-11-02 + 4.0.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2024-10-24 + 4.0.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2023-11-21 3.2.2 @@ -63563,7 +63684,7 @@ Gnome session. GTK+, grafik kullanıcı arayüzü oluşturma amaçlı araçlardan oluşur. GTK+ hem küçük, hem de büyük uygulamalar için ideal olan, eksiksiz bir araçtır. Wersja 4 bibliotek przeznaczonych do tworzenia interfejsów graficznych programów — GTK+. Interfejs GTK+ znany jest z takich programów, jak GIMP i Inkscape, oraz środowisk graficznych GNOME i Xfce. gtk4-logo - mirrors://gnome/gtk/4.16/gtk-4.16.3.tar.xz + mirrors://gnome/gtk/4.16/gtk-4.16.4.tar.xz gettext-devel glib2-devel @@ -63674,7 +63795,7 @@ Gnome session. GTK4 demo uygulamaları app:gui - gtk4 + gtk4 librsvg @@ -63706,7 +63827,7 @@ Gnome session. GTK4 için geliştirme dosyaları Pliki nagłówkowe do gtk4 - gtk4 + gtk4 lzo-devel pango-devel libX11-devel @@ -63741,7 +63862,7 @@ Gnome session. GTK4 icon cache updater GTK4 için simge önbelleği güncelleyicisi - gtk4 + gtk4 /usr/bin/gtk*-update-icon-cache @@ -63749,6 +63870,13 @@ Gnome session. + + 2024-11-02 + 4.16.4 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-04 4.16.3 @@ -95908,7 +96036,7 @@ Gnome session. desktop.kde6.framework KDE Oxygen icons "The Oxygen Icon Theme - https://download.kde.org/stable/oxygen-icons/oxygen-icons-6.0.0.tar.xz + https://download.kde.org/stable/oxygen-icons/oxygen-icons-6.1.0.tar.xz extra-cmake-modules-kf6 qt6-base-devel @@ -95939,6 +96067,13 @@ Gnome session. + + 2024-10-23 + 6.1.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-03-07 6.0.0 @@ -98721,7 +98856,7 @@ Gnome session. desktop.kde6.plasma kde6 window manager kwin-kf6 is the window manager of the K desktop environment. - mirrors://kde/stable/plasma/6.2.0/kwin-6.2.0.tar.xz + mirrors://kde/stable/plasma/6.2.2/kwin-6.2.2.tar.xz hwdata libcanberra-devel @@ -98738,7 +98873,7 @@ Gnome session. kcoreaddons-kf6-devel kcrash-kf6-devel kdeclarative-kf6-devel - kdecorations-kf6-devel + kdecorations-kf6-devel kdoctools-kf6-devel kglobalaccel-kf6-devel ki18n-kf6-devel @@ -98749,12 +98884,12 @@ Gnome session. kpackage-kf6-devel kservice-kf6-devel ktextwidgets-kf6-devel - kwayland-kf6-devel + kwayland-kf6-devel kwidgetsaddons-kf6-devel kwindowsystem-kf6-devel kxmlgui-kf6-devel kidletime-kf6-devel - kscreenlocker-kf6-devel + kscreenlocker-kf6-devel libepoxy-devel libICE-devel libSM-devel @@ -98768,7 +98903,7 @@ Gnome session. fontconfig-devel freetype-devel xcb-util-wm-devel - libplasma-kf6-devel + libplasma-kf6-devel qt6-base-devel qt6-wayland-devel qt6-5compat-devel @@ -98791,7 +98926,7 @@ Gnome session. libXi-devel extra-cmake-modules-kf6 xorg-xwayland-devel - breeze-style-kf6 + breeze-style-kf6 libdrm-devel kirigami-kf6-devel pipewire-devel @@ -98827,7 +98962,7 @@ Gnome session. kcrash-kf6 wayland kdeclarative-kf6 - kdecorations-kf6 + kdecorations-kf6 kglobalaccel-kf6 ki18n-kf6 kiconthemes-kf6 @@ -98892,7 +99027,7 @@ Gnome session. kwin-kf6-devel Development files for kwin-kf6 - kwin-kf6 + kwin-kf6 /usr/include @@ -98919,7 +99054,7 @@ Gnome session. pipewire kidletime-kf6 fontconfig - kwin-kf6 + kwin-kf6 /usr/bin/kwin_wayland @@ -98934,6 +99069,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -99078,7 +99220,7 @@ Gnome session. KCM, Plymouth (Boot) temasını yönetecek KCM, Plymouth (Boot) temasını yönetecek plymouth-kcm-kf6 - https://download.kde.org/stable/plasma/6.2.0/plymouth-kcm-6.2.0.tar.xz + https://download.kde.org/stable/plasma/6.2.2/plymouth-kcm-6.2.2.tar.xz kio-kf6-devel kauth-kf6-devel @@ -99119,6 +99261,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -99226,7 +99375,7 @@ Gnome session. desktop.kde6.plasma Additional client tools for KDE applications Tools based on KDE Frameworks 5 to better interact with the system - mirrors://kde/stable/plasma/6.2.0/kde-cli-tools-6.2.0.tar.xz + mirrors://kde/stable/plasma/6.2.2/kde-cli-tools-6.2.2.tar.xz qt6-base-devel qt6-svg-devel @@ -99250,7 +99399,7 @@ Gnome session. kunitconversion-kf6-devel docbook-xsl plasma-activities-kf6-devel - plasma-workspace-kf6-devel + plasma-workspace-kf6-devel extra-cmake-modules-kf6 kdeclarative-kf6-devel @@ -99277,7 +99426,7 @@ Gnome session. kconfig-kf6 kdeclarative-kf6 plasma-activities-kf6 - plasma-workspace-kf6 + plasma-workspace-kf6 /usr/share @@ -99294,6 +99443,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -99400,7 +99556,7 @@ Gnome session. desktop.kde6.plasma breeze-kf6 widget theme for GTK 2 and 3 breeze-kf6 widget theme for GTK 2 and 3 - mirrors://kde/stable/plasma/6.2.0/breeze-gtk-6.2.0.tar.xz + mirrors://kde/stable/plasma/6.2.2/breeze-gtk-6.2.2.tar.xz sassc cairo-devel @@ -99411,7 +99567,7 @@ Gnome session. libsass-devel gtk2-engines-murrine python3-cairo-devel - breeze-style-kf6 + breeze-style-kf6 qt6-base-devel desktop/kde6/plasma/breeze-gtk-kf6/pspec.xml @@ -99430,6 +99586,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -99537,7 +99700,7 @@ Gnome session. desktop.kde6.plasma KDE power manager module KDE Power Management module. Provides kded-kf6 daemon DBus helper and KCM for configuring Power settings - mirrors://kde/stable/plasma/6.2.0/powerdevil-6.2.0.tar.xz + mirrors://kde/stable/plasma/6.2.2/powerdevil-6.2.2.tar.xz qt6-base-devel qt6-wayland-devel @@ -99553,14 +99716,14 @@ Gnome session. kglobalaccel-kf6-devel kio-kf6-devel knotifyconfig-kf6-devel - kwayland-kf6-devel - libkscreen-kf6-devel + kwayland-kf6-devel + libkscreen-kf6-devel networkmanager-qt-kf6-devel solid-kf6-devel kunitconversion-kf6-devel kitemmodels-kf6-devel docbook-xsl - plasma-workspace-kf6-devel + plasma-workspace-kf6-devel extra-cmake-modules-kf6 ki18n-kf6-devel bluez-qt-kf6-devel @@ -99587,7 +99750,7 @@ Gnome session. eudev krunner-kf6 wayland-client - plasma-workspace-kf6 + plasma-workspace-kf6 kio-kf6 kauth-kf6 kcrash-kf6 @@ -99626,6 +99789,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -99741,7 +99911,7 @@ Gnome session. Control Panel for your system firewall Sistem güvenlik duvarınız için Kontrol Paneli Sistem güvenlik duvarınız için Kontrol Paneli - https://download.kde.org/stable/plasma/6.2.0/plasma-firewall-6.2.0.tar.xz + https://download.kde.org/stable/plasma/6.2.2/plasma-firewall-6.2.2.tar.xz ufw kauth-kf6-devel @@ -99782,6 +99952,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -99889,7 +100066,7 @@ Gnome session. desktop.kde6.plasma Provides the interface and basic tools for the KDE workspace Provides the interface and basic tools for the KDE workspace - mirrors://kde/stable/plasma/6.2.0/kmenuedit-6.2.0.tar.xz + mirrors://kde/stable/plasma/6.2.2/kmenuedit-6.2.2.tar.xz qt6-base-devel kdoctools-kf6-devel @@ -99946,6 +100123,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -100059,7 +100243,7 @@ Gnome session. desktop.misc kde6 Config Module for SDDM kde6 Config Module for SDDM - mirrors://kde/stable/plasma/6.2.0/sddm-kcm-6.2.0.tar.xz + mirrors://kde/stable/plasma/6.2.2/sddm-kcm-6.2.2.tar.xz kcoreaddons-kf6-devel kdoctools-kf6-devel @@ -100124,6 +100308,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -100230,7 +100421,7 @@ Gnome session. desktop.kde6.plasma breeze-kf6 theme for GRUB. breeze-kf6 theme for GRUB. - mirrors://kde/stable/plasma/6.2.0/breeze-grub-6.2.0.tar.xz + mirrors://kde/stable/plasma/6.2.2/breeze-grub-6.2.2.tar.xz desktop/kde6/plasma/breeze-grub-kf6/pspec.xml @@ -100246,6 +100437,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -100355,7 +100553,7 @@ Gnome session. PulseAudio kullanarak ses düzeyi yönetimi için plazma uygulaması Plasma applet for audio volume management using PulseAudio. PulseAudio kullanarak ses düzeyi yönetimi için plazma uygulaması - mirrors://kde/stable/plasma/6.2.0/plasma-pa-6.2.0.tar.xz + mirrors://kde/stable/plasma/6.2.2/plasma-pa-6.2.2.tar.xz ki18n-kf6-devel ksvg-kf6-devel @@ -100374,7 +100572,7 @@ Gnome session. kirigami-addons-kf6 pulseaudio-libs-devel pulseaudio-qt6-devel - libplasma-kf6-devel + libplasma-kf6-devel sound-theme-freedesktop qt6-base-devel qt6-declarative-devel @@ -100415,6 +100613,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -100523,7 +100728,7 @@ Gnome session. desktop.kde6.plasma The KDE Plasma Workspace Components The Polkit-KDE-Agent package contains a graphical Polkit authentication agent for the KDE Plasma Desktop. - mirrors://kde/stable/plasma/6.2.0/polkit-kde-agent-1-6.2.0.tar.xz + mirrors://kde/stable/plasma/6.2.2/polkit-kde-agent-1-6.2.2.tar.xz qt6-base-devel qt6-declarative-devel @@ -100570,6 +100775,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -100677,7 +100889,7 @@ Gnome session. desktop.kde6.plasma Additional client tools for KDE applications Additional client tools for KDE applications - mirrors://kde/stable/plasma/6.2.0/kdeplasma-addons-6.2.0.tar.xz + mirrors://kde/stable/plasma/6.2.2/kdeplasma-addons-6.2.2.tar.xz qt6-base-devel qt6-declarative-devel @@ -100699,8 +100911,8 @@ Gnome session. kcmutils-kf6-devel kiconthemes-kf6-devel krunner-kf6-devel - libplasma-kf6-devel - plasma-workspace-kf6-devel + libplasma-kf6-devel + plasma-workspace-kf6-devel extra-cmake-modules-kf6 kconfigwidgets-kf6-devel kcoreaddons-kf6-devel @@ -100754,7 +100966,7 @@ Gnome session. kwidgetsaddons-kf6 kunitconversion-kf6 plasma-activities-kf6 - plasma-workspace-kf6 + plasma-workspace-kf6 ibus scim-libs xcb-util-keysyms @@ -100775,6 +100987,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -100882,7 +101101,7 @@ Gnome session. KDE print manager KDE print tool. print-manager - mirrors://kde/stable/plasma/6.2.0/print-manager-6.2.0.tar.xz + mirrors://kde/stable/plasma/6.2.2/print-manager-6.2.2.tar.xz kdoctools-kf6-devel extra-cmake-modules-kf6 @@ -100905,7 +101124,7 @@ Gnome session. qt6-declarative-devel kcmutils-kf6-devel packagekit-qt6-devel - libplasma-kf6-devel + libplasma-kf6-devel desktop/kde6/plasma/print-manager-kf6/pspec.xml @@ -100940,6 +101159,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -101033,7 +101259,7 @@ Gnome session. desktop.kde6.plasma GTK2 and GTK3 Configurator for KDE Configuration dialog to adapt GTK+ applications appearance to your taste under KDE. - mirrors://kde/stable/plasma/6.2.0/kde-gtk-config-6.2.0.tar.xz + mirrors://kde/stable/plasma/6.2.2/kde-gtk-config-6.2.2.tar.xz qt6-base-devel qt6-svg-devel @@ -101057,7 +101283,7 @@ Gnome session. gtk3-devel at-spi2-core-devel extra-cmake-modules-kf6 - kdecorations-kf6-devel + kdecorations-kf6-devel kdbusaddons-kf6-devel kcolorscheme-kf6-devel kwindowsystem-kf6-devel @@ -101104,6 +101330,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -101211,12 +101444,12 @@ Gnome session. desktop.kde6.plasma KDE 5 Bluetooth Stack Integrate the Bluetooth technology within KDE workspace and applications - https://download.kde.org/stable/plasma/6.2.0/bluedevil-6.2.0.tar.xz + https://download.kde.org/stable/plasma/6.2.2/bluedevil-6.2.2.tar.xz qt6-base-devel qt6-declarative-devel shared-mime-info - libplasma-kf6-devel + libplasma-kf6-devel bluez-qt-kf6-devel kded-kf6-devel ksvg-kf6-devel @@ -101277,6 +101510,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -101385,7 +101625,7 @@ Gnome session. ksystemstats-kf6 is a daemon that collects statistics about the running system ksystemstats-kf6, çalışan sistemle ilgili istatistikleri toplayan bir arka plan programıdır. ksystemstats-kf6, çalışan sistemle ilgili istatistikleri toplayan bir arka plan programıdır. - https://download.kde.org/stable/plasma/6.2.0/ksystemstats-6.2.0.tar.xz + https://download.kde.org/stable/plasma/6.2.2/ksystemstats-6.2.2.tar.xz kio-kf6-devel eudev-devel @@ -101397,7 +101637,7 @@ Gnome session. lm_sensors-devel kcoreaddons-kf6-devel kdbusaddons-kf6-devel - libksysguard-kf6-devel + libksysguard-kf6-devel kiconthemes-kf6-devel libnsl-devel libtirpc-devel @@ -101432,6 +101672,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -101538,7 +101785,7 @@ Gnome session. desktop.kde6.plasma Qt-style Client and Server library wrapper for the Wayland libraries Qt-style Client and Server library wrapper for the Wayland libraries - mirrors://kde/stable/plasma/6.2.0/kwayland-6.2.0.tar.xz + mirrors://kde/stable/plasma/6.2.2/kwayland-6.2.2.tar.xz qt6-base-devel qt6-wayland-devel @@ -101573,7 +101820,7 @@ Gnome session. kwayland-kf6-devel qt6-base-devel - kwayland-kf6 + kwayland-kf6 /usr/lib/cmake @@ -101582,6 +101829,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -101697,7 +101951,7 @@ Gnome session. desktop.kde6.plasma Applications useful for Plasma development Applications useful for Plasma development - mirrors://kde/stable/plasma/6.2.0/plasma-sdk-6.2.0.tar.xz + mirrors://kde/stable/plasma/6.2.2/plasma-sdk-6.2.2.tar.xz qt6-base-devel qt6-svg-devel @@ -101716,7 +101970,7 @@ Gnome session. kio-kf6-devel knewstuff-kf6-devel kparts-kf6-devel - libplasma-kf6-devel + libplasma-kf6-devel kservice-kf6-devel ktexteditor-kf6-devel kwidgetsaddons-kf6-devel @@ -101727,7 +101981,7 @@ Gnome session. extra-cmake-modules-kf6 kdoctools-kf6-devel kirigami-kf6-devel - plasma5-support-devel + plasma5-support-devel kcolorscheme-kf6-devel desktop/kde6/plasma/plasma-sdk-kf6/pspec.xml @@ -101768,6 +102022,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -101876,7 +102137,7 @@ Gnome session. Daemon providing Global Keyboard Shortcut (Accelerator) functionality Global Klavye Kısayolu (Hızlandırıcı) işlevselliği sağlayan Daemon Global Klavye Kısayolu (Hızlandırıcı) işlevselliği sağlayan Daemon - https://download.kde.org/stable/plasma/6.2.0/kglobalacceld-6.2.0.tar.xz + https://download.kde.org/stable/plasma/6.2.2/kglobalacceld-6.2.2.tar.xz libX11-devel libxcb-devel @@ -101923,7 +102184,7 @@ Gnome session. kglobalacceld-devel Development files for kglobalacceld - kglobalacceld + kglobalacceld /usr/include @@ -101932,6 +102193,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -102040,7 +102308,7 @@ Gnome session. desktop.kde6.plasma The kde6 Plasma Workspace Components The kde6 Plasma Workspace Components - mirrors://kde/stable/plasma/6.2.0/plasma-workspace-6.2.0.tar.xz + mirrors://kde/stable/plasma/6.2.2/plasma-workspace-6.2.2.tar.xz libgcc icu4c-devel @@ -102073,7 +102341,7 @@ Gnome session. kpackage-kf6-devel kservice-kf6-devel kunitconversion-kf6-devel - kwayland-kf6-devel + kwayland-kf6-devel xcb-util-devel kirigami-kf6-devel kholidays-kf6-devel @@ -102107,21 +102375,21 @@ Gnome session. knotifications-kf6-devel kwidgetsaddons-kf6-devel xcb-util-image-devel - libplasma-kf6-devel - plasma-activities-stats-kf6-devel + libplasma-kf6-devel + plasma-activities-stats-kf6-devel networkmanager-qt-kf6-devel - oxygen-sounds-kf6 - kwin-kf6-devel + oxygen-sounds-kf6 + kwin-kf6-devel qt6-sql-odbc qt6-sql-mysql qt6-base-devel qt6-shadertools-devel qt6-sql-sqlite - libkscreen-kf6-devel + libkscreen-kf6-devel qt6-sql-postgresql - libksysguard-kf6-devel + libksysguard-kf6-devel kwindowsystem-kf6-devel - kscreenlocker-kf6-devel + kscreenlocker-kf6-devel qt6-declarative-devel qt6-virtualkeyboard-devel qt6-positioning-devel @@ -102146,7 +102414,7 @@ Gnome session. breeze-style-kf6 breeze-cursors-kf6 breeze-wallpapers-kf6 - kpipewire-kf6-devel + kpipewire-kf6-devel libkexiv2-kf6-devel polkit-qt6-devel libdrm-devel @@ -102229,10 +102497,10 @@ Gnome session. kwidgetsaddons-kf6 xcb-util-image libplasma-kf6 - plasma-activities-stats-kf6 + plasma-activities-stats-kf6 networkmanager-qt-kf6 appmenu-gtk-module - oxygen-sounds-kf6 + oxygen-sounds-kf6 qt6-base qt6-shadertools qt6-declarative @@ -102284,7 +102552,7 @@ Gnome session. plasma-workspace-kf6-devel Development files for kde6 plasma-workspace-kf6 - plasma-workspace-kf6 + plasma-workspace-kf6 kio-kf6-devel zlib-devel baloo-kf6-devel @@ -102306,7 +102574,7 @@ Gnome session. libXtst-devel kpackage-kf6-devel kservice-kf6-devel - kwayland-kf6-devel + kwayland-kf6-devel xcb-util-devel kholidays-kf6-devel kidletime-kf6-devel @@ -102336,14 +102604,14 @@ Gnome session. knotifications-kf6-devel kwidgetsaddons-kf6-devel xcb-util-image-devel - libplasma-kf6-devel - plasma-activities-stats-kf6-devel + libplasma-kf6-devel + plasma-activities-stats-kf6-devel networkmanager-qt-kf6-devel qt6-base-devel - libkscreen-kf6-devel - libksysguard-kf6-devel + libkscreen-kf6-devel + libksysguard-kf6-devel kwindowsystem-kf6-devel - kscreenlocker-kf6-devel + kscreenlocker-kf6-devel qt6-declarative-devel xcb-util-wm-devel xcb-util-renderutil-devel @@ -102358,7 +102626,7 @@ Gnome session. plasma-workspace-wayland-kf6 Wayland support for Plasma - plasma-workspace-kf6 + plasma-workspace-kf6 xorg-xwayland kwin-wayland-kf6 @@ -102368,6 +102636,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -102489,7 +102764,7 @@ Gnome session. desktop.kde6.plasma Adjust your monitor's gamma settings. Adjust your monitor's gamma settings. - mirrors://kde/stable/plasma/6.2.0/kgamma-6.2.0.tar.xz + mirrors://kde/stable/plasma/6.2.2/kgamma-6.2.2.tar.xz qt6-base-devel libX11-devel @@ -102530,6 +102805,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -102639,7 +102921,7 @@ Gnome session. Components relating to pipewire use in Plasma Components relating to pipewire use in Plasma kpipewire-kf6 - https://download.kde.org/stable/plasma/6.2.0/kpipewire-6.2.0.tar.xz + https://download.kde.org/stable/plasma/6.2.2/kpipewire-6.2.2.tar.xz mesa-devel libva-devel @@ -102647,7 +102929,7 @@ Gnome session. ffmpeg-devel libdrm-devel libepoxy-devel - kwayland-kf6-devel + kwayland-kf6-devel pipewire-devel qt6-base-devel kcoreaddons-kf6-devel @@ -102683,7 +102965,7 @@ Gnome session. kpipewire-kf6-devel Development files for kpipewire-kf6 - kpipewire-kf6 + kpipewire-kf6 pipewire-devel libepoxy-devel @@ -102694,6 +102976,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -102815,7 +103104,7 @@ Gnome session. desktop.kde6.plasma Library and components for secure lock screen architecture. Library and components for secure lock screen architecture. - mirrors://kde/stable/plasma/6.2.0/kscreenlocker-6.2.0.tar.xz + mirrors://kde/stable/plasma/6.2.2/kscreenlocker-6.2.2.tar.xz qt6-base-devel qt6-declarative-devel @@ -102836,12 +103125,12 @@ Gnome session. kdeclarative-kf6-devel kcmutils-kf6-devel ksvg-kf6-devel - kwayland-kf6-devel + kwayland-kf6-devel libXi-devel ktextwidgets-kf6-devel pam-devel libseccomp-devel - libplasma-kf6-devel + libplasma-kf6-devel extra-cmake-modules-kf6 ConsoleKit-devel wayland-protocols-devel @@ -102851,8 +103140,8 @@ Gnome session. wayland-server wayland-cursor libXcursor-devel - libkscreen-kf6-devel - layer-shell-qt-kf6-devel + libkscreen-kf6-devel + layer-shell-qt-kf6-devel plasma-wayland-protocols-kf6 desktop/kde6/plasma/kscreenlocker-kf6/pspec.xml @@ -102886,9 +103175,9 @@ Gnome session. wayland-client wayland-server ktextwidgets-kf6 - libplasma-kf6 + libplasma-kf6 qt6-declarative - libkscreen-kf6 + libkscreen-kf6 layer-shell-qt-kf6 xcb-util-keysyms @@ -102907,7 +103196,7 @@ Gnome session. qt6-base-devel layer-shell-qt-kf6-devel - kscreenlocker-kf6 + kscreenlocker-kf6 /usr/include @@ -102915,6 +103204,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -103022,7 +103318,7 @@ Gnome session. desktop.kde6.plasma kwallet-kf6 PAM integration. kwallet-kf6 PAM integration. - mirrors://kde/stable/plasma/6.2.0/kwallet-pam-6.2.0.tar.xz + mirrors://kde/stable/plasma/6.2.2/kwallet-pam-6.2.2.tar.xz socat pam-devel @@ -103049,6 +103345,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -103155,7 +103458,7 @@ Gnome session. desktop.kde6.plasma Plugin based library to create window decorations Plugin based library to create window decorations - mirrors://kde/stable/plasma/6.2.0/kdecoration-6.2.0.tar.xz + mirrors://kde/stable/plasma/6.2.2/kdecoration-6.2.2.tar.xz qt6-base-devel ki18n-kf6-devel @@ -103184,7 +103487,7 @@ Gnome session. kdecorations-kf6-devel Development files for kdecorations-kf6 - kdecorations-kf6 + kdecorations-kf6 /usr/include @@ -103193,6 +103496,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -103300,7 +103610,7 @@ Gnome session. desktop.kde6.plasma ssh-add helper that uses kwallet-kf6 and kpassworddialog ssh-add helper that uses kwallet-kf6 and kpassworddialog - mirrors://kde/stable/plasma/6.2.0/ksshaskpass-6.2.0.tar.xz + mirrors://kde/stable/plasma/6.2.2/ksshaskpass-6.2.2.tar.xz qt6-base-devel kdoctools-kf6-devel @@ -103339,6 +103649,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -103446,13 +103763,13 @@ Gnome session. desktop.kde6.plasma kde6 Plasma artwork Artwork, styles and assets for the breeze-kf6 visual style for the Plasma Desktop - mirrors://kde/stable/plasma/6.2.0/breeze-6.2.0.tar.xz + mirrors://kde/stable/plasma/6.2.2/breeze-6.2.2.tar.xz qt6-base-devel qt6-declarative-devel libxcb-devel frameworkintegration-kf6-devel - kdecorations-kf6-devel + kdecorations-kf6-devel kcoreaddons-kf6-devel ki18n-kf6-devel kcmutils-kf6-devel @@ -103460,8 +103777,8 @@ Gnome session. kconfig-kf6-devel kpackage-kf6-devel kcolorscheme-kf6-devel - kwayland-kf6-devel - libplasma-kf6-devel + kwayland-kf6-devel + libplasma-kf6-devel kconfigwidgets-kf6-devel kwidgetsaddons-kf6-devel extra-cmake-modules-kf6 @@ -103498,7 +103815,7 @@ Gnome session. kwayland-kf6 kiconthemes-kf6 breeze-icons-kf6 - kdecorations-kf6 + kdecorations-kf6 /usr/bin @@ -103563,6 +103880,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -103677,7 +104001,7 @@ Gnome session. desktop.kde6.plasma Library for KDE's Plasma Activities support plasma-activities-kf6 provides an API for using and interacting with the Plasma Activities Manager. - mirrors://kde/stable/plasma/6.2.0/plasma-activities-6.2.0.tar.xz + mirrors://kde/stable/plasma/6.2.2/plasma-activities-6.2.2.tar.xz qt6-base-devel mesa-devel @@ -103735,7 +104059,7 @@ Gnome session. Development files for plasma-activities-kf6 qt6-base-devel - plasma-activities-kf6 + plasma-activities-kf6 /usr/include @@ -103744,6 +104068,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -103852,7 +104183,7 @@ Gnome session. Plasma applet and services for creating encrypted vaults Şifreli kasaları oluşturmak için kullanılan plazma uygulaması ve hizmetleri Şifreli kasaları oluşturmak için kullanılan plazma uygulaması ve hizmetleri - https://download.kde.org/stable/plasma/6.2.0/plasma-vault-6.2.0.tar.xz + https://download.kde.org/stable/plasma/6.2.2/plasma-vault-6.2.2.tar.xz extra-cmake-modules-kf6 qt6-base-devel @@ -103865,7 +104196,7 @@ Gnome session. kdbusaddons-kf6-devel kconfig-kf6-devel kcoreaddons-kf6-devel - libplasma-kf6-devel + libplasma-kf6-devel kio-kf6-devel ki18n-kf6-devel encfs @@ -103908,6 +104239,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -104015,7 +104353,7 @@ Gnome session. KDE and Plasma resources management GUI KDE and Plasma resources management GUI plasmadiscover-kf6 - mirrors://kde/stable/plasma/6.2.0/discover-6.2.0.tar.xz + mirrors://kde/stable/plasma/6.2.2/discover-6.2.2.tar.xz kio-kf6-devel fwupd-devel @@ -104032,7 +104370,7 @@ Gnome session. knotifications-kf6-devel kxmlgui-kf6-devel kdeclarative-kf6-devel - libplasma-kf6-devel + libplasma-kf6-devel knewstuff-kf6-devel extra-cmake-modules-kf6 kirigami-kf6-devel @@ -104106,7 +104444,7 @@ Gnome session. discover-kf6-plugin-flatpak hardware.virtualization - discover-kf6 + discover-kf6 glib2 flatpak appstream-qt6 @@ -104127,6 +104465,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -104234,7 +104579,7 @@ Gnome session. desktop.kde6.plasma kde6 system settings manager system-settings-kf6 is a control panel for kde6 Plasma - mirrors://kde/stable/plasma/6.2.0/systemsettings-6.2.0.tar.xz + mirrors://kde/stable/plasma/6.2.2/systemsettings-6.2.2.tar.xz qt6-base-devel qt6-declarative-devel @@ -104255,14 +104600,14 @@ Gnome session. kcmutils-kf6-devel docbook-xsl plasma-activities-kf6-devel - plasma-activities-stats-kf6-devel + plasma-activities-stats-kf6-devel kirigami-kf6-devel kguiaddons-kf6-devel extra-cmake-modules-kf6 kitemmodels-kf6-devel kcrash-kf6-devel kirigami-addons-kf6 - plasma-workspace-kf6-devel + plasma-workspace-kf6-devel desktop/kde6/plasma/system-settings-kf6/pspec.xml @@ -104291,7 +104636,7 @@ Gnome session. plasma-activities-kf6 kdeclarative-kf6 kitemmodels-kf6 - plasma-activities-stats-kf6 + plasma-activities-stats-kf6 plasma-workspace-kf6 kirigami-addons-kf6 @@ -104306,6 +104651,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -104413,7 +104765,7 @@ Gnome session. desktop.kde6.plasma kde6 info center kde6 Utility that provides information about a computer system. - mirrors://kde/stable/plasma/6.2.0/kinfocenter-6.2.0.tar.xz + mirrors://kde/stable/plasma/6.2.2/kinfocenter-6.2.2.tar.xz qt6-base-devel qt6-declarative-devel @@ -104440,17 +104792,17 @@ Gnome session. mesa-glu-devel mesa-devel pciutils-devel - kpipewire-kf6-devel - libplasma-kf6-devel + kpipewire-kf6-devel + libplasma-kf6-devel solid-kf6-devel kitemmodels-kf6-devel kunitconversion-kf6-devel - kwayland-kf6-devel + kwayland-kf6-devel docbook-xsl extra-cmake-modules-kf6 kirigami-kf6-devel libglvnd-devel - system-settings-kf6 + system-settings-kf6 vulkan-tools wayland-utils util-linux @@ -104522,6 +104874,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -104630,7 +104989,7 @@ Gnome session. The oxygen-kf6 Sound Theme Oksijen Sesi Teması Oksijen Sesi Teması - https://download.kde.org/stable/plasma/6.2.0/oxygen-sounds-6.2.0.tar.xz + https://download.kde.org/stable/plasma/6.2.2/oxygen-sounds-6.2.2.tar.xz qt6-base-devel extra-cmake-modules-kf6 @@ -104645,6 +105004,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -104753,7 +105119,7 @@ Gnome session. A friendly onboarding wizard for Plasma Plazma için arkadaş canlısı bir yerleştirme sihirbazı Plazma için arkadaş canlısı bir yerleştirme sihirbazı - https://download.kde.org/stable/plasma/6.2.0/plasma-welcome-6.2.0.tar.xz + https://download.kde.org/stable/plasma/6.2.2/plasma-welcome-6.2.2.tar.xz kio-kf6-devel ki18n-kf6-devel @@ -104771,7 +105137,7 @@ Gnome session. kuserfeedback-kf6-devel kwindowsystem-kf6-devel knotifications-kf6-devel - libplasma-kf6-devel + libplasma-kf6-devel qt6-declarative-devel kaccounts-integration-kf6-devel extra-cmake-modules-kf6 @@ -104808,6 +105174,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -104916,7 +105289,7 @@ Gnome session. A backend implementation for xdg-desktop-portal using Qt/KF5 A backend implementation for xdg-desktop-portal using Qt/KF5 A backend implementation for xdg-desktop-portal using Qt/KF5 - https://download.kde.org/stable/plasma/6.2.0/xdg-desktop-portal-kde-6.2.0.tar.xz + https://download.kde.org/stable/plasma/6.2.2/xdg-desktop-portal-kde-6.2.2.tar.xz extra-cmake-modules-kf6 qt6-base-devel @@ -104924,12 +105297,12 @@ Gnome session. qt6-declarative-devel kdeclarative-kf6-devel kirigami-kf6-devel - libplasma-kf6-devel - plasma-workspace-kf6-devel + libplasma-kf6-devel + plasma-workspace-kf6-devel kconfig-kf6-devel kcoreaddons-kf6-devel kwidgetsaddons-kf6-devel - kwayland-kf6-devel + kwayland-kf6-devel wayland-devel wayland-client wayland-server @@ -104986,6 +105359,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -105100,14 +105480,14 @@ Gnome session. desktop.kde6.plasma Provides the interface and basic tools for the KDE workspace Provides the interface and basic tools for the KDE workspace - mirrors://kde/stable/plasma/6.2.0/kscreen-6.2.0.tar.xz + mirrors://kde/stable/plasma/6.2.2/kscreen-6.2.2.tar.xz qt6-base-devel qt6-sensors-devel qt6-declarative-devel kglobalaccel-kf6-devel - libkscreen-kf6-devel - layer-shell-qt-kf6-devel + libkscreen-kf6-devel + layer-shell-qt-kf6-devel kconfigwidgets-kf6-devel kdbusaddons-kf6-devel ki18n-kf6-devel @@ -105118,7 +105498,7 @@ Gnome session. kiconthemes-kf6-devel mesa-devel extra-cmake-modules-kf6 - libplasma-kf6-devel + libplasma-kf6-devel kdeclarative-kf6-devel kcmutils-kf6-devel libXi-devel @@ -105165,6 +105545,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -105273,7 +105660,7 @@ Gnome session. desktop.kde6.plasma The KDE Plasma Workspace Components The KDE Plasma Workspace Components - mirrors://kde/stable/plasma/6.2.0/plasma-workspace-wallpapers-6.2.0.tar.xz + mirrors://kde/stable/plasma/6.2.2/plasma-workspace-wallpapers-6.2.2.tar.xz https://sourceforge.net/projects/pisilinux/files/source/blue.tar.gz https://sourceforge.net/projects/pisilinux/files/source/Sweet-cat.tar.gz https://github.com/prdsmehmetstc/pisi-crocus-ancyrensis/releases/download/v1.0/pisi-crocus-ancyrensis.tar.gz @@ -105307,6 +105694,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -105413,7 +105807,7 @@ Gnome session. desktop.kde6.plasma breeze-kf6 theme for Plymouth. breeze-kf6 theme for Plymouth. - mirrors://kde/stable/plasma/6.2.0/breeze-plymouth-6.2.0.tar.xz + mirrors://kde/stable/plasma/6.2.2/breeze-plymouth-6.2.2.tar.xz extra-cmake-modules-kf6 plymouth-devel @@ -105442,6 +105836,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -105549,7 +105950,7 @@ Gnome session. desktop.kde6.plasma Plasma applet written in QML for managing network connections Plasma applet written in QML for managing network connections - mirrors://kde/stable/plasma/6.2.0/plasma-nm-6.2.0.tar.xz + mirrors://kde/stable/plasma/6.2.2/plasma-nm-6.2.2.tar.xz qt6-base-devel qt6-declarative-devel @@ -105582,7 +105983,7 @@ Gnome session. NetworkManager-devel mobile-broadband-provider-info extra-cmake-modules-kf6 - libplasma-kf6-devel + libplasma-kf6-devel kitemmodels-kf6-devel kunitconversion-kf6-devel qca2-qt6-devel @@ -105643,6 +106044,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -105756,7 +106164,7 @@ Gnome session. desktop.kde6.plasma Core components for the KDE Activity concept. System service to manage user's activities, track the usage patterns etc. - mirrors://kde/stable/plasma/6.2.0/kactivitymanagerd-6.2.0.tar.xz + mirrors://kde/stable/plasma/6.2.2/kactivitymanagerd-6.2.2.tar.xz extra-cmake-modules-kf6 boost-devel @@ -105807,6 +106215,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -105914,7 +106329,7 @@ Gnome session. desktop.kde6.plasma Plasma library and runtime components based upon KDE Frameworks 5 and Qt5 Plasma library and runtime components based upon KF5 and Qt5 - mirrors://kde/stable/plasma/6.2.0/libplasma-6.2.0.tar.xz + mirrors://kde/stable/plasma/6.2.2/libplasma-6.2.2.tar.xz qt6-base-devel qt6-wayland-devel @@ -105932,7 +106347,7 @@ Gnome session. kwidgetsaddons-kf6-devel kbookmarks-kf6-devel kcompletion-kf6-devel - plasma-activities-kf6-devel + plasma-activities-kf6-devel kitemviews-kf6-devel kjobwidgets-kf6-devel solid-kf6-devel @@ -105953,7 +106368,7 @@ Gnome session. kservice-kf6-devel kwindowsystem-kf6-devel kxmlgui-kf6-devel - kwayland-kf6-devel + kwayland-kf6-devel qt6-sql-postgresql qt6-sql-mysql qt6-sql-sqlite @@ -105985,7 +106400,7 @@ Gnome session. ksvg-kf6 kcmutils-kf6 kirigami-kf6 - plasma-activities-kf6 + plasma-activities-kf6 knotifications-kf6 kpackage-kf6 kcoreaddons-kf6 @@ -106016,7 +106431,7 @@ Gnome session. libplasma-kf6-devel Development files for libplasma-kf6 - libplasma-kf6 + libplasma-kf6 kpackage-kf6-devel kservice-kf6-devel kwindowsystem-kf6-devel @@ -106031,6 +106446,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -106146,7 +106568,7 @@ Gnome session. Support components for porting from KF5/Qt5 to KF6/Qt6 KF5/Qt5'ten KF6/Qt6'ya geçiş için destek bileşenleri KF5/Qt5'ten KF6/Qt6'ya geçiş için destek bileşenleri - https://download.kde.org/stable/plasma/6.2.0/plasma5support-6.2.0.tar.xz + https://download.kde.org/stable/plasma/6.2.2/plasma5support-6.2.2.tar.xz qt6-base-devel qt6-sql-mysql @@ -106162,7 +106584,7 @@ Gnome session. kcoreaddons-kf6-devel qt6-declarative-devel extra-cmake-modules-kf6 - libksysguard-kf6-devel + libksysguard-kf6-devel desktop/kde6/plasma/plasma5-support/pspec.xml @@ -106196,7 +106618,7 @@ Gnome session. plasma5-support-devel Development files for plasma5-support - plasma5-support + plasma5-support /usr/include @@ -106205,6 +106627,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -106312,7 +106741,7 @@ Gnome session. desktop.kde6.plasma Library for KDE's Plasma Activities support plasma-activities-kf6 provides an API for using and interacting with the Plasma Activities Manager. - mirrors://kde/stable/plasma/6.2.0/plasma-activities-stats-6.2.0.tar.xz + mirrors://kde/stable/plasma/6.2.2/plasma-activities-stats-6.2.2.tar.xz qt6-base-devel boost-devel @@ -106321,7 +106750,7 @@ Gnome session. qt6-sql-sqlite qt6-sql-odbc kconfig-kf6-devel - plasma-activities-kf6-devel + plasma-activities-kf6-devel extra-cmake-modules-kf6 desktop/kde6/plasma/plasma-activities-stats-kf6/pspec.xml @@ -106332,7 +106761,7 @@ Gnome session. qt6-base libgcc kconfig-kf6 - plasma-activities-kf6 + plasma-activities-kf6 /etc/xdg @@ -106350,8 +106779,8 @@ Gnome session. qt6-base-devel kconfig-kf6-devel - plasma-activities-kf6-devel - plasma-activities-stats-kf6 + plasma-activities-kf6-devel + plasma-activities-stats-kf6 /usr/include @@ -106360,6 +106789,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -106466,7 +106902,7 @@ Gnome session. desktop.kde6.plasma Provides integration plugins for various KDE frameworks for the wayland windowing system Provides integration plugins for various KDE frameworks for the wayland windowing system - mirrors://kde/stable/plasma/6.2.0/kwayland-integration-6.2.0.tar.xz + mirrors://kde/stable/plasma/6.2.2/kwayland-integration-6.2.2.tar.xz kguiaddons-devel kwayland-devel @@ -106515,6 +106951,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -106628,7 +107071,7 @@ Gnome session. desktop.kde6.plasma Plasma browser integration Components necessary to integrate browsers into the Plasma Desktop. - https://download.kde.org/stable/plasma/6.2.0/plasma-browser-integration-6.2.0.tar.xz + https://download.kde.org/stable/plasma/6.2.2/plasma-browser-integration-6.2.2.tar.xz cmake extra-cmake-modules-kf6 @@ -106646,7 +107089,7 @@ Gnome session. knotifications-kf6-devel kfilemetadata-kf6-devel kitemmodels-kf6-devel - plasma-workspace-kf6-devel + plasma-workspace-kf6-devel kjobwidgets-kf6-devel kstatusnotifieritem-kf6-devel qt6-declarative-devel @@ -106682,6 +107125,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -106792,12 +107242,12 @@ Gnome session. This package contains the basic packages for a Plasma workspace. Web'de gezinmek için Plasma'yı kullanın; meslektaşlarınız, arkadaşlarınız ve ailenizle iletişim halinde olun; dosyalarınızı yönetin, müzik ve videoların keyfini çıkarın; ve işte üretken olun. Hepsini gereksinimlerinize uyarlanan güzel bir ortamda ve en iyi Ücretsiz Açık Kaynak Yazılımın sunduğu güvenlik, gizlilik koruması ve gönül rahatlığı ile yapın. plasma - mirrors://kde/stable/plasma/6.2.0/plasma-desktop-6.2.0.tar.xz + mirrors://kde/stable/plasma/6.2.2/plasma-desktop-6.2.2.tar.xz kio-kf6-devel scim-libs scim-devel - kwin-kf6-devel + kwin-kf6-devel ibus-devel kauth-kf6-devel ki18n-kf6-devel @@ -106834,7 +107284,7 @@ Gnome session. kdbusaddons-kf6-devel qt6-wayland-devel xorg-server-devel - plasma-activities-kf6-devel + plasma-activities-kf6-devel qt6-sql-postgresql kglobalaccel-kf6-devel kdeclarative-kf6-devel @@ -106851,18 +107301,18 @@ Gnome session. libaccounts-qt6-devel qt6-declarative-devel pulseaudio-libs-devel - plasma-workspace-kf6-devel + plasma-workspace-kf6-devel xorg-input-evdev-devel - libplasma-kf6-devel + libplasma-kf6-devel xcb-util-keysyms-devel libaccounts-glib-devel - plasma-activities-stats-kf6-devel + plasma-activities-stats-kf6-devel wayland-protocols-devel xorg-input-libinput-devel signon-plugin-oauth2-devel xorg-input-synaptics-devel kdoctools-kf6-devel - plasma5-support-devel + plasma5-support-devel kded-kf6-devel libsdl2-devel icu4c-devel @@ -106932,7 +107382,7 @@ Gnome session. libplasma-kf6 plasma-workspace-kf6 xcb-util-keysyms - plasma-activities-stats-kf6 + plasma-activities-stats-kf6 qqc2-desktop-style-kf6 ksvg-kf6 kdoctools-kf6 @@ -106954,6 +107404,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-22 6.2.0 @@ -107077,7 +107534,7 @@ Gnome session. Plazma geliştirme için yararlı uygulamalar Plazma geliştirme için yararlı uygulamalar qqc2-breeze-style - https://download.kde.org/stable/plasma/6.2.0/qqc2-breeze-style-6.2.0.tar.xz + https://download.kde.org/stable/plasma/6.2.2/qqc2-breeze-style-6.2.2.tar.xz qt6-base-devel kconfig-kf6-devel @@ -107113,13 +107570,20 @@ Gnome session. qqc2-breeze-style-devel Development files for qqc2-breeze-style - qqc2-breeze-style + qqc2-breeze-style /usr/lib/cmake + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -107214,7 +107678,7 @@ Gnome session. The KDE crash handler The KDE crash handler The KDE crash handler - https://download.kde.org/stable/plasma/6.2.0/drkonqi-6.2.0.tar.xz + https://download.kde.org/stable/plasma/6.2.2/drkonqi-6.2.2.tar.xz extra-cmake-modules-kf6 qt6-base-devel @@ -107294,6 +107758,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -107401,7 +107872,7 @@ Gnome session. desktop.kde6.plasma kded-kf6icated search application built on top of baloo-kf6 Dedicated search application built on top of baloo-kf6 - mirrors://kde/stable/plasma/6.2.0/milou-6.2.0.tar.xz + mirrors://kde/stable/plasma/6.2.2/milou-6.2.2.tar.xz qt6-base-devel qt6-declarative-devel @@ -107410,7 +107881,7 @@ Gnome session. ksvg-kf6-devel ki18n-kf6-devel krunner-kf6-devel - libplasma-kf6-devel + libplasma-kf6-devel kconfig-kf6-devel kservice-kf6-devel kcoreaddons-kf6-devel @@ -107442,6 +107913,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -107547,7 +108025,7 @@ Gnome session. desktop.kde6.plasma KDE oxygen-kf6 style KDE oxygen-kf6 style - mirrors://kde/stable/plasma/6.2.0/oxygen-6.2.0.tar.xz + mirrors://kde/stable/plasma/6.2.2/oxygen-6.2.2.tar.xz qt6-base-devel qt6-declarative-devel @@ -107562,11 +108040,11 @@ Gnome session. kwindowsystem-kf6-devel cairo-devel libxcb-devel - kwayland-kf6-devel + kwayland-kf6-devel gtk3-devel kdoctools-kf6-devel - kdecorations-kf6-devel - plasma-workspace-kf6-devel + kdecorations-kf6-devel + plasma-workspace-kf6-devel extra-cmake-modules-kf6 desktop/kde6/plasma/oxygen-kf6/pspec.xml @@ -107583,7 +108061,7 @@ Gnome session. kguiaddons-kf6 kcompletion-kf6 kcoreaddons-kf6 - kdecorations-kf6 + kdecorations-kf6 kwindowsystem-kf6 kconfigwidgets-kf6 kwidgetsaddons-kf6 @@ -107606,6 +108084,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -107713,14 +108198,14 @@ Gnome session. desktop.kde6.plasma kde6 screen management library Dynamic display management library for KDE - mirrors://kde/stable/plasma/6.2.0/libkscreen-6.2.0.tar.xz + mirrors://kde/stable/plasma/6.2.2/libkscreen-6.2.2.tar.xz qt6-base-devel qt6-wayland-devel libxcb-devel doxygen qt6-linguist - kwayland-kf6-devel + kwayland-kf6-devel xcb-util-devel xcb-util-image-devel xcb-util-keysyms-devel @@ -107768,7 +108253,7 @@ Gnome session. Development files for libkscreen-kf6 qt6-base-devel - libkscreen-kf6 + libkscreen-kf6 /usr/include @@ -107777,6 +108262,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -107892,7 +108384,7 @@ Gnome session. Qt component to allow applications to make use of the Wayland wl-layer-shell protocol Uygulamaların Wayland wl-layer-shell protokolünü kullanmasını sağlayan Qt bileşeni Uygulamaların Wayland wl-layer-shell protokolünü kullanmasını sağlayan Qt bileşeni - https://download.kde.org/stable/plasma/6.2.0/layer-shell-qt-6.2.0.tar.xz + https://download.kde.org/stable/plasma/6.2.2/layer-shell-qt-6.2.2.tar.xz wayland-devel wayland-client @@ -107923,7 +108415,7 @@ Gnome session. layer-shell-qt-kf6-devel Development files for layer-shell-qt-kf6 - layer-shell-qt-kf6 + layer-shell-qt-kf6 /usr/include @@ -107931,6 +108423,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -108045,7 +108544,7 @@ Gnome session. desktop.kde6.plasma Task management and system monitoring library Task management and system monitoring library - mirrors://kde/stable/plasma/6.2.0/libksysguard-6.2.0.tar.xz + mirrors://kde/stable/plasma/6.2.2/libksysguard-6.2.2.tar.xz qt6-base-devel qt6-webengine-devel @@ -108077,7 +108576,7 @@ Gnome session. libnl-devel libcap-devel knewstuff-kf6-devel - libplasma-kf6-devel + libplasma-kf6-devel extra-cmake-modules-kf6 attr-devel pam-devel @@ -108132,7 +108631,7 @@ Gnome session. libksysguard-kf6-devel Development files for libksysguard-kf6 - libksysguard-kf6 + libksysguard-kf6 /usr/include @@ -108141,6 +108640,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -108248,7 +108754,7 @@ Gnome session. desktop.kde6.plasma kde6 daemon listening for wall and write messages kde6 daemon listening for wall and write messages - mirrors://kde/stable/plasma/6.2.0/kwrited-6.2.0.tar.xz + mirrors://kde/stable/plasma/6.2.2/kwrited-6.2.2.tar.xz qt6-base-devel ki18n-kf6-devel @@ -108279,6 +108785,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -108387,7 +108900,7 @@ Gnome session. Sistem sensörlerini, işlem bilgilerini ve diğer sistem kaynaklarını izlemek için bir arayüz Sistem sensörlerini, işlem bilgilerini ve diğer sistem kaynaklarını izlemek için bir arayüz Sistem sensörlerini, işlem bilgilerini ve diğer sistem kaynaklarını izlemek için bir arayüz - https://download.kde.org/stable/plasma/6.2.0/plasma-systemmonitor-6.2.0.tar.xz + https://download.kde.org/stable/plasma/6.2.2/plasma-systemmonitor-6.2.2.tar.xz cmake libgcc @@ -108446,6 +108959,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -108560,21 +109080,21 @@ Gnome session. desktop.kde6.plasma kde6 Plasma artwork Artwork, styles and assets for the breeze-kf6 visual style for the Plasma Desktop - mirrors://kde/stable/plasma/6.2.0/plasma-integration-6.2.0.tar.xz + mirrors://kde/stable/plasma/6.2.2/plasma-integration-6.2.2.tar.xz qt6-base-devel qt6-declarative-devel kxmlgui-kf6-devel libxcb-devel noto-fonts - breeze-style-kf6 + breeze-style-kf6 libXcursor-devel kcompletion-kf6-devel kcoreaddons-kf6-devel ki18n-kf6-devel kiconthemes-kf6-devel - kwayland-kf6-devel - qqc2-breeze-style-devel + kwayland-kf6-devel + qqc2-breeze-style-devel kconfig-kf6-devel kguiaddons-kf6-devel kio-kf6-devel @@ -108599,7 +109119,7 @@ Gnome session. kservice-kf6-devel kcolorscheme-kf6-devel kstatusnotifieritem-kf6-devel - xdg-desktop-portal-kde-kf6 + xdg-desktop-portal-kde-kf6 qt5-base-devel qt5-wayland-devel qt5-declarative-devel @@ -108644,7 +109164,7 @@ Gnome session. kwidgetsaddons-kf6 knotifications-kf6 kjobwidgets-kf6 - breeze-style-kf6 + breeze-style-kf6 libgcc libxcb wayland-client @@ -108700,6 +109220,13 @@ Gnome session. + + 2024-11-01 + 6.2.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-08 6.2.0 @@ -133718,9 +134245,11 @@ It supports email, address books, calendars, tasks, news feeds and much more.librsvg est un composant utilisé au sein de logiciels pour gérer les graphismes vectoriels au format SVG. librsvg is a component used within software applications to enable support for SVG-format scalable vector graphics. Scalable Vector Graphics (SVG) kitaplığı - mirrors://gnome/librsvg/2.56/librsvg-2.56.4.tar.xz + mirrors://gnome/librsvg/2.59/librsvg-2.59.2.tar.xz rust + meson + cargo-c docutils gi-docgen cairo-devel @@ -133780,10 +134309,14 @@ It supports email, address books, calendars, tasks, news feeds and much more.Development files for librsvg librsvg için geliştirme dosyaları - librsvg + librsvg gdk-pixbuf-devel cairo-devel glib2-devel + pango-devel + libxml2-devel + freetype-devel + harfbuzz-devel /usr/include @@ -133792,6 +134325,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2024-10-30 + 2.59.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2023-09-14 2.56.4 @@ -134696,7 +135236,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.gnome.apps An IDE for writing GNOME-based software. Builder is an IDE for GNOME and a tool to help writing GNOME-based applications. - https://download.gnome.org/sources/gnome-builder/47/gnome-builder-47.1.tar.xz + https://download.gnome.org/sources/gnome-builder/47/gnome-builder-47.2.tar.xz appstream-glib-devel gobject-introspection-devel @@ -134808,7 +135348,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.gnome-builder-devel Development files for gnome-builder - gnome-builder + gnome-builder /usr/include @@ -134816,6 +135356,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2024-10-21 + 47.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-09-30 47.1 @@ -136575,6 +137122,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2024-10-23 + 40.1 + Rebuild + Mustafa Cinasal + muscnsl@pisilinux.org + 2024-09-20 40.1 @@ -137838,11 +138392,11 @@ It supports email, address books, calendars, tasks, news feeds and much more.Integrated mail, addressbook and calendaring for GNOME. The Evolution package contains an integrated mail, calendar and address book suite designed for the GNOME environment. evolution - https://download.gnome.org/sources/evolution/3.54/evolution-3.54.0.tar.xz + https://download.gnome.org/sources/evolution/3.54/evolution-3.54.1.tar.xz gnome-desktop-devel libcanberra-gtk3-devel - evolution-data-server-devel + evolution-data-server-devel gspell-devel gnome-autoar-devel libarchive-devel @@ -137922,11 +138476,11 @@ It supports email, address books, calendars, tasks, news feeds and much more. evolution-devel - evolution + evolution gtk3-devel glib2-devel gnome-desktop-devel - evolution-data-server-devel + evolution-data-server-devel webkit2gtk-4.1-devel @@ -137935,6 +138489,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2024-10-21 + 3.54.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-09-14 3.54.0 @@ -138164,7 +138725,6 @@ It supports email, address books, calendars, tasks, news feeds and much more.python3-devel vala-devel gpgme-devel - gpgme-qt5-devel libhandy-devel webkit2gtk-devel libpeas-1-devel @@ -138180,6 +138740,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.gtk3 cairo glib2 + gpgme pango libgee libpeas @@ -138220,9 +138781,10 @@ It supports email, address books, calendars, tasks, news feeds and much more.Development files for gitg devhelp için geliştirme dosyaları - gitg + gitg gtk3-devel glib2-devel + gpgme-devel libgee-devel libdazzle-devel libgit2-glib-devel @@ -138235,6 +138797,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2024-10-21 + 44 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + 2024-09-13 44 @@ -138691,7 +139260,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Movie player for GNOME GNOME için film oynatıcı totem - mirrors://gnome/totem/43/totem-43.0.tar.xz + mirrors://gnome/totem/43/totem-43.1.tar.xz cairo-devel clutter-devel @@ -138770,7 +139339,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.totem-devel totem için geliştirme dosyaları - totem + totem gtk3-devel glib2-devel totem-pl-parser-devel @@ -138782,6 +139351,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2024-10-22 + 43.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2023-10-25 43.0 @@ -138841,7 +139417,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Text Editor is a simple text editor that focus on session management. Metin Düzenleyici, oturum yönetimine odaklanan basit bir metin düzenleyicidir. Metin Düzenleyici, oturum yönetimine odaklanan basit bir metin düzenleyicidir. - https://download.gnome.org/sources/gnome-text-editor/47/gnome-text-editor-47.0.tar.xz + https://download.gnome.org/sources/gnome-text-editor/47/gnome-text-editor-47.1.tar.xz meson itstool @@ -138882,6 +139458,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2024-10-20 + 47.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-09-14 47.0 @@ -139225,7 +139808,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Intuitive GNOME web browser. Epiphany is a GNOME web browser based on the WebKit rendering engine. epiphany - https://download.gnome.org/sources/epiphany/47/epiphany-47.1.tar.xz + https://download.gnome.org/sources/epiphany/47/epiphany-47.2.tar.xz glib2-devel itstool @@ -139301,6 +139884,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2024-10-22 + 47.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-15 47.1 @@ -142737,7 +143327,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.The 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. evolution - https://download.gnome.org/sources/evolution-data-server/3.54/evolution-data-server-3.54.0.tar.xz + https://download.gnome.org/sources/evolution-data-server/3.54/evolution-data-server-3.54.1.tar.xz git flex @@ -142830,7 +143420,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.evolution-data-server-devel Development files for evolution-data-server - evolution-data-server + evolution-data-server nss-devel gtk3-devel gtk4-devel @@ -142855,6 +143445,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2024-10-21 + 3.54.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-09-14 3.54.0 @@ -143053,7 +143650,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.JavaScript bindings for GNOME JavaScript bindings for GNOME gjs - https://download.gnome.org/sources/gjs/1.82/gjs-1.82.0.tar.xz + https://download.gnome.org/sources/gjs/1.82/gjs-1.82.1.tar.xz mozjs-devel meson @@ -143090,7 +143687,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.gjs-devel Development files for gjs - gjs + gjs cairo-devel glib2-devel libffi-devel @@ -143103,6 +143700,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2024-10-21 + 1.82.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-09-17 1.82.0 @@ -144751,7 +145355,7 @@ services for numerous locations. Yeni nesil GNOME sanal dosya sistemi GVFS is a userspace virtual filesystem designed to work with the I/O abstractions, especially HAL. It supports fuse for directly access for GVFS mounts. It installs several modules and backends that are automatically used by applications. GVFS I/O soyutlamaları, özellikle HAL, için geliştirilmiş, sistem tabanlı bir sanal dosya sistemidir. Doğrudan fuse ile birlikle kendi bağlamlarına erişmesini destekler. GVFS, birçok modül ve sitem servisini uygulamaların otomatik kullanması için yükler. - https://download.gnome.org/sources/gvfs/1.54/gvfs-1.54.2.tar.xz + https://download.gnome.org/sources/gvfs/1.54/gvfs-1.54.4.tar.xz meson gtk-doc @@ -144804,7 +145408,7 @@ services for numerous locations. polkit libplist - gvfs + gvfs gnome-online-accounts libimobiledevice @@ -144822,7 +145426,7 @@ services for numerous locations. libsecret libgcrypt - gvfs + gvfs /usr/lib/gvfs/gvfsd-afp @@ -144838,7 +145442,7 @@ services for numerous locations. GVFS sıkıştırma arkaucu libarchive - gvfs + gvfs /usr/libexec/gvfsd-archive @@ -144852,7 +145456,7 @@ services for numerous locations. GVFS dijital kamera arkaucu libgphoto2 - gvfs + gvfs /usr/libexec/gvfs-gphoto2-volume-monitor @@ -144868,7 +145472,7 @@ services for numerous locations. GVFS FUSE arkaucu fuse3 - gvfs + gvfs /usr/libexec/gvfsd-fuse @@ -144879,7 +145483,7 @@ services for numerous locations. Samba backend for GVFS GVFS Samba arkaucu - gvfs + gvfs samba @@ -144897,7 +145501,7 @@ services for numerous locations. libmtp libusb - gvfs + gvfs /usr/libexec/gvfsd-mtp @@ -144912,7 +145516,7 @@ services for numerous locations. gvfs-goa gvfs-goa - GNOME Online Accounts support for gvfs - gvfs + gvfs /usr/lib/gvfs-goa-volume-monitor @@ -144924,7 +145528,7 @@ services for numerous locations. gvfs-google Samba backend for GVFS - gvfs + gvfs libgdata @@ -145047,6 +145651,13 @@ services for numerous locations. + + 2024-10-20 + 1.54.4 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-06-30 1.54.2 @@ -146033,7 +146644,7 @@ settings shared by various components of a desktop. GNOME Shell is the defining technology of the GNOME40 user experience. It provides core interface functions like switching to windows and launching applications. gnome-shell, GNOME40 kullanıcı tecrübesinin belirleyici teknolojisidir. Pencereler arası geçiş ve uygulama çalıştırma gibi temel işlevleri sağlar. gnome - https://download.gnome.org/sources/gnome-shell/47/gnome-shell-47.0.tar.xz + https://download.gnome.org/sources/gnome-shell/47/gnome-shell-47.1.tar.xz docutils python3-docutils @@ -146137,6 +146748,13 @@ settings shared by various components of a desktop. + + 2024-10-20 + 47.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-09-15 47.0 @@ -146913,7 +147531,7 @@ GNOME Session and the applications that run under it. Mutter is a Wayland display server and X11 window manager and compositor library. Mutter is a Wayland display server and X11 window manager and compositor library. gnome - https://download.gnome.org/sources/mutter/47/mutter-47.0.tar.xz + https://download.gnome.org/sources/mutter/47/mutter-47.1.tar.xz libei-devel gettext-devel @@ -147032,7 +147650,7 @@ GNOME Session and the applications that run under it. mutter-devel Mutter is a Wayland display server and X11 window manager and compositor library. - mutter + mutter atk-devel gtk4-devel cairo-devel @@ -147055,6 +147673,13 @@ GNOME Session and the applications that run under it. + + 2024-10-20 + 47.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-09-15 47.0 @@ -148456,15 +149081,17 @@ components such as the Settings and gnome-shell. Zenity enables you to create the following types of simple dialog: zenity - http://ftp.gnome.org/pub/gnome/sources/zenity/3.44/zenity-3.44.4.tar.xz + http://ftp.gnome.org/pub/gnome/sources/zenity/4.0/zenity-4.0.3.tar.xz meson itstool + help2man python3 - gtk3-devel + gtk4-devel glib2-devel gnome-common libnotify-devel + libadwaita-devel gdk-pixbuf-devel desktop/gnome/base/zenity/pspec.xml @@ -148472,11 +149099,12 @@ components such as the Settings and gnome-shell. zenity - gtk3 + gtk4 glib2 pango libX11 libnotify + libadwaita gdk-pixbuf @@ -148486,6 +149114,13 @@ components such as the Settings and gnome-shell. + + 2024-10-24 + 4.0.3 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-04-04 3.44.4 @@ -149937,7 +150572,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesA collection of extensions providing additional and optional functionality to GNOME Shell GNOME Shell Extensions is a collection of extensions providing additional and optional functionality to GNOME Shell gnome - https://download.gnome.org/sources/gnome-shell-extensions/47/gnome-shell-extensions-47.0.tar.xz + https://download.gnome.org/sources/gnome-shell-extensions/47/gnome-shell-extensions-47.1.tar.xz libgtop-devel sassc @@ -149956,6 +150591,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2024-10-20 + 47.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-09-15 47.0 @@ -150211,7 +150853,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesGNOME's main interface to configure various aspects of the desktop GNOME Settings is GNOME's main interface for configuration of various aspects of your desktop. gnome-control-center - https://download.gnome.org/sources/gnome-control-center/47/gnome-control-center-47.0.1.tar.xz + https://download.gnome.org/sources/gnome-control-center/47/gnome-control-center-47.1.1.tar.xz gcr-4-devel tecla-devel @@ -150346,13 +150988,20 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces gnome-control-center-devel - gnome-control-center + gnome-control-center /usr/share/pkgconfig + + 2024-10-22 + 47.1.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-09-16 47.0.1 @@ -150741,7 +151390,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesdesktop.gnome.base Single sign-on framework for GNOME The GNOME Online Accounts package contains a framework used to access the user's online accounts. - https://download.gnome.org/sources/gnome-online-accounts/3.52/gnome-online-accounts-3.52.0.tar.xz + https://download.gnome.org/sources/gnome-online-accounts/3.52/gnome-online-accounts-3.52.1.tar.xz meson gi-docgen @@ -150763,7 +151412,6 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacese2fsprogs-devel librest-devel telepathy-glib-devel - webkit2gtk-4.1-devel desktop/gnome/base/gnome-online-accounts/pspec.xml @@ -150785,7 +151433,6 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesjson-glib gdk-pixbuf libadwaita - webkit2gtk-4.1 mit-kerberos harfbuzz @@ -150811,7 +151458,7 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfacesgtk4-devel glib2-devel libadwaita-devel - gnome-online-accounts + gnome-online-accounts /usr/lib/pkgconfig @@ -150821,6 +151468,13 @@ org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces + + 2024-10-20 + 3.52.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-09-15 3.52.0 @@ -319135,7 +319789,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Command line utilities to work with desktop menu entries Masaüstü menü girdilerini yönetmek için komut satırı araçları desktop files are used to describe an application for inclusion in GNOME or KDE menus. This package contains desktop-file-validate which checks whether a .desktop file complies with the specification and desktop-file-install which installs a desktop file to the standard directory, optionally fixing it up in the process. - http://freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-0.27.tar.xz + http://freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-0.28.tar.xz meson glib2-devel @@ -319158,6 +319812,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2024-10-26 + 0.28 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2023-10-06 0.27 @@ -331797,11 +332458,12 @@ from a wide variety of machine architectures. hardware.virtualization Unprivileged sandboxing tool is a core execution engine for unprivileged containers that works as a setuid binary on kernels without user namespaces. - https://github.com/projectatomic/bubblewrap/archive/v0.9.0.tar.gz + https://github.com/projectatomic/bubblewrap/archive/v0.11.0.tar.gz + meson libcap-devel bash-completion - libxslt + libxslt-devel docbook-xsl hardware/virtualization/bubblewrap/pspec.xml @@ -331820,6 +332482,13 @@ from a wide variety of machine architectures. + + 2024-10-31 + 0.11.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-04-19 0.9.0 @@ -334299,7 +334968,7 @@ from a wide variety of machine architectures. btrfs dosya sistemi araçları btrfs-progs package provides all the userspace programs needed to create, check, modify and correct any inconsistencies in the btrfs filesystem. btrfs-progs, btrfs dosya sistemleri yaratmak, denetlemek; bu dosya sistemlerindeki hataları düzeltmek ve çeşitli değişiklikler yapmak için gereken araçları içerir. - https://github.com/kdave/btrfs-progs/archive/v6.9.2.tar.gz + https://github.com/kdave/btrfs-progs/archive/v6.11.tar.gz xmlto asciidoc @@ -334342,7 +335011,7 @@ from a wide variety of machine architectures. btrfs-progs-devel Development files for btrfs-progs - btrfs-progs + btrfs-progs /usr/include @@ -334350,6 +335019,13 @@ from a wide variety of machine architectures. + + 2024-10-14 + 6.11 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-07-09 6.9.2 @@ -335733,7 +336409,7 @@ from a wide variety of machine architectures. XFS dosya sistemi araçları xfsprogs contains a number of administrative utilities to work with and manage XFS filesystems. xfsprogs XFS dosya sistemini kullanmak ve yönetmek için bir dizi araç içerir. - https://mirrors.edge.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-6.10.1.tar.xz + https://mirrors.edge.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-6.11.0.tar.xz attr-devel icu4c-devel @@ -335774,7 +336450,7 @@ from a wide variety of machine architectures. Development headers for xfsprogs libutil-linux-devel - xfsprogs + xfsprogs /usr/include @@ -335782,6 +336458,13 @@ from a wide variety of machine architectures. + + 2024-10-21 + 6.11.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-05 6.10.1 @@ -342296,7 +342979,7 @@ from a wide variety of machine architectures. PipeWire is a project that aims to greatly improve handling of audio and video under Linux. It provides a low-latency, graph-based processing engine on top of audio and video devices that can be used to support the use cases currently handled by both PulseAudio and JACK. PipeWire, Linux altında ses ve videonun işlenmesini büyük ölçüde geliştirmeyi amaçlayan bir projedir. Şu anda hem PulseAudio hem de JACK tarafından yürütülen kullanım durumlarını desteklemek için kullanılabilecek, ses ve video cihazlarının üstünde düşük gecikme süreli, grafik tabanlı bir işleme motoru sağlar. pipewire - https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/1.2.5/pipewire-1.2.5.tar.gz + https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/1.2.6/pipewire-1.2.6.tar.gz git meson @@ -342368,7 +343051,7 @@ from a wide variety of machine architectures. Development files for pipewire glib2-devel - pipewire + pipewire /usr/include @@ -342379,13 +343062,20 @@ from a wide variety of machine architectures. pipewire-docs Development files for pipewire - pipewire + pipewire /usr/share/doc/pipewire/html + + 2024-10-25 + 1.2.6 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-09-28 1.2.5 @@ -344177,7 +344867,7 @@ cleaner, which will allow to add new features in the future. Müzik Çalıcı Sunucusu (MPD) Music Player Daemon (MPD) is a flexible, powerful, server-side application for playing music. Through plugins and libraries it can play a variety of sound files while being controlled by its network protocol. MPD çoğu müzik dosyasını (MP3, Ogg Vorbis, FLAC, AAC, Mod vs.) çalar ve ağda yayınlar. - https://musicpd.org/download/mpd/0.23/mpd-0.23.12.tar.xz + https://musicpd.org/download/mpd/0.23/mpd-0.23.15.tar.xz meson cmake @@ -344311,6 +345001,13 @@ cleaner, which will allow to add new features in the future. + + 2024-10-24 + 0.23.15 + Rebuild. + fury + uglyside@yandex.ru + 2023-10-30 0.23.12 @@ -345225,7 +345922,7 @@ cleaner, which will allow to add new features in the future. A stable, documented, asynchronous API library for interfacing MPD in the C, C++ and Objective C languages. libmpdclient, MPD etkileşimi için C, C++ ve Object C dillerinde kullanılabilen istikrarlı, belgelendirilmiş, asenkron bir kitaplıktır. Biblioteka do tworzenia klientów demona MPD (Music Player Daemon). - https://musicpd.org/download/libmpdclient/2/libmpdclient-2.20.tar.xz + https://musicpd.org/download/libmpdclient/2/libmpdclient-2.22.tar.xz meson @@ -345248,7 +345945,7 @@ cleaner, which will allow to add new features in the future. libmpdclient için geliştirme dosyaları Pliki naglowkowe do libmpdclient - libmpdclient + libmpdclient /usr/lib/pkgconfig @@ -345257,6 +345954,13 @@ cleaner, which will allow to add new features in the future. + + 2024-10-24 + 2.22 + Version bump. + fury + uglyside@yandex.ru + 2021-11-23 2.20 @@ -352200,6 +352904,60 @@ cleaner, which will allow to add new features in the future. + + + libde265 + https://github.com/strukturag/libde265/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv3 + library + multimedia.video + Open h.265 video codec implementation + Open h.265 video codec implementation + Open h.265 video kodek uygulaması + Open h.265 video kodek uygulaması + https://github.com/strukturag/libde265/releases/download/v1.0.15/libde265-1.0.15.tar.gz + + libsdl2-devel + + multimedia/video/libde265/pspec.xml + + + libde265 + + libsdl2 + + + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + + libde265-devel + Development files for libde265 + + libde265 + + + /usr/include + /usr/lib/pkgconfig + + + + + 2024-11-02 + 1.0.15 + First release + PisiLinux Community + admins@pisilinux.org + + + xavs @@ -353866,6 +354624,15 @@ cleaner, which will allow to add new features in the future. m4.patch + fedora/aalib-config-rpath.patch + fedora/aalib-1.4rc5-bug149361.patch + fedora/aalib-1.4rc5-rpath.patch + fedora/aalib-1.4rc5-x_libs.patch + fedora/aalib-1.4rc5-libflag.patch + fedora/aalib-c99.patch + fedora/aalib-1.4_rc5-free-offset-pointer.patch + fedora/aalib-1.4_rc5-fix-aarender.patch + fedora/aalib-1.4rc5-opaque-ncurses-fix.patch multimedia/graphics/aalib/pspec.xml @@ -353888,7 +354655,7 @@ cleaner, which will allow to add new features in the future. Development files for aalib aalib için geliştirme dosyaları - aalib + aalib /usr/share/aclocal @@ -353897,6 +354664,13 @@ cleaner, which will allow to add new features in the future. + + 2024-10-23 + 1.4_rc5 + Rebuild. + Pisilinux Community + admins@pisilinux.org + 2022-01-17 1.4_rc5 @@ -363435,7 +364209,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression Ncurses tabanlı MPD istemcisi ncmpcpp – featureful ncurses based MPD client inspired by ncmpc. Ncmpcpp; etiket düzenleyici, çalma listesi düzenleyici, şarkı sözü desteği vb. özellikleri olan bir MPD istemcisidir. - https://rybczak.net/ncmpcpp/stable/ncmpcpp-0.9.2.tar.bz2 + https://github.com/ncmpcpp/ncmpcpp/archive/0.10.1/ncmpcpp-0.10.1.tar.gz ccache curl-devel @@ -363470,6 +364244,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + 2024-10-24 + 0.10.1 + Rebuild + fury + uglyside@yandex.ru + 2023-10-30 0.9.2 @@ -364374,7 +365155,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression Libpulse için Qt bağları Libpulse için Qt bağları Libpulse için Qt bağları - https://download.kde.org/stable/pulseaudio-qt/pulseaudio-qt-1.6.0.tar.xz + https://download.kde.org/stable/pulseaudio-qt/pulseaudio-qt-1.6.1.tar.xz cmake doxygen @@ -364407,7 +365188,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression pulseaudio-qt-devel Development files for pulseaudio-qt - pulseaudio-qt + pulseaudio-qt /usr/include @@ -364415,6 +365196,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + 2024-10-26 + 1.6.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-09-13 1.6.0 @@ -367194,7 +367982,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression multimedia.sound Libpulse için Qt bağları Libpulse için Qt bağları - https://download.kde.org/stable/pulseaudio-qt/pulseaudio-qt-1.6.0.tar.xz + https://download.kde.org/stable/pulseaudio-qt/pulseaudio-qt-1.6.1.tar.xz cmake doxygen @@ -367229,7 +368017,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression Development files for pulseaudio-qt6 qt6-base-devel - pulseaudio-qt6 + pulseaudio-qt6 /usr/include @@ -367238,6 +368026,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + 2024-10-26 + 1.6.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-09-13 1.6.0 @@ -402500,7 +403295,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol NTP hizmeti ve istemcisi Network Time Protocol utilities and daemons that will synchronize your computer's time to Coordinated Universal Time (UTC) via the NTP protocol and NTP servers. ntp, NTP protokolü üzerinden uzak sunucuları kullanarak sisteminizin zamanını eşitlemek için gerekli araçları ve hizmetleri içerir. - https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-4.2.8p17.tar.gz + https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-4.2.8p18.tar.gz fix-man-pages.sh @@ -402515,7 +403310,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol libevent-devel - gentoo/ntp-4.2.8-ipc-caps.patch gentoo/ntp-4.2.8-sntp-test-pthreads.patch gentoo/ntp-4.2.8_p14-add_cap_ipc_lock.patch @@ -402532,7 +403326,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol libcap openssl libevent - ntp-client /etc/ntp.conf @@ -402564,6 +403357,9 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol NTP istemcisi app:console util.admin + + ntp-server + /etc/conf.d/ntpdate /etc/ntp/step-tickers @@ -402587,13 +403383,27 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol NTP belgeleri data:doc - ntp-client + ntp-client /usr/share/doc/ntp/html + + 2024-10-29 + 4.2.8_p18 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2024-10-28 + 4.2.8_p17 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2024-05-17 4.2.8_p17 @@ -406988,7 +407798,7 @@ functionality to build high-performing, platform-independent programs.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/131.0.2/source/firefox-131.0.2.source.tar.xz + https://ftp.mozilla.org/pub/firefox/releases/132.0/source/firefox-132.0.source.tar.xz mozconfig-inst mozconfig-opt @@ -407002,7 +407812,7 @@ functionality to build high-performing, platform-independent programs.nodejs chrpath cbindgen - nss-devel + nss-devel lld-devel gdb-devel xorg-util @@ -407125,7 +407935,7 @@ functionality to build high-performing, platform-independent programs.system.locale lang-az - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-az@firefox.mozilla.org.xpi @@ -407139,7 +407949,7 @@ functionality to build high-performing, platform-independent programs.system.locale lang-bs - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-bs@firefox.mozilla.org.xpi @@ -407153,7 +407963,7 @@ functionality to build high-performing, platform-independent programs.system.locale lang-ca - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-ca@firefox.mozilla.org.xpi @@ -407167,7 +407977,7 @@ functionality to build high-performing, platform-independent programs.system.locale lang-da - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-da@firefox.mozilla.org.xpi @@ -407181,7 +407991,7 @@ functionality to build high-performing, platform-independent programs.system.locale lang-de - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-de@firefox.mozilla.org.xpi @@ -407195,7 +408005,7 @@ functionality to build high-performing, platform-independent programs.system.locale lang-el - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-el@firefox.mozilla.org.xpi @@ -407209,7 +408019,7 @@ functionality to build high-performing, platform-independent programs.system.locale lang-en-US - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-en-US@firefox.mozilla.org.xpi @@ -407223,7 +408033,7 @@ functionality to build high-performing, platform-independent programs.system.locale lang-en-GB - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi @@ -407237,7 +408047,7 @@ functionality to build high-performing, platform-independent programs.system.locale lang-es-AR - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-es-AR@firefox.mozilla.org.xpi @@ -407251,7 +408061,7 @@ functionality to build high-performing, platform-independent programs.system.locale lang-es-CL - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-es-CL@firefox.mozilla.org.xpi @@ -407265,7 +408075,7 @@ functionality to build high-performing, platform-independent programs.system.locale lang-es-ES - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-es-ES@firefox.mozilla.org.xpi @@ -407279,7 +408089,7 @@ functionality to build high-performing, platform-independent programs.system.locale lang-fi - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-fi@firefox.mozilla.org.xpi @@ -407293,7 +408103,7 @@ functionality to build high-performing, platform-independent programs.system.locale lang-fr - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-fr@firefox.mozilla.org.xpi @@ -407307,7 +408117,7 @@ functionality to build high-performing, platform-independent programs.system.locale lang-hr - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-hr@firefox.mozilla.org.xpi @@ -407321,7 +408131,7 @@ functionality to build high-performing, platform-independent programs.system.locale lang-hu - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-hu@firefox.mozilla.org.xpi @@ -407335,7 +408145,7 @@ functionality to build high-performing, platform-independent programs.system.locale lang-it - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-it@firefox.mozilla.org.xpi @@ -407349,7 +408159,7 @@ functionality to build high-performing, platform-independent programs.system.locale lang-lt - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-lt@firefox.mozilla.org.xpi @@ -407363,7 +408173,7 @@ functionality to build high-performing, platform-independent programs.system.locale lang-nl - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-nl@firefox.mozilla.org.xpi @@ -407377,7 +408187,7 @@ functionality to build high-performing, platform-independent programs.system.locale lang-pl - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-pl@firefox.mozilla.org.xpi @@ -407391,7 +408201,7 @@ functionality to build high-performing, platform-independent programs.system.locale lang-pt-BR - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-pt-BR@firefox.mozilla.org.xpi @@ -407405,7 +408215,7 @@ functionality to build high-performing, platform-independent programs.system.locale lang-pt-PT - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-pt-PT@firefox.mozilla.org.xpi @@ -407419,7 +408229,7 @@ functionality to build high-performing, platform-independent programs.system.locale lang-ro - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-ro@firefox.mozilla.org.xpi @@ -407433,7 +408243,7 @@ functionality to build high-performing, platform-independent programs.system.locale lang-ru - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-ru@firefox.mozilla.org.xpi @@ -407447,7 +408257,7 @@ functionality to build high-performing, platform-independent programs.system.locale lang-sr - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-sr@firefox.mozilla.org.xpi @@ -407461,7 +408271,7 @@ functionality to build high-performing, platform-independent programs.system.locale lang-sv-SE - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-sv-SE@firefox.mozilla.org.xpi @@ -407475,7 +408285,7 @@ functionality to build high-performing, platform-independent programs.system.locale lang-tr - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-tr@firefox.mozilla.org.xpi @@ -407489,13 +408299,20 @@ functionality to build high-performing, platform-independent programs.system.locale lang-uk - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-uk@firefox.mozilla.org.xpi + + 2024-11-01 + 132.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-09 131.0.2 @@ -412428,8 +413245,8 @@ functionality to build high-performing, platform-independent programs.Modem ile internet erişimi için PPP (point to point protocol) noktadan noktaya erişim protokolü The Point-to-Point Protocol (PPP) provides a standard way to transmit datagrams over a serial link. PPP protokolü veriyi seri bir bağlantı üzerinden transfer etmek için standart bir yol sağlar. - https://www.samba.org/ftp/ppp/ppp-2.5.0.tar.gz - http://distfiles.gentoo.org/distfiles/ppp-dhcpc.tgz + https://www.samba.org/ftp/ppp/ppp-2.5.1.tar.gz + http://mirrors.xmu.edu.cn/gentoo/distfiles/10/ppp-dhcpc.tgz libpcap-devel openssl-devel @@ -412470,13 +413287,20 @@ functionality to build high-performing, platform-independent programs.Development files for ppp ppp için geliştirme dosyaları - ppp + ppp /usr/include + + 2024-10-03 + 2.5.1 + Version bump + Pisi Linux Community + admin@pisilinux.org + 2023-06-23 2.5.0 @@ -412791,7 +413615,7 @@ functionality to build high-performing, platform-independent programs.Wireless daemon for Linux Linux için kablosuz arka plan programı Linux için kablosuz arka plan programı - https://mirrors.edge.kernel.org/pub/linux/network/wireless/iwd-2.22.tar.xz + https://mirrors.edge.kernel.org/pub/linux/network/wireless/iwd-3.0.tar.xz asciidoc dbus-devel @@ -412818,6 +413642,13 @@ functionality to build high-performing, platform-independent programs. + + 2024-10-21 + 3.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-09-13 2.22 @@ -414215,10 +415046,13 @@ functionality to build high-performing, platform-independent programs.NFS istemcisi ve sunucusu Contains NFS (Network File System) client and server. It is possible to mount a network resource as a file system using the NFS protocol. nfs-utils, NFS (Ağ dosya sistemi) istemcisi ve sunucusunu içerir. - https://sourceforge.net/projects/nfs/files/nfs-utils/2.6.4/nfs-utils-2.6.4.tar.bz2/download + https://sourceforge.net/projects/nfs/files/nfs-utils/2.8.1/nfs-utils-2.8.1.tar.bz2/download sqlite-devel libcap-devel + libnl-devel + readline-devel + libxml2-devel libtirpc-devel libevent-devel e2fsprogs-devel @@ -414236,6 +415070,8 @@ functionality to build high-performing, platform-independent programs. libcap sqlite + libnl + readline rpcbind nfsidmap keyutils @@ -414288,6 +415124,13 @@ functionality to build high-performing, platform-independent programs. + + 2024-10-21 + 2.8.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2023-11-20 2.6.4 @@ -420391,7 +421234,7 @@ functionality to build high-performing, platform-independent programs.libproxy için geliştirme dosyaları glib2-devel - libproxy + libproxy /usr/include @@ -420400,6 +421243,13 @@ functionality to build high-performing, platform-independent programs. + + 2024-10-23 + 0.5.9 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + 2024-10-04 0.5.9 @@ -421739,7 +422589,7 @@ complete albums that you have purchased from Amazon. Netlink soketleri erişimi için bir kitaplığı libnl is a convenience library to simplify the usage of the Linux kernel's netlink sockets interface for network manipulation. libnl Linux çekirdeğinin netlink soket arayüzünü ağ ile ilgili çeşitli işlemleri kolaylaştırmak için kullanan bir kitaplığıdır. - https://github.com/thom311/libnl/archive/libnl3_9_0.tar.gz + https://github.com/thom311/libnl/archive/libnl3_11_0.tar.gz glibc flex @@ -421766,7 +422616,7 @@ complete albums that you have purchased from Amazon. Development files for libnl libnl için geliştirme dosyaları - libnl + libnl /usr/include @@ -421774,6 +422624,13 @@ complete albums that you have purchased from Amazon. + + 2024-10-31 + 3.11.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-04-15 3.9.0 @@ -423660,7 +424517,7 @@ complete albums that you have purchased from Amazon. freerdp-devel - freerdp + freerdp zlib-devel openssl-devel wayland-devel @@ -423672,6 +424529,13 @@ complete albums that you have purchased from Amazon. + + 2024-10-22 + 3.8.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + 2024-09-27 3.8.0 @@ -424856,7 +425720,7 @@ complete albums that you have purchased from Amazon. GTK 4 için yazım denetimi kütüphanesi GTK 4 için yazım denetimi kütüphanesi - https://download.gnome.org/sources/libspelling/0.4/libspelling-0.4.3.tar.xz + https://download.gnome.org/sources/libspelling/0.4/libspelling-0.4.4.tar.xz meson asciidoc @@ -424896,7 +425760,7 @@ complete albums that you have purchased from Amazon. libspelling-devel Development files for libspelling - libspelling + libspelling gtk4-devel glib2-devel gtksourceview5-devel @@ -424907,6 +425771,13 @@ complete albums that you have purchased from Amazon. + + 2024-10-20 + 0.4.4 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-16 0.4.3 @@ -429715,7 +430586,7 @@ complete albums that you have purchased from Amazon. Libpanel helps you create IDE-like applications using GTK 4 and libadwaita. Libpanel helps you create IDE-like applications using GTK 4 and libadwaita. libpanel - https://download.gnome.org/sources/libpanel/1.8/libpanel-1.8.0.tar.xz + https://download.gnome.org/sources/libpanel/1.8/libpanel-1.8.1.tar.xz meson gtk-doc @@ -429753,7 +430624,7 @@ complete albums that you have purchased from Amazon. libpanel-devel Development files for libpanel - libpanel + libpanel gtk4-devel glib2-devel libadwaita-devel @@ -429770,13 +430641,20 @@ complete albums that you have purchased from Amazon. gtk4-devel glib2-devel - libpanel + libpanel /usr/share/doc/panel-1.0 + + 2024-10-20 + 1.8.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-09-14 1.8.0 @@ -434762,7 +435640,7 @@ yığın. Üç bölüm sağlar: GNOME ve GTK için Ertelenmiş Yürütme kitaplığı GNOME ve GTK için Ertelenmiş Yürütme kitaplığı libdex - https://download.gnome.org/sources/libdex/0.8/libdex-0.8.0.tar.xz + https://download.gnome.org/sources/libdex/0.8/libdex-0.8.1.tar.xz meson vala-devel @@ -434790,7 +435668,7 @@ yığın. Üç bölüm sağlar: libdex-devel Development files for libdex - libdex + libdex glib2-devel @@ -434800,6 +435678,13 @@ yığın. Üç bölüm sağlar: + + 2024-10-20 + 0.8.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-09-17 0.8.0 @@ -436970,7 +437855,7 @@ provide integrated access to the cloud providers services. X86 ve PPC Linux platformları için bellek erişimi hata ayıklayıcı Valgrind is an award-winning suite of tools for debugging and profiling Linux programs. With the tools that come with Valgrind, you can automatically detect many memory management and threading bugs, avoiding hours of frustrating bug-hunting, making your programs more stable. You can also perform detailed profiling, to speed up and reduce memory use of your programs. Valgrind, bu konuda ödül kazanmış Linux için çizge ve hata ayıklama araçları takımıdır. Valgrind ile gelen araçlar yardımıyla, birçok hafıza yönetimi ve iş parçacığı hatalarını otomatik olarak yakalayabilir, boşa geçen hata ayıklama saatlerinizi kazanabilir, programlarınızı daha kararlı bir hale getirebilirsiniz. Ayrıca programlarınızı daha hızlı çalışır yapmak ve kullandıkları hafızayı azaltmak için iş parçacıklarını detaylı olarak inceleyebilirsiniz. - ftp://sourceware.org/pub/valgrind/valgrind-3.21.0.tar.bz2 + ftp://sourceware.org/pub/valgrind/valgrind-3.24.0.tar.bz2 glibc-devel boost-devel @@ -437000,7 +437885,7 @@ provide integrated access to the cloud providers services. valgrind-devel Development files for valgrind - valgrind + valgrind /usr/include @@ -437008,6 +437893,13 @@ provide integrated access to the cloud providers services. + + 2024-11-01 + 3.24.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2023-10-29 3.21.0 @@ -438682,7 +439574,7 @@ provide integrated access to the cloud providers services. git için c kütüphanesi A plain C library to interface with the git version control system libgit2 - https://github.com/libgit2/libgit2/archive/v1.7.1.tar.gz + https://github.com/libgit2/libgit2/archive/v1.8.4.tar.gz zlib-devel libpcre2-devel @@ -438712,7 +439604,7 @@ provide integrated access to the cloud providers services. libgit2-devel - libgit2 + libgit2 zlib-devel openssl-devel libpcre2-devel @@ -438723,6 +439615,13 @@ provide integrated access to the cloud providers services. + + 2024-10-31 + 1.8.4 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2023-08-16 1.7.1 @@ -438909,6 +439808,9 @@ provide integrated access to the cloud providers services. gobject-introspection-devel libgit2-devel + + libgit2-glib-1.2.0-libgit2_1.8.patch + programming/scm/libgit2-glib/pspec.xml @@ -438932,7 +439834,7 @@ provide integrated access to the cloud providers services. glib2-devel libgit2-devel - libgit2-glib + libgit2-glib /usr/include @@ -438942,6 +439844,13 @@ provide integrated access to the cloud providers services. + + 2024-10-21 + 1.2.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2023-11-04 1.2.0 @@ -459445,7 +460354,7 @@ provide integrated access to the cloud providers services. A cargo subcommand to build and install C-ABI compatibile dynamic and static libraries A cargo subcommand to build and install C-ABI compatibile dynamic and static libraries A cargo subcommand to build and install C-ABI compatibile dynamic and static libraries - https://github.com/lu-zero/cargo-c/archive/refs/tags/v0.9.5-deploy.tar.gz + https://github.com/lu-zero/cargo-c/archive/refs/tags/v0.10.5.tar.gz rust curl-devel @@ -459462,6 +460371,13 @@ provide integrated access to the cloud providers services. + + 2024-10-30 + 0.10.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2021-11-02 0.9.5 @@ -491052,7 +491968,7 @@ contacts, tasks, and calendar information. The mission of the Apache portable runtime (APR) is to provide a free library of C data structures and routines. Apache portatif çalışma ortamı kitaplığı (APR), C data yapıları için özgür kitaplığı sağlar. Bu sürüm 0 ile başlar. APR to Przenośna Biblioteka Fazy Wykonywania Apache, zaprojektowana jako biblioteka wspomagająca, która udostępnia przewidywalny i spójny interfejs do podstawowych, specyficznych dla platformy implementacji. - mirrors://apache/apr/apr-1.7.4.tar.gz + mirrors://apache/apr/apr-1.7.5.tar.bz2 libutil-linux-devel @@ -491076,7 +491992,7 @@ contacts, tasks, and calendar information. Development files for apr Development files for apr - apr + apr /usr/include @@ -491084,6 +492000,13 @@ contacts, tasks, and calendar information. + + 2024-10-23 + 1.7.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2023-04-17 1.7.4 @@ -495213,7 +496136,7 @@ contacts, tasks, and calendar information. NVIDIA graphics drivers provide optimized 2D/3D performance. NVIDIA grafik sürücüleri daha iyi 2B/3B başarımı sağlar. Controladores de kernel nVIDIA y glx para rendimiento optimizado 2d/3d en Linux (Para NV3X o mejor). - http://http.download.nvidia.com/XFree86/Linux-x86_64/550.78/NVIDIA-Linux-x86_64-550.78.run + http://http.download.nvidia.com/XFree86/Linux-x86_64/565.57.01/NVIDIA-Linux-x86_64-565.57.01.run dkms.conf @@ -495263,7 +496186,7 @@ contacts, tasks, and calendar information. libXext gdk-pixbuf - module-nvidia-current + module-nvidia-current nvidia-current-dkms @@ -495288,7 +496211,7 @@ contacts, tasks, and calendar information. hardware.graphics - module-nvidia-current + module-nvidia-current nvidia-current-dkms @@ -495312,7 +496235,7 @@ contacts, tasks, and calendar information. opencl-icd vulkan - module-nvidia-current + module-nvidia-current nvidia-current-dkms @@ -495351,7 +496274,7 @@ contacts, tasks, and calendar information. libXext-32bit vulkan-32bit opencl-icd-32bit - xorg-video-nvidia-current + xorg-video-nvidia-current /usr/lib32 @@ -495370,8 +496293,8 @@ contacts, tasks, and calendar information. /etc/modprobe.d/nvidia-current-dkms.conf - /usr/src/nvidia-550.78/ - /usr/src/nvidia-550.78/dkms.conf + /usr/src/nvidia-565.57.01/ + /usr/src/nvidia-565.57.01/dkms.conf module-nvidia-current @@ -495427,6 +496350,13 @@ contacts, tasks, and calendar information. + + 2024-10-30 + 565.57.01 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-14 550.78 @@ -495994,6 +496924,9 @@ contacts, tasks, and calendar information. kernel-module-headers + + rw-by-default.patch + kernel/drivers/module-linux-apfs-rw/pspec.xml @@ -496010,6 +496943,13 @@ contacts, tasks, and calendar information. + + 2024-10-23 + 0.3.11 + Enable experimental R/W by default. + Bedirhan Kurt + bedirhan.kurt@outlook.com + 2024-10-14 0.3.11 diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index f0251ae5ff..a6e2ea32b2 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -5193fa26e64f34ef4bdb0a70735fc0f75e5f527d \ No newline at end of file +d8f292c49a196450b09974b5bbf9b34c0e60780d \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 1d709e9132..c1268662e0 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 28b834c5f1..b315c4202b 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -ac3b5aec0f0f353eff9cfc2a9a4c4f966ec29e13 \ No newline at end of file +19022860ef1264db574c7b374e0ccebd3511d84a \ No newline at end of file