diff --git a/desktop/gnome/addons/tracker/actions.py b/desktop/gnome/addons/tracker/actions.py deleted file mode 100644 index 8cd19ba163..0000000000 --- a/desktop/gnome/addons/tracker/actions.py +++ /dev/null @@ -1,25 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 2. -# See the file http://www.gnu.org/copyleft/gpl.txt. - -from pisi.actionsapi import mesontools -from pisi.actionsapi import pisitools - -def setup(): - mesontools.configure("-Ddocs=false \ - -Dman=true \ - -Dsoup=soup3 \ - -Dstemmer=disabled \ - -Dsystemd_user_services=false \ - -Dsystemd_user_services_dir=no \ - -Dunicode_support=icu") - -def build(): - mesontools.build() - -def install(): - mesontools.install() - - pisitools.dodoc("AUTHORS", "COPYING*", "HACKING.md", "MAINTAINERS", "NEWS", "README*") diff --git a/desktop/gnome/addons/tracker/files/tracker-3.1.1-Fix-asciidoc-manpage.xsl-location.patch b/desktop/gnome/addons/tracker/files/tracker-3.1.1-Fix-asciidoc-manpage.xsl-location.patch deleted file mode 100644 index 3383e2be28..0000000000 --- a/desktop/gnome/addons/tracker/files/tracker-3.1.1-Fix-asciidoc-manpage.xsl-location.patch +++ /dev/null @@ -1,25 +0,0 @@ -From c14fa25f2b616b170b453861de87ef21c05dc6c4 Mon Sep 17 00:00:00 2001 -From: Matt Turner -Date: Sat, 13 Mar 2021 14:29:58 -0500 -Subject: [PATCH] Fix asciidoc manpage.xsl location - ---- - docs/manpages/meson.build | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/docs/manpages/meson.build b/docs/manpages/meson.build -index f90c757cf..101cbca16 100644 ---- a/docs/manpages/meson.build -+++ b/docs/manpages/meson.build -@@ -32,7 +32,7 @@ foreach m : manpages - command: [xsltproc, - '--output', '@OUTPUT@', - '--stringparam', 'man.authors.section.enabled', '0', -- '/etc/asciidoc/docbook-xsl/manpage.xsl', '@INPUT@'], -+ '/usr/share/asciidoc/docbook-xsl/manpage.xsl', '@INPUT@'], - input: xml, - output: manpage, - install: true, --- -2.26.3 - diff --git a/desktop/gnome/addons/tracker/pspec.xml b/desktop/gnome/addons/tracker/pspec.xml deleted file mode 100644 index a1a5b6161e..0000000000 --- a/desktop/gnome/addons/tracker/pspec.xml +++ /dev/null @@ -1,192 +0,0 @@ - - - - - tracker - https://gitlab.gnome.org/GNOME/tracker - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2.1 - tracker - Tracker is an efficient search engine and triplestore for desktop, embedded and mobile. - Tracker is an efficient search engine and triplestore for desktop, embedded and mobile. - https://download.gnome.org/sources/tracker/3.7/tracker-3.7.3.tar.xz - - meson - gettext-devel - glib2-devel - vala-devel - asciidoc - dbus-devel - icu4c-devel - json-glib-devel - libsoup-devel - libsoup3-devel - libxml2-devel - sqlite-devel - NetworkManager-devel - bash-completion - gobject-introspection-devel - libxslt-devel - python3-pygobject3-devel - - - - - - - - tracker - - glib2 - icu4c - sqlite - libsoup - libsoup3 - libxml2 - json-glib - - - /usr/bin - /usr/lib/girepository-1.0 - /usr/lib/lib*.so* - /usr/lib/tracker* - /usr/libexec - /usr/share/locale - /usr/share/man - /usr/share/doc - /usr/share/tracker3 - /usr/share/bash-completion - /usr/share/dbus-1 - - - - - tracker-devel - - tracker - glib2-devel - icu4c-devel - sqlite-devel - libxml2-devel - libsoup-devel - json-glib-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - /usr/share/vala - - - - - - 2024-05-02 - 3.7.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2023-09-16 - 3.6.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2023-06-01 - 3.5.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2023-05-13 - 3.5.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2023-04-25 - 3.5.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2023-03-20 - 3.5.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-12-05 - 3.4.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-10-26 - 3.4.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-08-09 - 3.3.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-06 - 3.3.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-01 - 3.3.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-31 - 3.2.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-18 - 3.2.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 3.1.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-28 - 3.1.1 - First release for Pisi Linux. - Berk Çakar - berk2238@hotmail.com - - - diff --git a/desktop/lookandfeel/pisilinux-theme-maia-light/pspec.xml b/desktop/lookandfeel/pisilinux-theme-maia-light/pspec.xml index 8e77ff1a0d..499f6e20d0 100644 --- a/desktop/lookandfeel/pisilinux-theme-maia-light/pspec.xml +++ b/desktop/lookandfeel/pisilinux-theme-maia-light/pspec.xml @@ -34,7 +34,7 @@ 2024-10-04 1.0 - First release + First release. Erkan IŞIK erkanisik@pisilinux.org diff --git a/kernel/drivers/module-linux-apfs-rw/pspec.xml b/kernel/drivers/module-linux-apfs-rw/pspec.xml index 0183fc22fb..71b5af934f 100644 --- a/kernel/drivers/module-linux-apfs-rw/pspec.xml +++ b/kernel/drivers/module-linux-apfs-rw/pspec.xml @@ -35,8 +35,8 @@ 2024-10-02 - v0.3.11 - Initial build and release for kernel 6.6.50 + 0.3.11 + Initial build and release for kernel 6.6.50. Bedirhan Kurt bedirhan.kurt@outlook.com diff --git a/kernel/tools/apfsprogs/pspec.xml b/kernel/tools/apfsprogs/pspec.xml index f72690c5f9..e6b0736e1a 100644 --- a/kernel/tools/apfsprogs/pspec.xml +++ b/kernel/tools/apfsprogs/pspec.xml @@ -34,7 +34,7 @@ 2024-10-03 0.1 - Initial build specs for PiSi. + Initial build specs for PiSi Bedirhan Kurt bedirhan.kurt@outlook.com diff --git a/pisi-index.xml b/pisi-index.xml index 55209c5c95..e53d7bc6f1 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -27522,7 +27522,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_104_RTM/src/nss-3.104.tar.gz + https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_105_RTM/src/nss-3.105.tar.gz nss.pc.in nss-config.in @@ -27564,7 +27564,7 @@ Gnome session. nss için geliştirme dosyaları nspr-devel - nss + nss /usr/bin/nss-config @@ -27574,6 +27574,13 @@ Gnome session. + + 2024-10-01 + 3.105 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-09-02 3.104 @@ -29466,193 +29473,6 @@ Gnome session. - - - tracker-miners - https://gitlab.gnome.org/GNOME/tracker-miners - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2.1 - util.misc - Tracker Miners contains the indexer daemon (tracker-miner-fs-3) and tools to extract metadata from many different filetypes. - Tracker Miners contains the indexer daemon (tracker-miner-fs-3) and tools to extract metadata from many different filetypes. - https://download.gnome.org/sources/tracker-miners/3.7/tracker-miners-3.7.3.tar.xz - - gettext-devel - glib2-devel - meson - intltool - asciidoc - tracker-devel - desktop-file-utils - ffmpeg-devel - exempi-devel - flac-devel - libgexiv2-devel - gstreamer-devel - libcue-devel - libexif-devel - libgsf-devel - libgxps-devel - libiptcdata-devel - libjpeg-turbo-devel - libosinfo-devel - libpng-devel - libseccomp-devel - tiff-devel - libxml2-devel - libvorbis-devel - poppler-glib-devel - taglib-devel - totem-pl-parser-devel - upower-devel - zlib-devel - gst-plugins-base-devel - giflib-devel - NetworkManager-devel - harfbuzz-devel - - util/misc/tracker-miners/pspec.xml - - - tracker-miners - - tiff - glib2 - icu4c - libcue - exempi - giflib - libgsf - libpng - upower - libexif - libgxps - libxml2 - tracker - gstreamer - libgexiv2 - libosinfo - libseccomp - libiptcdata - poppler-glib - libjpeg-turbo - NetworkManager - totem-pl-parser - gst-plugins-base - libutil-linux - - - /etc/xdg - /usr/bin - /usr/lib - /usr/libexec - /usr/share/locale - /usr/share/man - /usr/share/doc - /usr/share/glib-2.0 - /usr/share/tracker3-miners - /usr/share/bash-completion - /usr/share/dbus-1 - /usr/share/tracker3 - - - - - 2024-05-02 - 3.7.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2023-10-31 - 3.6.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2023-09-29 - 3.6.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2023-05-13 - 3.5.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2023-04-25 - 3.5.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2023-03-20 - 3.5.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-12-05 - 3.4.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-10-26 - 3.4.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-01 - 3.3.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-31 - 3.2.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-18 - 3.2.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 3.1.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-28 - 3.1.1 - First release for Pisi Linux. - Berk Çakar - berk2238@hotmail.com - - - zsync @@ -43858,6 +43678,50 @@ Gnome session. + + + pisilinux-theme-maia-light + https://pisilinux.org/ + + Erkan IŞIK + erkanisik@pisilinux.org + + GPLv2 + app:gui + desktop.lookandfeel + PisiLinux için kde plasma6 teması. + PisiLinux için simge seti, şifre ekranı, açılış ekranı ve kilit ekranı. + https://github.com/erkanisik1/pisilinux-theme-maia-light/archive/refs/tags/1.0.tar.gz + + extra-cmake-modules + qt6-base-devel + plasma-framework-devel + + desktop/lookandfeel/pisilinux-theme-maia-light/pspec.xml + + + pisilinux-theme-maia-light + PisiLinux için kde plasma6 teması. + + /usr/share + /usr/share/color-schemes + /usr/share/icons + /usr/share/plasma + /usr/share/sddm + /usr/share/wallpapers + /usr/share/doc + + + + + 2024-10-04 + 1.0 + First release. + Erkan IŞIK + erkanisik@pisilinux.org + + + icon-theme-elementary-xfce @@ -47928,7 +47792,7 @@ Gnome session. Değişik sözlüklerden sorgular yapmayı sağlayan bir istemci xfce4-dict allows you to search different kinds of dictionary services for words or phrases and shows you the result. xfce4-dict değişik sözlüklerden kelime ya da deyimler aramanızı sağlar ve size gösterir. - https://archive.xfce.org/src/apps/xfce4-dict/0.8/xfce4-dict-0.8.7.tar.bz2 + https://archive.xfce.org/src/apps/xfce4-dict/0.8/xfce4-dict-0.8.8.tar.bz2 xfce4-panel-devel intltool @@ -47958,6 +47822,13 @@ Gnome session. + + 2024-10-02 + 0.8.8 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-09-25 0.8.7 @@ -51778,15 +51649,18 @@ 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.4.tar.bz2 + https://archive.xfce.org/src/xfce/libxfce4windowing/4.19/libxfce4windowing-4.19.5.tar.bz2 intltool gtk-doc gettext-devel xfce4-dev-tools + libXrandr-devel libwnck3-devel + libdisplay-info-devel wayland-devel wayland-client + xfce4-dev-tools gtk-layer-shell-devel gobject-introspection-devel @@ -51799,7 +51673,9 @@ Gnome session. cairo glib2 libX11 + libXrandr libwnck3 + libdisplay-info wayland-client @@ -51813,7 +51689,7 @@ Gnome session. Development files for libxfce4windowing gtk3-devel - libxfce4windowing + libxfce4windowing /usr/include @@ -51824,13 +51700,20 @@ Gnome session. libxfce4windowing-docs Development files for libxfce4windowing - libxfce4windowing + libxfce4windowing /usr/share/gtk-doc + + 2024-10-03 + 4.19.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-27 4.19.4 @@ -52971,7 +52854,7 @@ Gnome session. Xfce masaüstü yöneticisi arkaplan resmini belirler, uygulamaları başlatmak, simge durumuna küçültülmüş pencereleri veya dosya seçeneklerini göstermek için sağ tık menüsünü hazırlar. Arkaplan rengi için gradyan desteği, arkaplan resmi için doygunluk desteği, gerçek çoklu ekran ve xinerama desteği içerir. Ayrıca, masaüstü menü düzenleme aracını da bünyesinde barındırır. xfdesktop4 ustawia obraz tła pulpitu, udostępnia menu pod prawym przyciskiem myszy do uruchamiania aplikacji oraz, opcjonalnie, może pokazywać pliki lub zminimalizowane okna. xfce - https://archive.xfce.org/src/xfce/xfdesktop/4.19/xfdesktop-4.19.3.tar.bz2 + https://archive.xfce.org/src/xfce/xfdesktop/4.19/xfdesktop-4.19.4.tar.bz2 intltool exo-devel @@ -52986,6 +52869,7 @@ Gnome session. xfconf-devel tumbler-devel libX11-devel + libyaml-devel libglade-devel libwnck3-devel libnotify-devel @@ -53015,6 +52899,7 @@ Gnome session. xfconf libX11 libwnck3 + libyaml libnotify gdk-pixbuf libxfce4ui @@ -53039,6 +52924,13 @@ Gnome session. + + 2024-10-03 + 4.19.4 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-17 4.19.3 @@ -53600,8 +53492,9 @@ Gnome session. Xfce geliştirme araçları Xfce4-dev-tools contains common tools required by Xfce developers and people that want to build Xfce from SVN. In addition, this package contains the Xfce developer's handbook. Xfce4-dev-tools paketi, Xfce geliştiricileri ve SVN'den Xfce inşa edecek kullanıcılar için gerekli temel araçları içine alır. Buna ek olarak pakette Xfce geliştiricileri için el kitabı da yer almaktadır. - https://archive.xfce.org/src/xfce/xfce4-dev-tools/4.19/xfce4-dev-tools-4.19.1.tar.bz2 + https://archive.xfce.org/src/xfce/xfce4-dev-tools/4.19/xfce4-dev-tools-4.19.3.tar.bz2 + meson glib2-devel libxslt-devel @@ -53620,6 +53513,20 @@ Gnome session. + + 2024-10-03 + 4.19.3 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2024-10-02 + 4.19.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-05-29 4.19.1 @@ -70474,6 +70381,7 @@ Gnome session. cmake llvm zstd-devel + cups-devel libxkbcommon-devel llvm-clang-devel lld-devel @@ -70979,9 +70887,6 @@ Gnome session. Provides support for web applications using the Chromium browser project qt-logo https://download.qt.io/official_releases/qt/6.7/6.7.3/submodules/qtwebengine-everywhere-src-6.7.3.tar.xz - - qtwebengine-ffmpeg-7.patch - ninja cmake @@ -132348,7 +132253,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/46/gnome-builder-46.3.tar.xz + https://download.gnome.org/sources/gnome-builder/47/gnome-builder-47.1.tar.xz appstream-glib-devel gobject-introspection-devel @@ -132392,6 +132297,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.cmark-devel gtk4-update-icon-cache desktop-file-utils + gom-devel + libspelling-devel include-locale_h.patch @@ -132402,6 +132309,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.gnome-builder vte + gom cmark glade ctags @@ -132424,6 +132332,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.libdazzle json-glib mm-common + libspelling llvm-clang python3-jedi python-lxml @@ -132456,7 +132365,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 @@ -132464,6 +132373,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2024-09-30 + 47.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-01 46.3 @@ -133062,7 +132978,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Menu editor for gnome Gnome için menü düzenleyici Gnome için menü düzenleyici - https://download.gnome.org/sources/alacarte/3.52/alacarte-3.52.0.tar.xz + https://download.gnome.org/sources/alacarte/3.54/alacarte-3.54.0.tar.xz intltool gtk3-devel @@ -133087,9 +133003,17 @@ It supports email, address books, calendars, tasks, news feeds and much more./usr/share/icons /usr/share/man /usr/share/doc + /usr/share/metainfo + + 2024-10-03 + 3.54.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-03-20 3.52.0 @@ -139388,192 +139312,6 @@ It supports email, address books, calendars, tasks, news feeds and much more. - - - tracker - https://gitlab.gnome.org/GNOME/tracker - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2.1 - desktop.gnome.addons - Tracker is an efficient search engine and triplestore for desktop, embedded and mobile. - Tracker is an efficient search engine and triplestore for desktop, embedded and mobile. - tracker - https://download.gnome.org/sources/tracker/3.7/tracker-3.7.3.tar.xz - - meson - gettext-devel - glib2-devel - vala-devel - asciidoc - dbus-devel - icu4c-devel - json-glib-devel - libsoup-devel - libsoup3-devel - libxml2-devel - sqlite-devel - NetworkManager-devel - bash-completion - gobject-introspection-devel - libxslt-devel - python3-pygobject3-devel - - desktop/gnome/addons/tracker/pspec.xml - - - tracker - - glib2 - icu4c - sqlite - libsoup - libsoup3 - libxml2 - json-glib - - - /usr/bin - /usr/lib/girepository-1.0 - /usr/lib/lib*.so* - /usr/lib/tracker* - /usr/libexec - /usr/share/locale - /usr/share/man - /usr/share/doc - /usr/share/tracker3 - /usr/share/bash-completion - /usr/share/dbus-1 - - - - tracker-devel - - tracker - glib2-devel - icu4c-devel - sqlite-devel - libxml2-devel - libsoup-devel - json-glib-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0 - /usr/share/vala - - - - - 2024-05-02 - 3.7.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2023-09-16 - 3.6.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2023-06-01 - 3.5.3 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2023-05-13 - 3.5.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2023-04-25 - 3.5.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2023-03-20 - 3.5.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-12-05 - 3.4.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-10-26 - 3.4.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-08-09 - 3.3.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-06 - 3.3.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-01 - 3.3.1 - Version bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-31 - 3.2.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-18 - 3.2.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 3.1.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-28 - 3.1.1 - First release for Pisi Linux. - Berk Çakar - berk2238@hotmail.com - - - eog @@ -302272,6 +302010,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2024-09-29 + 23.08.5 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2024-02-17 23.08.5 @@ -314561,6 +314306,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2024-09-29 + 0.21.0 + Theme update + Mustafa Cinasal + muscnsl@gmail.com + 2024-09-10 0.21.0 @@ -315708,7 +315460,7 @@ It supports email, address books, calendars, tasks, news feeds and much more. gdm-devel - gdm + gdm glib2-devel elogind-devel @@ -315732,6 +315484,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2024-09-29 + 47.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + 2024-09-16 47.0 @@ -339547,7 +339306,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.2/pipewire-1.2.2.tar.gz + https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/1.2.5/pipewire-1.2.5.tar.gz git meson @@ -339564,7 +339323,6 @@ from a wide variety of machine architectures. openssl-devel vulkan-devel vulkan-headers - ffmpeg-devel ncurses-devel libsdl2-devel readline-devel @@ -339589,7 +339347,6 @@ from a wide variety of machine architectures. glib2 eudev vulkan - ffmpeg libX11 libusb openssl @@ -339621,7 +339378,7 @@ from a wide variety of machine architectures. Development files for pipewire glib2-devel - pipewire + pipewire /usr/include @@ -339632,13 +339389,20 @@ from a wide variety of machine architectures. pipewire-docs Development files for pipewire - pipewire + pipewire /usr/share/doc/pipewire/html + + 2024-09-28 + 1.2.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-10 1.2.2 @@ -370802,7 +370566,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression VLC jest odtwarzaczem multimediów projektu VideoLAN. Odtwarza pliki MPEG, MPEG2, MPEG4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis, płyty DVD, VCD, podkasty oraz strumienie multimedialne z różnych źródeł w sieci. VLC es un poderoso reproductor de medios para todo tipo de formatos multimedia vlc - https://get.videolan.org/vlc/3.0.20/vlc-3.0.20.tar.xz + https://get.videolan.org/vlc/3.0.21/vlc-3.0.21.tar.xz srt-devel qt5-svg-devel @@ -370838,7 +370602,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression libXau-devel libtar-devel libvpx-devel - ffmpeg-devel + ffmpeg4-devel libass-devel libXpm-devel gnutls-devel @@ -370861,7 +370625,6 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression fribidi-devel libupnp-devel libkate-devel - freerdp-devel twolame-devel minizip-devel live555-devel @@ -370907,7 +370670,6 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression libjpeg-turbo-devel qt5-base-devel qt5-x11extras-devel - libchromaprint-devel gstreamer-devel pulseaudio-libs-devel xcb-util-keysyms-devel @@ -370916,9 +370678,6 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression libmicrodns-devel wayland-protocols-devel - - vlc-2.2.8-freerdp-2.patch - multimedia/videoplayer/vlc/pspec.xml @@ -370941,8 +370700,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression libX11 libgcc freetype - libmicrodns - vlc-libs + vlc-libs libXinerama dejavu-fonts @@ -370968,7 +370726,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression Lua scripting for VLC lua - vlc-libs + vlc-libs /usr/lib/vlc/lua @@ -370984,6 +370742,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression vlc için codec ve eklenti kitaplık dosyaları lua + srt libX11 x264 libgcc @@ -371013,7 +370772,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression gnutls libdca libsdl - ffmpeg + ffmpeg4 a52dec libmtp taglib @@ -371022,7 +370781,6 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression libxml2 libssh2 libcddb - freerdp libopus libcaca twolame @@ -371035,6 +370793,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression libkate libupnp libshout + libmicrodns libarchive avahi-libs alsa-lib @@ -371066,7 +370825,6 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression libsamplerate libjpeg-turbo gstreamer - libchromaprint pulseaudio-libs xcb-util-keysyms crystalhd-firmware @@ -371083,7 +370841,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression vlc için geliştirme dosyaları Pliki nagłówkowe vlc - vlc-libs + vlc-libs /usr/include @@ -371091,6 +370849,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + 2024-09-27 + 3.0.21 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-11-01 3.0.20 @@ -396169,7 +395934,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol Elogind; kullanıcı, oturum ve seat Yöneticisi Elogind is the systemd project's "logind", extracted out to be a standalone daemon. It integrates with PAM to know the set of users that are logged in to a system and whether they are logged in graphically, on the console, or remotely. Elogind kullanıcıların oturum açma kapama durumlarını denetlerken çoklu oturumlara da izin veren hizmettir. - https://github.com/elogind/elogind/archive/refs/tags/v252.9.tar.gz + https://github.com/elogind/elogind/archive/refs/tags/v252.24.tar.gz gperf meson @@ -396240,7 +396005,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol elogind için geliştirme dosyaları elogind-devel, elogind için geliştirme dosyalarını içerir. - elogind + elogind /usr/include @@ -396248,6 +396013,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + 2024-09-29 + 252.24 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2023-10-06 252.9 @@ -404057,7 +403829,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/130.0/source/firefox-130.0.source.tar.xz + https://ftp.mozilla.org/pub/firefox/releases/131.0/source/firefox-131.0.source.tar.xz mozconfig-inst mozconfig-opt @@ -404194,7 +403966,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 @@ -404208,7 +403980,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 @@ -404222,7 +403994,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 @@ -404236,7 +404008,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 @@ -404250,7 +404022,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 @@ -404264,7 +404036,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 @@ -404278,7 +404050,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 @@ -404292,7 +404064,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 @@ -404306,7 +404078,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 @@ -404320,7 +404092,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 @@ -404334,7 +404106,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 @@ -404348,7 +404120,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 @@ -404362,7 +404134,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 @@ -404376,7 +404148,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 @@ -404390,7 +404162,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 @@ -404404,7 +404176,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 @@ -404418,7 +404190,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 @@ -404432,7 +404204,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 @@ -404446,7 +404218,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 @@ -404460,7 +404232,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 @@ -404474,7 +404246,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 @@ -404488,7 +404260,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 @@ -404502,7 +404274,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 @@ -404516,7 +404288,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 @@ -404530,7 +404302,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 @@ -404544,7 +404316,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 @@ -404558,13 +404330,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-09-30 + 131.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-09-02 130.0 @@ -424141,7 +423920,7 @@ complete albums that you have purchased from Amazon. Rust koduna C bağlamaları oluşturmak için bir araç https://github.com/eqrion/cbindgen/archive/v0.27.0.tar.gz - rust + rust llvm curl-devel cmake @@ -424158,6 +423937,13 @@ complete albums that you have purchased from Amazon. + + 2024-10-01 + 0.27.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + 2024-08-21 0.27.0 @@ -456382,15 +456168,15 @@ provide integrated access to the cloud providers services. Systems programming language focused on safety, speed and concurrency Rust inanılmaz hızlı ve bellek tasarrufludur. Çöp toplayıcısı veya çalışma zamanı olmadan performans açısından kritik öneme sahip servisleri çalıştırabilir, gömülü cihazlarda çalışabilir ve diğer dillerle kolayca entegre olabilir. Rust jest niesamowicie szybki i wydajny w pamięci. Może uruchamiać usługi krytyczne pod względem wydajności bez modułu odśmiecania pamięci lub środowiska wykonawczego, działać na urządzeniach osadzonych i łatwo integrować się z innymi językami. - https://static.rust-lang.org/dist/rustc-1.80.1-src.tar.gz - https://static.rust-lang.org/dist/rust-1.80.1-x86_64-unknown-linux-gnu.tar.gz + https://static.rust-lang.org/dist/rustc-1.81.0-src.tar.gz bootstrap-config.toml - rust + rust perl llvm + llvm-mlir cmake ninja ocaml @@ -456404,6 +456190,7 @@ provide integrated access to the cloud providers services. curl-devel python3-devel libffi-devel + llvm-clang-devel programming/language/rust/pspec.xml @@ -456430,13 +456217,20 @@ provide integrated access to the cloud providers services. rust-docs Development files for rust - rust + rust /usr/share/doc + + 2024-10-01 + 1.81.0 + Version bump + Pisi Linux Community + admin@pisilinux.org + 2024-08-09 1.80.1 @@ -456835,7 +456629,7 @@ provide integrated access to the cloud providers services. rust-bindgen https://github.com/rust-lang/rust-bindgen/archive/refs/tags/v0.70.1.tar.gz - rust + rust llvm-clang-devel programming/language/rust-bindgen/pspec.xml @@ -456851,6 +456645,13 @@ provide integrated access to the cloud providers services. + + 2024-10-01 + 0.70.1 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + 2024-08-21 0.70.1 @@ -458416,7 +458217,7 @@ provide integrated access to the cloud providers services. A set of Python bindings for the Qt6 toolkit A set of Python bindings for the Qt6 toolkit python3-qt6 - https://pypi.python.org/packages/source/P/PyQt6/PyQt6-6.7.0.tar.gz + https://pypi.python.org/packages/source/P/PyQt6/PyQt6-6.7.1.tar.gz dbus-devel dbus-python3 @@ -458424,24 +458225,24 @@ provide integrated access to the cloud providers services. pyqt-builder python3-devel python3-sip - python3-pyqt6-sip - qt6-svg-devel - qt6-base-devel - qt6-speech-devel - qt6-quick3d-devel - qt6-sensors-devel - qt6-positioning-devel - qt6-designer-devel - qt6-assistant-devel - qt6-webengine-devel - qt6-multimedia-devel - qt6-serialport-devel - qt6-webchannel-devel - qt6-websockets-devel - qt6-declarative-devel - qt6-networkauth-devel - qt6-connectivity-devel - qt6-remoteobjects-devel + python3-pyqt6-sip + qt6-svg-devel + qt6-base-devel + qt6-speech-devel + qt6-quick3d-devel + qt6-sensors-devel + qt6-positioning-devel + qt6-designer-devel + qt6-assistant-devel + qt6-webengine-devel + qt6-multimedia-devel + qt6-serialport-devel + qt6-webchannel-devel + qt6-websockets-devel + qt6-declarative-devel + qt6-networkauth-devel + qt6-connectivity-devel + qt6-remoteobjects-devel programming/language/python3/python3-qt6/pspec.xml @@ -458481,7 +458282,7 @@ provide integrated access to the cloud providers services. python3-qt6-devel Development files for python3-qt6 - python3-qt6 + python3-qt6 /usr/lib/python3*/site-packages/PyQt6/bindings/ @@ -458489,6 +458290,13 @@ provide integrated access to the cloud providers services. + + 2024-09-29 + 6.7.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2024-06-09 6.7.0 @@ -463431,7 +463239,7 @@ provide integrated access to the cloud providers services. The sip module support for PyQt6 The sip module support for PyQt6 python3-pyqt6-sip - https://pypi.python.org/packages/source/P/PyQt6-sip/PyQt6_sip-13.6.0.tar.gz + https://pypi.python.org/packages/source/P/PyQt6-sip/PyQt6_sip-13.8.0.tar.gz python3-devel python3-build @@ -463449,6 +463257,13 @@ provide integrated access to the cloud providers services. + + 2024-09-29 + 13.8.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-11-18 13.6.0 @@ -466688,7 +466503,7 @@ provide integrated access to the cloud providers services. SIP is a tool for generating bindings for C and C++ libraries so that they can be used by Python3. It takes any C or C++ libraries and converts them into Python extension modules. SIP3 C ve C++ kütüphanelerini Python'da kullanabilmek için bağlayıcılar oluşturan bir araçtır. Herhangi bir C veya C++ kütüphanesini Python genişletme modülüne dönüştürür. Generuje powiązania Pythona z bibliotekami klas C++ ze zbioru plików ze specyfikacjami klas. Obsługiwany jest Python 2 i 3. - https://pypi.python.org/packages/source/s/sip/sip-6.8.3.tar.gz + https://pypi.python.org/packages/source/s/sip/sip-6.8.6.tar.gz python3-devel python3-build @@ -466720,13 +466535,20 @@ provide integrated access to the cloud providers services. python3-sip için belgelendirme dosyaları python3-sip-docs, python3-sip için belgelendirme dosyalarını içerir. - python3-sip + python3-sip /usr/share/doc/python3-sip + + 2024-09-29 + 6.8.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2024-06-09 6.8.3 @@ -473106,7 +472928,7 @@ provide integrated access to the cloud providers services. PyQt build system PyQt build system PyQt build system - https://files.pythonhosted.org/packages/57/09/11d09b4140932960a4e232e04858ceda19d821f8deb350605934f2251c87/pyqt_builder-1.16.2.tar.gz + https://files.pythonhosted.org/packages/e6/f5/daead7fd8ef3675ce55f4ef66dbe3287b0bdd74315f6b5a57718a020570b/pyqt_builder-1.16.4.tar.gz python3-devel python3-build @@ -473127,6 +472949,13 @@ provide integrated access to the cloud providers services. + + 2024-09-29 + 1.16.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2024-06-09 1.16.2 @@ -482637,7 +482466,7 @@ provide integrated access to the cloud providers services. Gnome yapılandırılmış dosya kitaplığı The libgsf is a library for reading and writing structured files (eg MS OLE and Zip). Libgsf MS, OLE ve Zip gibi yapılandırılmış dosyaları okuyup yazmaya yarayan bir kitaplığıdır. - mirrors://gnome/libgsf/1.14/libgsf-1.14.52.tar.xz + mirrors://gnome/libgsf/1.14/libgsf-1.14.53.tar.xz libbonobo-devel gtk2-devel @@ -482681,7 +482510,7 @@ provide integrated access to the cloud providers services. app:console library - libgsf + libgsf gdk-pixbuf @@ -482698,7 +482527,7 @@ provide integrated access to the cloud providers services. libgsf referans belgeleri data:doc - libgsf + libgsf /usr/share/doc @@ -482711,8 +482540,8 @@ provide integrated access to the cloud providers services. libgsf paketi geliştirme dosyaları library - libgsf - libgsf-gnome + libgsf + libgsf-gnome libbonobo-devel glib2-devel libxml2-devel @@ -482723,6 +482552,13 @@ provide integrated access to the cloud providers services. + + 2024-10-01 + 1.14.53 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-02-05 1.14.52 @@ -484056,7 +483892,7 @@ contacts, tasks, and calendar information. C ile yazılmış YAML 1.1 ayrıştırıcısı libyaml is a YAML 1.1 parser and emitter written in C. libyaml C ile yazılmış bir YAML 1.1 ayrıştırıcısıdır. - http://pyyaml.org/download/libyaml/yaml-0.2.2.tar.gz + http://pyyaml.org/download/libyaml/yaml-0.2.5.tar.gz programming/misc/libyaml/pspec.xml @@ -484074,7 +483910,7 @@ contacts, tasks, and calendar information. libyaml-devel provides development headers for libyaml. libyaml-devel, libyaml için başlık dosyalarını içerir. - libyaml + libyaml /usr/include @@ -484087,13 +483923,20 @@ contacts, tasks, and calendar information. libyaml için belgelendirme dosyaları libyaml-docs, libyaml için belgelendirme dosyalarını içerir. - libyaml + libyaml /usr/share/doc/libyaml/html/ + + 2024-10-03 + 0.2.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2020-11-07 0.2.2 @@ -491891,6 +491734,48 @@ contacts, tasks, and calendar information. + + + apfsprogs + https://github.com/linux-apfs/apfsprogs + + Bedirhan Kurt + bedirhan.kurt@outlook.com + + GPLv2 + driver + kernel.tools + Experimental APFS tools for Linux + Linux için deneysel APFS araçları + Apfsprogs is a suite of userspace utilities for working with the Apple File System on Linux. It's intended mainly to help test the Linux kernel module, located at https://github.com/linux-apfs/linux-apfs-rw.git + Apfsprogs, Apple Dosya Sistemi ile çalışmak için bir kullanıcı-alanı araç setidir. Genellikle https://github.com/linux-apfs/linux-apfs-rw.git adresinde yer alan Linux çekirdek modülünü test etmeye yardım etmek için geliştirilmiştir. + https://github.com/linux-apfs/apfsprogs/archive/f31d7c2.tar.gz + kernel/tools/apfsprogs/pspec.xml + + + apfsprogs + + noDelta + + + module-linux-apfs-rw + + + /usr/bin + /usr/share/man/man8 + /usr/share/doc + + + + + 2024-10-03 + 0.1 + Initial build specs for PiSi + Bedirhan Kurt + bedirhan.kurt@outlook.com + + + module-nvidia-current @@ -492662,6 +492547,50 @@ contacts, tasks, and calendar information. + + + module-linux-apfs-rw + https://github.com/linux-apfs/linux-apfs-rw + + Bedirhan Kurt + bedirhan.kurt@outlook.com + + GPLv2 + driver + kernel.drivers + Experimental support for APFS + APFS için deneysel destek + The Apple File System (APFS) is the copy-on-write filesystem currently used on all Apple devices. This module provides a degree of experimental support on Linux. + Apple Dosya Sistemi (APFS), şu anda tüm Apple cihazlarında kullanılan bir yazarken-kopyala (Copy-on-Write/CoW) dosya sistemidir. Bu modül, Linux için bir düzeye kadar deneysel destek sağlar. + https://github.com/linux-apfs/linux-apfs-rw/archive/refs/tags/v0.3.11.tar.gz + + kernel-module-headers + + kernel/drivers/module-linux-apfs-rw/pspec.xml + + + module-linux-apfs-rw + + noDelta + + + kernel + + + /lib/modules + /usr/share/doc + + + + + 2024-10-02 + 0.3.11 + Initial build and release for kernel 6.6.50. + Bedirhan Kurt + bedirhan.kurt@outlook.com + + + module-fglrx diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index c1f9151542..41775302b2 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -fce4afb7f4869790daab9bd2aea607831d1c7565 \ No newline at end of file +2b8f9a7abc1bb582e76c1ba4dc5951baf0473818 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 72cf775c57..6818dafc90 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 4363896562..246d7b06c2 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -2fd289a63fae3de80992059625aa4177c1fb4318 \ No newline at end of file +6ecfa5c3ec6e28d9fa0b0e320bdc4c7c39ce5570 \ No newline at end of file diff --git a/util/misc/tracker-miners/actions.py b/util/misc/tracker-miners/actions.py deleted file mode 100644 index e67268c47e..0000000000 --- a/util/misc/tracker-miners/actions.py +++ /dev/null @@ -1,45 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 2. -# See the file http://www.gnu.org/copyleft/gpl.txt. - -from pisi.actionsapi import mesontools -from pisi.actionsapi import pisitools - -def setup(): - mesontools.configure("-Dtracker_core=system \ - -Dextract=true \ - -Dfunctional_tests=false \ - -Dcue=enabled \ - -Dexif=enabled \ - -Dgif=enabled \ - -Dgsf=enabled \ - -Diptc=enabled \ - -Diso=enabled \ - -Djpeg=enabled \ - -Dpdf=enabled \ - -Dplaylist=enabled \ - -Dpng=enabled \ - -Draw=enabled \ - -Dtiff=enabled \ - -Dxml=enabled \ - -Dxmp=enabled \ - -Dxps=enabled \ - -Dlandlock=enabled \ - -Dminer_rss=false \ - -Dbattery_detection=upower \ - -Dcharset_detection=icu \ - -Dgeneric_media_extractor=gstreamer \ - -Dgstreamer_backend=discoverer \ - -Dnetwork_manager=enabled \ - -Dsystemd_user_services=false \ - -Dsystemd_user_services_dir=no") - -def build(): - mesontools.build() - -def install(): - mesontools.install() - - pisitools.dodoc("AUTHORS", "COPYING*", "HACKING.md", "MAINTAINERS", "NEWS", "README*") diff --git a/util/misc/tracker-miners/files/tracker-miners-3.1.1-Fix-asciidoc-manpage.xsl-location.patch b/util/misc/tracker-miners/files/tracker-miners-3.1.1-Fix-asciidoc-manpage.xsl-location.patch deleted file mode 100644 index 26bea773b2..0000000000 --- a/util/misc/tracker-miners/files/tracker-miners-3.1.1-Fix-asciidoc-manpage.xsl-location.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 24a47894578f48c54cb303c8a11ad8df29fc93a4 Mon Sep 17 00:00:00 2001 -From: Matt Turner -Date: Sat, 13 Mar 2021 17:35:17 -0500 -Subject: [PATCH] Fix asciidoc manpage.xsl location - ---- - docs/manpages/meson.build | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/docs/manpages/meson.build b/docs/manpages/meson.build -index 0b8a64863..831d08597 100644 ---- a/docs/manpages/meson.build -+++ b/docs/manpages/meson.build -@@ -43,7 +43,7 @@ foreach m : daemon_manpages + cli_manpages - command: [xsltproc, - '--output', '@OUTPUT@', - '--stringparam', 'man.authors.section.enabled', '0', -- '/etc/asciidoc/docbook-xsl/manpage.xsl', '@INPUT@'], -+ '/usr/share/asciidoc/docbook-xsl/manpage.xsl', '@INPUT@'], - input: xml, - output: manpage, - install: true, --- -2.26.2 - diff --git a/util/misc/tracker-miners/pspec.xml b/util/misc/tracker-miners/pspec.xml deleted file mode 100644 index 728338f2ef..0000000000 --- a/util/misc/tracker-miners/pspec.xml +++ /dev/null @@ -1,192 +0,0 @@ - - - - - tracker-miners - https://gitlab.gnome.org/GNOME/tracker-miners - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2.1 - Tracker Miners contains the indexer daemon (tracker-miner-fs-3) and tools to extract metadata from many different filetypes. - Tracker Miners contains the indexer daemon (tracker-miner-fs-3) and tools to extract metadata from many different filetypes. - https://download.gnome.org/sources/tracker-miners/3.7/tracker-miners-3.7.3.tar.xz - - gettext-devel - glib2-devel - meson - intltool - asciidoc - tracker-devel - desktop-file-utils - ffmpeg-devel - exempi-devel - flac-devel - libgexiv2-devel - gstreamer-devel - libcue-devel - libexif-devel - libgsf-devel - libgxps-devel - libiptcdata-devel - libjpeg-turbo-devel - libosinfo-devel - libpng-devel - libseccomp-devel - tiff-devel - libxml2-devel - libvorbis-devel - poppler-glib-devel - taglib-devel - totem-pl-parser-devel - upower-devel - zlib-devel - gst-plugins-base-devel - giflib-devel - NetworkManager-devel - harfbuzz-devel - - - - - - - - tracker-miners - - tiff - glib2 - icu4c - libcue - exempi - giflib - libgsf - libpng - upower - libexif - libgxps - libxml2 - tracker - gstreamer - libgexiv2 - libosinfo - libseccomp - libiptcdata - poppler-glib - libjpeg-turbo - NetworkManager - totem-pl-parser - gst-plugins-base - libutil-linux - - - /etc/xdg - /usr/bin - /usr/lib - /usr/libexec - /usr/share/locale - /usr/share/man - /usr/share/doc - /usr/share/glib-2.0 - /usr/share/tracker3-miners - /usr/share/bash-completion - /usr/share/dbus-1 - /usr/share/tracker3 - - - - - - 2024-05-02 - 3.7.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2023-10-31 - 3.6.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2023-09-29 - 3.6.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2023-05-13 - 3.5.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2023-04-25 - 3.5.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2023-03-20 - 3.5.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-12-05 - 3.4.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-10-26 - 3.4.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-06-01 - 3.3.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-10-31 - 3.2.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-18 - 3.2.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-06-15 - 3.1.2 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-28 - 3.1.1 - First release for Pisi Linux. - Berk Çakar - berk2238@hotmail.com - - -