diff --git a/desktop/font/freefont/actions.py b/desktop/font/freefont/actions.py new file mode 100644 index 0000000000..905d303dfa --- /dev/null +++ b/desktop/font/freefont/actions.py @@ -0,0 +1,23 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + +WorkDir = "freefont-%s" % get.srcVERSION().split("_")[1] + +def build(): + shelltools.system("fontforge -lang=ff -script buildscript *.sfd") + +def install(): + pisitools.insinto("/usr/share/fonts/freefont/", "*.ttf") + + pisitools.dosym("../conf.avail/60-gnu-free-mono.conf", "/etc/fonts/conf.d/60-gnu-free-mono.conf") + pisitools.dosym("../conf.avail/60-gnu-free-sans.conf", "/etc/fonts/conf.d/60-gnu-free-sans.conf") + pisitools.dosym("../conf.avail/60-gnu-free-serif.conf", "/etc/fonts/conf.d/60-gnu-free-serif.conf") + + pisitools.dodoc("*.pdf", "AUTHORS", "ChangeLog", "CREDITS", "README","COPYING") diff --git a/desktop/font/freefont/files/60-gnu-free-mono.conf b/desktop/font/freefont/files/60-gnu-free-mono.conf new file mode 100644 index 0000000000..2740286be9 --- /dev/null +++ b/desktop/font/freefont/files/60-gnu-free-mono.conf @@ -0,0 +1,17 @@ + + + + + monospace + + FreeMono + + + + FreeMono + + monospace + + + + diff --git a/desktop/font/freefont/files/60-gnu-free-sans.conf b/desktop/font/freefont/files/60-gnu-free-sans.conf new file mode 100644 index 0000000000..8dfd6d3c61 --- /dev/null +++ b/desktop/font/freefont/files/60-gnu-free-sans.conf @@ -0,0 +1,17 @@ + + + + + sans-serif + + FreeSans + + + + FreeSans + + sans-serif + + + + diff --git a/desktop/font/freefont/files/60-gnu-free-serif.conf b/desktop/font/freefont/files/60-gnu-free-serif.conf new file mode 100644 index 0000000000..f8eb216a61 --- /dev/null +++ b/desktop/font/freefont/files/60-gnu-free-serif.conf @@ -0,0 +1,17 @@ + + + + + serif + + FreeSerif + + + + FreeSerif + + serif + + + + diff --git a/desktop/font/freefont/files/buildscript.patch b/desktop/font/freefont/files/buildscript.patch new file mode 100644 index 0000000000..6a90da0a42 --- /dev/null +++ b/desktop/font/freefont/files/buildscript.patch @@ -0,0 +1,13 @@ +--- /dev/null 2009-07-09 15:46:44.395160073 +0300 ++++ buildscript 2009-07-09 15:18:59.711389974 +0300 +@@ -0,0 +1,10 @@ ++i = 1 ++while ( i < $argc ) ++ Open ($argv[i], 1) ++ Generate ($fontname + ".ttf") ++ PrintSetup (5) ++ PrintFont (0, 0, "", $fontname + "-sample.pdf") ++ Close() ++ i++ ++endloop ++ diff --git a/desktop/font/freefont/pspec.xml b/desktop/font/freefont/pspec.xml new file mode 100644 index 0000000000..e5a6b43e30 --- /dev/null +++ b/desktop/font/freefont/pspec.xml @@ -0,0 +1,47 @@ + + + + + freefont + https://www.gnu.org/software/freefont/ + + Sezai Yeniay + sezaiyeniay@pisilinux.org + + GPLv3 + data:font + Free UCS Outline Fonts + A free family of scalable outline fonts, suitable for general use on computers and for desktop publishing. It is Unicode-encoded for compatability with all modern operating systems. + mirrors://gnu/freefont/freefont-sfd-20100919.tar.gz + + fontforge-devel + + + buildscript.patch + + + + + freefont + + /etc/fonts + /usr/share/fonts + /usr/share/doc + + + 60-gnu-free-mono.conf + 60-gnu-free-sans.conf + 60-gnu-free-serif.conf + + + + + + 2023-12-31 + 0.0_20100919 + First release + Kamil Atlı + suvari@pisilinux.org + + + diff --git a/desktop/font/freefont/translations.xml b/desktop/font/freefont/translations.xml new file mode 100644 index 0000000000..88488437d5 --- /dev/null +++ b/desktop/font/freefont/translations.xml @@ -0,0 +1,8 @@ + + + + freefont + GNU freefont yazı tipi ailesi + Genel kullanım için ölçeklenebilir anahat yazı tipleri. Bilinen tüm işletim sistemleri ile uyumlu olarak kodlanmıştır. + + diff --git a/multimedia/sound/dovi-tool/actions.py b/multimedia/sound/dovi-tool/actions.py new file mode 100644 index 0000000000..84cdf1183e --- /dev/null +++ b/multimedia/sound/dovi-tool/actions.py @@ -0,0 +1,26 @@ +#!/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 shelltools +from pisi.actionsapi import get + +def setup(): + shelltools.system('cargo fetch --locked --target "x86_64-unknown-linux-gnu"') + # autotools.configure() + +def build(): + shelltools.system('cargo build --release --frozen') + # autotools.make() + +def install(): + shelltools.system("cargo install --path . --root='%s'/usr" % get.installDIR()) + + pisitools.remove("/usr/.crates.toml") + pisitools.remove("/usr/.crates2.json") + + pisitools.dodoc("LICENSE", "README*") diff --git a/multimedia/sound/dovi-tool/pspec.xml b/multimedia/sound/dovi-tool/pspec.xml new file mode 100644 index 0000000000..af0b497c46 --- /dev/null +++ b/multimedia/sound/dovi-tool/pspec.xml @@ -0,0 +1,50 @@ + + + + + dovi-tool + https://github.com/quietvoid/dovi_tool + + Kamil Atlı + suvari@pisilinux.org + + MIT + dovi-tool + library + CLI tool combining multiple utilities for working with Dolby Vision + dovi_tool is a CLI tool combining multiple utilities for working with Dolby Vision. + https://github.com/quietvoid/dovi_tool/archive/refs/tags/2.1.0.tar.gz + + git + rust + cargo-c + fontconfig-devel + + + + + + dovi-tool + + fontconfig + + + /usr/bin + /usr/share/doc + + + + + + 2023-12-31 + 2.1.0 + First release. + Kamil Atlı + suvari@pisilinux.org + + + diff --git a/multimedia/sound/dovi-tool/translations.xml b/multimedia/sound/dovi-tool/translations.xml new file mode 100644 index 0000000000..745d223dd1 --- /dev/null +++ b/multimedia/sound/dovi-tool/translations.xml @@ -0,0 +1,8 @@ + + + + dovi-tool + Dolby Vision ile çalışmak için birden fazla yardımcı programı birleştiren CLI aracı + Dolby Vision ile çalışmak için birden fazla yardımcı programı birleştiren CLI aracı + + diff --git a/pisi-index.xml b/pisi-index.xml index a938da26fb..c4776d321e 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -1561,7 +1561,7 @@ Linux desktop which provides advanced innovative features and a traditional user experience Linux desktop which provides advanced innovative features and a traditional user experience cinnamon - https://github.com/linuxmint/cinnamon/archive/refs/tags/6.0.2.tar.gz + https://github.com/linuxmint/cinnamon/archive/refs/tags/6.0.3.tar.gz cjs-devel meson @@ -1739,6 +1739,13 @@ + + 2023-12-28 + 6.0.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-12-19 6.0.2 @@ -2348,7 +2355,7 @@ Screensaver designed to integrate well with the Cinnamon desktop Cinnamon masaüstü ile iyi entegre edilmiş bir ekran koruyucu. cinnamon-screensaver - https://github.com/linuxmint/cinnamon-screensaver/archive/refs/tags/6.0.1.tar.gz + https://github.com/linuxmint/cinnamon-screensaver/archive/refs/tags/6.0.2.tar.gz gnome-common meson @@ -2433,7 +2440,7 @@ cinnamon-screensaver için geliştirme dosyaları development - cinnamon-screensaver + cinnamon-screensaver gtk3-devel glib2-devel libX11-devel @@ -2448,6 +2455,13 @@ + + 2023-12-28 + 6.0.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-12-19 6.0.1 @@ -3432,7 +3446,7 @@ File manager for Cinnamon Cinnamon için Dosya Yöneticisi nemo - https://github.com/linuxmint/nemo/archive/refs/tags/6.0.1.tar.gz + https://github.com/linuxmint/nemo/archive/refs/tags/6.0.2.tar.gz meson samurai @@ -3521,7 +3535,7 @@ nemo için geliştirme dosyaları development - nemo + nemo gtk3-devel glib2-devel @@ -3532,6 +3546,13 @@ + + 2023-12-28 + 6.0.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-12-19 6.0.1 @@ -4041,7 +4062,7 @@ Document viewer for files like PDF and Postscript. PDF ve Postscript benzeri dosyalar için Belge görüntüleyici. xreader - https://github.com/linuxmint/xreader/archive/refs/tags/4.0.0.tar.gz + https://github.com/linuxmint/xreader/archive/refs/tags/4.0.1.tar.gz xapp-devel intltool @@ -4105,7 +4126,7 @@ xreader-devel xreader için geliştirme dosyaları - xreader + xreader gtk3-devel glib2-devel @@ -4116,6 +4137,13 @@ + + 2023-12-28 + 4.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-12-18 4.0.0 @@ -4985,6 +5013,53 @@ + + + freefont + https://www.gnu.org/software/freefont/ + + Sezai Yeniay + sezaiyeniay@pisilinux.org + + GPLv3 + data:font + desktop.font + Free UCS Outline Fonts + GNU freefont yazı tipi ailesi + A free family of scalable outline fonts, suitable for general use on computers and for desktop publishing. It is Unicode-encoded for compatability with all modern operating systems. + Genel kullanım için ölçeklenebilir anahat yazı tipleri. Bilinen tüm işletim sistemleri ile uyumlu olarak kodlanmıştır. + mirrors://gnu/freefont/freefont-sfd-20100919.tar.gz + + fontforge-devel + + + buildscript.patch + + desktop/font/freefont/pspec.xml + + + freefont + + /etc/fonts + /usr/share/fonts + /usr/share/doc + + + 60-gnu-free-mono.conf + 60-gnu-free-sans.conf + 60-gnu-free-serif.conf + + + + + 2023-12-31 + 0.0_20100919 + First release + Kamil Atlı + suvari@pisilinux.org + + + gnu-gs-fonts-std @@ -10965,7 +11040,7 @@ Note-taking application Not alma uygulaması org.gnome.Gnote - https://download.gnome.org/sources/gnote/45/gnote-45.0.tar.xz + https://download.gnome.org/sources/gnote/45/gnote-45.1.tar.xz git meson @@ -11028,6 +11103,13 @@ + + 2023-12-30 + 45.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-09-25 45.0 @@ -186045,7 +186127,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.lookandfeel A flat, colorful, and modern theme based on Paper and Moka. A flat, colorful, and modern theme based on Paper and Moka. - https://github.com/linuxmint/mint-y-icons/archive/refs/tags/1.7.0.tar.gz + https://github.com/linuxmint/mint-y-icons/archive/refs/tags/1.7.2.tar.gz desktop/lookandfeel/icon-theme-mint-y/pspec.xml @@ -186056,6 +186138,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-12-28 + 1.7.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-12-14 1.7.0 @@ -189306,8 +189395,8 @@ It supports email, address books, calendars, tasks, news feeds and much more. cmake glib2-devel - qt5-linguist - qt5-base-devel + qt5-linguist + qt5-base-devel desktop/lxqt/lxqt-build-tools/pspec.xml @@ -189320,6 +189409,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-12-29 + 0.13.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + 2023-11-21 0.13.0 @@ -208181,16 +208277,16 @@ It supports email, address books, calendars, tasks, news feeds and much more.Ağ kimlik doğrulama modülü Ağ kimlik doğrulama modülü Ağ kimlik doğrulama modülü - http://download.qt.io/official_releases/qt/5.15/5.15.11/submodules/qtnetworkauth-everywhere-opensource-src-5.15.11.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.12/submodules/qtnetworkauth-everywhere-opensource-src-5.15.12.tar.xz - qt5-base-devel + qt5-base-devel desktop/toolkit/qt5/qt5-networkauth/pspec.xml qt5-networkauth - qt5-base + qt5-base /usr/lib @@ -208201,8 +208297,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-networkauth-devel Development files for qt5-networkauth - qt5-networkauth - qt5-base-devel + qt5-networkauth + qt5-base-devel /usr/include @@ -208211,6 +208307,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-12-29 + 5.15.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-07 5.15.11 @@ -208334,7 +208437,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.https://download.kde.org/stable/polkit-qt-1/polkit-qt-1-0.114.0.tar.xz qt6-base-devel - qt5-base-devel + qt5-base-devel glib2-devel polkit-devel mesa-devel @@ -208348,7 +208451,7 @@ It supports email, address books, calendars, tasks, news feeds and much more. polkit-qt - qt5-base + qt5-base glib2 polkit libgcc @@ -208361,8 +208464,8 @@ It supports email, address books, calendars, tasks, news feeds and much more. polkit-qt-devel - polkit-qt - qt5-base-devel + polkit-qt + qt5-base-devel glib2-devel polkit-devel @@ -208387,7 +208490,7 @@ It supports email, address books, calendars, tasks, news feeds and much more. polkit-qt6-devel - polkit-qt6 + polkit-qt6 qt6-base-devel glib2-devel polkit-devel @@ -208399,6 +208502,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-12-30 + 0.114.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2023-11-18 0.114.0 @@ -208626,10 +208736,10 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop C++ and QML APIs for easy inclusion of 3D graphics C++ and QML APIs for easy inclusion of 3D graphics - https://download.qt.io/official_releases/qt/5.15/5.15.11/submodules/qt3d-everywhere-opensource-src-5.15.11.tar.xz + https://download.qt.io/official_releases/qt/5.15/5.15.12/submodules/qt3d-everywhere-opensource-src-5.15.12.tar.xz - qt5-base-devel - qt5-declarative-devel + qt5-base-devel + qt5-declarative-devel assimp-devel vulkan-headers zlib-devel @@ -208640,8 +208750,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-3d C++ and QML APIs for easy inclusion of 3D graphics - qt5-base - qt5-declarative + qt5-base + qt5-declarative libgcc assimp @@ -208656,9 +208766,9 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-3d-devel Development files for qt5-3d - qt5-base-devel - qt5-declarative-devel - qt5-3d + qt5-base-devel + qt5-declarative-devel + qt5-3d /usr/include/qt5 @@ -208667,6 +208777,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-12-29 + 5.15.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-07 5.15.11 @@ -208842,21 +208959,24 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.toolkit.qt5 Qt5 - AccountService addon Qt5 - AccountService addon - https://github.com/lirios/qtaccountsservice/archive/v1.3.0.tar.gz + https://github.com/lirios/qtaccountsservice/archive/v1.4.0.tar.gz liri-cmake-shared extra-cmake-modules - qt5-base-devel - qt5-declarative-devel + qt5-base-devel + qt5-declarative-devel + + accountsmanager.patch + desktop/toolkit/qt5/qt5-accountsservice/pspec.xml qt5-accountsservice libgcc - qt5-base - qt5-declarative + qt5-base + qt5-declarative /usr/lib @@ -208870,8 +208990,8 @@ It supports email, address books, calendars, tasks, news feeds and much more. qt5-accountsservice-devel - qt5-base-devel - qt5-accountsservice + qt5-base-devel + qt5-accountsservice /usr/include @@ -208880,6 +209000,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-12-29 + 1.4.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-07 1.3.0 @@ -209087,7 +209214,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 @@ -209225,7 +209352,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 @@ -209241,7 +209368,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-sql-mysql Qt5'in SQL sınıfları için MySQL sürücüsü - qt5-base + qt5-base libgcc mariadb-lib @@ -209253,7 +209380,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-sql-postgresql Qt5'in SQL sınıfları için PostgreSQL sürücüsü - qt5-base + qt5-base libgcc postgresql-lib @@ -209265,7 +209392,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-sql-sqlite Qt5'in SQL sınıfları için SQLite sürücüsü - qt5-base + qt5-base libgcc sqlite @@ -209277,7 +209404,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-sql-odbc Qt5'in SQL sınıfları için ODBC sürücüsü - qt5-base + qt5-base libgcc unixODBC @@ -209286,6 +209413,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-12-29 + 5.15.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-12-09 5.15.11 @@ -209697,8 +209831,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.A JavaScript 3D rendering API for Qt Quick https://github.com/qt/qtcanvas3d/archive/refs/tags/v5.12.12.tar.gz - qt5-base-devel - qt5-declarative-devel + qt5-base-devel + qt5-declarative-devel desktop/toolkit/qt5/qt5-canvas3d/pspec.xml @@ -209706,8 +209840,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-canvas3d A JavaScript 3D rendering API for Qt Quick - qt5-base - qt5-declarative + qt5-base + qt5-declarative libgcc @@ -209716,6 +209850,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-12-29 + 5.12.12 + Rebuild qt-5.15.12. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-07 5.12.12 @@ -209877,10 +210018,10 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.toolkit.qt5 Provides a set of easy to use chart components Provides a set of easy to use chart components - http://download.qt.io/official_releases/qt/5.15/5.15.11/submodules/qtcharts-everywhere-opensource-src-5.15.11.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.12/submodules/qtcharts-everywhere-opensource-src-5.15.12.tar.xz - qt5-base-devel - qt5-declarative-devel + qt5-base-devel + qt5-declarative-devel desktop/toolkit/qt5/qt5-charts/pspec.xml @@ -209888,8 +210029,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-charts Provides a set of easy to use chart components - qt5-base - qt5-declarative + qt5-base + qt5-declarative libgcc @@ -209902,8 +210043,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-charts-devel Development files for qt5-charts - qt5-base-devel - qt5-charts + qt5-base-devel + qt5-charts /usr/include/qt5 @@ -209912,6 +210053,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-12-29 + 5.15.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-07 5.15.11 @@ -210082,21 +210230,21 @@ It supports email, address books, calendars, tasks, news feeds and much more.Bluetooth donanımlarına bağlantı sağlar Provides access to Bluetooth hardware Bluetooth donanımlarına bağlantı sağlar - http://download.qt.io/official_releases/qt/5.15/5.15.11/submodules/qtconnectivity-everywhere-opensource-src-5.15.11.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.12/submodules/qtconnectivity-everywhere-opensource-src-5.15.12.tar.xz bluez-libs-devel - qt5-sql-sqlite - qt5-base-devel - qt5-assistant-devel - qt5-declarative-devel + qt5-sql-sqlite + qt5-base-devel + qt5-assistant-devel + qt5-declarative-devel desktop/toolkit/qt5/qt5-connectivity/pspec.xml qt5-connectivity - qt5-base - qt5-declarative + qt5-base + qt5-declarative bluez-libs libgcc @@ -210112,8 +210260,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-connectivity-devel qt5-connectivity için geliştirme dosyaları - qt5-connectivity - qt5-base-devel + qt5-connectivity + qt5-base-devel /usr/lib/pkgconfig @@ -210130,6 +210278,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-12-29 + 5.15.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-07 5.15.11 @@ -210333,10 +210488,10 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop Provides a set of easy to use chart components Qt Data Visualization module - http://download.qt.io/official_releases/qt/5.15/5.15.11/submodules/qtdatavis3d-everywhere-opensource-src-5.15.11.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.12/submodules/qtdatavis3d-everywhere-opensource-src-5.15.12.tar.xz - qt5-base-devel - qt5-declarative-devel + qt5-base-devel + qt5-declarative-devel desktop/toolkit/qt5/qt5-datavis3d/pspec.xml @@ -210344,8 +210499,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-datavis3d Qt Data Visualization module - qt5-base - qt5-declarative + qt5-base + qt5-declarative libgcc @@ -210358,9 +210513,9 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-datavis3d-devel Development files for qt5-datavis3d - qt5-base-devel - qt5-declarative-devel - qt5-datavis3d + qt5-base-devel + qt5-declarative-devel + qt5-datavis3d /usr/include/qt5 @@ -210369,6 +210524,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-12-29 + 5.15.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-07 5.15.11 @@ -210539,13 +210701,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.QML ve JavaScript dilleri için sınıflar Classes for QML and JavaScript languages QML ve JavaScript dilleri için sınıflar - http://download.qt.io/official_releases/qt/5.15/5.15.11/submodules/qtdeclarative-everywhere-opensource-src-5.15.11.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.12/submodules/qtdeclarative-everywhere-opensource-src-5.15.12.tar.xz python3 - qt5-base-devel + qt5-base-devel libxkbcommon-devel mesa-devel - qt5-sql-sqlite + qt5-sql-sqlite qt_kde.patch @@ -210556,7 +210718,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-declarative libgcc - qt5-base + qt5-base libglvnd @@ -210571,8 +210733,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-declarative-devel qt5-declarative için geliştirme dosyaları - qt5-base-devel - qt5-declarative + qt5-base-devel + qt5-declarative /usr/lib/pkgconfig @@ -210581,6 +210743,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-12-29 + 5.15.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-12-09 5.15.11 @@ -210906,40 +211075,40 @@ It supports email, address books, calendars, tasks, news feeds and much more.A cross-platform application and UI framework (Documentation) Qt bir çok platformda çalışabilen ve grafiksel kullanıcı arayüzü (GUI) oluşturmaya yarayan bir araç takımıdır(Belgelendirme) assistant5 - http://download.qt.io/official_releases/qt/5.15/5.15.11/submodules/qtdoc-everywhere-opensource-src-5.15.11.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.12/submodules/qtdoc-everywhere-opensource-src-5.15.12.tar.xz - qt5-base-devel - qt5-sql-sqlite - qt5-assistant - qt5-multimedia-docs - qt5-quickcontrols-docs - qt5-quickcontrols2-docs - qt5-x11extras-docs - qt5-webchannel-docs + qt5-base-devel + qt5-sql-sqlite + qt5-assistant + qt5-multimedia-docs + qt5-quickcontrols-docs + qt5-quickcontrols2-docs + qt5-x11extras-docs + qt5-webchannel-docs qt5-webkit-docs - qt5-xmlpatterns-docs - qt5-svg-docs - qt5-script-docs - qt5-sensors-docs - qt5-translations - qt5-graphicaleffects-docs - qt5-imageformats-docs - qt5-websockets-docs - qt5-serialport-docs - qt5-location-docs - qt5-connectivity-docs + qt5-xmlpatterns-docs + qt5-svg-docs + qt5-script-docs + qt5-sensors-docs + qt5-translations + qt5-graphicaleffects-docs + qt5-imageformats-docs + qt5-websockets-docs + qt5-serialport-docs + qt5-location-docs + qt5-connectivity-docs desktop/toolkit/qt5/qt5-doc/pspec.xml qt5-doc - qt5-base - qt5-script - qt5-svg - qt5-xmlpatterns - qt5-assistant - qt5-declarative + qt5-base + qt5-script + qt5-svg + qt5-xmlpatterns + qt5-assistant + qt5-declarative /usr/share/licenses @@ -210947,6 +211116,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-12-29 + 5.15.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-07 5.15.11 @@ -211153,12 +211329,12 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop A JavaScript 3D rendering API for Qt Quick Adds support for getting events from gamepad devices - http://download.qt.io/official_releases/qt/5.15/5.15.11/submodules/qtgamepad-everywhere-opensource-src-5.15.11.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.12/submodules/qtgamepad-everywhere-opensource-src-5.15.12.tar.xz eudev-devel libsdl2-devel - qt5-base-devel - qt5-declarative-devel + qt5-base-devel + qt5-declarative-devel desktop/toolkit/qt5/qt5-gamepad/pspec.xml @@ -211169,8 +211345,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.eudev libgcc libsdl2 - qt5-base - qt5-declarative + qt5-base + qt5-declarative /usr/lib @@ -211183,8 +211359,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-gamepad-devel Development files for qt5-gamepad - qt5-base-devel - qt5-gamepad + qt5-base-devel + qt5-gamepad /usr/include/qt5 @@ -211193,6 +211369,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-12-29 + 5.15.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-07 5.15.11 @@ -211363,20 +211546,20 @@ It supports email, address books, calendars, tasks, news feeds and much more.Qt Quick2 ile kullanım için grafiksel efektler Graphical effects for use with Qt Quick 2 Qt Quick2 ile kullanım için grafiksel efektler - http://download.qt.io/official_releases/qt/5.15/5.15.11/submodules/qtgraphicaleffects-everywhere-opensource-src-5.15.11.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.12/submodules/qtgraphicaleffects-everywhere-opensource-src-5.15.12.tar.xz - qt5-sql-sqlite - qt5-base-devel - qt5-assistant-devel - qt5-declarative-devel + qt5-sql-sqlite + qt5-base-devel + qt5-assistant-devel + qt5-declarative-devel desktop/toolkit/qt5/qt5-graphicaleffects/pspec.xml qt5-graphicaleffects - qt5-base - qt5-declarative + qt5-base + qt5-declarative libgcc @@ -211389,13 +211572,20 @@ It supports email, address books, calendars, tasks, news feeds and much more. qt5-graphicaleffects-docs - qt5-base + qt5-base /usr/share/doc/qt5 + + 2023-12-29 + 5.15.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-07 5.15.11 @@ -211610,10 +211800,10 @@ It supports email, address books, calendars, tasks, news feeds and much more.gobject-introspection-devel mesa-devel glib2-devel - qt5-base-devel + qt5-base-devel gst-plugins-base-devel - qt5-declarative-devel - qt5-quickcontrols2-devel + qt5-declarative-devel + qt5-quickcontrols2-devel qt-gstreamer-1.6.patch @@ -211630,8 +211820,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.gstreamer libglvnd glib2 - qt5-base - qt5-declarative + qt5-base + qt5-declarative gst-plugins-base @@ -211647,9 +211837,9 @@ It supports email, address books, calendars, tasks, news feeds and much more. glib2-devel gstreamer-devel - qt5-gstreamer - qt5-base-devel - qt5-declarative-devel + qt5-gstreamer + qt5-base-devel + qt5-declarative-devel gst-plugins-base-devel @@ -211659,6 +211849,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-12-29 + 1.2.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + 2023-10-07 1.2.0 @@ -211871,11 +212068,11 @@ It supports email, address books, calendars, tasks, news feeds and much more.İlave resim biçimleri için eklentiler: TIFF, MNG, TGA, WBMP Plugins for additional image formats: TIFF, MNG, TGA, WBMP İlave resim biçimleri için eklentiler: TIFF, MNG, TGA, WBMP - http://download.qt.io/official_releases/qt/5.15/5.15.11/submodules/qtimageformats-everywhere-opensource-src-5.15.11.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.12/submodules/qtimageformats-everywhere-opensource-src-5.15.12.tar.xz - qt5-base-devel - qt5-assistant-devel - qt5-sql-sqlite + qt5-base-devel + qt5-assistant-devel + qt5-sql-sqlite jasper-devel libmng-devel libjpeg-turbo-devel @@ -211888,7 +212085,7 @@ It supports email, address books, calendars, tasks, news feeds and much more. qt5-imageformats - qt5-base + qt5-base libgcc libmng tiff @@ -211904,13 +212101,20 @@ It supports email, address books, calendars, tasks, news feeds and much more. qt5-imageformats-docs - qt5-base + qt5-base /usr/share/doc + + 2023-12-29 + 5.15.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-07 5.15.11 @@ -212342,7 +212546,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.11/submodules/qtlocation-everywhere-opensource-src-5.15.11.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.12/submodules/qtlocation-everywhere-opensource-src-5.15.12.tar.xz 3eaed3d6.diff @@ -212354,10 +212558,10 @@ It supports email, address books, calendars, tasks, news feeds and much more.gconf-devel glib2-devel geoclue-devel - qt5-sql-sqlite - qt5-base-devel - qt5-assistant-devel - qt5-declarative-devel + qt5-sql-sqlite + qt5-base-devel + qt5-assistant-devel + qt5-declarative-devel desktop/toolkit/qt5/qt5-location/pspec.xml @@ -212371,8 +212575,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.gypsy libgcc geoclue - qt5-base - qt5-declarative + qt5-base + qt5-declarative /usr/lib @@ -212384,9 +212588,9 @@ 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-base-devel - qt5-declarative-devel + qt5-location + qt5-base-devel + qt5-declarative-devel /usr/lib/pkgconfig @@ -212396,13 +212600,20 @@ It supports email, address books, calendars, tasks, news feeds and much more. qt5-location-docs - qt5-base + qt5-base /usr/share/doc + + 2023-12-29 + 5.15.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-17 5.15.11 @@ -212622,7 +212833,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Ses, video, radyo ve kamera işlevsellikleri için sınıflar Classes for audio, video, radio and camera functionality Ses, video, radyo ve kamera işlevsellikleri için sınıflar - http://download.qt.io/official_releases/qt/5.15/5.15.11/submodules/qtmultimedia-everywhere-opensource-src-5.15.11.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.12/submodules/qtmultimedia-everywhere-opensource-src-5.15.12.tar.xz icu4c-devel openal-devel @@ -212631,10 +212842,10 @@ It supports email, address books, calendars, tasks, news feeds and much more.pulseaudio-libs-devel gst-plugins-bad-devel mesa-devel - qt5-sql-sqlite - qt5-base-devel - qt5-assistant-devel - qt5-declarative-devel + qt5-sql-sqlite + qt5-base-devel + qt5-assistant-devel + qt5-declarative-devel gst-plugins-base-devel desktop/toolkit/qt5/qt5-multimedia/pspec.xml @@ -212650,8 +212861,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.gst-plugins-bad pulseaudio-libs mesa - qt5-base - qt5-declarative + qt5-base + qt5-declarative gst-plugins-base @@ -212664,9 +212875,9 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-multimedia-devel qt5-multimedia için geliştirme dosyaları - qt5-multimedia - qt5-base-devel - qt5-declarative-devel + qt5-multimedia + qt5-base-devel + qt5-declarative-devel /usr/lib/pkgconfig @@ -212676,13 +212887,20 @@ It supports email, address books, calendars, tasks, news feeds and much more. qt5-multimedia-docs - qt5-base + qt5-base /usr/share/doc + + 2023-12-29 + 5.15.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-07 5.15.11 @@ -212888,13 +213106,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.Klasik masaüstü biçimli kullanıcı arayüzleri oluşturmak için yeniden kullanılabilir Qt Quick tabanlı UI kontrolleri Reusable Qt Quick based UI controls to create classic desktop-style user interfaces Klasik masaüstü biçimli kullanıcı arayüzleri oluşturmak için yeniden kullanılabilir Qt Quick tabanlı UI kontrolleri - http://download.qt.io/official_releases/qt/5.15/5.15.11/submodules/qtquickcontrols-everywhere-opensource-src-5.15.11.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.12/submodules/qtquickcontrols-everywhere-opensource-src-5.15.12.tar.xz mesa-devel - qt5-sql-sqlite - qt5-base-devel - qt5-assistant-devel - qt5-declarative-devel + qt5-sql-sqlite + qt5-base-devel + qt5-assistant-devel + qt5-declarative-devel desktop/toolkit/qt5/qt5-quickcontrols/pspec.xml @@ -212902,8 +213120,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-quickcontrols libgcc - qt5-base - qt5-declarative + qt5-base + qt5-declarative /usr/lib @@ -212914,13 +213132,20 @@ It supports email, address books, calendars, tasks, news feeds and much more. qt5-quickcontrols-docs - qt5-base + qt5-base /usr/share/doc + + 2023-12-29 + 5.15.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-07 5.15.11 @@ -213126,14 +213351,14 @@ It supports email, address books, calendars, tasks, news feeds and much more.QtQuick tabanlı gelecek nesil kullanıcı arayüz kontrolleri Next generation user interface controls based on Qt Quick QtQuick tabanlı gelecek nesil kullanıcı arayüz kontrolleri - https://download.qt.io/official_releases/qt/5.15/5.15.11/submodules/qtquickcontrols2-everywhere-opensource-src-5.15.11.tar.xz + https://download.qt.io/official_releases/qt/5.15/5.15.12/submodules/qtquickcontrols2-everywhere-opensource-src-5.15.12.tar.xz - qt5-sql-sqlite - qt5-base-devel - qt5-assistant-devel - qt5-graphicaleffects - qt5-xmlpatterns-devel - qt5-declarative-devel + qt5-sql-sqlite + qt5-base-devel + qt5-assistant-devel + qt5-graphicaleffects + qt5-xmlpatterns-devel + qt5-declarative-devel qt_kde.patch @@ -213144,9 +213369,9 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-quickcontrols2 libgcc - qt5-base - qt5-declarative - qt5-graphicaleffects + qt5-base + qt5-declarative + qt5-graphicaleffects /usr/lib @@ -213157,9 +213382,9 @@ It supports email, address books, calendars, tasks, news feeds and much more. qt5-quickcontrols2-devel - qt5-quickcontrols2 - qt5-base-devel - qt5-declarative-devel + qt5-quickcontrols2 + qt5-base-devel + qt5-declarative-devel /usr/include @@ -213169,13 +213394,20 @@ It supports email, address books, calendars, tasks, news feeds and much more. qt5-quickcontrols2-docs - qt5-base + qt5-base /usr/share/doc + + 2023-12-29 + 5.15.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-07 5.15.11 @@ -213430,12 +213662,12 @@ It supports email, address books, calendars, tasks, news feeds and much more.Qt için işlemler-arası iletişim modülü. qt5-remoteobjects, Inter-process communication (IPC) module developed for Qt qt5-remoteobjects, Qt için işlemler-arası iletişim modülü sağlar. - http://download.qt.io/official_releases/qt/5.15/5.15.11/submodules/qtremoteobjects-everywhere-opensource-src-5.15.11.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.12/submodules/qtremoteobjects-everywhere-opensource-src-5.15.12.tar.xz - qt5-base-devel - qt5-sql-sqlite - qt5-assistant-devel - qt5-declarative-devel + qt5-base-devel + qt5-sql-sqlite + qt5-assistant-devel + qt5-declarative-devel desktop/toolkit/qt5/qt5-remoteobjects/pspec.xml @@ -213443,9 +213675,9 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-remoteobjects Inter-process communication (IPC) module developed for Qt - qt5-base - qt5-assistant - qt5-declarative + qt5-base + qt5-assistant + qt5-declarative /usr/lib @@ -213460,9 +213692,9 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-remoteobjects için geliştirme dosyaları qt5-remoteobjects-devel, qt5-remoteobjects için geliştirme dosyalarını içerir. - qt5-remoteobjects - qt5-base-devel - qt5-declarative-devel + qt5-remoteobjects + qt5-base-devel + qt5-declarative-devel /usr/include/qt5 @@ -213475,13 +213707,20 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-remoteobjects için belgelendirme dosyaları qt5-remoteobjects-docs, qt5-remoteobjects için belgelendirme dosyalarını içerir. - qt5-remoteobjects + qt5-remoteobjects /usr/share/doc + + 2023-12-29 + 5.15.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-07 5.15.11 @@ -213561,11 +213800,11 @@ It supports email, address books, calendars, tasks, news feeds and much more.Çalıştırılabilir Qt uygulamaları oluşturmak için sınıflar. Qt 4.x için uyumluluk sağlar Classes for making Qt applications scriptable. Provided for Qt 5.x compatibility Çalıştırılabilir Qt uygulamaları oluşturmak için sınıflar. Qt 4.x için uyumluluk sağlar. - https://download.qt.io/official_releases/qt/5.15/5.15.11/submodules/qtscript-everywhere-opensource-src-5.15.11.tar.xz + https://download.qt.io/official_releases/qt/5.15/5.15.12/submodules/qtscript-everywhere-opensource-src-5.15.12.tar.xz - qt5-base-devel - qt5-assistant-devel - qt5-sql-sqlite + qt5-base-devel + qt5-assistant-devel + qt5-sql-sqlite mesa-devel libgcc @@ -213574,7 +213813,7 @@ It supports email, address books, calendars, tasks, news feeds and much more. qt5-script - qt5-base + qt5-base libgcc @@ -213587,8 +213826,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-script-devel qt5-script için geliştirme dosyaları - qt5-base-devel - qt5-script + qt5-base-devel + qt5-script /usr/lib/pkgconfig @@ -213598,13 +213837,20 @@ It supports email, address books, calendars, tasks, news feeds and much more. qt5-script-docs - qt5-base + qt5-base /usr/share/doc/qt5 + + 2023-12-29 + 5.15.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-07 5.15.11 @@ -213825,10 +214071,10 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.toolkit.qt5 Provides a set of easy to use chart components Provides a set of easy to use chart components - http://download.qt.io/official_releases/qt/5.15/5.15.11/submodules/qtscxml-everywhere-opensource-src-5.15.11.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.12/submodules/qtscxml-everywhere-opensource-src-5.15.12.tar.xz - qt5-base-devel - qt5-declarative-devel + qt5-base-devel + qt5-declarative-devel desktop/toolkit/qt5/qt5-scxml/pspec.xml @@ -213836,8 +214082,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-scxml Provides a set of easy to use chart components - qt5-base - qt5-declarative + qt5-base + qt5-declarative libgcc @@ -213851,9 +214097,9 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-scxml-devel Development files for qt5-scxml - qt5-scxml - qt5-base-devel - qt5-declarative-devel + qt5-scxml + qt5-base-devel + qt5-declarative-devel /usr/include/qt5 @@ -213862,6 +214108,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-12-29 + 5.15.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-07 5.15.11 @@ -214032,12 +214285,12 @@ It supports email, address books, calendars, tasks, news feeds and much more.Donanım ve hareket algılama sensörüne erişim sağlar Provides access to sensor hardware and motion gesture recognition Donanım ve hareket algılama sensörüne erişim sağlar - http://download.qt.io/official_releases/qt/5.15/5.15.11/submodules/qtsensors-everywhere-opensource-src-5.15.11.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.12/submodules/qtsensors-everywhere-opensource-src-5.15.12.tar.xz - qt5-sql-sqlite - qt5-base-devel - qt5-assistant-devel - qt5-declarative-devel + qt5-sql-sqlite + qt5-base-devel + qt5-assistant-devel + qt5-declarative-devel desktop/toolkit/qt5/qt5-sensors/pspec.xml @@ -214045,8 +214298,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-sensors libgcc - qt5-base - qt5-declarative + qt5-base + qt5-declarative /usr/lib @@ -214058,8 +214311,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-sensors-devel qt5-sensors için geliştirme dosyaları - qt5-sensors - qt5-base-devel + qt5-sensors + qt5-base-devel /usr/lib/pkgconfig @@ -214069,7 +214322,7 @@ It supports email, address books, calendars, tasks, news feeds and much more. qt5-sensors-docs - qt5-base + qt5-base /usr/share/doc/qt5 @@ -214077,6 +214330,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-12-29 + 5.15.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-07 5.15.11 @@ -214283,10 +214543,10 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.toolkit.qt5 Qt module for general purpose serial bus access Qt module for general purpose serial bus access - http://download.qt.io/official_releases/qt/5.15/5.15.11/submodules/qtserialbus-everywhere-opensource-src-5.15.11.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.12/submodules/qtserialbus-everywhere-opensource-src-5.15.12.tar.xz - qt5-base-devel - qt5-serialport-devel + qt5-base-devel + qt5-serialport-devel desktop/toolkit/qt5/qt5-serialbus/pspec.xml @@ -214294,8 +214554,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-serialbus Qt module for general purpose serial bus access - qt5-base - qt5-serialport + qt5-base + qt5-serialport libgcc @@ -214309,8 +214569,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-serialbus-devel Development files for qt5-serialbus - qt5-base-devel - qt5-serialbus + qt5-base-devel + qt5-serialbus /usr/include/qt5 @@ -214319,6 +214579,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-12-29 + 5.15.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-07 5.15.11 @@ -214489,11 +214756,11 @@ It supports email, address books, calendars, tasks, news feeds and much more.Donanım ve sanal seri portlara erişim sağlar Provides access to hardware and virtual serial ports Donanım ve sanal seri portlara erişim sağlar - http://download.qt.io/official_releases/qt/5.15/5.15.11/submodules/qtserialport-everywhere-opensource-src-5.15.11.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.12/submodules/qtserialport-everywhere-opensource-src-5.15.12.tar.xz - qt5-base-devel - qt5-assistant-devel - qt5-sql-sqlite + qt5-base-devel + qt5-assistant-devel + qt5-sql-sqlite eudev-devel desktop/toolkit/qt5/qt5-serialport/pspec.xml @@ -214501,7 +214768,7 @@ It supports email, address books, calendars, tasks, news feeds and much more. qt5-serialport - qt5-base + qt5-base eudev libgcc @@ -214515,8 +214782,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-serialport-devel qt5-serialport için geliştirme dosyaları - qt5-base-devel - qt5-serialport + qt5-base-devel + qt5-serialport /usr/lib/pkgconfig @@ -214526,13 +214793,20 @@ It supports email, address books, calendars, tasks, news feeds and much more. qt5-serialport-docs - qt5-base + qt5-base /usr/share/doc/qt5 + + 2023-12-29 + 5.15.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-07 5.15.11 @@ -214739,10 +215013,10 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.toolkit.qt5 Qt module to make text to speech and speech recognition easy Qt module to make text to speech and speech recognition easy - http://download.qt.io/official_releases/qt/5.15/5.15.11/submodules/qtspeech-everywhere-opensource-src-5.15.11.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.12/submodules/qtspeech-everywhere-opensource-src-5.15.12.tar.xz flite-devel - qt5-base-devel + qt5-base-devel speech-dispatcher-devel desktop/toolkit/qt5/qt5-speech/pspec.xml @@ -214752,7 +215026,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Qt module to make text to speech and speech recognition easy flite - qt5-base + qt5-base libgcc speech-dispatcher @@ -214766,7 +215040,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-speech-devel Development headers for qt5-speech - qt5-speech + qt5-speech /usr/lib/cmake @@ -214775,6 +215049,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-12-29 + 5.15.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-07 5.15.11 @@ -214959,12 +215240,12 @@ It supports email, address books, calendars, tasks, news feeds and much more.SVG dosyalarının içeriğini görüntüleme için sınıflar Classes for displaying the contents of SVG files SVG dosyalarının içeriğini görüntüleme için sınıflar - http://download.qt.io/official_releases/qt/5.15/5.15.11/submodules/qtsvg-everywhere-opensource-src-5.15.11.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.12/submodules/qtsvg-everywhere-opensource-src-5.15.12.tar.xz mesa-devel - qt5-base-devel - qt5-assistant-devel - qt5-sql-sqlite + qt5-base-devel + qt5-assistant-devel + qt5-sql-sqlite zlib-devel @@ -214976,7 +215257,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-svg libgcc - qt5-base + qt5-base zlib @@ -214990,8 +215271,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.Development files for qt5-svg qt5-svg için geliştirme dosyaları - qt5-base-devel - qt5-svg + qt5-base-devel + qt5-svg /usr/include/qt5/ @@ -215001,7 +215282,7 @@ It supports email, address books, calendars, tasks, news feeds and much more. qt5-svg-docs - qt5-base + qt5-base /usr/share/doc @@ -215009,6 +215290,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-12-29 + 5.15.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-07 5.15.11 @@ -215256,15 +215544,15 @@ It supports email, address books, calendars, tasks, news feeds and much more.Qt bir çok platformda çalışabilen ve grafiksel kullanıcı arayüzü (GUI) çatısı (Geliştirme Araçları, Qt Yardım). A cross-platform application and UI framework (Development Tools, QtHelp) Qt bir çok platformda çalışabilen ve grafiksel kullanıcı arayüzü (GUI) çatısı (Geliştirme Araçları, Qt Yardım). - http://download.qt.io/official_releases/qt/5.15/5.15.11/submodules/qttools-everywhere-opensource-src-5.15.11.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.12/submodules/qttools-everywhere-opensource-src-5.15.12.tar.xz llvm mesa-devel llvm-clang-devel lld-devel - qt5-base-devel + qt5-base-devel icon-theme-hicolor - qt5-declarative-devel + qt5-declarative-devel qt_kde.patch @@ -215277,8 +215565,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.libgcc llvm-libs llvm-clang - qt5-base - qt5-declarative + qt5-base + qt5-declarative /usr/bin/qdistancefieldgenerator @@ -215312,8 +215600,8 @@ It supports email, address books, calendars, tasks, news feeds and much more. qt5-assistant-devel - qt5-base-devel - qt5-assistant + qt5-base-devel + qt5-assistant llvm-clang-devel @@ -215327,8 +215615,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-designer libgcc - qt5-base - qt5-declarative + qt5-base + qt5-declarative /usr/bin/designer @@ -215362,7 +215650,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-designer-devel qt5-base-devel - qt5-designer + qt5-designer /usr/include/qt5/QtDesigner* @@ -215421,6 +215709,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-12-29 + 5.15.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-17 5.15.11 @@ -215724,19 +216019,19 @@ It supports email, address books, calendars, tasks, news feeds and much more.Qt bir çok platformda çalışabilen ve grafiksel kullanıcı arayüzü (GUI) oluşturmaya yarayan bir araç takımıdır(Çeviriler) A cross-platform application and UI framework (Translations) Qt bir çok platformda çalışabilen ve grafiksel kullanıcı arayüzü (GUI) oluşturmaya yarayan bir araç takımıdır(Çeviriler) - http://download.qt.io/official_releases/qt/5.15/5.15.11/submodules/qttranslations-everywhere-opensource-src-5.15.11.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.12/submodules/qttranslations-everywhere-opensource-src-5.15.12.tar.xz - qt5-base-devel - qt5-assistant-devel - qt5-sql-sqlite - qt5-linguist + qt5-base-devel + qt5-assistant-devel + qt5-sql-sqlite + qt5-linguist desktop/toolkit/qt5/qt5-translations/pspec.xml qt5-translations - qt5-base + qt5-base /usr/share/qt5 @@ -215744,6 +216039,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-12-29 + 5.15.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-07 5.15.11 @@ -215961,13 +216263,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.toolkit.qt5 Qt module for general purpose serial bus access Virtual keyboard framework - http://download.qt.io/official_releases/qt/5.15/5.15.11/submodules/qtvirtualkeyboard-everywhere-opensource-src-5.15.11.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.12/submodules/qtvirtualkeyboard-everywhere-opensource-src-5.15.12.tar.xz libxcb-devel hunspell-devel - qt5-svg-devel - qt5-base-devel - qt5-declarative-devel + qt5-svg-devel + qt5-base-devel + qt5-declarative-devel desktop/toolkit/qt5/qt5-virtualkeyboard/pspec.xml @@ -215975,9 +216277,9 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-virtualkeyboard Virtual keyboard framework - qt5-svg - qt5-base - qt5-declarative + qt5-svg + qt5-base + qt5-declarative libgcc libxcb hunspell @@ -215993,7 +216295,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-virtualkeyboard-devel Development headers for qt5-virtualkeyboard - qt5-virtualkeyboard + qt5-virtualkeyboard /usr/include/qt5 @@ -216002,6 +216304,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-12-29 + 5.15.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-07 5.15.11 @@ -216172,7 +216481,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Wayland için API'ler sağlar Provides APIs for Wayland Wayland için API'ler sağlar - http://download.qt.io/official_releases/qt/5.15/5.15.11/submodules/qtwayland-everywhere-opensource-src-5.15.11.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.12/submodules/qtwayland-everywhere-opensource-src-5.15.12.tar.xz libgcc libX11-devel @@ -216188,8 +216497,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.mesa-devel glib2-devel freetype-devel - qt5-base-devel - qt5-declarative-devel + qt5-base-devel + qt5-declarative-devel qt_kde.patch @@ -216211,8 +216520,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.mesa glib2 freetype - qt5-base - qt5-declarative + qt5-base + qt5-declarative /usr/lib @@ -216225,8 +216534,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-wayland-devel qt5-wayland için geliştirme dosyaları - qt5-wayland - qt5-base-devel + qt5-wayland + qt5-base-devel /usr/lib/pkgconfig @@ -216236,13 +216545,20 @@ It supports email, address books, calendars, tasks, news feeds and much more. qt5-wayland-docs - qt5-base + qt5-base /usr/share/doc + + 2023-12-29 + 5.15.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-11-11 5.15.11 @@ -216518,12 +216834,12 @@ It supports email, address books, calendars, tasks, news feeds and much more.HTML/JavaScript istemcileri ile Qt uygulamalarının tam uyumu için HTML istemcilerinden QML veya QObject nesnelerine erişim sağlar Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients HTML/JavaScript istemcileri ile Qt uygulamalarının tam uyumu için HTML istemcilerinden QML veya QObject nesnelerine erişim sağlar - http://download.qt.io/official_releases/qt/5.15/5.15.11/submodules/qtwebchannel-everywhere-opensource-src-5.15.11.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.12/submodules/qtwebchannel-everywhere-opensource-src-5.15.12.tar.xz - qt5-sql-sqlite - qt5-base-devel - qt5-assistant-devel - qt5-declarative-devel + qt5-sql-sqlite + qt5-base-devel + qt5-assistant-devel + qt5-declarative-devel desktop/toolkit/qt5/qt5-webchannel/pspec.xml @@ -216531,8 +216847,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-webchannel libgcc - qt5-base - qt5-declarative + qt5-base + qt5-declarative /usr/lib @@ -216544,9 +216860,9 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-webchannel-devel qt5-webchannel için geliştirme dosyaları - qt5-webchannel - qt5-base-devel - qt5-declarative-devel + qt5-webchannel + qt5-base-devel + qt5-declarative-devel /usr/lib/pkgconfig @@ -216557,14 +216873,21 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-webchannel-docs libgcc - qt5-base - qt5-declarative + qt5-base + qt5-declarative /usr/share/doc + + 2023-12-29 + 5.15.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-07 5.15.11 @@ -216770,19 +217093,19 @@ 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://download.qt.io/official_releases/qt/5.15/5.15.11/submodules/qtwebengine-everywhere-opensource-src-5.15.11.tar.xz + https://download.qt.io/official_releases/qt/5.15/5.15.12/submodules/qtwebengine-everywhere-opensource-src-5.15.12.tar.xz qtwebengine-5.15.7-build_fixes-1.patch qtwebengine-everywhere-src-5.15.5-TRUE.patch - qt5-base-devel - qt5-declarative-devel - qt5-xmlpatterns-devel - qt5-location-devel - qt5-sensors-devel - qt5-webchannel-devel - qt5-designer-devel + qt5-base-devel + qt5-declarative-devel + qt5-xmlpatterns-devel + qt5-location-devel + qt5-sensors-devel + qt5-webchannel-devel + qt5-designer-devel bison wget nodejs @@ -216874,7 +217197,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.libopus libxml2 libvpx - qt5-base + qt5-base alsa-lib harfbuzz libevent @@ -216885,11 +217208,11 @@ It supports email, address books, calendars, tasks, news feeds and much more.libXScrnSaver libXdamage libXrender - qt5-location + qt5-location libXcomposite libjpeg-turbo - qt5-webchannel - qt5-declarative + qt5-webchannel + qt5-declarative zlib minizip protobuf @@ -216912,11 +217235,11 @@ It supports email, address books, calendars, tasks, news feeds and much more. qt5-webengine-devel - qt5-webengine - qt5-base-devel - qt5-declarative-devel - qt5-location-devel - qt5-webchannel-devel + qt5-webengine + qt5-base-devel + qt5-declarative-devel + qt5-location-devel + qt5-webchannel-devel /usr/lib/pkgconfig @@ -216927,13 +217250,20 @@ It supports email, address books, calendars, tasks, news feeds and much more. qt5-webengine-docs - qt5-base + qt5-base /usr/share/doc + + 2023-12-29 + 5.15.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-11-19 5.15.11 @@ -217191,7 +217521,6 @@ It supports email, address books, calendars, tasks, news feeds and much more.zlib-devel libpng-devel libpcre-devel - libxslt-devel libxml2-devel libX11-devel libXtst-devel @@ -217213,17 +217542,17 @@ It supports email, address books, calendars, tasks, news feeds and much more.glib2-devel sqlite-devel python-devel - qt5-linguist - qt5-base-devel - qt5-sql-sqlite - qt5-qdbusviewer - qt5-sensors-devel - qt5-designer-devel - qt5-location-devel - qt5-assistant-devel - qt5-multimedia-devel - qt5-webchannel-devel - qt5-declarative-devel + qt5-linguist + qt5-base-devel + qt5-sql-sqlite + qt5-qdbusviewer + qt5-sensors-devel + qt5-designer-devel + qt5-location-devel + qt5-assistant-devel + qt5-multimedia-devel + qt5-webchannel-devel + qt5-declarative-devel gst-plugins-base-devel @@ -217248,7 +217577,6 @@ It supports email, address books, calendars, tasks, news feeds and much more.libpng sqlite libxml2 - libxslt libXrender libXcomposite libjpeg-turbo @@ -217256,11 +217584,11 @@ It supports email, address books, calendars, tasks, news feeds and much more.gstreamer gst-plugins-base gst-plugins-base - qt5-base - qt5-location - qt5-sensors - qt5-webchannel - qt5-declarative + qt5-base + qt5-location + qt5-sensors + qt5-webchannel + qt5-declarative /usr/lib @@ -217284,16 +217612,15 @@ It supports email, address books, calendars, tasks, news feeds and much more.libpng-devel sqlite-devel libxml2-devel - libxslt-devel libXrender-devel libXcomposite-devel libjpeg-turbo-devel gstreamer-devel gst-plugins-base-devel - qt5-webkit - qt5-base-devel - qt5-sensors-devel - qt5-declarative-devel + qt5-webkit + qt5-base-devel + qt5-sensors-devel + qt5-declarative-devel /usr/lib/pkgconfig @@ -217301,6 +217628,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-12-29 + 5.212.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-17 5.212.0 @@ -217534,12 +217868,12 @@ It supports email, address books, calendars, tasks, news feeds and much more.RFC 6455 ile yumuşak WebSocket iletişimi sağlar Provides WebSocket communication compliant with RFC 6455 RFC 6455 ile yumuşak WebSocket iletişimi sağlar - http://download.qt.io/official_releases/qt/5.15/5.15.11/submodules/qtwebsockets-everywhere-opensource-src-5.15.11.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.12/submodules/qtwebsockets-everywhere-opensource-src-5.15.12.tar.xz - qt5-sql-sqlite - qt5-base-devel - qt5-assistant-devel - qt5-declarative-devel + qt5-sql-sqlite + qt5-base-devel + qt5-assistant-devel + qt5-declarative-devel desktop/toolkit/qt5/qt5-websockets/pspec.xml @@ -217547,8 +217881,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-websockets libgcc - qt5-base - qt5-declarative + qt5-base + qt5-declarative /usr/lib @@ -217559,8 +217893,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-websockets-devel qt5-websockets için geliştirme dosyaları - qt5-websockets - qt5-base-devel + qt5-websockets + qt5-base-devel /usr/lib/pkgconfig @@ -217570,13 +217904,20 @@ It supports email, address books, calendars, tasks, news feeds and much more. qt5-websockets-docs - qt5-base + qt5-base /usr/share/doc/qt5 + + 2023-12-29 + 5.15.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-07 5.15.11 @@ -217783,20 +218124,20 @@ It supports email, address books, calendars, tasks, news feeds and much more.Provides a way to display web content in a QML application Bir QML uygulamasında web içeriğini görüntülemenin bir yolunu sağlar Bir QML uygulamasında web içeriğini görüntülemenin bir yolunu sağlar - https://download.qt.io/official_releases/qt/5.15/5.15.11/submodules/qtwebview-everywhere-opensource-src-5.15.11.tar.xz + https://download.qt.io/official_releases/qt/5.15/5.15.12/submodules/qtwebview-everywhere-opensource-src-5.15.12.tar.xz - qt5-base-devel - qt5-webengine-devel - qt5-declarative-devel + qt5-base-devel + qt5-webengine-devel + qt5-declarative-devel desktop/toolkit/qt5/qt5-webview/pspec.xml qt5-webview - qt5-base - qt5-webengine - qt5-declarative + qt5-base + qt5-webengine + qt5-declarative /usr/lib @@ -217807,8 +218148,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-webview-devel Development files for qt5-webview - qt5-webview - qt5-base-devel + qt5-webview + qt5-base-devel /usr/include @@ -217817,6 +218158,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-12-29 + 5.15.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-17 5.15.11 @@ -217875,11 +218223,11 @@ It supports email, address books, calendars, tasks, news feeds and much more.X11 için platforma özgü API'ler sağlar Provides platform-specific APIs for X11 X11 için platforma özgü API'ler sağlar - http://download.qt.io/official_releases/qt/5.15/5.15.11/submodules/qtx11extras-everywhere-opensource-src-5.15.11.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.12/submodules/qtx11extras-everywhere-opensource-src-5.15.12.tar.xz - qt5-base-devel - qt5-assistant-devel - qt5-sql-sqlite + qt5-base-devel + qt5-assistant-devel + qt5-sql-sqlite mesa-devel desktop/toolkit/qt5/qt5-x11extras/pspec.xml @@ -217887,7 +218235,7 @@ It supports email, address books, calendars, tasks, news feeds and much more. qt5-x11extras - qt5-base + qt5-base /usr/lib @@ -217899,8 +218247,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-x11extras-devel qt5-x11extras için geliştirme dosyaları - qt5-x11extras - qt5-base-devel + qt5-x11extras + qt5-base-devel /usr/lib/pkgconfig @@ -217910,7 +218258,7 @@ It supports email, address books, calendars, tasks, news feeds and much more. qt5-x11extras-docs - qt5-x11extras + qt5-x11extras qt5-base @@ -217918,6 +218266,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-12-29 + 5.15.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-07 5.15.11 @@ -218123,20 +218478,20 @@ It supports email, address books, calendars, tasks, news feeds and much more.XPath, XQuery, XSLT ve XML şema doğrulama için destek sağlar Support for XPath, XQuery, XSLT and XML schema validation XPath, XQuery, XSLT ve XML şema doğrulama için destek sağlar - http://download.qt.io/official_releases/qt/5.15/5.15.11/submodules/qtxmlpatterns-everywhere-opensource-src-5.15.11.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.12/submodules/qtxmlpatterns-everywhere-opensource-src-5.15.12.tar.xz - qt5-base-devel - qt5-assistant-devel - qt5-sql-sqlite - qt5-declarative-devel + qt5-base-devel + qt5-assistant-devel + qt5-sql-sqlite + qt5-declarative-devel desktop/toolkit/qt5/qt5-xmlpatterns/pspec.xml qt5-xmlpatterns - qt5-base - qt5-declarative + qt5-base + qt5-declarative libgcc @@ -218151,8 +218506,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-xmlpatterns-devel qt5-xmlpatterns için geliştirme dosyaları - qt5-xmlpatterns - qt5-base-devel + qt5-xmlpatterns + qt5-base-devel /usr/lib/pkgconfig @@ -218162,13 +218517,20 @@ It supports email, address books, calendars, tasks, news feeds and much more. qt5-xmlpatterns-docs - qt5-base + qt5-base /usr/share/doc/qt5 + + 2023-12-29 + 5.15.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-07 5.15.11 @@ -218381,13 +218743,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.Qt5 Yapılandırma Yardımcı Programı SThis program allows users to configure Qt5 settings (theme, font, icons, etc.) under DE/WM without Qt integration. Bu program, kullanıcıların Qt entegrasyonu olmadan DE/WM altında Qt5 ayarlarını (tema, yazı tipi, simgeler vb.) yapılandırmasına olanak tanır. - mirrors://sourceforge/qt5ct/qt5ct-1.7.tar.bz2 + mirrors://sourceforge/qt5ct/qt5ct-1.8.tar.bz2 cmake dconf-devel - qt5-linguist - qt5-svg-devel - qt5-base-devel + qt5-linguist + qt5-svg-devel + qt5-base-devel desktop/toolkit/qt5/qt5ct/pspec.xml @@ -218397,7 +218759,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.dconf libgcc qt5-svg - qt5-base + qt5-base /usr/share/qt5ct @@ -218409,6 +218771,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-12-29 + 1.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-07 1.7 @@ -223005,8 +223374,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.cmake libgcc lxqt-build-tools - qt5-base-devel - qt5-linguist + qt5-base-devel + qt5-linguist desktop/toolkit/qtermwidget5/pspec.xml @@ -223029,8 +223398,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.Development files for qtermwidget5 qtermwidget5 için geliştirme dosyaları - qt5-base-devel - qtermwidget5 + qt5-base-devel + qtermwidget5 /usr/share/cmake/qtermwidget5 @@ -223039,6 +223408,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-12-29 + 1.4.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2023-11-21 1.4.0 @@ -225217,7 +225593,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.xfce.addon A Dock-like Taskbar Plugin for XFCE. A modern, docklike, minimalist taskbar for XFCE. - https://archive.xfce.org/src/panel-plugins/xfce4-docklike-plugin/0.4/xfce4-docklike-plugin-0.4.1.tar.bz2 + https://archive.xfce.org/src/panel-plugins/xfce4-docklike-plugin/0.4/xfce4-docklike-plugin-0.4.2.tar.bz2 intltool gtk3-devel @@ -225255,6 +225631,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2023-12-30 + 0.4.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-04-19 0.4.1 @@ -228040,7 +228423,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Xfce file manager Thunar has been designed from the ground up to be fast and easy-to-use. Its user interface is clean and intuitive, and does not include any confusing or useless options. Thunar is fast and responsive with a good start up time and directory load time. Thunar is accessible using Assistive Technologies and is fully standarts compliant thunar - https://archive.xfce.org/src/xfce/thunar/4.19/thunar-4.19.0.tar.bz2 + https://archive.xfce.org/src/xfce/thunar/4.19/thunar-4.19.2.tar.bz2 python3-devel intltool @@ -228115,7 +228498,7 @@ It supports email, address books, calendars, tasks, news feeds and much more. gtk3-devel glib2-devel - thunar + thunar /usr/include @@ -228127,13 +228510,27 @@ It supports email, address books, calendars, tasks, news feeds and much more.Thunar reference documents data:doc - thunar + thunar /usr/share/gtk-doc + + 2023-12-31 + 4.19.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2023-12-29 + 4.19.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-24 4.19.0 @@ -257597,32 +257994,32 @@ from a wide variety of machine architectures. Matroska dosyalarını yaratmak, değiştirmek ve incelemek için araçlar MKVToolnix is a set of tools (mkvmerge, mkvinfo and mkvextract) With these tools one can get information about (mkvinfo) Matroska files, extract tracks/data from (mkvextract) Matroska files and create (mkvmerge) Matroska files from other media files. mkvtoolnix Matroska (MKV) dosyaları ile kullanılmak için bilgi edinme aracı (mkvinfo), veri/iz çıkarmak aracı (mkvextract) ve MKV oluşturma aracı (mkvmerge) içeren araç setidir. - mmg - https://gitlab.com/mbunkus/mkvtoolnix/-/archive/release-79.0/mkvtoolnix-release-79.0.tar.gz + mkvtoolnix + https://gitlab.com/mbunkus/mkvtoolnix/-/archive/release-81.0/mkvtoolnix-release-81.0.tar.gz file + rubygems fmt-devel gmp-devel - rubygems flac-devel zlib-devel ruby-devel cmark-devel boost-devel docbook-xsl - libpcre2-devel libogg-devel - libdvdread-devel - qt5-linguist + qt6-linguist libxslt-devel pugixml-devel libebml-devel - qt5-svg-devel - qt5-base-devel + qt6-svg-devel + libpcre2-devel + qt6-base-devel libvorbis-devel + libdvdread-devel libmatroska-devel imagemagick-devel - qt5-multimedia-devel + qt6-multimedia-devel pulseaudio-libs-devel multimedia/converter/mkvtoolnix/pspec.xml @@ -257631,6 +258028,7 @@ from a wide variety of machine architectures. mkvtoolnix A set of tools to create, alter and inspect Matroska files + fmt file gmp flac @@ -257642,11 +258040,11 @@ from a wide variety of machine architectures. libebml pugixml libpcre2 - qt5-base + qt6-base libvorbis libdvdread libmatroska - qt5-multimedia + qt6-multimedia /usr/share/man @@ -257662,6 +258060,13 @@ from a wide variety of machine architectures. + + 2023-12-31 + 81.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + 2023-11-17 79.0 @@ -279539,6 +279944,51 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + + dovi-tool + https://github.com/quietvoid/dovi_tool + + Kamil Atlı + suvari@pisilinux.org + + MIT + library + multimedia.sound + CLI tool combining multiple utilities for working with Dolby Vision + Dolby Vision ile çalışmak için birden fazla yardımcı programı birleştiren CLI aracı + dovi_tool is a CLI tool combining multiple utilities for working with Dolby Vision. + Dolby Vision ile çalışmak için birden fazla yardımcı programı birleştiren CLI aracı + dovi-tool + https://github.com/quietvoid/dovi_tool/archive/refs/tags/2.1.0.tar.gz + + git + rust + cargo-c + fontconfig-devel + + multimedia/sound/dovi-tool/pspec.xml + + + dovi-tool + + fontconfig + + + /usr/bin + /usr/share/doc + + + + + 2023-12-31 + 2.1.0 + First release. + Kamil Atlı + suvari@pisilinux.org + + + drumstick @@ -301437,7 +301887,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol 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.11.tar.xz + https://mirrors.edge.kernel.org/pub/linux/network/wireless/iwd-2.12.tar.xz asciidoc dbus-devel @@ -301464,6 +301914,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + 2023-12-28 + 2.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-12-14 2.11 @@ -303549,7 +304006,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol Parçalı ve yarım kalan dosyaları indirme özelliğine sahip bir indirme aracı aria2 is a download utility with resuming and segmented downloading. Supported protocols are HTTP, HTTPS, FTP and BitTorrent. It also supports Metalink version 3.0. Aria2 parçalı indirme ve yarım kalan indirmeleri devam ettirme özelliklerine sahip olan bir indirme aracıdır. - https://github.com/aria2/aria2/releases/download/release-1.36.0/aria2-1.36.0.tar.xz + https://github.com/aria2/aria2/releases/download/release-1.37.0/aria2-1.37.0.tar.xz gmp-devel zlib-devel @@ -303577,7 +304034,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol /usr/bin - /usr/lib + /usr/lib/libaria2.so* /usr/share/bash-completion /usr/share/locale /usr/share/man @@ -303587,7 +304044,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol aria2-devel - aria2 + aria2 /usr/lib/pkgconfig @@ -303595,6 +304052,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + 2023-12-31 + 1.37.0 + Version bump + Kamil Atlı + uglyside@yandex.ru + 2021-09-14 1.36.0 @@ -309115,7 +309579,7 @@ complete albums that you have purchased from Amazon. Iputils contient les outils de surveillance réseau incluant ping et ping6. iputils contains network monitoring tools including ping and ping6. Iputils, ping ve ping6 gibi ağ izleme araçlarını içeren bir pakettir. - https://github.com/iputils/iputils/archive/s20190709.tar.gz + https://github.com/iputils/iputils/archive/refs/tags/20231222.tar.gz openssl-devel libidn2-devel @@ -309123,9 +309587,6 @@ complete albums that you have purchased from Amazon. meson ninja - - fix-setuid-redeclared.patch - network/misc/iputils/pspec.xml @@ -309157,6 +309618,13 @@ complete albums that you have purchased from Amazon. + + 2023-12-28 + 20231222 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-02-07 20190709 @@ -314157,7 +314625,7 @@ complete albums that you have purchased from Amazon. LAN file sender, send and receive files across the network LAN dosya gönderici, ağ üzerinden dosya gönderme ve alma. org.x.Warpinator - https://github.com/linuxmint/warpinator/archive/refs/tags/1.8.0.tar.gz + https://github.com/linuxmint/warpinator/archive/refs/tags/1.8.2.tar.gz pip3 meson @@ -314212,6 +314680,13 @@ complete albums that you have purchased from Amazon. + + 2023-12-28 + 1.8.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-11-30 1.8.0 @@ -326717,6 +327192,13 @@ complete albums that you have purchased from Amazon. + + 2023-12-31 + 2.31.0 + Rebuild qt5. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-09 2.31.0 @@ -349497,25 +349979,25 @@ complete albums that you have purchased from Amazon. python-enum34 dbus-python-common python-sip - qt5-svg-devel - qt5-base-devel + qt5-svg-devel + qt5-base-devel python-pyqt5-sip - qt5-script-devel + qt5-script-devel qt5-webkit-devel - qt5-sensors-devel - qt5-designer-devel - qt5-location-devel - qt5-x11extras-devel - qt5-webengine-devel - qt5-websockets-devel - qt5-multimedia-devel - qt5-serialport-devel - qt5-webchannel-devel - qt5-declarative-devel - qt5-networkauth-devel - qt5-xmlpatterns-devel - qt5-connectivity-devel - qt5-quickcontrols2-devel + qt5-sensors-devel + qt5-designer-devel + qt5-location-devel + qt5-x11extras-devel + qt5-webengine-devel + qt5-websockets-devel + qt5-multimedia-devel + qt5-serialport-devel + qt5-webchannel-devel + qt5-declarative-devel + qt5-networkauth-devel + qt5-xmlpatterns-devel + qt5-connectivity-devel + qt5-quickcontrols2-devel restore-sip4-support.patch @@ -349532,22 +350014,22 @@ complete albums that you have purchased from Amazon. python-enum34 python-sip qt5-webengine - qt5-svg - qt5-base - qt5-sensors + qt5-svg + qt5-base + qt5-sensors qt5-webkit - qt5-location - qt5-designer - qt5-x11extras - qt5-multimedia - qt5-serialport - qt5-webchannel - qt5-websockets - qt5-declarative - qt5-xmlpatterns - qt5-connectivity + qt5-location + qt5-designer + qt5-x11extras + qt5-multimedia + qt5-serialport + qt5-webchannel + qt5-websockets + qt5-declarative + qt5-xmlpatterns + qt5-connectivity python-pyqt5-sip - qt5-networkauth + qt5-networkauth /usr/bin/py2uic5 @@ -349564,14 +350046,21 @@ complete albums that you have purchased from Amazon. Development files for python-qt5 libgcc - qt5-base - python-qt5 + qt5-base + python-qt5 /usr/share/sip/Py2Qt5 + + 2023-12-29 + 5.15.9 + revert + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-22 5.15.9 @@ -352357,7 +352846,7 @@ complete albums that you have purchased from Amazon. PyQt build system PyQt build system PyQt build system - https://pypi.io/packages/source/P/PyQt-builder/PyQt-builder-1.15.3.tar.gz + https://pypi.io/packages/source/P/PyQt-builder/PyQt-builder-1.15.4.tar.gz python3-devel python3-setuptools @@ -352377,6 +352866,13 @@ complete albums that you have purchased from Amazon. + + 2023-12-30 + 1.15.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-22 1.15.3 @@ -352428,7 +352924,7 @@ complete albums that you have purchased from Amazon. programming.language.python3 Shiboken the Binding Generator Shiboken is the CPython-based binding code generator for C or C++ libraries. It uses an ApiExtractor library to parse the C or C++ headers and get the type information, using Clang. - https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-5.15.11-src/pyside-setup-opensource-src-5.15.11.tar.xz + https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-5.15.12-src/pyside-setup-opensource-src-5.15.12.tar.xz llvm cmake @@ -352459,7 +352955,7 @@ complete albums that you have purchased from Amazon. qt5-declarative-devel qt5-remoteobjects-devel qt5-quickcontrols2-devel - python3-shiboken2-devel + python3-shiboken2-devel programming/language/python3/pyside2/pspec.xml @@ -352512,7 +353008,7 @@ complete albums that you have purchased from Amazon. pyside2-devel Development headers for the shiboken2 library. - pyside2 + pyside2 python3-shiboken2-devel @@ -352522,6 +353018,13 @@ complete albums that you have purchased from Amazon. + + 2023-12-30 + 5.15.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-22 5.15.11 @@ -366780,25 +367283,25 @@ complete albums that you have purchased from Amazon. dbus-python-common python3-devel python3-sip - qt5-svg-devel - qt5-base-devel - qt5-script-devel + qt5-svg-devel + qt5-base-devel + qt5-script-devel qt5-webkit-devel - qt5-sensors-devel - qt5-location-devel - qt5-designer-devel + qt5-sensors-devel + qt5-location-devel + qt5-designer-devel python3-pyqt5-sip - qt5-x11extras-devel - qt5-webengine-devel - qt5-multimedia-devel - qt5-serialport-devel - qt5-webchannel-devel - qt5-websockets-devel - qt5-declarative-devel - qt5-xmlpatterns-devel - qt5-networkauth-devel - qt5-connectivity-devel - qt5-quickcontrols2-devel + qt5-x11extras-devel + qt5-webengine-devel + qt5-multimedia-devel + qt5-serialport-devel + qt5-webchannel-devel + qt5-websockets-devel + qt5-declarative-devel + qt5-xmlpatterns-devel + qt5-networkauth-devel + qt5-connectivity-devel + qt5-quickcontrols2-devel restore-sip4-support.patch @@ -366813,22 +367316,22 @@ complete albums that you have purchased from Amazon. dbus python3 python3-sip - qt5-designer - qt5-webengine - qt5-svg - qt5-base - qt5-sensors - qt5-location + qt5-designer + qt5-webengine + qt5-svg + qt5-base + qt5-sensors + qt5-location qt5-webkit - qt5-x11extras - qt5-multimedia - qt5-serialport - qt5-webchannel - qt5-websockets - qt5-declarative - qt5-xmlpatterns - qt5-connectivity - qt5-networkauth + qt5-x11extras + qt5-multimedia + qt5-serialport + qt5-webchannel + qt5-websockets + qt5-declarative + qt5-xmlpatterns + qt5-connectivity + qt5-networkauth python3-pyqt5-sip @@ -366853,14 +367356,21 @@ complete albums that you have purchased from Amazon. Development files for python3-qt5 libgcc - qt5-base - python3-qt5 + qt5-base + python3-qt5 /usr/lib/python3*/site-packages/PyQt5/bindings/ + + 2023-12-29 + 5.15.10 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-22 5.15.10 @@ -368202,7 +368712,7 @@ complete albums that you have purchased from Amazon. programming.language.python3 Shiboken the Binding Generator Shiboken is the CPython-based binding code generator for C or C++ libraries. It uses an ApiExtractor library to parse the C or C++ headers and get the type information, using Clang. - https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-5.15.11-src/pyside-setup-opensource-src-5.15.11.tar.xz + https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-5.15.12-src/pyside-setup-opensource-src-5.15.12.tar.xz llvm cmake @@ -368237,7 +368747,7 @@ complete albums that you have purchased from Amazon. python3-shiboken2, Python3 için shiboken2 bağlayıcı modülü içerir. python3 - shiboken2 + shiboken2 /usr/lib/python3*/site-packages/shiboken2* @@ -368251,7 +368761,7 @@ complete albums that you have purchased from Amazon. python3-shiboken2-devel, python3-shiboken2 için geliştime dosyaları içerir. llvm-clang-devel - python3-shiboken2 + python3-shiboken2 /usr/lib/cmake/ @@ -368260,6 +368770,13 @@ complete albums that you have purchased from Amazon. + + 2023-12-30 + 5.15.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-22 5.15.11 @@ -372463,10 +372980,13 @@ complete albums that you have purchased from Amazon. Ek özelliklere ve düzeltmelere sahip bir youtube-dl çatalı A youtube-dl fork with additional features and fixes Ek özelliklere ve düzeltmelere sahip bir youtube-dl çatalı - https://github.com/yt-dlp/yt-dlp/archive/refs/tags/2023.10.13.tar.gz + https://github.com/yt-dlp/yt-dlp/archive/refs/tags/2023.12.30.tar.gz git pandoc-bin + aria2-devel + ffmpeg-devel + python3-devel python3-mutagen python3-certifi python3-setuptools @@ -372479,6 +372999,8 @@ complete albums that you have purchased from Amazon. yt-dlp A youtube-dl fork with additional features and fixes + aria2 + ffmpeg python3 cython3 python3-brotli @@ -372498,6 +373020,13 @@ complete albums that you have purchased from Amazon. + + 2023-12-31 + 2023.12.30 + Version bump + Kamil Atlı + suvari@pisilinux.org + 2023-10-17 2023.10.13 @@ -372946,13 +373475,13 @@ complete albums that you have purchased from Amazon. 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.73.0-src.tar.gz - https://static.rust-lang.org/dist/rust-1.73.0-x86_64-unknown-linux-gnu.tar.gz + https://static.rust-lang.org/dist/rustc-1.75.0-src.tar.gz + https://static.rust-lang.org/dist/rust-1.75.0-x86_64-unknown-linux-gnu.tar.gz bootstrap-config.toml - rust + rust perl llvm cmake @@ -372969,9 +373498,6 @@ complete albums that you have purchased from Amazon. python3-devel libffi-devel - - 0002-bootstrap-Change-bash-completion-dir.patch - programming/language/rust/pspec.xml @@ -372999,13 +373525,20 @@ complete albums that you have purchased from Amazon. rust-docs Development files for rust - rust + rust /usr/share/doc/rust/html + + 2023-12-29 + 1.75.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-21 1.73.0 @@ -373241,9 +373774,9 @@ complete albums that you have purchased from Amazon. C (ve bazı C++) kitaplıklarına otomatik olarak Rust FFI bağlamaları oluşturur C (ve bazı C++) kitaplıklarına otomatik olarak Rust FFI bağlamaları oluşturur rust-bindgen - https://github.com/rust-lang/rust-bindgen/archive/refs/tags/v0.68.1.tar.gz + https://github.com/rust-lang/rust-bindgen/archive/refs/tags/v0.69.1.tar.gz - rust + rust llvm-clang-devel programming/language/rust-bindgen/pspec.xml @@ -373259,6 +373792,13 @@ complete albums that you have purchased from Amazon. + + 2023-12-29 + 0.69.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-17 0.68.1 @@ -374756,7 +375296,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.26.0.tar.gz - rust + rust llvm curl-devel cmake @@ -374773,6 +375313,13 @@ complete albums that you have purchased from Amazon. + + 2023-12-29 + 0.26.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-21 0.26.0 @@ -380774,7 +381321,7 @@ yığın. Üç bölüm sağlar: Extra imports and modules for Cmake Extra imports and modules for Cmake Extra imports and modules for Cmake - https://github.com/lirios/cmake-shared/releases/download/v1.1.0/liri-cmake-shared-1.1.0.tar.xz + https://github.com/lirios/cmake-shared/releases/download/v2.0.0/liri-cmake-shared-2.0.0.tar.xz extra-cmake-modules @@ -380788,6 +381335,13 @@ yığın. Üç bölüm sağlar: + + 2023-12-30 + 2.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-04-04 1.1.0 @@ -408349,7 +408903,7 @@ contacts, tasks, and calendar information. Yönetici haklarıyla komut çalıştırma uygulaması sudo allows certain users/groups to run commands with root user privileges. sudo, belirli kullanıcıların ya da kullanıcı gruplarının komut ve uygulamaları yönetici kullanıcı (root) haklarıyla çalıştırmasına izin veren bir konsol uygulamasıdır. - https://www.sudo.ws/dist/sudo-1.9.15p4.tar.gz + https://www.sudo.ws/dist/sudo-1.9.15p5.tar.gz nss-devel pam-devel @@ -408397,6 +408951,13 @@ contacts, tasks, and calendar information. + + 2023-12-31 + 1.9.15_p5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-12-16 1.9.15_p4 @@ -408776,7 +409337,7 @@ contacts, tasks, and calendar information. Timeshift protects your system by taking incremental snapshots of the file system at regular intervals. These snapshots can be restored at a later date to undo all changes to the system. Timeshift, düzenli aralıklarla dosya sisteminin artımlı anlık görüntülerini alarak sisteminizi korur. Bu anlık görüntüler, sistemdeki tüm değişiklikleri geri almak için daha sonraki bir tarihte geri yüklenebilir. Timeshift, düzenli aralıklarla dosya sisteminin artımlı anlık görüntülerini alarak sisteminizi korur. Bu anlık görüntüler, sistemdeki tüm değişiklikleri geri almak için daha sonraki bir tarihte geri yüklenebilir. - https://github.com/linuxmint/timeshift/archive/refs/tags/23.07.1.tar.gz + https://github.com/linuxmint/timeshift/archive/refs/tags/23.12.2.tar.gz meson help2man @@ -408828,6 +409389,13 @@ contacts, tasks, and calendar information. + + 2023-12-28 + 23.12.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-07-08 23.07.1 @@ -428581,7 +429149,7 @@ contacts, tasks, and calendar information. Mesa, OpenGL belirtiminin (etkileşimli 3B grafiklerin gerçeklenmesi için bir sistem) açık kaynaklı bir uyarlamasıdır. Mesa jest open-source'ową implementacją specyfikacji OpenGL do renderowania trójwymiarowej grafiki. mesa - https://archive.mesa3d.org/mesa-23.3.1.tar.xz + https://archive.mesa3d.org/mesa-23.3.2.tar.xz crossfile.ini @@ -428735,7 +429303,7 @@ contacts, tasks, and calendar information. libXdamage-devel libXxf86vm-devel libxshmfence-devel - mesa + mesa /usr/include @@ -428812,7 +429380,7 @@ contacts, tasks, and calendar information. libunwind-32bit llvm-clang-32bit xcb-util-keysyms-32bit - mesa + mesa llvm-32bit @@ -428821,6 +429389,13 @@ contacts, tasks, and calendar information. + + 2023-12-28 + 23.3.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-12-14 23.3.1 @@ -437807,7 +438382,7 @@ contacts, tasks, and calendar information. Cinnamon window manager based on Mutter Mutter tabanlı Cinnamon Pencere Yöneticisi muffin - https://github.com/linuxmint/muffin/archive/refs/tags/6.0.0.tar.gz + https://github.com/linuxmint/muffin/archive/refs/tags/6.0.1.tar.gz meson elogind-devel @@ -437920,7 +438495,7 @@ contacts, tasks, and calendar information. muffin-devel development - muffin + muffin atk-devel gtk3-devel cairo-devel @@ -437948,6 +438523,13 @@ contacts, tasks, and calendar information. + + 2023-12-28 + 6.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-11-21 6.0.0 diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index f57692bc3c..2f208b0ac4 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -e9470278c3cca9266fc057b2c4e991e60886d5a1 \ No newline at end of file +f2adedb268e9ef4e59555399518e7248fcf30bab \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index cf15978e0c..8f3fd3ad0b 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 ed89b93136..9907a1159d 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -788b75cc78810668fe388421ea8d6f475d244043 \ No newline at end of file +7b2bb7467d397cc3dff91eef94abb5b258e717e9 \ No newline at end of file