diff --git a/multimedia/misc/sdl3-ttf/actions.py b/multimedia/misc/sdl3-ttf/actions.py new file mode 100644 index 0000000000..b6bb990ef3 --- /dev/null +++ b/multimedia/misc/sdl3-ttf/actions.py @@ -0,0 +1,37 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import cmaketools +from pisi.actionsapi import get + +WorkDir = "SDL3_ttf-%s" % get.srcVERSION() + +def setup(): + options = "-D CMAKE_INSTALL_PREFIX=/usr" + + if get.buildTYPE() == "emul32": + #options += " --prefix=/emul32 \ + options += " -DCMAKE_INSTALL_LIBDIR=/usr/lib32 " + + shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig") + shelltools.export("CFLAGS", "%s -m32" % get.CFLAGS()) + shelltools.export("CXXFLAGS", "%s -m32" % get.CXXFLAGS()) + shelltools.export("LDFLAGS", "%s -m32" % get.LDFLAGS()) + + cmaketools.configure(options) + +def build(): + #pisitools.dosed("Makefile", "-lz -lbz2", "") + + cmaketools.make() + +def install(): + cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("CHANGES.txt", "LICENSE.txt", "README.*") diff --git a/multimedia/misc/sdl3-ttf/pspec.xml b/multimedia/misc/sdl3-ttf/pspec.xml new file mode 100644 index 0000000000..02b88f217f --- /dev/null +++ b/multimedia/misc/sdl3-ttf/pspec.xml @@ -0,0 +1,83 @@ + + + + + sdl3-ttf + https://github.com/libsdl-org/SDL_ttf + + Mathias Freire + mathiasfreire45@gmail.com + + Zlib + library + TrueType font support for SDL2 + SDL2_ttf is a TrueType font rendering library that is used with the SDL library, and almost as portable. + https://github.com/libsdl-org/SDL_ttf/releases/download/release-3.2.2/SDL3_ttf-3.2.2.tar.gz + + cmake + libX11-devel + libsdl3-devel + freetype-devel + + + + + sdl3-ttf + + libsdl3 + harfbuzz + freetype + + + /usr/lib + /usr/share/doc + /usr/share/licenses/SDL3_ttf + + + + + sdl3-ttf-devel + Development files for sdl3-ttf + + libsdl3-devel + sdl3-ttf + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + + sdl3-ttf-32bit + emul32 + 32-bit shared libraries for sdl3-ttf + emul32 + + libX11-32bit + libsdl3-32bit + freetype-32bit + + + libpng-32bit + libsdl3-32bit + harfbuzz-32bit + freetype-32bit + sdl3-ttf + + + /usr/lib32/ + + + + + + 2026-02-18 + 3.2.2 + First release + Pisi Linux Community + admin@pisilinux.org + + + diff --git a/multimedia/misc/sdl3-ttf/translations.xml b/multimedia/misc/sdl3-ttf/translations.xml new file mode 100644 index 0000000000..67a38897e2 --- /dev/null +++ b/multimedia/misc/sdl3-ttf/translations.xml @@ -0,0 +1,20 @@ + + + + sdl3-ttf + SDL2 TTF kitaplığı + SDL2_ttf, SDL2 ile birlikte kullanılan ve neredeyse onun kadar taşınabilir olan bir TrueType yazı tipi işleme kitaplığıdır. + SDL2_ttf est une librairie de rendu de fontes TrueType utilisée avec la librairie SDL2 et quasiment aussi portable qu'elle. + SDL2_ttf es una librería para render de fuentes TrueType utilizada en conjunto con la librerñia SDL2, y está casi igual de portable. + + + + sdl3-ttf-devel + sdl3-ttf için geliştirme dosyaları + + + + sdl3-ttf-32bit + sdl3-ttf için 32-bit paylaşımlı kitaplıklar + + diff --git a/pisi-index.xml b/pisi-index.xml index 778554d437..97c13aa762 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -11298,7 +11298,7 @@ Development files for qca2 qca2-qt6 için geliştirme dosyaları - qca2-qt6 + qca2-qt6 qt6-base-devel @@ -11309,8 +11309,8 @@ - - 2025-04-02 + + 2026-02-16 2.3.10 Version bump. Pisi Linux Community @@ -15566,6 +15566,7 @@ buildfix.diff + includes.patch editor/libmspub/pspec.xml @@ -15591,7 +15592,7 @@ zlib-devel icu4c-devel librevenge-devel - libmspub + libmspub /usr/include @@ -15599,8 +15600,8 @@ - - 2025-02-23 + + 2026-02-17 0.1.4 Rebuild. Ümit Solmaz @@ -34788,7 +34789,7 @@ kwayland-devel qt6-base-devel libplasma-devel - plasma-workspace + plasma-workspace libkscreen-devel libksysguard-devel kscreenlocker-devel @@ -34809,7 +34810,7 @@ Wayland support for Plasma xorg-xwayland - plasma-workspace + plasma-workspace /usr/bin/startplasma-wayland @@ -34820,7 +34821,7 @@ - + 2026-01-13 6.5.5 Version bump. @@ -35982,7 +35983,7 @@ talking to the kernel. - + 2026-01-13 6.5.5 Version bump. @@ -37679,7 +37680,7 @@ talking to the kernel. - + 2026-01-14 6.5.5 First release @@ -38692,8 +38693,8 @@ talking to the kernel. - - 2026-01-13 + + 2026-02-17 6.5.5 Version bump. Pisi Linux Community @@ -43329,7 +43330,7 @@ talking to the kernel. layer-shell-qt-devel Development files for layer-shell-qt - layer-shell-qt + layer-shell-qt /usr/include @@ -43340,6 +43341,13 @@ talking to the kernel. + + 2026-02-16 + 6.5.5 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + 2026-01-13 6.5.5 @@ -49884,7 +49892,7 @@ talking to the kernel. knewstuff-devel Development files for knewstuff - knewstuff + knewstuff attica-devel kxmlgui-devel qt6-base-devel @@ -49901,8 +49909,8 @@ talking to the kernel. - - 2026-02-13 + + 2026-02-17 6.23.0 Version bump. Pisi Linux Community @@ -51012,7 +51020,7 @@ talking to the kernel. kcoreaddons-devel Development files for kcoreaddons - kcoreaddons + kcoreaddons qt6-base-devel @@ -51025,8 +51033,8 @@ talking to the kernel. - - 2026-02-13 + + 2026-02-17 6.23.0 Version bump. Pisi Linux Community @@ -82274,8 +82282,8 @@ It supports email, address books, calendars, tasks, news feeds and much more. - - 2026-02-05 + + 2026-02-17 25.12.2 Version bump. Pisi Linux Community @@ -93564,7 +93572,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.cairo-devel graphite2-devel freetype-devel - harfbuzz + harfbuzz /usr/include/harfbuzz @@ -93603,8 +93611,8 @@ It supports email, address books, calendars, tasks, news feeds and much more. - - 2026-01-24 + + 2026-02-16 12.3.2 Version bump. Pisi Linux Community @@ -101120,7 +101128,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.libjpeg-turbo gstreamer gst-plugins-bad - wxGTK-common + wxGTK-common /usr/lib/libwx_gtk2u* @@ -101132,7 +101140,7 @@ It supports email, address books, calendars, tasks, news feeds and much more. wxGTK3 - wxGTK-common + wxGTK-common gtk3 tiff cairo @@ -101188,17 +101196,17 @@ It supports email, address books, calendars, tasks, news feeds and much more.wxGTK-devel is the development files for wxGTK wxGTK araç seti için geliştirme dosyaları - wxGTK + wxGTK /usr/include - - 2024-11-28 + + 2026-02-17 3.2.6 - Version bump. + Rebuild. Pisi Linux Community admin@pisilinux.org @@ -108142,7 +108150,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt6-declarative-devel qt6-base-devel - qt6-declarative + qt6-declarative /usr/lib/pkgconfig @@ -108151,8 +108159,8 @@ It supports email, address books, calendars, tasks, news feeds and much more. - - 2026-01-29 + + 2026-02-16 6.10.2 Version bump. Pisi Linux Community @@ -109525,7 +109533,7 @@ It supports email, address books, calendars, tasks, news feeds and much more. qt6-webengine-devel - qt6-webengine + qt6-webengine qt6-base-devel qt6-webchannel-devel qt6-declarative-devel @@ -109538,6 +109546,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-02-17 + 6.10.2 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + 2026-01-29 6.10.2 @@ -112408,7 +112423,7 @@ It supports email, address books, calendars, tasks, news feeds and much more. qt6-5compat-devel - qt6-5compat + qt6-5compat qt6-base-devel @@ -112418,6 +112433,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-02-16 + 6.10.2 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + 2026-01-29 6.10.2 @@ -112913,7 +112935,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.libglvnd-devel vulkan-headers libxkbcommon-devel - qt6-base + qt6-base /usr/include @@ -112968,6 +112990,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-02-16 + 6.10.2 + Rebuild + Pisi Linux Community + admin@pisilinux.org + 2026-01-29 6.10.2 @@ -114325,7 +114354,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt6-keychain-devel Development support for qt6-keychain - qt6-keychain + qt6-keychain /usr/lib/cmake @@ -114333,8 +114362,8 @@ It supports email, address books, calendars, tasks, news feeds and much more. - - 2026-01-29 + + 2026-02-16 0.15.0 Rebuild. Pisi Linux Community @@ -118229,7 +118258,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Cross platform application and UI development framework Qt bir çok platformda çalışabilen ve grafiksel kullanıcı arayüzü (GUI) oluşturmaya yarayan bir araç takımıdır. Qt es un toolkit para GUI multiplataforma. - https://invent.kde.org/qt/qt/qtbase/-/archive/kde/5.15/qtbase-kde-5.15.tar.bz2 + https://invent.kde.org/qt/qt/qtbase/-/archive/kde/5.15/qtbase-kde-5.15.tar.bz2 zstd-devel at-spi2-core-devel @@ -118369,7 +118398,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Qt5 için geliştirme dosyaları Development files for Qt 5 - qt5-base + qt5-base libglvnd-devel vulkan-headers libxkbcommon-devel @@ -118431,6 +118460,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-02-16 + 5.15.16 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + 2025-02-23 5.15.16 @@ -119470,6 +119506,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-webkit-icu76.patch qtwebkit-cstdint.patch qt5-webkit-icu75.patch + qtwebkit-fix-build-gcc14.patch desktop/toolkit/qt5/qt5-webkit/pspec.xml @@ -119526,7 +119563,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.libjpeg-turbo-devel gstreamer-devel gst-plugins-base-devel - qt5-webkit + qt5-webkit qt5-base-devel qt5-sensors-devel qt5-declarative-devel @@ -119537,8 +119574,8 @@ It supports email, address books, calendars, tasks, news feeds and much more. - - 2025-02-23 + + 2026-02-17 5.212.0 Rebuild Mustafa Cinasal @@ -122077,7 +122114,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Chromium tarayıcı projelerini kullanan web uygulamaları için destek sağlar Provides support for web applications using the Chromium browser project Chromium tarayıcı projelerini kullanan web uygulamaları için destek sağlar - https://sourceforge.net/projects/pisilinux/files/source/qtwebengine-everywhere-src-5.15.18.tar.xz/download + https://source.pisilinux.org/qtwebengine-everywhere-src-5.15.19.tar.xz qt5-base-devel qt5-declarative-devel @@ -122166,6 +122203,9 @@ It supports email, address books, calendars, tasks, news feeds and much more.fedora/qtwebengine-icu75.patch fedora/v8.patch fedora/riscv.patch + fedora/riscv-breakpad.patch + fedora/riscv-crashpad.patch + fedora/riscv-sandbox.patch desktop/toolkit/qt5/qt5-webengine/pspec.xml @@ -122232,7 +122272,7 @@ It supports email, address books, calendars, tasks, news feeds and much more. qt5-webengine-devel - qt5-webengine + qt5-webengine qt5-base-devel qt5-declarative-devel qt5-location-devel @@ -122254,6 +122294,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2026-02-17 + 5.15.16 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-02-23 5.15.16 @@ -123022,7 +123069,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Konum, uydu ve alan izleme sınıflarına erişim sağlar Provides access to position, satellite and area monitoring classes Konum, uydu ve alan izleme sınıflarına erişim sağlar - http://download.qt.io/official_releases/qt/5.15/5.15.16/submodules/qtlocation-everywhere-opensource-src-5.15.16.tar.xz + https://invent.kde.org/qt/qt/qtlocation/-/archive/v5.15.18-lts-lgpl/qtlocation-v5.15.18-lts-lgpl.tar.bz2 3eaed3d6.diff @@ -123039,11 +123086,6 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-assistant-devel qt5-declarative-devel - - Fix-build-with-ICU-75.patch - 0100-Add-some-missing-cstdint-inclusions-872.patch - 0101-Add-missing-include.patch - desktop/toolkit/qt5/qt5-location/pspec.xml @@ -123069,7 +123111,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-location-devel qt5-location için geliştirme dosyaları - qt5-location + qt5-location qt5-base-devel qt5-declarative-devel @@ -123088,13 +123130,20 @@ It supports email, address books, calendars, tasks, news feeds and much more. - - 2025-02-23 + + 2026-02-17 5.15.16 Version bump. Pisi Linux Community admin@pisilinux.org + + 2026-02-16 + 5.15.16 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + 2023-12-29 5.15.12 @@ -154058,8 +154107,8 @@ services for numerous locations. - - 2026-02-11 + + 2026-02-17 49.4 Version bump. Pisi Linux Community @@ -155985,7 +156034,7 @@ settings shared by various components of a desktop. libsoup3-devel json-glib-devel libsecret-devel - evolution-data-server + evolution-data-server /usr/share/installed-tests @@ -155999,6 +156048,13 @@ settings shared by various components of a desktop. + + 2026-02-17 + 3.58.3 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + 2026-01-30 3.58.3 @@ -156631,7 +156687,7 @@ settings shared by various components of a desktop. Development files for gspell gspell için geliştirme dosyaları - gspell + gspell enchant2-devel gtk3-devel glib2-devel @@ -156643,10 +156699,10 @@ settings shared by various components of a desktop. - - 2025-12-01 + + 2026-02-17 1.14.2 - Version bump. + Rebuild. Pisi Linux Community admin@pisilinux.org @@ -159984,7 +160040,7 @@ GNOME Session and the applications that run under it. gtk4-devel glib2-devel - nautilus + nautilus /usr/include @@ -159993,7 +160049,7 @@ GNOME Session and the applications that run under it. - + 2026-02-03 49.4 Version bump. @@ -178633,6 +178689,13 @@ GNOME Session and the applications that run under it. + + 2026-02-16 + 1.26.10 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + 2025-12-27 1.26.10 @@ -188423,7 +188486,7 @@ GNOME Session and the applications that run under it. zlib-devel lcms2-devel librevenge-devel - libcdr + libcdr /usr/include @@ -188431,8 +188494,8 @@ GNOME Session and the applications that run under it. - - 2025-02-23 + + 2026-02-16 0.1.8 Version bump. Pisi Linux Community @@ -189475,6 +189538,91 @@ GNOME Session and the applications that run under it. + + + sdl3-ttf + https://github.com/libsdl-org/SDL_ttf + + Mathias Freire + mathiasfreire45@gmail.com + + Zlib + library + multimedia.misc + TrueType font support for SDL2 + SDL2 TTF kitaplığı + SDL2_ttf est une librairie de rendu de fontes TrueType utilisée avec la librairie SDL2 et quasiment aussi portable qu'elle. + SDL2_ttf is a TrueType font rendering library that is used with the SDL library, and almost as portable. + SDL2_ttf, SDL2 ile birlikte kullanılan ve neredeyse onun kadar taşınabilir olan bir TrueType yazı tipi işleme kitaplığıdır. + SDL2_ttf es una librería para render de fuentes TrueType utilizada en conjunto con la librerñia SDL2, y está casi igual de portable. + https://github.com/libsdl-org/SDL_ttf/releases/download/release-3.2.2/SDL3_ttf-3.2.2.tar.gz + + cmake + libX11-devel + libsdl3-devel + freetype-devel + + multimedia/misc/sdl3-ttf/pspec.xml + + + sdl3-ttf + + libsdl3 + harfbuzz + freetype + + + /usr/lib + /usr/share/doc + /usr/share/licenses/SDL3_ttf + + + + sdl3-ttf-devel + Development files for sdl3-ttf + sdl3-ttf için geliştirme dosyaları + + libsdl3-devel + sdl3-ttf + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + sdl3-ttf-32bit + 32-bit shared libraries for sdl3-ttf + sdl3-ttf için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libX11-32bit + libsdl3-32bit + freetype-32bit + + + libpng-32bit + libsdl3-32bit + harfbuzz-32bit + freetype-32bit + sdl3-ttf + + + /usr/lib32/ + + + + + 2026-02-18 + 3.2.2 + First release + Pisi Linux Community + admin@pisilinux.org + + + mbedtls @@ -225701,10 +225849,10 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression - - 2025-02-26 + + 2026-02-17 0.1.8 - Version bump. + Rebuild. Mustafa Cinasal muscnsl@gmail.com @@ -236492,7 +236640,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression Development headers for xfsprogs libutil-linux-devel - xfsprogs + xfsprogs /usr/include @@ -236500,10 +236648,10 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression - - 2025-07-27 + + 2026-02-17 6.15.0 - Version bump. + Rebuild. Pisi Linux Community admin@pisilinux.org @@ -276316,7 +276464,7 @@ Gnome session. glib2-devel pango-devel libX11-devel - vte + vte /usr/include @@ -276324,10 +276472,10 @@ Gnome session. - - 2026-01-03 + + 2026-02-17 0.82.3 - Version bump. + Rebuild. Pisi Linux Community admin@pisilinux.org @@ -276866,7 +277014,7 @@ Gnome session. Linux için Windows ağ paylaşım servisi samba is a free software implementation of Microsoft's networking protocol released under the GNU General Public License. As of version 4, Samba not only provides file and print services for various Microsoft Windows clients but can also integrate with a Windows Server domain, either as a Primary Domain Controller (PDC) or as a Domain Member. It can also be part of an Active Directory domain. Samba, Linux ve Unix işletim sistemleri ile Windows NT ve Windows 9x işletim sistemleri arasındaki iletişimi sağlayan bir ağ sunucusu uygulamasıdır. Samba yalnızca Linux ve windows makinaların birbirlerini görmelerini sağlamaz aynı zamanda Linux çalıştıran bilgisayarların windows ağında yazıcı sunucusu gibi işlevleri edinmesi içinde kullanılır. Ayrıca Active Directory ile de uyumludur. - https://download.samba.org/pub/samba/stable/samba-4.23.4.tar.gz + https://download.samba.org/pub/samba/stable/samba-4.23.5.tar.gz acl-devel perl-JSON @@ -276963,7 +277111,7 @@ Gnome session. Development files for samba samba için geliştirme dosyaları - samba + samba libtalloc-devel libtevent-devel @@ -276973,6 +277121,13 @@ Gnome session. + + 2026-02-16 + 4.23.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-12-22 4.23.4 @@ -278564,7 +278719,7 @@ Gnome session. Güçlü bir açık kaynaklı ilişkisel veritabanı sistemi PostgreSQL is a powerful, open source relational database system. PostgreSQL, açık kaynak kodlu, güçlü bir ilişkisel veritabanıdır - https://ftp.postgresql.org/pub/source/v17.4/postgresql-17.4.tar.bz2 + https://ftp.postgresql.org/pub/source/v18.2/postgresql-18.2.tar.bz2 mit-kerberos-devel e2fsprogs-devel @@ -278579,7 +278734,8 @@ Gnome session. libxml2-devel docbook-xml docbook-xsl - icu4c-devel + libxcrypt-devel + icu4c-devel openldap-server @@ -278697,7 +278853,7 @@ Gnome session. Essential shared libraries for any PostgreSQL client program or interface library - postgresql-server + postgresql-server openssl-devel @@ -278706,6 +278862,13 @@ Gnome session. + + 2026-02-16 + 18.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-05-12 17.4 @@ -279586,7 +279749,7 @@ Gnome session. LDAP uygulamaları ve geliştirme araçları OpenLDAP is an open-source suite of LDAP (Lightweight Directory Access Protocol) applications and development tools LDAP hizmeti için gereken uygulamalar ve geliştirme araçlarını içerir - ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-2.6.8.tgz + https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-2.6.12.tgz nss-devel db-devel @@ -279601,6 +279764,7 @@ Gnome session. mit-kerberos-devel chrpath groff + libxcrypt-devel server/openldap/pspec.xml @@ -279615,6 +279779,7 @@ Gnome session. openssl libutil-linux cyrus-sasl + libtool-ltdl /etc/openldap/ldap.conf* @@ -279640,7 +279805,8 @@ Gnome session. libtool-ltdl nss cyrus-sasl - openldap-client + libxcrypt + openldap-client /etc/conf.d @@ -279675,19 +279841,31 @@ Gnome session. emul32 openssl-32bit + libxcrypt-32bit libtool-ltdl-32bit + libutil-linux-32bit openssl-32bit - openldap-client + libxcrypt-32bit + libtool-ltdl-32bit + libutil-linux-32bit + openldap-client /usr/lib32 + + 2026-02-16 + 2.6.12 + Version bump. + Pisi Linux Community + admin@pisilinux.org + - 2024-12-17 + 2026-02-16 2.6.8 Rebuild. Pisi Linux Community @@ -333226,7 +333404,7 @@ Gnome session. libxml2-devel json-glib-devel avahi-glib-devel - tinysparql + tinysparql /usr/include @@ -333237,10 +333415,10 @@ Gnome session. - - 2025-10-13 + + 2026-02-17 3.10.1 - Version bump. + Rebuild. Pisi Linux Community admin@pisilinux.org @@ -334066,8 +334244,8 @@ Gnome session. - - 2025-12-10 + + 2026-02-17 3.10.2 Version bump. Pisi Linux Community @@ -335196,7 +335374,7 @@ Konuk sanal makinede çalışan okuyucu. libappimage-devel Development files for libappimage - libappimage + libappimage boost-devel cairo-devel glib2-devel @@ -335213,6 +335391,13 @@ Konuk sanal makinede çalışan okuyucu. + + 2026-02-14 + 1.0.4.5 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2025-02-23 1.0.4.5 @@ -338592,7 +338777,7 @@ to create header files and sources from protocol files. zlib-devel librevenge-devel - libfreehand + libfreehand /usr/include @@ -338600,8 +338785,8 @@ to create header files and sources from protocol files. - - 2023-10-30 + + 2026-02-17 0.1.2 Rebuild PisiLinux Community @@ -339079,7 +339264,7 @@ to create header files and sources from protocol files. Development files for libqxp librevenge-devel - libqxp + libqxp /usr/include @@ -339087,8 +339272,8 @@ to create header files and sources from protocol files. - - 2025-02-23 + + 2026-02-17 0.0.2 Rebuild PisiLinux Community @@ -342056,6 +342241,9 @@ provide integrated access to the cloud providers services. libpng-devel librevenge-devel + + doxygen-1.14.patch + programming/library/libzmf/pspec.xml @@ -342077,7 +342265,7 @@ provide integrated access to the cloud providers services. Development files for libzmf librevenge-devel - libzmf + libzmf /usr/include @@ -342085,8 +342273,8 @@ provide integrated access to the cloud providers services. - - 2025-02-23 + + 2026-02-17 0.0.2 Rebuild PisiLinux Community @@ -342685,15 +342873,13 @@ provide integrated access to the cloud providers services. programming.library An up to date C++ port of the popular Java Lucene library, a high-performance, full-featured text search engine. Lucene++ is an up to date C++ port of the popular Java Lucene library, a high-performance, full-featured text search engine. - https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_3.0.8.tar.gz + https://github.com/luceneplusplus/LucenePlusPlus/archive/29fcfed6b4c92710dd16685c9fcc7b8575789ddb.zip cmake boost-devel - fix_various_cmake_issues.patch - use_correct_libdir.patch - fix_typo.patch + gcc-15.patch programming/library/lucene++/pspec.xml @@ -342711,7 +342897,7 @@ provide integrated access to the cloud providers services. lucene++-devel - lucene++ + lucene++ /usr/include @@ -342719,6 +342905,20 @@ provide integrated access to the cloud providers services. + + 2026-02-14 + 3.0.9 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + + 2026-02-14 + 3.0.8 + Rebuild boost. + fury + uglyside@yandex.ru + 2023-10-25 3.0.8 @@ -349519,7 +349719,7 @@ contacts, tasks, and calendar information. raptor2-devel raptor2 için başlık dosyalarını içerir. library - raptor2 + raptor2 /usr/include @@ -349536,15 +349736,15 @@ contacts, tasks, and calendar information. raptor2-docs raptor2 için belgelendirme dosyalarını içerir. data:doc - raptor2 + raptor2 /usr/share/doc/raptor2/html - - 2025-02-26 + + 2026-02-17 2.0.16 Rebuild. Mustafa Cinasal @@ -351216,6 +351416,7 @@ contacts, tasks, and calendar information. libnghttp2-devel gobject-introspection-devel libsoup3 + mit-kerberos-devel /usr/include @@ -351736,23 +351937,18 @@ contacts, tasks, and calendar information. Boost propose des librairies C++ gratuites, portables et relues en comité. L'accent est porté sur les librairies portables qui fonctionnent bien avec la Librairie Standard C++. Boost provides free portable peer-reviewed C++ libraries. The emphasis is on portable libraries which work well with the C++ Standard Library. Boost, kaynak kodları gözden geçirilmiş C++ kitaplıklarını içerir. - https://archives.boost.io/release/1.87.0/source/boost_1_87_0.tar.bz2 + https://archives.boost.io/release/1.90.0/source/boost_1_90_0.tar.bz2 bzip2 xz-devel zstd-devel zlib-devel - icu4c-devel + icu4c-devel python3-devel libxslt-devel openmpi-devel python3-numpy - - boost-1.81.0-phoenix-multiple-definitions.patch - e7433ba54596da97cb7859455cd37ca140305a9c.patch - boost-move-std-ns-begin-fix-for-gcc15.patch - programming/misc/boost/pspec.xml @@ -351784,7 +351980,7 @@ contacts, tasks, and calendar information. boost-devel, boost için geliştirme ve başlık dosyalarını içerir. data:doc - boost + boost /usr/share/doc/*/html @@ -351798,7 +351994,7 @@ contacts, tasks, and calendar information. boost için python3 kitaplık belgeleri boost-python3, boost için python3 kitaplık belgelerini içerir. - boost + boost libgcc openmpi @@ -351810,6 +352006,13 @@ contacts, tasks, and calendar information. + + 2026-02-14 + 1.90.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-10-22 1.87.0 @@ -355299,6 +355502,9 @@ contacts, tasks, and calendar information. libxml2-devel mpfr-devel + + 0001-Add-support-for-PCRE-V2-and-prefer-it.patch + programming/misc/rasqal/pspec.xml @@ -355320,7 +355526,7 @@ contacts, tasks, and calendar information. rasqal için geliştirme dosyaları library - rasqal + rasqal raptor2-devel @@ -355341,8 +355547,8 @@ contacts, tasks, and calendar information. - - 2023-10-17 + + 2026-02-17 0.9.33 Rebuild İdris Kalp @@ -356754,21 +356960,13 @@ contacts, tasks, and calendar information. ICU is a mature, widely used set of C/C++ and Java libraries for Unicode support, software internationalization and globalization (i18n/g11n). This package contains the C/C++ libraries. ICU, Unicode desteği, yazılım uluslararasılaştırma ve yerelleştirme konusunda yaygın olarak kullanılan gelişmiş bir kitaplıktır. ICU, Unicode ve u10a desteği için C/C++ ve Java kitaplıklarını içerir. ICU es un conjunto maduro y muy utilizado de librerías C/C++ y Java para soporte Unicode, internacionalización y globalización de software (i18n/g11n). Este paque te contiene las librerías C/C++. - https://github.com/unicode-org/icu/releases/download/release-76-1/icu4c-76_1-src.tgz + https://github.com/unicode-org/icu/releases/download/release-78.2/icu4c-78.2-sources.tgz + + icu-77.1-invalid-malloc.patch + libgcc - - fedora/0001-ICU-22954-USet-C-iterator-return-std-u16string.patch - fedora/0002-ICU-22954-U_ICU_NAMESPACE_OR_INTERNAL-header-only-lo.patch - fedora/0003-ICU-22954-intltest.h-IcuTestErrorCode-usable-without.patch - fedora/0004-ICU-22954-header-only-test-USet-C-iterators.patch - fedora/0005-ICU-22954-Partially-revert-PR-3295-U_ICU_NAMESPACE_O.patch - fedora/0006-ICU-22954-USetHeaderOnlyTest-use-unique_ptr.patch - fedora/0007-ICU-22954-Delete-copy-assign-from-IcuTestErrorCode.patch - fedora/0008-ICU-22954-Workaround-Replace-std-u16string-member-wi.patch - fedora/0009-ICU-22954-Revert-to-using-std-u16string-instead-of-U.patch - programming/misc/icu4c/pspec.xml @@ -356789,7 +356987,7 @@ contacts, tasks, and calendar information. Development files for icu4c icu4c için geliştirme dosyaları - icu4c + icu4c /usr/bin/icu-config @@ -356809,7 +357007,7 @@ contacts, tasks, and calendar information. libgcc - icu4c + icu4c libgcc @@ -356818,6 +357016,13 @@ contacts, tasks, and calendar information. + + 2026-02-16 + 78.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-02-23 76.1 @@ -367369,10 +367574,10 @@ contacts, tasks, and calendar information. - - 2025-03-08 + + 2026-02-17 23.9.0 - Version bump + Rebuild Mustafa Cinasal muscnsl@gmail.com @@ -370766,7 +370971,7 @@ complete albums that you have purchased from Amazon. network.misc An opensource web browser engine for GTK+ applications The GTK+ port of WebKit is intended to provide a browser component primarily for users of the portable GTK+ UI toolkit on platforms like Linux. - https://www.webkitgtk.org/releases/webkitgtk-2.50.1.tar.xz + https://www.webkitgtk.org/releases/webkitgtk-2.50.5.tar.xz cmake which @@ -370894,7 +371099,7 @@ complete albums that you have purchased from Amazon. gtk3-devel glib2-devel libsoup3-devel - webkit2gtk-4.1 + webkit2gtk-4.1 /usr/bin @@ -370906,6 +371111,13 @@ complete albums that you have purchased from Amazon. + + 2026-02-17 + 2.50.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-10-12 2.50.1 @@ -371020,7 +371232,7 @@ complete albums that you have purchased from Amazon. network.misc An opensource web browser engine for GTK+ applications The GTK+ port of WebKit is intended to provide a browser component primarily for users of the portable GTK+ UI toolkit on platforms like Linux. - https://www.webkitgtk.org/releases/webkitgtk-2.50.1.tar.xz + https://www.webkitgtk.org/releases/webkitgtk-2.50.5.tar.xz cmake which @@ -371146,7 +371358,7 @@ complete albums that you have purchased from Amazon. gtk4-devel glib2-devel libsoup3-devel - webkit2gtk-6.0 + webkit2gtk-6.0 /usr/bin @@ -371158,6 +371370,13 @@ complete albums that you have purchased from Amazon. + + 2026-02-17 + 2.50.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-10-12 2.50.1 @@ -371582,7 +371801,7 @@ complete albums that you have purchased from Amazon. network.misc An opensource web browser engine for GTK+ applications The GTK+ port of WebKit is intended to provide a browser component primarily for users of the portable GTK+ UI toolkit on platforms like Linux. - https://www.webkitgtk.org/releases/webkitgtk-2.50.1.tar.xz + https://www.webkitgtk.org/releases/webkitgtk-2.50.5.tar.xz cmake which @@ -371710,7 +371929,7 @@ complete albums that you have purchased from Amazon. gtk3-devel glib2-devel libsoup-devel - webkit2gtk + webkit2gtk /usr/bin @@ -371722,6 +371941,13 @@ complete albums that you have purchased from Amazon. + + 2026-02-17 + 2.50.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-10-12 2.50.1 @@ -372895,7 +373121,7 @@ complete albums that you have purchased from Amazon. freerdp-devel - freerdp + freerdp zlib-devel openssl-devel wayland-devel @@ -372908,10 +373134,10 @@ complete albums that you have purchased from Amazon. - - 2025-08-21 + + 2026-02-17 3.16.0 - Version bump. + Rebuild. Pisi Linux Community admin@pisilinux.org @@ -382663,7 +382889,7 @@ complete albums that you have purchased from Amazon. mpfr-devel glib2-devel libxml2-devel - libqalculate + libqalculate /usr/include @@ -382671,10 +382897,10 @@ complete albums that you have purchased from Amazon. - - 2025-02-26 + + 2026-02-17 5.5.1 - Version bump. + Rebuild. Mustafa Cinasal muscnsl@gmail.com @@ -384576,7 +384802,7 @@ complete albums that you have purchased from Amazon. imath-devel Development files for imath - imath + imath /usr/include @@ -384588,6 +384814,13 @@ complete albums that you have purchased from Amazon. + + 2025-02-23 + 3.1.12 + Revuild + Pisi Linux Community + admin@pisilinux.org + 2025-02-23 3.1.12 diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index e16930cdc9..c46332b260 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -2bbba6bfb7c661c6e9dc1f227673eb6986653a96 \ No newline at end of file +1daa249ca3435deea154141064178725a3d50716 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 86ae8df325..e5b61a1454 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 1d945c9139..8f686f63c7 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -62de64884ba0dd5100bae14c447a79b0b49b2432 \ No newline at end of file +0517a7da1e321dfa7424eac1d2cac5b41d545c37 \ No newline at end of file