diff --git a/game/strategy/0ad/actions.py b/game/strategy/0ad/actions.py new file mode 100644 index 0000000000..308086d860 --- /dev/null +++ b/game/strategy/0ad/actions.py @@ -0,0 +1,37 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 2. +# See the file http://www.gnu.org/copyleft/gpl.txt. + +from pisi.actionsapi import autotools +from pisi.actionsapi import shelltools +from pisi.actionsapi import get +from pisi.actionsapi import pisitools + +def setup(): + shelltools.cd("build/workspaces/") + shelltools.chmod("update-workspaces.sh", 0755) + shelltools.export("WX_CONFIG", "/usr/bin/wxconfig") + shelltools.export("SHELL","SHELL=/bin/bash") + + shelltools.system("sh update-workspaces.sh \ + --bindir=/usr/bin \ + --disable-atlas \ + --without-pch \ + --libdir=/usr/lib/0ad \ + --datadir=/usr/share/0ad/data \ + JOBS=%s" % get.makeJOBS()) + +def build(): + shelltools.cd("build/workspaces/gcc") + autotools.make() + +def install(): + pisitools.dodoc("LICENSE.txt","license_dbghelp.txt","license_gpl-2.0.txt","license_lgpl-2.1.txt","README.txt",) + pisitools.insinto("/usr/share/0ad", "binaries/*") + pisitools.insinto("/usr/bin/", "binaries/system/pyrogenesis") + pisitools.insinto("/usr/lib/0ad/", "binaries/system/*.so*") + pisitools.insinto("/usr/bin/", "build/resources/0ad.sh") + pisitools.insinto("/usr/share/pixmaps/", "build/resources/0ad.png", "0ad.png") + pisitools.insinto("/usr/share/applications/", "build/resources/0ad.desktop", "0ad.desktop") \ No newline at end of file diff --git a/game/strategy/0ad/files/0ad b/game/strategy/0ad/files/0ad new file mode 100644 index 0000000000..3ab2e56abb --- /dev/null +++ b/game/strategy/0ad/files/0ad @@ -0,0 +1,3 @@ +#!/bin/sh +cd /usr/share/0ad/system +./pyrogenesis \ No newline at end of file diff --git a/game/strategy/0ad/files/0ad-editor b/game/strategy/0ad/files/0ad-editor new file mode 100644 index 0000000000..5d815aab9b --- /dev/null +++ b/game/strategy/0ad/files/0ad-editor @@ -0,0 +1,3 @@ +#!/bin/sh +cd /opt/0ad/system +LD_LIBRARY_PATH=/opt/enet12/lib ./pyrogenesis -editor diff --git a/game/strategy/0ad/files/0ad-editor.desktop b/game/strategy/0ad/files/0ad-editor.desktop new file mode 100644 index 0000000000..7f02d132d2 --- /dev/null +++ b/game/strategy/0ad/files/0ad-editor.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Version=1.0 +Encoding=UTF-8 +Name=0ad Editor +GenericName[tr]=3D Tarihi Strateji Oyun Editörü +GenericName=3D Historical Strategy Game Editor +Exec=0ad-editor +Icon=0ad.png +StartupNotify=true +Terminal=false +X-KDE-SubstituteUID=false +Type=Application +Categories=Game;StrategyGame; diff --git a/game/strategy/0ad/files/0ad.6 b/game/strategy/0ad/files/0ad.6 new file mode 100644 index 0000000000..a6b83a9989 --- /dev/null +++ b/game/strategy/0ad/files/0ad.6 @@ -0,0 +1,164 @@ +.TH 0AD "6" "May 17 2014" "0ad 0.0.16 Patañjali" "User Commands" + +.SH NAME +0ad \- manual page for 0ad 0.0.16 Patañjali +.SH SYNOPSIS +.B 0ad +[\fIoptions\fR] +.SH DESCRIPTION +0 A.D. (pronounced "zero ey-dee") is a free, open-source, cross-platform +real-time strategy (RTS) game of ancient warfare. In short, it is a +historically-based war/economy game that allows players to relive or rewrite +the history of Western civilizations, focusing on the years between 500 B.C. +and 500 A.D. The project is highly ambitious, involving state-of-the-art 3D +graphics, detailed artwork, sound, and a flexible and powerful custom-built +game engine. + +The game has been in development by Wildfire Games (WFG), a group of volunteer, +hobbyist game developers, since 2001. +.PP +Basic gameplay: +.TP +\fB\-autostart\fR +load a map instead of showing main menu (see below) +.TP +\fB\-editor\fR +launch the Atlas scenario editor +.TP +\fB\-mod\fR \fINAME\fR +start the game using \fINAME\fR mod +.TP +\fB\-quickstart\fR +load faster (disables audio and some system info logging) + +.PP +Autostart: +.TP +\fB\-autostart\fR=\fINAME\fR +map \fINAME\fR for scenario, or rms name for random map +.TP +\fB\-autostart-ai\fR=\fIPLAYER\fR:\fIAI\fR +adds named \fIAI\fR to the given \fIPLAYER\fR (e.g. 2:testbot) +.TP +\fB-autostart-aidiff\fR=\fIPLAYER\fR:\fIlevel\fR +changes the difficulty setting for \fIAI PLAYER\fR (0: easy, 3: very hard) + +.PP +Multiplayer: +.TP +\fB\-autostart-playername\fR=\fINAME\fR +multiplayer local player \fINAME\fR (default 'anonymous') +.TP +\fB\-autostart-host\fR +multiplayer host mode +.TP +\fB\-autostart-players\fR=\fINUMBER\fR +multiplayer host: \fINUMBER\fR of client players (default 2) +.TP +\fB\-autostart-client\fR +multiplayer client mode +.TP +\fB\-autostart-ip\fR=\fIIP\fR +multiplayer client: connect to this host \fIIP\fR + +.PP +Random maps only: +.TP +\fB\-autostart-random\fR +random map +.TP +\fB\-autostart-random\fR=\fISEED\fR +random map with \fISEED\fR value (default 0, use -1 for random) +.TP +\fB\-autostart-size\fR=\fITILES\fR +random map \fISIZE\fR in tiles (default 192) +.TP +\fB\-autostart-players\fR=\fINUMBER\fI +\fINUMBER\fR of players on random map +.TP +\fB-autostart-civ\fR=\fIPLAYER\fR:\fICIV\fR +changes the civilisation of player \fIPLAYER\fR to \fICIV\fR (default athen) + +.PP +Configuration: +.TP +\fB\-conf\fR:\fIKEY\fR=\fIVALUE\fR +set a config value (overrides the contents of system.cfg) +.TP +\fB\-g\fR=\fIF\fR +set the gamma correction to '\fIF\fR' (default 1.0) +.TP +\fB\-nosound\fR +disable audio +.TP +\fB-noUserMod\fR +disable loading of the user mod +.TP +\fB\-shadows\fR +enable shadows +.TP +\fB\-vsync\fR +enable VSync, i.e. lock FPS to monitor refresh rate +.TP +\fB\-xres\fR=\fIN\fR +set screen \fIX\fR resolution to '\fIN\fR' +.TP +\fB\-yres\fR=\fIN\fR +set screen \fIY\fR resolution to '\fIN\fR' + +.PP +Advanced / diagnostic: +.TP +\fB\-dumpSchema\fR +creates a file \fIentity.rng\fR in the working directory, containing +complete entity XML schema, used by various analysis tools +.TP +\fB\-entgraph\fR +(disabled) +.TP +\fB\-listfiles\fR +(disabled) +.TP +\fB\-profile\fR=\fINAME\fR +(disabled) +.TP +\fB\-replay\fR=\fIPATH\fR +non-visual replay of a previous game, used for analysis purposes +\fIPATH\fR is system path to commands.txt containing simulation log +.TP +\fB\-writableRoot\fR +store runtime game data in root data directory +(only use if you have write permissions on that directory) +.TP +\fB\-ooslog\fR +dumps simulation state in binary and ASCII representations each turn, +files created in sim_log within the game's log folder. \fBNOTE\fR: game will +run much slower with this option! +.TP +\fB-serializationtest\fR +checks simulation state each turn for serialization errors; on test +failure, error is displayed and logs created in oos_log within the +game's log folder. \fBNOTE\fR: game will run much slower with this option! + +.PP +Archive builder: +.TP +\fB\-archivebuild\fR=\fIPATH\fR +system \fIPATH\fR of the base directory containing mod data to be archived/precached +.TP +\fB\-archivebuild-output\fR=\fIPATH\fR +system \fIPATH\fR to output of the resulting .zip archive (use with archivebuild) +.TP +\fB\-archivebuild-compress\fR +enable deflate compression in the .zip +(no zip compression by default since it hurts compression of release packages) + +.SH "REPORTING BUGS" +Bugs should be reported on Trac. For information on reporting problems +and finding logs, see http://trac.wildfiregames.com/wiki/ReportingErrors + +.SH COPYRIGHT +0 A.D. is released as open source: you can freely use, copy, modify and +distribute the game's source code and data files, as long as you include +attribution to Wildfire Games and let anyone freely modify and distribute any +of your own modifications to the game's files. \ No newline at end of file diff --git a/game/strategy/0ad/files/0ad.desktop b/game/strategy/0ad/files/0ad.desktop new file mode 100644 index 0000000000..e4ca39a43f --- /dev/null +++ b/game/strategy/0ad/files/0ad.desktop @@ -0,0 +1,15 @@ +#!/usr/bin/env xdg-open +[Desktop Entry] +Version=1.0 +Encoding=UTF-8 +Name=0AD +GenericName=0AD strategy game +GenericName[tr]=0AD strateji oyunu +Comment=A real-time strategy game of ancient warfare +Comment[it]=Videogioco strategico in tempo reale di guerre antiche +Comment[tr]= Antik dönemler gerçek zamanlı strateji oyunu +Exec=0ad +Icon=0ad.png +Terminal=false +Type=Application +Categories=Game;StrategyGame; diff --git a/game/strategy/0ad/files/0ad.png b/game/strategy/0ad/files/0ad.png new file mode 100644 index 0000000000..fa45068c27 Binary files /dev/null and b/game/strategy/0ad/files/0ad.png differ diff --git a/game/strategy/0ad/files/fix_permission.patch b/game/strategy/0ad/files/fix_permission.patch new file mode 100644 index 0000000000..f9aae5bbe0 --- /dev/null +++ b/game/strategy/0ad/files/fix_permission.patch @@ -0,0 +1,12 @@ +--- 0ad-0.0.17-alpha.orig/build/workspaces/update-workspaces.sh 2014-09-25 04:54:58.000000000 +0300 ++++ 0ad-0.0.17-alpha/build/workspaces/update-workspaces.sh 2014-11-18 18:22:23.846062170 +0200 +@@ -1,9 +1,5 @@ + #!/bin/sh + +-if [ "$(id -u)" = "0" ]; then +- echo "Running as root will mess up file permissions. Aborting ..." 1>&2 +- exit 1 +-fi + + die() + { diff --git a/game/strategy/0ad/pspec.xml b/game/strategy/0ad/pspec.xml new file mode 100644 index 0000000000..bb8ca5f0f9 --- /dev/null +++ b/game/strategy/0ad/pspec.xml @@ -0,0 +1,114 @@ + + + + + 0ad + http://play0ad.com/ + + Kamil Atlı + suvari@pisilinux.org + + GPLv2 + LGPLv2 + CCPL + MIT + 0ad + app:gui + game.strategy + Cross-platform, 3D and historically-based real-time strategy game + Cross-platform, 3D and historically-based real-time strategy game.As the military leader of an ancient civilisation, + you must gather the resources you need to raise a military force capable of dominating your enemies. + http://releases.wildfiregames.com/0ad-0.0.23b-alpha-unix-build.tar.xz + http://releases.wildfiregames.com/0ad-0.0.23b-alpha-unix-data.tar.xz + + zip + nasm + cmake + binutils + curl-devel + zlib-devel + nspr-devel + tiff-devel + mesa-devel + enet-devel + wxGTK-devel + libSM-devel + icu4c-devel + gloox-devel + boost-devel + openal-devel + wxBase-devel + python-devel + libogg-devel + libpng-devel + libsdl2-devel + libxml2-devel + wxGTK2.8-devel + mesa-glu-devel + miniupnpc-devel + libvorbis-devel + libXcursor-devel + subversion-devel + libsodium-devel + python-setuptools + spidermonkey-devel + libjpeg-turbo-devel + + + fix_permission.patch + + + + + 0ad + + tiff + enet + curl + nspr + mesa + icu4c + zlib + wxGTK + gloox + boost + libpng + libgcc + libX11 + openal + wxBase + libsdl2 + libxml2 + libsodium + miniupnpc + libvorbis + libXcursor + libjpeg-turbo + + + /usr/bin + /usr/lib + /usr/share/0ad + /usr/share/pixmaps + /usr/share/applications + /usr/share/doc/0ad + /usr/share/man/man6 + + + 0ad + 0ad.desktop + 0ad.6 + 0ad.png + + + + + + 2019-10-30 + 0.0.23b + First release + suvari@pisilinux.org + Kamil Atlı + + + \ No newline at end of file diff --git a/game/strategy/0ad/translations.xml b/game/strategy/0ad/translations.xml new file mode 100644 index 0000000000..f2340ea1a8 --- /dev/null +++ b/game/strategy/0ad/translations.xml @@ -0,0 +1,8 @@ + + + + 0ad + Tarihsel, 3D gerçek zamanlı strateji oyunu + Eski bir uygarlığın askeri lideri olarak,gereken kaynakları toplayıp düşmanlarınıza hükmedecek askeri güce sahip olmalı ve galip gelmelisiniz + + diff --git a/game/strategy/component.xml b/game/strategy/component.xml new file mode 100644 index 0000000000..a72ae51eea --- /dev/null +++ b/game/strategy/component.xml @@ -0,0 +1,3 @@ + + game.strategy + \ No newline at end of file diff --git a/network/chat/gloox/actions.py b/network/chat/gloox/actions.py new file mode 100644 index 0000000000..83ddfb703b --- /dev/null +++ b/network/chat/gloox/actions.py @@ -0,0 +1,25 @@ +#!/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 autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + +shelltools.export("PTHREAD_LIBS", "-lpthread") + +def setup(): + autotools.autoreconf("-vfi") + autotools.configure("--with-gnutls \ + --disable-static") + +def build(): + autotools.make() + +def install(): + autotools.install() + + pisitools.dodoc("README", "AUTHORS", "LICENSE", "ChangeLog") diff --git a/network/chat/gloox/pspec.xml b/network/chat/gloox/pspec.xml new file mode 100644 index 0000000000..f502a5902b --- /dev/null +++ b/network/chat/gloox/pspec.xml @@ -0,0 +1,58 @@ + + + + + gloox + https://camaya.net/gloox + + Kamil Atlı + suvari@pisilinux.org + + GPLv2 + library + Full-featured Jabber/XMPP client library + gloox is a rock-solid, full-featured Jabber/XMPP client library, written in C++. It makes writing spec-compliant clients easy and allows for hassle-free integration of Jabber/XMPP functionality into existing applications. + https://camaya.net/download/gloox-1.0.22.tar.bz2 + + zlib-devel + gnutls-devel + + + + + gloox + + zlib + libgcc + libidn + gnutls + + + /usr/bin + /usr/lib + /usr/share/doc + + + + + gloox-devel + Development files for gloox + + gloox + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2019-10-30 + 1.0.20 + First release + Kamil Atlı + suvari@pisilinux.org + + + \ No newline at end of file diff --git a/network/chat/gloox/translations.xml b/network/chat/gloox/translations.xml new file mode 100644 index 0000000000..8e5c6858f1 --- /dev/null +++ b/network/chat/gloox/translations.xml @@ -0,0 +1,13 @@ + + + + gloox + Çok işlevli Jabber/XMMP kitaplığı + gloox, Jabber/XMMP istemcileri için C++ ile yazılmış çok işlevli bir kitaplıktır. Mevcut istemcilere kolayca Jabber/XMMP desteği eklenmesini sağlayarak standartlara uygun istemciler yazılmasına olanak verir. + + + + gloox-devel + gloox için geliştirme dosyaları + + diff --git a/network/library/enet/actions.py b/network/library/enet/actions.py new file mode 100644 index 0000000000..4ca2f6c21e --- /dev/null +++ b/network/library/enet/actions.py @@ -0,0 +1,27 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/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.export("CFLAGS", "%s -fPIC" % get.CFLAGS()) + for i in ["NEWS", "AUTHORS", "COPYING"]: + shelltools.touch(i) + + autotools.autoreconf("-vfi") + autotools.configure("--disable-dependency-tracking \ + --disable-static") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("LICENSE", "ChangeLog", "README*") diff --git a/network/library/enet/pspec.xml b/network/library/enet/pspec.xml new file mode 100644 index 0000000000..d19998edee --- /dev/null +++ b/network/library/enet/pspec.xml @@ -0,0 +1,51 @@ + + + + + enet + http://enet.bespin.org/ + + Kamil Atlı + suvari@pisilinux.org + + MIT + enet + library + UDP network library + enet is a relatively thin, simple and robust network communication layer on top of UDP. + http://enet.bespin.org/download/enet-1.3.14.tar.gz + + glibc-devel + + + + + enet + + /usr/lib + /usr/share/doc + + + + + enet-devel + Development files for enet + + enet + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2019-10-30 + 1.3.14 + First release + Kamil Atlı + suvari@pisilinux.org + + + \ No newline at end of file diff --git a/network/library/enet/translations.xml b/network/library/enet/translations.xml new file mode 100644 index 0000000000..795df6b410 --- /dev/null +++ b/network/library/enet/translations.xml @@ -0,0 +1,13 @@ + + + + enet + UDP ağ kitaplığı + enet UDP protokolü üzerinden iletişim için kullanılabilecek küçük, kolay kullanımlı ve sağlam bir kitaplıktır. + + + + enet-devel + enet için geliştirme dosyaları + + diff --git a/network/library/miniupnpc/actions.py b/network/library/miniupnpc/actions.py new file mode 100644 index 0000000000..3fa723c053 --- /dev/null +++ b/network/library/miniupnpc/actions.py @@ -0,0 +1,22 @@ +#!/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 autotools +from pisi.actionsapi import shelltools +from pisi.actionsapi import get +import os +#WorkDir = "miniupnpc-1.9" + +def setup(): + shelltools.system('cmake -L -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr .') + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + diff --git a/network/library/miniupnpc/pspec.xml b/network/library/miniupnpc/pspec.xml new file mode 100644 index 0000000000..3db3dcc028 --- /dev/null +++ b/network/library/miniupnpc/pspec.xml @@ -0,0 +1,52 @@ + + + + + miniupnpc + http://miniupnp.free.fr/ + + Kamil Atlı + suvari@pisilinux.org + + Copyright (c) 2005-2011, Thomas BERNARD.All rights reserved. + + library + miniupnpc is a UPnP Control Point. + miniupnpc, the client library, enabling applications to access the services provided by an UPnP "Internet Gateway Device" present on the network. In UPnP terminology,miniupnpc is a UPnP Control Point. + http://miniupnp.free.fr/files/download.php?file=miniupnpc-2.1.20190824.tar.gz + + cmake + + + + + miniupnpc + + + + + /usr/lib + + + + + miniupnpc-devel + + miniupnpc + + + /usr/include/miniupnpc + /usr/lib/pkgconfig + + + + + + 2019-10-30 + 2.1.20190824 + First release + Kamil Atlı + suvari@pisilinux.org + + + \ No newline at end of file diff --git a/network/library/miniupnpc/translations.xml b/network/library/miniupnpc/translations.xml new file mode 100644 index 0000000000..6f27922dcf --- /dev/null +++ b/network/library/miniupnpc/translations.xml @@ -0,0 +1,18 @@ + + + + miniupnpc + bir uPnP istemci kütüphanesi + bir uPnP istemci kitaplığı;uygulamaların ağdaki mevcut bir UPnP "internet ağgeçidi aygıtı" + tarafından sağlanan servislere erişimine olanak verir. + + + + miniupnpc + bir uPnP istemci kütüphanesi + + + miniupnpc-devel + miniupnpc için geliştirme dosyaları + + diff --git a/pisi-index.xml b/pisi-index.xml index 2e56c6f11f..d874eabc24 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -731,8 +731,8 @@ FontForge is a font editor that lets you create your own postscript, truetype, opentype, cid-keyed, multi-master, cff, svg and bitmap (bdf, FON, NFNT) fonts, or edit existing ones. Also lets you convert one format to another. FontForge also has support for many macintosh font formats. FontForge kendi postscript, truetype, opentype, cid-keyed, multi-master, cff, svg, bitmap (bdf, FON, NFNT) fontlarınızı yaratmanıza veya hali hazırda varolan fontlarınızı düzenlemenize olanak tanıyan bir font düzenleyicidir. FontForge Macintosh font formatlarının çoğunu da desteklemektedir. fontforge - https://github.com/fontforge/fontforge/archive/20170731.tar.gz - https://fontforge.github.io/cidmaps.tgz + https://github.com/fontforge/fontforge/releases/download/20190801/fontforge-20190801.tar.gz + https://fontforge.github.io/cidmaps.tgz git shared-mime-info @@ -748,7 +748,7 @@ libspiro-devel xdg-utils fontconfig-devel - python-devel + python3-devel libxml2-devel readline-devel libtool-ltdl @@ -762,7 +762,7 @@ glib2 libX11 libpng - python + python3 libxml2 freetype readline @@ -784,7 +784,9 @@ /usr/share/mime /usr/share/pixmaps /usr/share/icons + /usr/share/appdata /usr/share/fontforge + /usr/share/metainfo /usr/share/applications /usr/share/locale @@ -797,7 +799,7 @@ tiff-devel pango-devel cairo-devel - fontforge + fontforge /usr/include @@ -805,6 +807,13 @@ + + 2019-10-26 + 2.0.20190801 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-07-31 2.0.20170731 @@ -4073,7 +4082,7 @@ Plazma Çerçevelerine dayalı bir platform Plazma Çerçevelerine dayalı bir platform Plazma Çerçevelerine dayalı bir platform - https://download.kde.org/stable/latte-dock/latte-dock-0.9.3.tar.xz + https://download.kde.org/stable/latte-dock/latte-dock-0.9.4.tar.xz cmake kconfig-devel @@ -4151,6 +4160,13 @@ + + 2019-10-27 + 0.9.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-10-04 0.9.3 @@ -73696,7 +73712,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Development files for modemmanger-qt qt5-base-devel - modemmanager-qt + modemmanager-qt /usr/include @@ -73705,6 +73721,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2019-10-26 + 5.62.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-09-15 5.62.0 @@ -84289,7 +84312,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.kwin-devel Development files for kwin - kwin + kwin kactivities-devel kauth-devel kcmutils-devel @@ -84345,6 +84368,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2019-10-25 + 5.16.5 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2019-09-15 5.16.5 @@ -86192,7 +86222,7 @@ It supports email, address books, calendars, tasks, news feeds and much more. - 2019-10-17 + 2019-10-18 5.17.0 First release Safa Arıman @@ -87063,6 +87093,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2019-10-26 + 5.16.5 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2019-09-15 5.16.5 @@ -94157,7 +94194,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.lxqt-panel-devel Development headers for lxqt-panel - lxqt-panel + lxqt-panel /usr/include @@ -94165,6 +94202,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2019-10-25 + 0.14.1 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2019-06-16 0.14.1 @@ -96243,6 +96287,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.QML tabanlı X11 görüntü yöneticisi. KDE Power Management module. Provides kded daemon DBus helper and KCM for configuring Power settings https://github.com/sddm/sddm/releases/download/v0.18.1/sddm-0.18.1.tar.xz + https://github.com/sebo28/pisi-linux-gray/archive/v0.1.tar.gz qt5-base-devel qt5-linguist @@ -96297,6 +96342,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2019-10-29 + 0.18.1 + Version bump + Kamil Atlı + suvari@pisilinux.org + 2019-10-12 0.18.1 @@ -96838,16 +96890,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.Kaptan, bilgisayarınız ilk defa açıldığında çalışma ortamınızı kişiselleştirmenize yardımcı olur. Kaptan, el asistente de inicio de Pisi Linux que le ayudará a personalizar su entorno de trabajo. kaptan - https://github.com/PisiLinuxNew/kaptan/archive/beta7.3.tar.gz + https://github.com/PisiLinuxNew/kaptan/archive/beta7.3.2.tar.gz python3-setuptools python3-qt5 python3-devel qt5-linguist - - screen.patch - desktop/pisilinux/kaptan/pspec.xml @@ -96867,6 +96916,20 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2019-10-19 + 7.3.2 + Version bump. + Erkan IŞIK + erkanisik@pisilinux.org + + + 2019-10-19 + 7.3.1 + fix pisilinux.org links. + Erkan IŞIK + erkanisik@pisilinux.org + 2019-02-03 7.3 @@ -101097,6 +101160,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.libproxy-devel gst-plugins-base-devel wayland-devel + wayland-protocols-devel libXcursor-devel tslib-devel shared-mime-info @@ -101164,7 +101228,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 mesa-devel @@ -101223,6 +101287,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2019-10-25 + 5.13.1 + Rebuild libxkbcommon. + Mustafa Cinasal + muscnsl@gmail.com + 2019-09-05 5.13.1 @@ -104028,7 +104099,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-script için geliştirme dosyaları qt5-base-devel - qt5-script + qt5-script /usr/lib/pkgconfig @@ -104045,6 +104116,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2019-10-28 + 5.13.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2019-09-05 5.13.1 @@ -105068,9 +105146,6 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-base - /usr/bin/lprodump - /usr/bin/lrelease-pro - /usr/bin/lupdate-pro /usr/bin/assistant /usr/bin/qhelpgenerator /usr/bin/qhelpconverter @@ -105099,7 +105174,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-assistant-devel qt5-base-devel - qt5-assistant + qt5-assistant llvm-clang-devel @@ -105148,7 +105223,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* @@ -105166,10 +105241,11 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-base - /usr/bin/lrelease + /usr/bin/lrelease* /usr/bin/linguist /usr/bin/lconvert - /usr/bin/lupdate + /usr/bin/lupdate* + /usr/bin/lprodump /usr/lib/cmake/Qt5LinguistTools /usr/share/applications/linguist5.desktop /usr/share/icons/hicolor/128x128/apps/linguist.png @@ -105207,6 +105283,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2019-10-28 + 5.13.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2019-09-05 5.13.1 @@ -105655,7 +105738,7 @@ 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-wayland qt5-base-devel @@ -105673,6 +105756,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2019-10-25 + 5.13.1 + Rebuild libxkbcommon. + Mustafa Cinasal + muscnsl@gmail.com + 2019-09-05 5.13.1 @@ -107782,7 +107872,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Emacs is the extensible, customizable, self-documenting real-time console-mode editor. It has many features to increase productivity when programming. Emacs, gelişmiş, özelleştirilebilir ve esnek bir metin editörüdür. Özellikle program yazanlar tarafından çokça tercih edilen, fare kullanımına gerek bırakmadan çok hızlı çalışma imkânı sağlayan bir editördür. emacs - ftp://ftp.gnu.org/gnu/emacs/emacs-26.1.tar.xz + ftp://ftp.gnu.org/gnu/emacs/emacs-26.3.tar.xz acl-devel gtk2-devel @@ -107801,17 +107891,10 @@ It supports email, address books, calendars, tasks, news feeds and much more.libpng-devel librsvg-devel tiff-devel - gnutls-devel + gnutls-devel imagemagick-devel lcms2-devel - - 01_all_bootstrap-infloop.patch - 02_all_imagemagick-7.patch - 0001-Ignore-color-fonts-when-using-Xft.patch - 0001-Port-FC_COLOR-change-to-older-fontconfig.patch - 0001-src-ftfont.c-ftfont_spec_pattern-Fix-whitespace.patch - editor/emacs/emacs/pspec.xml @@ -107862,8 +107945,10 @@ It supports email, address books, calendars, tasks, news feeds and much more./var/games/emacs /usr/share/pixmaps /usr/share/appdata + /usr/share/metainfo /usr/share/applications /usr/libexec/emacs + /usr/include System.PackageHandler @@ -107876,6 +107961,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2019-10-26 + 26.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-02-01 26.1 @@ -107986,7 +108078,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.MMM (Multiple Major Mode), Emacs uygulamasının bir tamponda aynı anda birden fazla ana kip kullanılmasına imkân veren bir eklentidir. mirrors://sourceforge/mmm-mode/mmm-mode-0.5.4.tar.gz - emacs + emacs gtk2-devel editor/emacs/emacs-mmm-mode/pspec.xml @@ -108007,6 +108099,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2019-10-26 + 0.5.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2019-02-01 0.5.4 @@ -108052,9 +108151,9 @@ It supports email, address books, calendars, tasks, news feeds and much more.Emacs için PHP kipi php-mode is an add-on for Emacs to help work with PHP files more efficiently. php-mode, kullanıcının PHP dosyalarıyla daha hızlı çalışabilmesi için bir eklentidir. - https://github.com/ejmr/php-mode/archive/v1.18.2.tar.gz + https://github.com/ejmr/php-mode/archive/v1.22.0.tar.gz - emacs + emacs editor/emacs/emacs-php-mode/pspec.xml @@ -108072,6 +108171,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2019-10-26 + 1.22.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + 2019-02-01 1.18.2 @@ -108427,7 +108533,7 @@ It supports email, address books, calendars, tasks, news feeds and much more. liblangtag - http://tagoh.bitbucket.org/liblangtag + https://bitbucket.org/tagoh/liblangtag/wiki/Home Alihan Öztürk alihan@pisilinux.org @@ -108438,7 +108544,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.editor An interface library to access tags for identifying languages liblangtag is an interface library to access/deal with tags for identifying languages, which is described in RFC. - https://bitbucket.org/tagoh/liblangtag/downloads/liblangtag-0.6.2.tar.bz2 + https://bitbucket.org/tagoh/liblangtag/downloads/liblangtag-0.6.3.tar.bz2 libxml2-devel glib2-devel @@ -108465,7 +108571,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.liblangtag için geliştirme dosyaları liblangtag için geliştirme dosyaları - liblangtag + liblangtag /usr/include/liblangtag @@ -108473,6 +108579,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2019-10-28 + 0.6.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-08-09 0.6.2 @@ -108715,7 +108828,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Nano est un petit éditeur libre et convivial qui a pour but de remplacer Pico, l'éditeur par défaut inclus dans le paquet non-libre Pine. Plutôt que juste copier l'apparence et le ressenti de Pico, nan implémente également certaines fonctionnalité manquantes (ou désactivées par défaut), tel que "rechercher et remplacer" ou "allez à la ligne numéro". Nano is a small, free and friendly editor which aims to replace Pico, the default editor included in the non-free Pine package. Rather than just copying Pico's look and feel, nano also implements some missing (or disabled by default) features in Pico, such as "search and replace" and "go to line number". Nano özgür olmayan Pine paketinin içindeki metin düzenleme programı olan Pico'nun yerine geçme hedefini güden küçük, özgür ve kullanışlı bir metin düzenleme programıdır. Pico'nun görünüşünü ve işlevini kopyalamaktan çok, Nano aynı zamanda "ara ve değiştir" ve "satır numarasına git" gibi Pico'da olmayan (veya ön tanımlı olarak kapalı) bazı özellikleri sunar. - https://www.nano-editor.org/dist/v2.9/nano-2.9.8.tar.xz + https://www.nano-editor.org/dist/v4/nano-4.5.tar.xz groff ncurses-devel @@ -108741,6 +108854,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2019-10-27 + 4.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2019-03-27 2.9.8 @@ -108808,7 +108928,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Vim, which stands for Vi IMproved, is an open-source, multiplatform text editor extended from vi. It was first released by Bram Moolenaar in 1991. Since then, numerous features have been added to Vim, many of which are helpful in editing program source code. VIM, açık hali ile Vi Improved - Geliştirilmiş Vi, 1991 yılında Bram Moolenaar tarafından yazılmış ve özellikle programcılar ve sistem yöneticileri tarafından çok kullanılan bir metin editörüdür. Çok geniş bir kullanıcı kitlesi olan VIM metin düzenleyicisi yüksek oranda özelleştirilebilir bir yazılımdır. Ayrıca VIM için pek çok destekleyici betik (script) bulunmaktadır. Edytor tekstu podobny do Vi. Ważne ulepszenia: możliwość pracy w wielu oknach, wielopoziomowa opcja ‚cofnij’, bloki, podświetlanie składni, folding i wiele innych. - https://github.com/vim/vim/archive/v8.0.1451.tar.gz + https://github.com/vim/vim/archive/v8.1.1846.tar.gz gpm ctags @@ -108823,10 +108943,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.ncurses-devel - vim-fix-xml-crash.patch pisilinux/grub_conf.patch pisilinux/xorg_conf.patch - vim-7.0-warning.patch vim-7.3-interix-link.patch editor/vi/vim/pspec.xml @@ -108872,6 +108990,7 @@ It supports email, address books, calendars, tasks, news feeds and much more. acl perl + ruby glib2 libX11 ncurses @@ -108902,6 +109021,20 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2019-10-29 + 8.1.1846 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-29 + 8.0.1451 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + 2018-08-29 8.0.1451 @@ -110301,6 +110434,119 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + + 0ad + http://play0ad.com/ + + Kamil Atlı + suvari@pisilinux.org + + GPLv2 + LGPLv2 + CCPL + MIT + app:gui + game.strategy + Cross-platform, 3D and historically-based real-time strategy game + Tarihsel, 3D gerçek zamanlı strateji oyunu + Cross-platform, 3D and historically-based real-time strategy game.As the military leader of an ancient civilisation, + you must gather the resources you need to raise a military force capable of dominating your enemies. + Eski bir uygarlığın askeri lideri olarak,gereken kaynakları toplayıp düşmanlarınıza hükmedecek askeri güce sahip olmalı ve galip gelmelisiniz + 0ad + http://releases.wildfiregames.com/0ad-0.0.23b-alpha-unix-build.tar.xz + http://releases.wildfiregames.com/0ad-0.0.23b-alpha-unix-data.tar.xz + + zip + nasm + cmake + binutils + curl-devel + zlib-devel + nspr-devel + tiff-devel + mesa-devel + enet-devel + wxGTK-devel + libSM-devel + icu4c-devel + gloox-devel + boost-devel + openal-devel + wxBase-devel + python-devel + libogg-devel + libpng-devel + libsdl2-devel + libxml2-devel + wxGTK2.8-devel + mesa-glu-devel + miniupnpc-devel + libvorbis-devel + libXcursor-devel + subversion-devel + libsodium-devel + python-setuptools + spidermonkey-devel + libjpeg-turbo-devel + + + fix_permission.patch + + game/strategy/0ad/pspec.xml + + + 0ad + + tiff + enet + curl + nspr + mesa + icu4c + zlib + wxGTK + gloox + boost + libpng + libgcc + libX11 + openal + wxBase + libsdl2 + libxml2 + libsodium + miniupnpc + libvorbis + libXcursor + libjpeg-turbo + + + /usr/bin + /usr/lib + /usr/share/0ad + /usr/share/pixmaps + /usr/share/applications + /usr/share/doc/0ad + /usr/share/man/man6 + + + 0ad + 0ad.desktop + 0ad.6 + 0ad.png + + + + + 2019-10-30 + 0.0.23b + First release + Kamil Atlı + suvari@pisilinux.org + + + blueman @@ -118589,7 +118835,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Yüksek kaliteli yazıcı sürücüleri gutenprint contains drivers for Canon, Epson, Lexmark, Sony, Olympus, and PCL printers for use with Ghostscript, CUPS, Foomatic, and the Gimp. Canon, Epson, Lexmark, Sony, Olympus ve PCL türü yazıcılar için Gimp, CUPS, Foomatic yazıcı sürücüleri - mirrors://sourceforge/gimp-print/gutenprint-5.2/5.2.14/gutenprint-5.2.14.tar.bz2 + https://sourceforge.net/projects/gimp-print/files/gutenprint-5.3/5.3.3/gutenprint-5.3.3.tar.xz fedora/cups-genppdupdate.py.in @@ -118610,8 +118856,6 @@ It supports email, address books, calendars, tasks, news feeds and much more. fedora/gutenprint-build.patch fedora/gutenprint-menu.patch - fedora/gutenprint-O6.patch - fedora/gutenprint-postscriptdriver.patch hardware/printer/gutenprint/pspec.xml @@ -118654,7 +118898,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Development files for gutenprint gutenprint için geliştirme dosyaları - gutenprint + gutenprint /usr/include/gutenprint @@ -118663,6 +118907,20 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2019-10-24 + 5.3.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-23 + 5.2.14 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2019-01-11 5.2.14 @@ -121468,7 +121726,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Güçlü bir sanallaştırma programı VirtualBox is a family of powerful x86 virtualization products for enterprise as well as home use. This is the Open Source Edition which lacks USB support and some other things. VirtualBox, ev kullanımı yanında kurumsal kullanım alanı da bulan güçlü bir xf86 sanallaştırma ürünleri ailesidir. Bu sürüm, USB ve birkaç özellik için desteği bulunmayan açık kodlu uyarlamasıdır. - http://download.virtualbox.org/virtualbox/6.0.12/VirtualBox-6.0.12.tar.bz2 + http://download.virtualbox.org/virtualbox/6.0.14/VirtualBox-6.0.14.tar.bz2 LocalConfig.kmk @@ -121554,7 +121812,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.openssl device-mapper qt5-x11extras - module-virtualbox + module-virtualbox /etc/vbox @@ -121592,7 +121850,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.libXdamage xorg-server libXcomposite - module-virtualbox-guest + module-virtualbox-guest /etc/X11/xinit/xinitrc.d @@ -121613,6 +121871,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2019-10-29 + 6.0.14 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-09-29 6.0.12 @@ -125196,7 +125461,7 @@ cleaner, which will allow to add new features in the future. Development files for gegl gegl için geliştirme dosyaları - gegl + gegl glib2-devel babl-devel json-glib-devel @@ -125208,6 +125473,13 @@ cleaner, which will allow to add new features in the future. + + 2019-10-27 + 0.4.16 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + 2019-06-29 0.4.16 @@ -125346,7 +125618,7 @@ cleaner, which will allow to add new features in the future. Development files for gegl02 gegl02 için geliştirme dosyaları - gegl02 + gegl02 glib2-devel babl-devel @@ -125357,6 +125629,13 @@ cleaner, which will allow to add new features in the future. + + 2019-10-27 + 0.2.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2019-06-29 0.2.2 @@ -130414,7 +130693,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression Bu kütüphane TIFF (Tag Image File Format) resim biçimi desteği sağlar. Bu biçim resim bilgisi saklamak için pek çok yerde kullanılır. Este software facilita soporte para el formato de imagen etiqueteado (TIFF), un formato para almacenamiento de imágenes de uso común. Biblioteka do manipulacji plikami w formacie TIFF. - https://download.osgeo.org/libtiff/tiff-4.0.9.tar.gz + https://download.osgeo.org/libtiff/tiff-4.0.10.tar.gz xz-devel zlib-devel @@ -130441,7 +130720,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression Developement files for tiff tiff için geliştirme dosyaları - tiff + tiff /usr/include @@ -130473,7 +130752,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression libjpeg-turbo-32bit - tiff + tiff libjpeg-turbo-32bit libgcc xz-32bit @@ -130484,6 +130763,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + 2019-10-26 + 4.0.10 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-01-09 4.0.9 @@ -130550,7 +130836,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression webp resim formatı kütüphanesi ve png,jpeg,tiff resim formatlarına dönüştürme aracı webp image format and format conversion png,jpeg,tiff webp resim formatı kütüphanesi ve png,jpeg,tiff resim formatlarına dönüştürme aracı - https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.0.1.tar.gz + https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.0.3.tar.gz mesa-devel mesa-glu-devel @@ -130593,6 +130879,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + 2019-10-26 + 1.0.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-01-18 1.0.1 @@ -142693,7 +142986,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol gstreamer-32bit - gst-plugins-base + gst-plugins-base orc-32bit zlib-32bit cairo-32bit @@ -142728,7 +143021,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol Development files for gst-plugins-base gst-plugins-base için geliştirme dosyaları - gst-plugins-base + gst-plugins-base orc-devel gstreamer-devel glib2-devel @@ -142752,6 +143045,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + 2019-10-20 + 1.16.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2019-10-05 1.16.1 @@ -144794,7 +145094,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol mpv-player - http://www.mplayerhq.hu/ + https://mpv.io/ PisiLinux Community admins@pisilinux.org @@ -144804,7 +145104,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol multimedia.video mpv is based on mplayer2 mpv has Wayland support, Improved OpenGL output, Support for libavfilter (for video->video and audio->audio). This allows using most of FFmpeg's filters, which improve greatly on the old MPlayer filters in features, performance, and correctness.is a movie player that can run on many platforms. Improved OpenGL output. More correct color reproduction (color matrix generation), including support for BT.2020 (Ultra HD) and linear XYZ (Digital Cinema) inputs. - https://github.com/mpv-player/mpv/archive/v0.29.1.tar.gz + https://github.com/mpv-player/mpv/archive/v0.30.0.tar.gz ffmpeg-devel wayland-devel @@ -144855,7 +145155,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol python3-youtube_dl - hwdec-vaegl.patch 02_fix-config-path.patch 05_add-keywords.patch @@ -144910,12 +145209,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol /usr/share/applications /usr/share/icons /usr/share/zsh + /usr/share/mpv mpv-player-devel - mpv-player + mpv-player /usr/lib/pkgconfig @@ -144923,6 +145223,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + 2019-10-28 + 0.30.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-10-14 0.29.1 @@ -145661,7 +145968,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol smplayer - http://smplayer.sourceforge.net + https://www.smplayer.info/ PisiLinux Community admins@pisilinux.org @@ -145676,15 +145983,15 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol smplayer Qt ile yazılmış, gelişmiş bir mplayer önyüzüdür. Basit özelliklerinin yanı sıra, TV, DVD, VCD oynatma, mplayer filtrelerini kullanabilme gibi yetenekleri de bulunmaktadır. SMPlayer es un reproductor multimedia gratuito y para Windows y Linux con códecs incorporados, que puede reproducir prácticamente cualquier formato de vídeo y audio. No necesita ningún códec externo. Simplemente instala SMPlayer y podrás reproducir cualquier formato sin la molestia de tener que buscar e instalar paquetes de códecs. smplayer - https://sourceforge.net/projects/smplayer/files/SMPlayer/19.5.0/smplayer-19.5.0.tar.bz2 - https://sourceforge.net/projects/smplayer/files/SMPlayer-themes/18.6.0/smplayer-themes-18.6.0.tar.bz2 - http://sourceforge.net/projects/smplayer/files/SMPlayer-skins/15.2.0/smplayer-skins-15.2.0.tar.bz2 + https://sourceforge.net/projects/smplayer/files/SMPlayer/19.10.0/smplayer-19.10.0.tar.bz2 + https://sourceforge.net/projects/smplayer/files/SMPlayer-themes/18.6.0/smplayer-themes-18.6.0.tar.bz2 + http://sourceforge.net/projects/smplayer/files/SMPlayer-skins/15.2.0/smplayer-skins-15.2.0.tar.bz2 + zlib-devel + qt5-linguist qt5-base-devel qt5-script-devel libxkbcommon-devel - zlib-devel - qt5-linguist multimedia/video/smplayer/pspec.xml @@ -145709,6 +146016,20 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + 2019-10-29 + 19.10.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-28 + 19.5.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2019-06-03 19.5.0 @@ -145845,7 +146166,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol Youtube video indirme yöneticisi SMTube allows to search, play and download Youtube videos. SMTube, youtube videolarını oynatmak indirmek ve videolar içerisinde arama yapmak için bir uygulamadır. - https://sourceforge.net/projects/smplayer/files/SMTube/17.1.0/smtube-17.1.0.tar.bz2 + https://sourceforge.net/projects/smtube/files/SMTube/19.6.0/smtube-19.6.0.tar.bz2 qt5-base-devel qt5-script-devel @@ -145871,6 +146192,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + 2019-10-29 + 19.6.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2018-08-15 17.1.0 @@ -147984,6 +148312,64 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + + gloox + https://camaya.net/gloox + + Kamil Atlı + suvari@pisilinux.org + + GPLv2 + library + network.chat + Full-featured Jabber/XMPP client library + Çok işlevli Jabber/XMMP kitaplığı + gloox is a rock-solid, full-featured Jabber/XMPP client library, written in C++. It makes writing spec-compliant clients easy and allows for hassle-free integration of Jabber/XMPP functionality into existing applications. + gloox, Jabber/XMMP istemcileri için C++ ile yazılmış çok işlevli bir kitaplıktır. Mevcut istemcilere kolayca Jabber/XMMP desteği eklenmesini sağlayarak standartlara uygun istemciler yazılmasına olanak verir. + https://camaya.net/download/gloox-1.0.22.tar.bz2 + + zlib-devel + gnutls-devel + + network/chat/gloox/pspec.xml + + + gloox + + zlib + libgcc + libidn + gnutls + + + /usr/bin + /usr/lib + /usr/share/doc + + + + gloox-devel + Development files for gloox + gloox için geliştirme dosyaları + + gloox + + + /usr/include + /usr/lib/pkgconfig + + + + + 2019-10-30 + 1.0.20 + First release + Kamil Atlı + suvari@pisilinux.org + + + libotr @@ -149617,7 +150003,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol Mobil modemler için yönetim katmanı ModemManager provides a unified high level API for communicating with mobile broadband modems. ModemManager, 3G ve GSM gibi mobil genişbant modemlerle D-Bus üzerinden iletişimi sağlayan bir sistem hizmetidir. - http://www.freedesktop.org/software/ModemManager/ModemManager-1.6.12.tar.xz + http://www.freedesktop.org/software/ModemManager/ModemManager-1.10.4.tar.xz glib2-devel libgudev-devel @@ -149642,7 +150028,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol libqmi polkit libmbim - libgudev libmm-glib @@ -149657,9 +150042,11 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol /usr/lib/ModemManager /usr/lib/girepository-1.0/ModemManager-1.0.typelib /usr/share/man/man8/ModemManager.8 + /usr/share/man/man1/mmcli.1 /usr/share/gtk-doc /usr/share/polkit-1 /usr/share/bash-completion + /usr/share/ModemManager/mm-dell-dw5821e-carrier-mapping.conf @@ -149667,7 +150054,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol Development files for ModemManager ModemManager için geliştirme dosyaları - ModemManager + ModemManager /usr/include/ModemManager/ @@ -149679,6 +150066,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol D-Bus service for managing modems - shared libraries glib2 + libgudev /usr/bin @@ -149693,7 +150081,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol Development files for libmm-glib libmm-glib için geliştirme dosyaları - libmm-glib + libmm-glib glib2-devel ModemManager-devel @@ -149703,6 +150091,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + 2019-10-26 + 1.10.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-08-13 1.6.12 @@ -151129,6 +151524,57 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + + enet + http://enet.bespin.org/ + + Kamil Atlı + suvari@pisilinux.org + + MIT + library + network.library + UDP network library + UDP ağ kitaplığı + enet is a relatively thin, simple and robust network communication layer on top of UDP. + enet UDP protokolü üzerinden iletişim için kullanılabilecek küçük, kolay kullanımlı ve sağlam bir kitaplıktır. + enet + http://enet.bespin.org/download/enet-1.3.14.tar.gz + + glibc-devel + + network/library/enet/pspec.xml + + + enet + + /usr/lib + /usr/share/doc + + + + enet-devel + Development files for enet + enet için geliştirme dosyaları + + enet + + + /usr/include + /usr/lib/pkgconfig + + + + + 2019-10-30 + 1.3.14 + First release + Kamil Atlı + suvari@pisilinux.org + + + flickcurl @@ -151385,7 +151831,7 @@ functionality to build high-performing, platform-independent programs.network.library MBIM modem protocol helper library. libmbim is a glib-based library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol. - http://www.freedesktop.org/software/libmbim/libmbim-1.16.0.tar.xz + http://www.freedesktop.org/software/libmbim/libmbim-1.20.0.tar.xz gtk-doc glib2-devel @@ -151415,7 +151861,8 @@ functionality to build high-performing, platform-independent programs.libmbim için geliştirme dosyaları libmbim için geliştirme dosyaları - libmbim + libmbim + glib2-devel libgudev-devel @@ -151424,6 +151871,13 @@ functionality to build high-performing, platform-independent programs. + + 2019-10-26 + 1.20.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-08-13 1.16.0 @@ -151474,10 +151928,11 @@ functionality to build high-performing, platform-independent programs.network.library QMI modem protocol helper library libqmi is a glib-based library for talking to WWAN modems and devices which speak the Qualcomm MSM Interface (QMI) protocol. - http://www.freedesktop.org/software/libqmi/libqmi-1.20.0.tar.xz + http://www.freedesktop.org/software/libqmi/libqmi-1.22.6.tar.xz glib2-devel libgudev-devel + libmbim-devel gobject-introspection-devel network/library/libqmi/pspec.xml @@ -151487,6 +151942,7 @@ functionality to build high-performing, platform-independent programs. glib2 libgudev + libmbim gobject-introspection @@ -151502,7 +151958,7 @@ functionality to build high-performing, platform-independent programs.libqmi-devel Development files for libqmi - libqmi + libqmi glib2-devel @@ -151511,6 +151967,13 @@ functionality to build high-performing, platform-independent programs. + + 2019-10-26 + 1.22.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-08-13 1.20.0 @@ -151548,6 +152011,57 @@ functionality to build high-performing, platform-independent programs. + + + miniupnpc + http://miniupnp.free.fr/ + + Kamil Atlı + suvari@pisilinux.org + + Copyright (c) 2005-2011, Thomas BERNARD.All rights reserved. + library + network.library + miniupnpc is a UPnP Control Point. + bir uPnP istemci kütüphanesi + miniupnpc, the client library, enabling applications to access the services provided by an UPnP "Internet Gateway Device" present on the network. In UPnP terminology,miniupnpc is a UPnP Control Point. + bir uPnP istemci kitaplığı;uygulamaların ağdaki mevcut bir UPnP "internet ağgeçidi aygıtı" + tarafından sağlanan servislere erişimine olanak verir. + + http://miniupnp.free.fr/files/download.php?file=miniupnpc-2.1.20190824.tar.gz + + cmake + + network/library/miniupnpc/pspec.xml + + + miniupnpc + bir uPnP istemci kütüphanesi + + /usr/lib + + + + miniupnpc-devel + miniupnpc için geliştirme dosyaları + + miniupnpc + + + /usr/include/miniupnpc + /usr/lib/pkgconfig + + + + + 2019-10-30 + 2.1.20190824 + First release + Kamil Atlı + suvari@pisilinux.org + + + nodejs @@ -152519,7 +153033,7 @@ complete albums that you have purchased from Amazon. freerdp-devel - freerdp + freerdp openssl-devel @@ -152528,6 +153042,13 @@ complete albums that you have purchased from Amazon. + + 2019-10-25 + 2.0_20180426 + Rebuild + Pisi Linux Community + admin@pisilinux.org + 2018-08-07 2.0_20180426 @@ -154343,8 +154864,8 @@ complete albums that you have purchased from Amazon. Adobe (Macromedia) Flash Player is an application to present interactive (and possibly multimedia-containing) content created using Adobe Flash. Adobe (Macromedia) Flash Oynatıcısı, Adobe Flash ile oluşturulmuş içerikleri görüntülemeye olanak sağlayan bir uygulama. flash-player-properties - https://fpdownload.adobe.com/pub/flashplayer/pdc/32.0.0.238/flash_player_npapi_linux.i386.tar.gz - https://fpdownload.adobe.com/pub/flashplayer/pdc/32.0.0.238/flash_player_npapi_linux.x86_64.tar.gz + https://fpdownload.adobe.com/pub/flashplayer/pdc/32.0.0.270/flash_player_npapi_linux.i386.tar.gz + https://fpdownload.adobe.com/pub/flashplayer/pdc/32.0.0.270/flash_player_npapi_linux.x86_64.tar.gz nss gtk2 @@ -154387,6 +154908,13 @@ complete albums that you have purchased from Amazon. + + 2019-10-29 + 32.0.0.270 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-09-03 32.0.0.238 @@ -154688,7 +155216,7 @@ complete albums that you have purchased from Amazon. Google Chrome's Pepper Flash plugin for Chromium. Google Chrome's Pepper Flash plugin for Chromium (stable version) Chromium tarayıcısı için Google chrom eklentisi olan Pepper Flash Eklentisi (Kararlı sürüm) - https://fpdownload.adobe.com/pub/flashplayer/pdc/32.0.0.238/flash_player_ppapi_linux.x86_64.tar.gz + https://fpdownload.adobe.com/pub/flashplayer/pdc/32.0.0.270/flash_player_ppapi_linux.x86_64.tar.gz network/plugin/pepperflash/pspec.xml @@ -154706,6 +155234,13 @@ complete albums that you have purchased from Amazon. + + 2019-10-29 + 32.0.0.270 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-09-03 32.0.0.238 @@ -155263,7 +155798,7 @@ complete albums that you have purchased from Amazon. Chromium-browser is an open-source web browser, powered by WebKit. Chromium, açık kaynak kodlu Webkit tabanlı bir ağ tarayıcıdır. chromium-browser - http://gsdview.appspot.com/chromium-browser-official/chromium-77.0.3865.93.tar.xz + http://gsdview.appspot.com/chromium-browser-official/chromium-78.0.3904.70.tar.xz alsa-lib-devel at-spi2-atk-devel @@ -155345,11 +155880,10 @@ complete albums that you have purchased from Amazon. chromium-skia-harmony.patch chromium-widevine.patch - fix-wrong-string-initialization-in-LinkedHashSet.patch - include-limits-in-web_time_range.cc.patch - include-memory-in-one_euro_filter.h.patch - fix-missing-include.patch - link-against-harfbuzz-subset.patch + add-missing-include-for-unique_ptr.patch + dns_util-make-DohUpgradeEntry-non-const.patch + fix-shutdown-crash-in-ProfileManager.patch + fix-spammy-unique-font-matching-log.patch network/web/chromium-browser/pspec.xml @@ -155417,6 +155951,13 @@ complete albums that you have purchased from Amazon. + + 2019-09-25 + 78.0.3904.70 + Version Bump. + Idris Kalp + idriskalp@gmail.com + 2019-09-24 77.0.3865.93 @@ -155672,7 +156213,7 @@ complete albums that you have purchased from Amazon. Mozilla Firefox – otwarta przeglądarka internetowa oparta na silniku Gecko, stworzona i rozwijana przez Korporację Mozilla oraz ochotników. Navegue por la web de forma rápida y segura. Navegador web de código abierto que se puede personalizar con características adicionales. firefox - https://ftp.mozilla.org/pub/firefox/releases/69.0.2/source/firefox-69.0.2.source.tar.xz + https://ftp.mozilla.org/pub/firefox/releases/70.0/source/firefox-70.0.source.tar.xz mozconfig pisilinux/browserconfig.properties @@ -155791,7 +156332,7 @@ complete albums that you have purchased from Amazon. system.locale lang-az - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-az@firefox.mozilla.org.xpi @@ -155805,7 +156346,7 @@ complete albums that you have purchased from Amazon. system.locale lang-bs - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-bs@firefox.mozilla.org.xpi @@ -155819,7 +156360,7 @@ complete albums that you have purchased from Amazon. system.locale lang-ca - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-ca@firefox.mozilla.org.xpi @@ -155833,7 +156374,7 @@ complete albums that you have purchased from Amazon. system.locale lang-da - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-da@firefox.mozilla.org.xpi @@ -155847,7 +156388,7 @@ complete albums that you have purchased from Amazon. system.locale lang-de - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-de@firefox.mozilla.org.xpi @@ -155861,7 +156402,7 @@ complete albums that you have purchased from Amazon. system.locale lang-el - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-el@firefox.mozilla.org.xpi @@ -155875,7 +156416,7 @@ complete albums that you have purchased from Amazon. system.locale lang-en-US - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-en-US@firefox.mozilla.org.xpi @@ -155889,7 +156430,7 @@ complete albums that you have purchased from Amazon. system.locale lang-en-GB - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi @@ -155903,7 +156444,7 @@ complete albums that you have purchased from Amazon. system.locale lang-es-AR - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-es-AR@firefox.mozilla.org.xpi @@ -155917,7 +156458,7 @@ complete albums that you have purchased from Amazon. system.locale lang-es-CL - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-es-CL@firefox.mozilla.org.xpi @@ -155931,7 +156472,7 @@ complete albums that you have purchased from Amazon. system.locale lang-es-ES - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-es-ES@firefox.mozilla.org.xpi @@ -155945,7 +156486,7 @@ complete albums that you have purchased from Amazon. system.locale lang-fi - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-fi@firefox.mozilla.org.xpi @@ -155959,7 +156500,7 @@ complete albums that you have purchased from Amazon. system.locale lang-fr - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-fr@firefox.mozilla.org.xpi @@ -155973,7 +156514,7 @@ complete albums that you have purchased from Amazon. system.locale lang-hr - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-hr@firefox.mozilla.org.xpi @@ -155987,7 +156528,7 @@ complete albums that you have purchased from Amazon. system.locale lang-hu - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-hu@firefox.mozilla.org.xpi @@ -156001,7 +156542,7 @@ complete albums that you have purchased from Amazon. system.locale lang-it - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-it@firefox.mozilla.org.xpi @@ -156015,7 +156556,7 @@ complete albums that you have purchased from Amazon. system.locale lang-lt - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-lt@firefox.mozilla.org.xpi @@ -156029,7 +156570,7 @@ complete albums that you have purchased from Amazon. system.locale lang-nl - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-nl@firefox.mozilla.org.xpi @@ -156043,7 +156584,7 @@ complete albums that you have purchased from Amazon. system.locale lang-pl - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-pl@firefox.mozilla.org.xpi @@ -156057,7 +156598,7 @@ complete albums that you have purchased from Amazon. system.locale lang-pt-BR - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-pt-BR@firefox.mozilla.org.xpi @@ -156071,7 +156612,7 @@ complete albums that you have purchased from Amazon. system.locale lang-pt-PT - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-pt-PT@firefox.mozilla.org.xpi @@ -156085,7 +156626,7 @@ complete albums that you have purchased from Amazon. system.locale lang-ro - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-ro@firefox.mozilla.org.xpi @@ -156099,7 +156640,7 @@ complete albums that you have purchased from Amazon. system.locale lang-ru - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-ru@firefox.mozilla.org.xpi @@ -156113,7 +156654,7 @@ complete albums that you have purchased from Amazon. system.locale lang-sr - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-sr@firefox.mozilla.org.xpi @@ -156127,7 +156668,7 @@ complete albums that you have purchased from Amazon. system.locale lang-sv-SE - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-sv-SE@firefox.mozilla.org.xpi @@ -156141,7 +156682,7 @@ complete albums that you have purchased from Amazon. system.locale lang-tr - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-tr@firefox.mozilla.org.xpi @@ -156155,13 +156696,20 @@ complete albums that you have purchased from Amazon. system.locale lang-uk - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-uk@firefox.mozilla.org.xpi + + 2019-10-21 + 70.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-10-03 69.0.2 @@ -174819,7 +175367,7 @@ then subscribe to events or send messages and receive their replies.CUPS programlama arayüzü için Python desteği python-cups contains python bindings to wrap the CUPS API. python-cups, CUPS programlama arayüzü için Python bağlayıcıları içeren bir pakettir. - http://cyberelk.net/tim/data/pycups/pycups-1.9.73.tar.bz2 + https://files.pythonhosted.org/packages/00/ce/836a0deb8b24bcd5f850f8fb97f99fb4abd7374e078b9e6df5a0838f8eb5/pycups-1.9.74.tar.bz2 cups-devel python-devel @@ -174837,6 +175385,13 @@ then subscribe to events or send messages and receive their replies. + + 2019-10-19 + 1.9.74 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-08-13 1.9.73 @@ -178898,7 +179453,7 @@ then subscribe to events or send messages and receive their replies.CUPS programlama arayüzü için Python3 desteği python3-cups contains python3 bindings to wrap the CUPS API. python3-cups, CUPS programlama arayüzü için Python3 bağlayıcıları içeren bir pakettir. - http://cyberelk.net/tim/data/pycups/pycups-1.9.73.tar.bz2 + https://files.pythonhosted.org/packages/00/ce/836a0deb8b24bcd5f850f8fb97f99fb4abd7374e078b9e6df5a0838f8eb5/pycups-1.9.74.tar.bz2 cups-devel python3-devel @@ -178916,6 +179471,13 @@ then subscribe to events or send messages and receive their replies. + + 2019-10-19 + 1.9.74 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-08-15 1.9.73 @@ -180984,7 +181546,7 @@ then subscribe to events or send messages and receive their replies.Youtube Video Downloader Youtube'dan video indirmeyi sağlayan bir uygulama. youtube_dl - https://github.com/ytdl-org/youtube-dl/releases/download/2019.06.21/youtube-dl-2019.06.21.tar.gz + https://github.com/ytdl-org/youtube-dl/releases/download/2019.10.22/youtube-dl-2019.10.22.tar.gz python3-setuptools python3-devel @@ -181006,6 +181568,13 @@ then subscribe to events or send messages and receive their replies. + + 2019-10-28 + 2019.10.22 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-06-24 2019.06.21 @@ -181459,7 +182028,7 @@ then subscribe to events or send messages and receive their replies.programming.language Systems programming language focused on safety, speed and concurrency Systems programming language focused on safety, speed and concurrency - https://static.rust-lang.org/dist/rustc-1.35.0-src.tar.gz + https://static.rust-lang.org/dist/rustc-1.38.0-src.tar.gz bootstrap-config.toml @@ -181480,6 +182049,9 @@ then subscribe to events or send messages and receive their replies.python-devel libffi-devel + + 0001-WIP-minimize-the-rust-std-component.patch + programming/language/rust/pspec.xml @@ -181503,6 +182075,13 @@ then subscribe to events or send messages and receive their replies. + + 2019-10-21 + 1.38.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-05-29 1.35.0 @@ -182171,6 +182750,13 @@ then subscribe to events or send messages and receive their replies. + + 2019-10-21 + 0.9.1 + Rebuild. + PisiLinux Community + admins@pisilinux.org + 2019-09-03 0.9.1 @@ -186512,7 +187098,7 @@ to create header files and sources from protocol files. libinput Wayland Campasitars giriş aygıtları işlemek için ve genel X.Org giriş sürücü sağlamak için bir kütüphane. It provides device detection, device handling, input device event processing and abstraction so minimize the amount of custom input code the user of libinput need to provide the common set of functionality that users expect. Bu yüzden kullanıcıların beklediği fonksiyonellik ortak kümesi sağlamak için gereken özel giriş kodu compositors miktarını en az indirerek, aygıt kullanımı, giriş aygıtı olay işleme ve soyutlama sağlar. - https://www.freedesktop.org/software/libinput/libinput-1.12.6.tar.xz + https://www.freedesktop.org/software/libinput/libinput-1.14.2.tar.xz meson gtk3-devel @@ -186544,6 +187130,7 @@ to create header files and sources from protocol files. /lib/udev /usr/share/doc /usr/share/libinput + /usr/share/zsh /usr/share/man/man1 @@ -186551,7 +187138,7 @@ to create header files and sources from protocol files. libinput-devel Development files for libinput - libinput + libinput eudev-devel @@ -186560,6 +187147,13 @@ to create header files and sources from protocol files. + + 2019-10-18 + 1.14.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-02-04 1.12.6 @@ -192376,7 +192970,7 @@ to create header files and sources from protocol files. Eğri çizimi kütüphanesi libspiro is a library that will take an array of spiro control points and convert them into a series of bezier splines which can then be used in the myriad of ways the world has come to use beziers. libspiro, verilen kontrol noktalarını bezier eğrilerine çeviren bir kütüphanedir. - https://github.com/fontforge/libspiro/releases/download/0.5.20150702/libspiro-0.5.20150702.tar.gz + https://github.com/fontforge/libspiro/releases/download/20190731/libspiro-20190731.tar.gz science/mathematics/libspiro/pspec.xml @@ -192391,7 +192985,7 @@ to create header files and sources from protocol files. Development files for libspiro libspiro için geliştirme dosyaları - libspiro + libspiro /usr/include @@ -192400,6 +192994,13 @@ to create header files and sources from protocol files. + + 2019-10-26 + 0.5.20190731 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + 2018-08-07 0.5.20150702 @@ -201437,6 +202038,57 @@ to create header files and sources from protocol files. + + + libsodium + https://libsodium.org/ + + Kamil Atlı + suvari@pisilinux.org + + custom:ISC + library + util.crypt + P(ortable|ackageable) NaCl-based crypto library + Modern, taşınabilir, kullanımı kolay bir kripto kitaplığı + Sodium is a modern, easy-to-use software library for encryption, decryption, signatures, password hashing and more. + Modern, taşınabilir, kullanımı kolay bir kripto kitaplığı + https://download.libsodium.org/libsodium/releases/libsodium-1.0.18.tar.gz + + glibc-devel + + util/crypt/libsodium/pspec.xml + + + libsodium + + /usr/lib + /usr/share/doc + + + + libsodium-devel + Development files for libsodium + libsodium için geliştirme dosyaları + + libsodium + + + /usr/include + /usr/lib/pkgconfig + /usr/share/man/man3 + + + + + 2019-10-30 + 1.0.18 + First release + Kamil Atlı + suvari@gmail.com + + + libtasn1 @@ -201556,7 +202208,7 @@ to create header files and sources from protocol files. Network Security Services (NSS) is a set of libraries designed to support cross-platform development of security-enabled client and server applications. Applications built with NSS can support SSL v2 and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security standards. NSS, platform bağımsız güvenli ağ servisi geliştirme kitaplıklarından oluşur. Bu kitaplık yardımı ile SSL v2 ve v3, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 sertifikaları ve diğer bir çok güvenlik standardına uygun güvenli sunucu-istemci yazılımları geliştirilebilir. Network Security Services (NSS) es un conjunto de librerías para desarrollo cross-plataforma de aplicaciones cliente-servidor con facilidad de seguridad. Aplicaciones usando NSS pueden soportar certificados SSL v2 y v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3, y otros estándares de seguridad. - https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_46_RTM/src/nss-3.46.tar.gz + https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_47_RTM/src/nss-3.47.tar.gz nss.pc.in nss-config.in @@ -201599,7 +202251,7 @@ to create header files and sources from protocol files. nss için geliştirme dosyaları nspr-devel - nss + nss /usr/bin/nss-config @@ -201609,6 +202261,13 @@ to create header files and sources from protocol files. + + 2019-10-22 + 3.47 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-09-04 3.46 @@ -202370,7 +203029,7 @@ to create header files and sources from protocol files. ibus-gtk2 ibus için gtk2 desteği - ibus + ibus glib2 gtk2 pango @@ -202383,7 +203042,7 @@ to create header files and sources from protocol files. ibus-gtk3 ibus için gtk3 desteği - ibus + ibus glib2 gtk3 pango @@ -202397,7 +203056,7 @@ to create header files and sources from protocol files. ibus için geliştirme dosyaları ibus için geliştirme dosyaları - ibus + ibus glib2-devel @@ -202406,6 +203065,13 @@ to create header files and sources from protocol files. + + 2019-10-24 + 1.5.19 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2018-10-24 1.5.19 @@ -203618,12 +204284,15 @@ to create header files and sources from protocol files. x11.driver VA-API implementation for Intel G45 and HD Graphics family libva-intel-driver, VA-API implementation for Intel G45 and HD Graphics family. - https://github.com/01org/intel-vaapi-driver/releases/download/2.1.0/intel-vaapi-driver-2.1.0.tar.bz2 + https://github.com/01org/intel-vaapi-driver/releases/download/2.3.0/intel-vaapi-driver-2.3.0.tar.bz2 libdrm-devel libX11-devel libva-devel + + 427.patch + x11/driver/libva-intel-driver/pspec.xml @@ -203639,6 +204308,13 @@ to create header files and sources from protocol files. + + 2019-10-25 + 2.3.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-07-31 2.1.0 @@ -203823,6 +204499,13 @@ to create header files and sources from protocol files. + + 2019-10-20 + 1.5.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2019-02-09 1.5.0 @@ -203896,7 +204579,7 @@ to create header files and sources from protocol files. X.Org Elographics dokunmatik ekran sürücüsü xorg-input-elographics contains the X.Org driver for Linux's generic event devices. It supports all input devices that the kernel knows about. xorg-input-elographics, Linux için Elographics dokunamtik ekran X.Org sürücüsünü içerir. - mirrors://xorg/individual/driver/xf86-input-elographics-1.4.1.tar.bz2 + mirrors://xorg/individual/driver/xf86-input-elographics-1.4.2.tar.bz2 xorg-server-devel libmtdev-devel @@ -203913,6 +204596,13 @@ to create header files and sources from protocol files. + + 2019-10-18 + 1.4.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-02-09 1.4.1 @@ -204271,7 +204961,7 @@ to create header files and sources from protocol files. Xorg sunucusu için genel giriş sürücüsü. Generic input driver for the X.Org server based on libinput xorg-input-libinput, libinputa dayalı Xorg sunucusu için genel giriş sürücüsüdür. - mirrors://xorg/individual/driver/xf86-input-libinput-0.28.2.tar.bz2 + mirrors://xorg/individual/driver/xf86-input-libinput-0.29.0.tar.bz2 libX11-devel eudev-devel @@ -204297,7 +204987,7 @@ to create header files and sources from protocol files. xorg-input-libinput-devel Development files for xorg-input-libinput - xorg-input-libinput + xorg-input-libinput /usr/include @@ -204305,6 +204995,13 @@ to create header files and sources from protocol files. + + 2019-10-18 + 0.29.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-02-09 0.28.2 @@ -204915,7 +205612,7 @@ to create header files and sources from protocol files. X.org amdgpu video driver X.org amdgpu video driver X.org amdgpu video driver - https://www.x.org/archive/individual/driver/xf86-video-amdgpu-19.0.1.tar.bz2 + https://www.x.org/archive/individual/driver/xf86-video-amdgpu-19.1.0.tar.bz2 libdrm-devel libpciaccess-devel @@ -204942,6 +205639,13 @@ to create header files and sources from protocol files. + + 2019-10-18 + 19.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-03-19 19.0.1 @@ -205028,6 +205732,13 @@ to create header files and sources from protocol files. + + 2019-10-20 + 1.3.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2019-03-20 1.3.0 @@ -206321,7 +207032,7 @@ to create header files and sources from protocol files. X.Org radeon ekran kartı sürücüsü xorg-video-radeon contains the X.Org driver for ATI video chipsets. xorg-video-radeon, ATI ekran kartları için X.Org sürücüsünü içerir. - https://www.x.org/archive/individual/driver/xf86-video-ati-19.0.1.tar.bz2 + https://www.x.org/archive/individual/driver/xf86-video-ati-19.1.0.tar.bz2 libdrm-devel libpciaccess-devel @@ -206349,6 +207060,13 @@ to create header files and sources from protocol files. + + 2019-10-18 + 19.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-03-19 19.0.1 @@ -206841,16 +207559,13 @@ to create header files and sources from protocol files. X.Org sis ekran kartı sürücüsü xorg-video-sis contains the X.Org driver for SiS cards. xorg-video-sis, SiS ekran kartları için X.Org sürücüsünü içerir. - mirrors://xorg/individual/driver/xf86-video-sis-0.10.9.tar.bz2 + mirrors://xorg/individual/driver/xf86-video-sis-0.11.0.tar.bz2 libdrm-devel mesa-devel xorg-server-devel util-macros - - 0001-Remove-reference-to-virtualFrom.patch - x11/driver/xorg-video-sis/pspec.xml @@ -206865,6 +207580,13 @@ to create header files and sources from protocol files. + + 2019-10-18 + 0.11.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-02-09 0.10.9 @@ -207929,7 +208651,7 @@ to create header files and sources from protocol files. Development files for libXfont libXfont için geliştirme dosyaları - libXfont + libXfont libfontenc-devel freetype-devel @@ -207939,6 +208661,13 @@ to create header files and sources from protocol files. + + 2019-10-20 + 1.5.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2019-01-07 1.5.4 @@ -208032,7 +208761,7 @@ to create header files and sources from protocol files. Development files for freeglut freeglut için geliştirme dosyaları - freeglut + freeglut /usr/include @@ -208054,7 +208783,7 @@ to create header files and sources from protocol files. libXrandr-32bit - freeglut + freeglut mesa-32bit libXi-32bit libXxf86vm-32bit @@ -208066,6 +208795,13 @@ to create header files and sources from protocol files. + + 2019-10-23 + 3.0.0 + Rebuild + PisiLinux Community + admin@pisilinux.org + 2018-07-27 3.0.0 @@ -208146,7 +208882,7 @@ to create header files and sources from protocol files. glew için geliştirme dosyaları mesa-glu-devel - glew + glew /usr/include/GL @@ -208167,13 +208903,20 @@ to create header files and sources from protocol files. mesa-32bit libX11-32bit - glew + glew /usr/lib32 + + 2019-10-23 + 2.1.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2019-01-23 2.1.0 @@ -208265,7 +209008,7 @@ to create header files and sources from protocol files. Development files for libdmx libdmx için geliştirme dosyaları - libdmx + libdmx libXext-devel @@ -208275,6 +209018,13 @@ to create header files and sources from protocol files. + + 2019-10-23 + 1.1.4 + Version Bump + PisiLinux Community + admin@pisilinux.org + 2018-07-25 1.1.4 @@ -208320,7 +209070,7 @@ to create header files and sources from protocol files. Çekirdekteki DRM servisleri için kullanıcı düzeyi arayüz libdrm is a library providing the userspace interface to kernel DRM services. libdrm, çekirdekteki DRM servisleri için kullanıcı düzeyi arayüz sağlayan bir kitaplıktır. - https://dri.freedesktop.org/libdrm/libdrm-2.4.97.tar.bz2 + https://dri.freedesktop.org/libdrm/libdrm-2.4.100.tar.bz2 libpciaccess-devel util-macros @@ -208352,7 +209102,7 @@ to create header files and sources from protocol files. Userspace interface to kernel DRM services for intel Çekirdekteki intel DRM servisleri için kullanıcı düzeyi arayüz - libdrm + libdrm libpciaccess @@ -208364,7 +209114,7 @@ to create header files and sources from protocol files. Userspace interface to kernel DRM services for nouveau Çekirdekteki nouveau DRM servisleri için kullanıcı düzeyi arayüz - libdrm + libdrm /usr/lib/libdrm_nouveau.* @@ -208375,7 +209125,7 @@ to create header files and sources from protocol files. Userspace interface to kernel DRM services for radeon Çekirdekteki radeon DRM servisleri için kullanıcı düzeyi arayüz - libdrm + libdrm /usr/lib/libdrm_radeon.* @@ -208385,7 +209135,7 @@ to create header files and sources from protocol files. libdrm-amd Userspace interface to kernel DRM services for amdgpu - libdrm + libdrm /usr/lib/libdrm_amdgpu.* @@ -208396,7 +209146,7 @@ to create header files and sources from protocol files. Userspace library for kernel mode setting Çekirdekteki ekran modu değiştirme servisleri için kullanıcı düzeyi arayüz - libdrm + libdrm /usr/lib/libkms.* @@ -208407,12 +209157,12 @@ to create header files and sources from protocol files. Development files for libdrm libdrm için geliştirme dosyaları - libdrm - libdrm-intel - libdrm-nouveau - libdrm-radeon - libdrm-amd - libkms + libdrm + libdrm-intel + libdrm-nouveau + libdrm-radeon + libdrm-amd + libkms /usr/include @@ -208432,7 +209182,7 @@ to create header files and sources from protocol files. libpciaccess-32bit - libdrm + libdrm libpciaccess-32bit @@ -208446,8 +209196,8 @@ to create header files and sources from protocol files. emul32 emul32 - libdrm-intel - libdrm-32bit + libdrm-intel + libdrm-32bit libpciaccess-32bit @@ -208461,8 +209211,8 @@ to create header files and sources from protocol files. emul32 emul32 - libdrm-nouveau - libdrm-32bit + libdrm-nouveau + libdrm-32bit /usr/lib32/libdrm_nouveau.* @@ -208475,8 +209225,8 @@ to create header files and sources from protocol files. emul32 emul32 - libdrm-radeon - libdrm-32bit + libdrm-radeon + libdrm-32bit /usr/lib32/libdrm_radeon.* @@ -208488,8 +209238,8 @@ to create header files and sources from protocol files. emul32 emul32 - libdrm-amd - libdrm-32bit + libdrm-amd + libdrm-32bit /usr/lib32/libdrm_amdgpu.* @@ -208502,14 +209252,21 @@ to create header files and sources from protocol files. emul32 emul32 - libkms - libdrm-32bit + libkms + libdrm-32bit /usr/lib32/libkms.* + + 2019-10-20 + 2.4.100 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-02-10 2.4.97 @@ -208612,7 +209369,7 @@ to create header files and sources from protocol files. libepoxy-devel Development files for libepoxy - libepoxy + libepoxy /usr/include @@ -208634,6 +209391,13 @@ to create header files and sources from protocol files. + + 2019-10-23 + 1.5.3 + Version bump + Kamil Atlı + suvari@pisilinux.org + 2019-02-10 1.5.3 @@ -208686,7 +209450,7 @@ to create header files and sources from protocol files. Wrapper library for evdev devices Wrapper library for evdev devices Wrapper library for evdev devices - https://www.freedesktop.org/software/libevdev/libevdev-1.6.0.tar.xz + https://www.freedesktop.org/software/libevdev/libevdev-1.8.0.tar.xz doxygen valgrind @@ -208707,6 +209471,13 @@ to create header files and sources from protocol files. + + 2019-10-24 + 1.8.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-02-06 1.6.0 @@ -208877,7 +209648,7 @@ to create header files and sources from protocol files. Development files for libfakekey libfakekey için geliştirme dosyaları - libfakekey + libfakekey /usr/lib/pkgconfig @@ -208885,6 +209656,13 @@ to create header files and sources from protocol files. + + 2019-10-24 + 0.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2018-07-24 0.3 @@ -208924,7 +209702,7 @@ to create header files and sources from protocol files. X.Org fontenc kitaplığı X.Org fontenc Bibliothek libfontenc is the X Window System font encoding library. - mirrors://xorg/individual/lib/libfontenc-1.1.3.tar.bz2 + mirrors://xorg/individual/lib/libfontenc-1.1.4.tar.bz2 zlib-devel util-macros @@ -208948,7 +209726,7 @@ to create header files and sources from protocol files. Development files for libfontenc libfontenc için geliştirme dosyaları - libfontenc + libfontenc /usr/include/X11 @@ -208956,6 +209734,13 @@ to create header files and sources from protocol files. + + 2019-10-20 + 1.1.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-01-07 1.1.3 @@ -209009,7 +209794,7 @@ to create header files and sources from protocol files. X.Org FS kitaplığı X.Org FS Bibliothek libFS is the interface library to the X Font Server. - mirrors://xorg/individual/lib/libFS-1.0.7.tar.bz2 + mirrors://xorg/individual/lib/libFS-1.0.8.tar.bz2 util-macros xorg-proto @@ -209029,7 +209814,7 @@ to create header files and sources from protocol files. Development files for libFS libFS için geliştirme dosyaları - libFS + libFS /usr/include/X11 @@ -209037,6 +209822,13 @@ to create header files and sources from protocol files. + + 2019-10-20 + 1.0.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-01-07 1.0.7 @@ -209091,7 +209883,7 @@ to create header files and sources from protocol files. libICE is the Inter-Client Exchange library. libICE, Inter-Client Exchange protokolüne bir arayüz sağlayan X.Org kitaplığıdır. X.Org ICE Bibliothek - mirrors://xorg/individual/lib/libICE-1.0.9.tar.bz2 + mirrors://xorg/individual/lib/libICE-1.0.10.tar.bz2 libbsd-devel util-macros @@ -209116,7 +209908,7 @@ to create header files and sources from protocol files. Development files for libICE libICE için geliştirme dosyaları - libICE + libICE /usr/include/X11 @@ -209131,13 +209923,20 @@ to create header files and sources from protocol files. emul32 emul32 - libICE + libICE /usr/lib32 + + 2019-10-20 + 1.0.10 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-01-07 1.0.9 @@ -209266,7 +210065,7 @@ to create header files and sources from protocol files. X.Org PCI erişim kitaplığı libpciaccess is the Xorg library for portable PCI access routines across multiple operating systems. libpciaccess, değişik işletim sistemleri için taşınabilir PCI erişim rutinleri içeren Xorg kitaplığıdır. - mirrors://xorg/individual/lib/libpciaccess-0.14.tar.bz2 + mirrors://xorg/individual/lib/libpciaccess-0.15.tar.bz2 util-macros @@ -209284,7 +210083,7 @@ to create header files and sources from protocol files. Development files for libpciaccess libpciaccess için geliştirme dosyaları - libpciaccess + libpciaccess /usr/include @@ -209299,13 +210098,20 @@ to create header files and sources from protocol files. emul32 emul32 - libpciaccess + libpciaccess /usr/lib32 + + 2019-10-25 + 0.15 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-07-24 0.14 @@ -209394,7 +210200,7 @@ to create header files and sources from protocol files. libSM için geliştirme dosyaları libICE-devel - libSM + libSM /usr/include/X11 @@ -209416,13 +210222,20 @@ to create header files and sources from protocol files. libICE-32bit libutil-linux-32bit - libSM + libSM /usr/lib32 + + 2019-10-20 + 1.2.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2019-01-12 1.2.3 @@ -209496,7 +210309,7 @@ to create header files and sources from protocol files. libtxc-dxtn-devel - libtxc-dxtn + libtxc-dxtn /usr/include @@ -209510,6 +210323,13 @@ to create header files and sources from protocol files. + + 2019-10-25 + 1.0.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2018-07-07 1.0.1 @@ -209548,7 +210368,7 @@ to create header files and sources from protocol files. Linux için video hızlandırma API'si libva is a library providing the VA API video acceleration API. libva, VA video hızlandırma API'sini sağlayan bir kitaplıktır. - https://github.com/01org/libva/releases/download/2.2.0/libva-2.2.0.tar.bz2 + https://github.com/01org/libva/releases/download/2.5.0/libva-2.5.0.tar.bz2 libdrm-devel libXext-devel @@ -209579,7 +210399,7 @@ to create header files and sources from protocol files. Development files for libva libva için geliştirme dosyaları - libva + libva wayland-devel @@ -209603,7 +210423,7 @@ to create header files and sources from protocol files. libX11-32bit - libva + libva libdrm-32bit wayland-32bit libXext-32bit @@ -209616,6 +210436,13 @@ to create header files and sources from protocol files. + + 2019-10-25 + 2.5.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-07-27 2.2.0 @@ -209682,7 +210509,7 @@ to create header files and sources from protocol files. Video kodu çözme ve sunma API'si için ara kitaplık VDPAU is the Video Decode and Presentation API for UNIX. It provides an interface to video decode acceleration and presentation hardware present in modern GPUs. VDPAU (Video Decode and Presentation API for UNIX), modern grafik işlemcilerde yer alan video kod çözümü hızlandırma ve sunma donanımına bir arayüz sağlar. - https://people.freedesktop.org/~aplattner/vdpau/libvdpau-1.1.1.tar.gz + https://people.freedesktop.org/~aplattner/vdpau/libvdpau-1.2.tar.bz2 libXext-devel @@ -209704,7 +210531,7 @@ to create header files and sources from protocol files. Development files for libvdpau libvdpau için geliştirme dosyaları - libvdpau + libvdpau /usr/include @@ -209722,7 +210549,7 @@ to create header files and sources from protocol files. libXext-32bit - libvdpau + libvdpau libXext-32bit @@ -209730,6 +210557,13 @@ to create header files and sources from protocol files. + + 2019-10-25 + 1.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-07-24 1.1.1 @@ -209776,7 +210610,7 @@ to create header files and sources from protocol files. X.Org X11 kitaplığı X.Org X11 Bibliothek Core X11 protocol client library. - mirrors://xorg/individual/lib/libX11-1.6.7.tar.bz2 + mirrors://xorg/individual/lib/libX11-1.6.9.tar.bz2 libxcb-devel xorg-proto @@ -209804,7 +210638,7 @@ to create header files and sources from protocol files. Development files for X11 library libX11 için geliştirme dosyaları - libX11 + libX11 libxcb-devel xorg-proto @@ -209826,7 +210660,7 @@ to create header files and sources from protocol files. libxslt-32bit - libX11 + libX11 libxcb-32bit @@ -209834,6 +210668,13 @@ to create header files and sources from protocol files. + + 2019-10-20 + 1.6.9 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-01-06 1.6.7 @@ -209916,7 +210757,7 @@ to create header files and sources from protocol files. X.Org Au Bibliothek libXau provides functions to manage X authorization files libXau, X yetkilendirme dosyalarını yönetmek için işlevler sağlar. - http://xorg.freedesktop.org/archive/individual/lib/libXau-1.0.8.tar.gz + http://xorg.freedesktop.org/archive/individual/lib/libXau-1.0.9.tar.gz util-macros xorg-proto @@ -209937,7 +210778,7 @@ to create header files and sources from protocol files. Development files for libXau libXau için geliştirme dosyaları - libXau + libXau /usr/include/X11 @@ -209957,6 +210798,13 @@ to create header files and sources from protocol files. + + 2019-10-20 + 1.0.9 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-01-07 1.0.8 @@ -210040,7 +210888,7 @@ to create header files and sources from protocol files. Development files for libXaw libXaw için geliştirme dosyaları - libXaw + libXaw libXext-devel libXmu-devel libXpm-devel @@ -210068,7 +210916,7 @@ to create header files and sources from protocol files. libX11-32bit - libXaw + libXaw libXext-32bit libXmu-32bit libXpm-32bit @@ -210080,6 +210928,13 @@ to create header files and sources from protocol files. + + 2019-10-23 + 1.0.13 + Rebuild + PisiLinux Community + admin@pisilinux.org + 2018-07-25 1.0.13 @@ -210156,7 +211011,7 @@ to create header files and sources from protocol files. Development files for libxcb libxcb için geliştirme dosyaları - libxcb + libxcb libXau-devel libXdmcp-devel @@ -210180,7 +211035,7 @@ to create header files and sources from protocol files. libXdmcp-32bit - libxcb + libxcb libXau-32bit libXdmcp-32bit @@ -210189,6 +211044,13 @@ to create header files and sources from protocol files. + + 2019-10-23 + 1.13.1 + Rebuild. + PisiLinux Community + admin@pisilinux.org + 2019-02-20 1.13.1 @@ -210257,7 +211119,7 @@ to create header files and sources from protocol files. X.Org composite Bibliothek libXcomposite is the X Composite library. Compositing allows modification of the window system's base elements like window borders, window buttons and window titlebars. libXcomposite, X Birleşiklik kitaplığıdır. Birleşiklik, pencerelere ait kenarlar, butonlar ve başlık çubukları gibi pencere sisteminin temel elemanlarını değiştirmeye izin verir. - mirrors://xorg/individual/lib/libXcomposite-0.4.4.tar.bz2 + mirrors://xorg/individual/lib/libXcomposite-0.4.5.tar.bz2 libX11-devel libXfixes-devel @@ -210280,7 +211142,7 @@ to create header files and sources from protocol files. Development files for libXcomposite libXcomposite için geliştirme dosyaları - libXcomposite + libXcomposite libXfixes-devel @@ -210300,7 +211162,7 @@ to create header files and sources from protocol files. libX11-32bit - libXcomposite + libXcomposite libX11-32bit @@ -210308,6 +211170,13 @@ to create header files and sources from protocol files. + + 2019-10-25 + 0.4.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-07-25 0.4.4 @@ -210354,7 +211223,7 @@ to create header files and sources from protocol files. X.Org Xcursor kitaplığı X.Org Xcursor Bibliothek libXcursor is the X Cursor management library. It allows using different mouse skins and modifying of the text cursor. - mirrors://xorg/individual/lib/libXcursor-1.1.15.tar.bz2 + mirrors://xorg/individual/lib/libXcursor-1.2.0.tar.bz2 util-macros libX11-devel @@ -210381,7 +211250,7 @@ to create header files and sources from protocol files. Development files for libXcursor libXcursor için geliştirme dosyaları - libXcursor + libXcursor libXfixes-devel libX11-devel libXrender-devel @@ -210405,7 +211274,7 @@ to create header files and sources from protocol files. libXrender-32bit - libXcursor + libXcursor libX11-32bit libXfixes-32bit libXrender-32bit @@ -210415,6 +211284,13 @@ to create header files and sources from protocol files. + + 2019-10-20 + 1.2.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-01-07 1.1.15 @@ -210476,7 +211352,7 @@ to create header files and sources from protocol files. X.Org damege Bibliothek LibXdamage provides an X Window System client interface to the DAMAGE extension to the X protocol. The Damage extension provides for notification of when on-screen regions have been 'damaged' (altered). LibXdamage, X protokolü uzantısı DAMAGE için istemci kitaplığıdır. Damage uzantısı ekranda herhangi bir bölümde bozulma (değişiklik) meydana geldiğinde bildirim yapılmasını sağlar. - mirrors://xorg/individual/lib/libXdamage-1.1.4.tar.bz2 + mirrors://xorg/individual/lib/libXdamage-1.1.5.tar.bz2 libXfixes-devel util-macros @@ -210499,7 +211375,7 @@ to create header files and sources from protocol files. Development files for libXdamage libXdamage için geliştirme dosyaları - libXdamage + libXdamage libXfixes-devel libX11-devel @@ -210520,7 +211396,7 @@ to create header files and sources from protocol files. libXfixes-32bit - libXdamage + libXdamage libXfixes-32bit libX11-32bit @@ -210529,6 +211405,13 @@ to create header files and sources from protocol files. + + 2019-10-25 + 1.1.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-07-25 1.1.4 @@ -210576,7 +211459,7 @@ to create header files and sources from protocol files. X.Org Xdmcp Bibliothek LibXdmcp is the X Display Manager Control Protocol library. LibXdmcp, X Ekran Yöneticisi Denetim Protokolü kitaplığıdır. - http://xorg.freedesktop.org/archive/individual/lib/libXdmcp-1.1.2.tar.bz2 + http://xorg.freedesktop.org/archive/individual/lib/libXdmcp-1.1.3.tar.bz2 libxslt util-macros @@ -210601,7 +211484,7 @@ to create header files and sources from protocol files. libXdmcp için geliştirme dosyaları xorg-proto - libXdmcp + libXdmcp /usr/include/X11 @@ -210617,13 +211500,20 @@ to create header files and sources from protocol files. emul32 emul32 - libXdmcp + libXdmcp /usr/lib32 + + 2019-10-20 + 1.1.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-01-07 1.1.2 @@ -210678,7 +211568,7 @@ to create header files and sources from protocol files. X.Org Xext Bibliothek LibXext provides an X Window System client interface to several extensions to the X protocol. LibXext, çeşitli X protokolü uzantıları için X Pencere Sistemi istemci arayüzü sunar. - mirrors://xorg/individual/lib/libXext-1.3.3.tar.bz2 + mirrors://xorg/individual/lib/libXext-1.3.4.tar.bz2 xorg-proto util-macros @@ -210703,7 +211593,7 @@ to create header files and sources from protocol files. libXext için geliştirme dosyaları libX11-devel - libXext + libXext /usr/include @@ -210722,7 +211612,7 @@ to create header files and sources from protocol files. libX11-32bit - libXext + libXext libX11-32bit @@ -210730,6 +211620,13 @@ to create header files and sources from protocol files. + + 2019-10-20 + 1.3.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-01-07 1.3.3 @@ -210806,7 +211703,7 @@ to create header files and sources from protocol files. Development files for libXfixes libXfixes için geliştirme dosyaları - libXfixes + libXfixes libX11-devel xorg-proto @@ -210827,7 +211724,7 @@ to create header files and sources from protocol files. libX11-32bit - libXfixes + libXfixes libX11-32bit @@ -210835,6 +211732,13 @@ to create header files and sources from protocol files. + + 2019-10-20 + 5.0.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2019-01-07 5.0.3 @@ -210892,7 +211796,7 @@ to create header files and sources from protocol files. x11.library X.Org Xfont library libXfont is the Xorg library that allows using various types of fonts. - http://xorg.freedesktop.org/archive/individual/lib/libXfont2-2.0.3.tar.bz2 + http://xorg.freedesktop.org/archive/individual/lib/libXfont2-2.0.4.tar.bz2 libfontenc-devel util-macros @@ -210920,7 +211824,7 @@ to create header files and sources from protocol files. libXfont2-devel Development files for libXfont - libXfont2 + libXfont2 libfontenc-devel freetype-devel @@ -210930,6 +211834,13 @@ to create header files and sources from protocol files. + + 2019-10-20 + 2.0.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-01-07 2.0.3 @@ -210976,7 +211887,7 @@ to create header files and sources from protocol files. X.Org Xft kitaplığı X.Org Xft Bibliothek libXft is the X FreeType interface library. - mirrors://xorg/individual/lib/libXft-2.3.2.tar.bz2 + mirrors://xorg/individual/lib/libXft-2.3.3.tar.bz2 util-macros freetype-devel @@ -211004,7 +211915,7 @@ to create header files and sources from protocol files. Development files for libXft libXft için geliştirme dosyaları - libXft + libXft freetype-devel fontconfig-devel libXrender-devel @@ -211031,7 +211942,7 @@ to create header files and sources from protocol files. libX11-32bit - libXft + libXft freetype-32bit fontconfig-32bit libXrender-32bit @@ -211043,6 +211954,13 @@ to create header files and sources from protocol files. + + 2019-10-25 + 2.3.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-07-25 2.3.2 @@ -211089,7 +212007,7 @@ to create header files and sources from protocol files. X.Org Xi kitaplığı X.Org Xi Bibliothek LibXi provides an X Window System client interface to the XINPUT extension to the X protocol. - mirrors://xorg/individual/lib/libXi-1.7.9.tar.bz2 + mirrors://xorg/individual/lib/libXi-1.7.10.tar.bz2 libXext-devel libXfixes-devel @@ -211113,7 +212031,7 @@ to create header files and sources from protocol files. Development files for libXi libXi için geliştirme dosyaları - libXi + libXi libXext-devel libX11-devel libXfixes-devel @@ -211137,7 +212055,7 @@ to create header files and sources from protocol files. libX11-32bit - libXi + libXi libXext-32bit libX11-32bit @@ -211146,6 +212064,13 @@ to create header files and sources from protocol files. + + 2019-10-20 + 1.7.10 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-01-07 1.7.9 @@ -211230,7 +212155,7 @@ to create header files and sources from protocol files. Development files for libXinerama libXinerama için geliştirme dosyaları - libXinerama + libXinerama libXext-devel @@ -211251,7 +212176,7 @@ to create header files and sources from protocol files. libX11-32bit - libXinerama + libXinerama libX11-32bit libXext-32bit @@ -211260,6 +212185,13 @@ to create header files and sources from protocol files. + + 2019-10-25 + 1.1.3 + Rebuild + PisiLinux Community + admin@pisilinux.org + 2018-07-25 1.1.3 @@ -211305,11 +212237,17 @@ to create header files and sources from protocol files. Evdev keycode'larını keysms türüne çeviren bir kitaplık Library to convert evdev keycodes to keysyms Evdev keycode'larını keysms türüne çeviren bir kitaplık - https://github.com/xkbcommon/libxkbcommon/archive/xkbcommon-0.8.2.tar.gz + https://github.com/xkbcommon/libxkbcommon/archive/xkbcommon-0.9.1.tar.gz + meson xorg-proto util-macros libxcb-devel + wayland-cursor + wayland-server + wayland-client + wayland-devel + wayland-protocols-devel xkeyboard-config x11/library/libxkbcommon/pspec.xml @@ -211329,7 +212267,7 @@ to create header files and sources from protocol files. Development files for libxkbcommon libxkbcommon için geliştirme dosyaları - libxkbcommon + libxkbcommon libxcb-devel @@ -211345,9 +212283,10 @@ to create header files and sources from protocol files. emul32 libxcb-32bit + wayland-32bit - libxkbcommon + libxkbcommon libxcb-32bit @@ -211355,6 +212294,20 @@ to create header files and sources from protocol files. + + 2019-10-25 + 0.9.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2019-10-20 + 0.8.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-01-29 0.8.2 @@ -211415,7 +212368,7 @@ to create header files and sources from protocol files. X.Org xkbfile kitaplığı X.Org xkbfile Bibliothek Libxkbfile provides an interface to read and manipulate description files for XKB, the X11 keyboard configuration extension. - mirrors://xorg/individual/lib/libxkbfile-1.0.9.tar.bz2 + mirrors://xorg/individual/lib/libxkbfile-1.1.0.tar.bz2 util-macros libX11-devel @@ -211438,7 +212391,7 @@ to create header files and sources from protocol files. Development files for libxkbfile libxkbfile için geliştirme dosyaları - libxkbfile + libxkbfile libX11-devel @@ -211447,6 +212400,13 @@ to create header files and sources from protocol files. + + 2019-10-20 + 1.1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-01-07 1.0.9 @@ -211501,7 +212461,7 @@ to create header files and sources from protocol files. X.Org Xmu Bibliothek libXmu provides a set of miscellaneous utility convenience functions for X libraries to use. LibXmu, X kitaplıklarında kullanmak için çeşitli yardımcı fonksiyonlar içerir. - mirrors://xorg/individual/lib/libXmu-1.1.2.tar.bz2 + mirrors://xorg/individual/lib/libXmu-1.1.3.tar.bz2 util-macros libXt-devel @@ -211528,7 +212488,7 @@ to create header files and sources from protocol files. Development files for libXmu libXmu için geliştirme dosyaları - libXmu + libXmu libXt-devel libXext-devel @@ -211549,7 +212509,7 @@ to create header files and sources from protocol files. libXext-32bit - libXmu + libXmu libXt-32bit libX11-32bit libXext-32bit @@ -211559,6 +212519,13 @@ to create header files and sources from protocol files. + + 2019-10-25 + 1.1.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-07-25 1.1.2 @@ -211633,7 +212600,7 @@ to create header files and sources from protocol files. Development files for libXp libXp için geliştirme dosyaları - libXp + libXp libXext-devel @@ -211654,7 +212621,7 @@ to create header files and sources from protocol files. libXext-32bit - libXp + libXp libXext-32bit libXau-32bit libX11-32bit @@ -211664,6 +212631,13 @@ to create header files and sources from protocol files. + + 2019-10-20 + 1.0.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2019-01-07 1.0.3 @@ -211744,7 +212718,7 @@ to create header files and sources from protocol files. Development files for libXpm libXpm için geliştirme dosyaları - libXpm + libXpm /usr/include/X11 @@ -211764,7 +212738,7 @@ to create header files and sources from protocol files. libX11-32bit - libXpm + libXpm libXext-32bit libXt-32bit libX11-32bit @@ -211774,6 +212748,13 @@ to create header files and sources from protocol files. + + 2019-10-25 + 3.5.12 + Rebuild. + PisiLinux Community + admin@pisilinux.org + 2018-07-25 3.5.12 @@ -211820,7 +212801,7 @@ to create header files and sources from protocol files. Xrandr is a simple library designed to interface the X Resize and Rotate Extension. This allows clients to change the size and rotation of the root window of a screen, along with the ability to reflect the screen about either axis. X.Org Xrand kitaplığı. X.Org Xrand Bibliothek - mirrors://xorg/individual/lib/libXrandr-1.5.1.tar.bz2 + mirrors://xorg/individual/lib/libXrandr-1.5.2.tar.bz2 libXext-devel libXrender-devel @@ -211846,7 +212827,7 @@ to create header files and sources from protocol files. Development files for libXrandr libXrandr için geliştirme dosyaları - libXrandr + libXrandr libXrender-devel libXext-devel libX11-devel @@ -211871,7 +212852,7 @@ to create header files and sources from protocol files. libXrender-32bit - libXrandr + libXrandr libX11-32bit libXext-32bit libXrender-32bit @@ -211881,6 +212862,13 @@ to create header files and sources from protocol files. + + 2019-10-20 + 1.5.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-01-07 1.5.1 @@ -211964,7 +212952,7 @@ to create header files and sources from protocol files. Development files for libXrender libXrender için geliştirme dosyaları - libXrender + libXrender libX11-devel xorg-proto @@ -211985,7 +212973,7 @@ to create header files and sources from protocol files. libX11-32bit - libXrender + libXrender libX11-32bit @@ -211993,6 +212981,13 @@ to create header files and sources from protocol files. + + 2019-10-20 + 0.9.10 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2019-01-07 0.9.10 @@ -212077,7 +213072,7 @@ to create header files and sources from protocol files. Development files for libXres libXres için geliştirme dosyaları - libXres + libXres libXext-devel @@ -212087,6 +213082,13 @@ to create header files and sources from protocol files. + + 2019-10-25 + 1.2.0 + Rebuld. + PisiLinux Community + admin@pisilinux.org + 2018-07-25 1.2.0 @@ -212157,7 +213159,7 @@ to create header files and sources from protocol files. Development files for libXScrnSaver libXScrnSaver için geliştirme dosyaları - libXScrnSaver + libXScrnSaver libXext-devel @@ -212178,7 +213180,7 @@ to create header files and sources from protocol files. libXext-32bit - libXScrnSaver + libXScrnSaver libX11-32bit libXext-32bit @@ -212187,6 +213189,13 @@ to create header files and sources from protocol files. + + 2019-10-23 + 1.2.3 + Rebuild. + PisiLinux Community + admin@pisilinux.org + 2018-07-25 1.2.3 @@ -212251,7 +213260,7 @@ to create header files and sources from protocol files. libxshmfence-devel Development files for libxshmfence - libxshmfence + libxshmfence libXext-devel @@ -212271,7 +213280,7 @@ to create header files and sources from protocol files. libXext-32bit - libxshmfence + libxshmfence libX11-32bit libXext-32bit @@ -212280,6 +213289,13 @@ to create header files and sources from protocol files. + + 2019-10-25 + 1.3 + Version bump + PisiLinux Community + admin@pisilinux.org + 2018-09-16 1.3 @@ -212326,7 +213342,7 @@ to create header files and sources from protocol files. X.Org Xt kitaplığı X.Org Xt Bibliothek LibXt provides the X Toolkit Intrinsics, an abstract widget library upon which other toolkits are based. Xt is the basis for many toolkits, including the Athena widgets (Xaw), and LessTif. - mirrors://xorg/individual/lib/libXt-1.1.5.tar.bz2 + mirrors://xorg/individual/lib/libXt-1.2.0.tar.bz2 libICE-devel libSM-devel @@ -212355,7 +213371,7 @@ to create header files and sources from protocol files. Development files for libXt libXt için geliştirme dosyaları - libXt + libXt libICE-devel libSM-devel xorg-proto @@ -212379,7 +213395,7 @@ to create header files and sources from protocol files. libSM-32bit - libXt + libXt libX11-32bit libSM-32bit libICE-32bit @@ -212389,6 +213405,13 @@ to create header files and sources from protocol files. + + 2019-10-20 + 1.2.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-01-07 1.1.5 @@ -212476,7 +213499,7 @@ to create header files and sources from protocol files. libX11-32bit libXext-32bit - libXtst + libXtst /usr/lib32 @@ -212491,7 +213514,7 @@ to create header files and sources from protocol files. libXext-devel libX11-devel xorg-proto - libXtst + libXtst /usr/include/X11 @@ -212503,6 +213526,13 @@ to create header files and sources from protocol files. + + 2019-10-25 + 1.2.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2019-01-07 1.2.3 @@ -212587,7 +213617,7 @@ to create header files and sources from protocol files. Development files for libXv libXv için geliştirme dosyaları - libXv + libXv libXext-devel libX11-devel xorg-proto @@ -212610,7 +213640,7 @@ to create header files and sources from protocol files. libXext-32bit - libXv + libXv libX11-32bit libXext-32bit @@ -212619,6 +213649,13 @@ to create header files and sources from protocol files. + + 2019-10-20 + 1.0.11 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2019-01-07 1.0.11 @@ -212679,7 +213716,7 @@ to create header files and sources from protocol files. X.Org XvMC kitaplığı X.Org XvMC Bibliothek LibXvMC is the X-Video Motion Compensation Library. - mirrors://xorg/individual/lib/libXvMC-1.0.10.tar.bz2 + mirrors://xorg/individual/lib/libXvMC-1.0.12.tar.bz2 libX11-devel libXext-devel @@ -212709,7 +213746,7 @@ to create header files and sources from protocol files. libX11-devel xorg-proto libXext-devel - libXvMC + libXvMC /usr/include/X11 @@ -212732,13 +213769,20 @@ to create header files and sources from protocol files. libX11-32bit libXext-32bit - libXvMC + libXvMC /usr/lib32 + + 2019-10-20 + 1.0.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-01-07 1.0.10 @@ -212799,7 +213843,7 @@ to create header files and sources from protocol files. X.Org Xxf86dga kitaplığı X.Org Xxf86dga Bibliothek LibXxf86dga is the client library for the XFree86-DGA extension. - mirrors://xorg/individual/lib/libXxf86dga-1.1.4.tar.bz2 + mirrors://xorg/individual/lib/libXxf86dga-1.1.5.tar.bz2 libXext-devel libX11-devel @@ -212823,7 +213867,7 @@ to create header files and sources from protocol files. Development files for libXxf86dga libXxf86dga için geliştirme dosyaları - libXxf86dga + libXxf86dga libXext-devel @@ -212843,7 +213887,7 @@ to create header files and sources from protocol files. libXext-32bit - libXxf86dga + libXxf86dga libXext-32bit libX11-32bit @@ -212852,6 +213896,13 @@ to create header files and sources from protocol files. + + 2019-10-25 + 1.1.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-07-25 1.1.4 @@ -212898,7 +213949,7 @@ to create header files and sources from protocol files. X.Org libXxf86misc kitaplığı X.Org libXxf86misc Bibliothek LibXxf86misc is the client library for the XFree86-misc extension. - http://source.pisilinux.org/1.0/libXxf86misc-1.0.3.tar.gz + https://www.x.org/archive/individual/lib/libXxf86misc-1.0.4.tar.gz libXext-devel xorg-proto @@ -212921,7 +213972,7 @@ to create header files and sources from protocol files. Development files for libXxf86misc libXxf86misc için geliştirme dosyaları - libXxf86misc + libXxf86misc libXext-devel @@ -212941,7 +213992,7 @@ to create header files and sources from protocol files. libXext-32bit - libXxf86misc + libXxf86misc libXext-32bit libX11-32bit @@ -212950,6 +214001,13 @@ to create header files and sources from protocol files. + + 2019-10-20 + 1.0.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-01-07 1.0.3 @@ -213023,7 +214081,7 @@ to create header files and sources from protocol files. Development files for libXxf86miscproto libXxf86miscproto için geliştirme dosyaları - libXxf86miscproto + libXxf86miscproto /usr/include/X11 @@ -213033,6 +214091,13 @@ to create header files and sources from protocol files. + + 2019-10-25 + 0.9.3 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2019-01-07 0.9.3 @@ -213110,7 +214175,7 @@ to create header files and sources from protocol files. Development files for libXxf86vm libXxf86vm için geliştirme dosyaları - libXxf86vm + libXxf86vm libXext-devel @@ -213130,7 +214195,7 @@ to create header files and sources from protocol files. libXext-32bit - libXxf86vm + libXxf86vm libXext-32bit libX11-32bit @@ -213139,6 +214204,13 @@ to create header files and sources from protocol files. + + 2019-10-25 + 1.1.4 + Rebuild. + PisiLinux Community + admin@pisilinux.org + 2018-07-25 1.1.4 @@ -213187,7 +214259,7 @@ to create header files and sources from protocol files. Mesa is an open-source implementation of the OpenGL specification - a system for rendering interactive 3D graphics. 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. - https://mesa.freedesktop.org/archive/mesa-18.2.8.tar.xz + https://mesa.freedesktop.org/archive/mesa-19.2.2.tar.xz meson zlib-devel @@ -213212,7 +214284,7 @@ to create header files and sources from protocol files. libXv-devel eudev-devel nettle-devel - python-mako + python3-mako llvm llvm-clang-devel libxshmfence-devel @@ -213263,6 +214335,7 @@ to create header files and sources from protocol files. /usr/lib /usr/lib/libGL.so.1.2 /usr/share/vulkan/icd.d + /usr/share/drirc.d/00-mesa-defaults.conf /usr/share/doc @@ -213287,7 +214360,7 @@ to create header files and sources from protocol files. libXdamage-devel libXxf86vm-devel libxshmfence-devel - mesa + mesa /usr/include @@ -213353,7 +214426,7 @@ to create header files and sources from protocol files. libdrm-nouveau-32bit wayland-32bit libunwind-32bit - mesa + mesa llvm-32bit @@ -213365,6 +214438,13 @@ to create header files and sources from protocol files. + + 2019-10-24 + 19.2.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-05-29 18.2.8 @@ -213478,7 +214558,7 @@ to create header files and sources from protocol files. x11.library Mesa OpenGL Utility library Mesa implementation of the standard GLU OpenGL utility API. - ftp://ftp.freedesktop.org/pub/mesa/glu/glu-9.0.0.tar.gz + ftp://ftp.freedesktop.org/pub/mesa/glu/glu-9.0.1.tar.gz mesa-devel libgcc @@ -213500,7 +214580,7 @@ to create header files and sources from protocol files. Development files for mesa-glu mesa-glu için geliştirme dosyaları - mesa-glu + mesa-glu mesa-devel @@ -213520,7 +214600,7 @@ to create header files and sources from protocol files. libgcc - mesa-glu + mesa-glu mesa-32bit libgcc @@ -213529,6 +214609,13 @@ to create header files and sources from protocol files. + + 2019-10-24 + 9.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-11-21 9.0.0 @@ -213725,7 +214812,7 @@ to create header files and sources from protocol files. x11.library Wayland Compositor Infrastructure Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. - https://wayland.freedesktop.org/releases/wayland-1.16.0.tar.xz + https://wayland.freedesktop.org/releases/wayland-1.17.0.tar.xz docbook-xsl libffi-devel @@ -213755,7 +214842,7 @@ to create header files and sources from protocol files. Wayland client library libffi - wayland + wayland /usr/lib/libwayland-client* @@ -213765,7 +214852,7 @@ to create header files and sources from protocol files. wayland-cursor Wayland cursor library - wayland + wayland wayland-client @@ -213777,7 +214864,7 @@ to create header files and sources from protocol files. Wayland server library libffi - wayland + wayland /usr/lib/libwayland-server* @@ -213788,7 +214875,7 @@ to create header files and sources from protocol files. Development files for wayland expat-devel - wayland + wayland /usr/include @@ -213809,7 +214896,7 @@ to create header files and sources from protocol files. libxml2-32bit - wayland + wayland expat-32bit libffi-32bit libxslt-32bit @@ -213820,6 +214907,13 @@ to create header files and sources from protocol files. + + 2019-10-26 + 1.17.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-01-03 1.16.0 @@ -213885,9 +214979,9 @@ to create header files and sources from protocol files. Specifications of extended Wayland protocols Genişletişmiş wayland protocolü tanımlamaları Specifications of extended Wayland protocols - https://wayland.freedesktop.org/releases/wayland-protocols-1.16.tar.xz + https://wayland.freedesktop.org/releases/wayland-protocols-1.17.tar.xz - wayland-devel + wayland-devel x11/library/wayland-protocols/pspec.xml @@ -213901,13 +214995,20 @@ to create header files and sources from protocol files. wayland-protocols-devel wayland-protocols için geliştirme dosyaları - wayland-protocols + wayland-protocols /usr/share/pkgconfig + + 2019-10-26 + 1.17 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-01-03 1.16 @@ -213954,7 +215055,7 @@ to create header files and sources from protocol files. Xaw3d est globalement le remplaçant de la boîte à outils Athena. Il ajoute une apparence 3D ainsi que le support des images XMP. Xaw3d is a general-purpose replacement for the Athena toolkit that adds a 3D appearance and support for XPM images. Xaw3d, Athena araçlarının yerini alması amaçlanarak hazırlanmıştır. Ek olarak 3B görünüş sağlar ve XPM resimlerini destekler. - http://xorg.freedesktop.org/archive/individual/lib/libXaw3d-1.6.2.tar.gz + http://xorg.freedesktop.org/archive/individual/lib/libXaw3d-1.6.3.tar.gz util-macros libXt-devel @@ -213987,7 +215088,7 @@ to create header files and sources from protocol files. Development files for Xaw3d Xaw3d için geliştirme dosyaları - Xaw3d + Xaw3d libXt-devel libX11-devel libXmu-devel @@ -213999,6 +215100,13 @@ to create header files and sources from protocol files. + + 2019-10-24 + 1.6.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-07-25 1.6.2 @@ -214716,7 +215824,7 @@ to create header files and sources from protocol files. Development files for xcb-util-xrm system.devel - xcb-util-xrm + xcb-util-xrm libxcb-devel xcb-util-devel @@ -214726,6 +215834,13 @@ to create header files and sources from protocol files. + + 2019-10-23 + 1.3 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + 2019-02-20 1.3 @@ -215181,7 +216296,7 @@ to create header files and sources from protocol files. Mesa demoları Mesa is an open-source implementation of the OpenGL specification - a system for rendering interactive 3D graphics. Mesa, OpenGL belirtiminin (etkileşimli 3B grafiklerin gerçeklenmesi için bir sistem) açık kaynaklı bir uyarlamasıdır. - ftp://ftp.freedesktop.org/pub/mesa/demos/8.3.0/mesa-demos-8.3.0.tar.bz2 + ftp://ftp.freedesktop.org/pub/mesa/demos/mesa-demos-8.4.0.tar.bz2 glew-devel mesa-devel @@ -215242,7 +216357,7 @@ to create header files and sources from protocol files. freeglut-32bit mesa-glu-32bit libgcc - mesa-demos + mesa-demos /usr/lib32 @@ -215251,6 +216366,13 @@ to create header files and sources from protocol files. + + 2019-10-25 + 8.4.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-07-30 8.3.0 @@ -215545,6 +216667,13 @@ to create header files and sources from protocol files. + + 2019-10-25 + 1.5.2 + Rebuild libxkbcommon + Mustafa Cinasal + muscnsl@gmail.com + 2019-02-02 1.5.2 @@ -215875,7 +217004,7 @@ to create header files and sources from protocol files. X Pencere Sistemi oturum hazırlayıcı xinit initializes X Window System server and runs the first client application. xinit, X Pencere Sistemi sunucusunu hazırlar ve ilk istemci uygulamayı başlatır. - mirrors://xorg/individual/app/xinit-1.4.0.tar.bz2 + mirrors://xorg/individual/app/xinit-1.4.1.tar.bz2 util-macros xorg-proto @@ -215922,6 +217051,13 @@ to create header files and sources from protocol files. + + 2019-10-20 + 1.4.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-01-07 1.4.0 @@ -215981,7 +217117,7 @@ to create header files and sources from protocol files. X klavye yapılandırma veritabanı xkeyboard-config aims to provide consistent and well-structured X keyboard configuration data for X Window System implementations. xkeyboard-config, X Pencere Sistemi için tutarlı ve iyi tasarlanmış X klavye yapılandırma verisi sağlamayı amaçlar. - mirrors://xorg/individual/data/xkeyboard-config/xkeyboard-config-2.26.tar.bz2 + mirrors://xorg/individual/data/xkeyboard-config/xkeyboard-config-2.27.tar.bz2 intltool xorg-proto @@ -215989,9 +217125,6 @@ to create header files and sources from protocol files. libxslt-devel libX11-devel - - pt-layout.patch - x11/misc/xkeyboard-config/pspec.xml @@ -216016,6 +217149,13 @@ to create header files and sources from protocol files. + + 2019-10-20 + 2.27 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-02-10 2.26 @@ -216112,37 +217252,37 @@ to create header files and sources from protocol files. mirrors://xorg/individual/app/luit-1.1.1.tar.bz2 mirrors://xorg/individual/app/mkcomposecache-1.2.1.tar.bz2 mirrors://xorg/individual/app/mkfontdir-1.0.7.tar.bz2 - mirrors://xorg/individual/app/mkfontscale-1.1.3.tar.bz2 + mirrors://xorg/individual/app/mkfontscale-1.2.1.tar.bz2 mirrors://xorg/individual/app/oclock-1.0.4.tar.bz2 mirrors://xorg/individual/app/rendercheck-1.5.tar.bz2 mirrors://xorg/individual/app/rgb-1.0.6.tar.bz2 mirrors://xorg/individual/app/rstart-1.0.5.tar.bz2 mirrors://xorg/individual/app/scripts-1.0.1.tar.bz2 - mirrors://xorg/individual/app/sessreg-1.1.1.tar.bz2 - mirrors://xorg/individual/app/setxkbmap-1.3.1.tar.bz2 + mirrors://xorg/individual/app/sessreg-1.1.2.tar.bz2 + mirrors://xorg/individual/app/setxkbmap-1.3.2.tar.bz2 mirrors://xorg/individual/app/showfont-1.0.5.tar.bz2 mirrors://xorg/individual/app/smproxy-1.0.6.tar.bz2 mirrors://xorg/individual/app/twm-1.0.10.tar.bz2 - mirrors://xorg/individual/app/viewres-1.0.5.tar.bz2 - mirrors://xorg/individual/app/x11perf-1.6.0.tar.bz2 - mirrors://xorg/individual/app/xauth-1.0.10.tar.bz2 - mirrors://xorg/individual/app/xbacklight-1.2.2.tar.bz2 - mirrors://xorg/individual/app/xbiff-1.0.3.tar.bz2 - mirrors://xorg/individual/app/xcalc-1.0.7.tar.bz2 + mirrors://xorg/individual/app/viewres-1.0.6.tar.bz2 + mirrors://xorg/individual/app/x11perf-1.6.1.tar.bz2 + mirrors://xorg/individual/app/xauth-1.1.tar.bz2 + mirrors://xorg/individual/app/xbacklight-1.2.3.tar.bz2 + mirrors://xorg/individual/app/xbiff-1.0.4.tar.bz2 + mirrors://xorg/individual/app/xcalc-1.1.0.tar.bz2 mirrors://xorg/individual/app/xclipboard-1.1.3.tar.bz2 - mirrors://xorg/individual/app/xclock-1.0.8.tar.bz2 + mirrors://xorg/individual/app/xclock-1.0.9.tar.bz2 mirrors://xorg/individual/app/xcmsdb-1.0.5.tar.bz2 - mirrors://xorg/individual/app/xcompmgr-1.1.7.tar.bz2 + mirrors://xorg/individual/app/xcompmgr-1.1.8.tar.bz2 mirrors://xorg/individual/app/xconsole-1.0.7.tar.bz2 mirrors://xorg/individual/app/xcursorgen-1.0.7.tar.bz2 mirrors://xorg/individual/app/xdbedizzy-1.1.0.tar.bz2 - mirrors://xorg/individual/app/xditview-1.0.4.tar.bz2 + mirrors://xorg/individual/app/xditview-1.0.5.tar.bz2 mirrors://xorg/individual/app/xdpyinfo-1.3.2.tar.bz2 mirrors://xorg/individual/app/xedit-1.2.2.tar.bz2 mirrors://xorg/individual/app/xev-1.2.3.tar.bz2 mirrors://xorg/individual/app/xeyes-1.1.2.tar.bz2 mirrors://xorg/individual/app/xf86dga-1.0.3.tar.bz2 - mirrors://xorg/individual/app/xfd-1.1.2.tar.bz2 + mirrors://xorg/individual/app/xfd-1.1.3.tar.bz2 mirrors://xorg/individual/app/xfindproxy-1.0.4.tar.bz2 mirrors://xorg/individual/app/xfontsel-1.0.6.tar.bz2 mirrors://xorg/individual/app/xfs-1.2.0.tar.bz2 @@ -216151,26 +217291,26 @@ to create header files and sources from protocol files. mirrors://xorg/individual/app/xgamma-1.0.6.tar.bz2 mirrors://xorg/individual/app/xgc-1.0.5.tar.bz2 mirrors://xorg/individual/app/xhost-1.0.8.tar.bz2 - mirrors://xorg/individual/app/xinput-1.6.2.tar.bz2 + mirrors://xorg/individual/app/xinput-1.6.3.tar.bz2 mirrors://xorg/individual/app/xkbcomp-1.4.2.tar.bz2 mirrors://xorg/individual/app/xkbevd-1.1.4.tar.bz2 mirrors://xorg/individual/app/xkbprint-1.0.4.tar.bz2 mirrors://xorg/individual/app/xkbutils-1.0.4.tar.bz2 mirrors://xorg/individual/app/xkill-1.0.5.tar.bz2 mirrors://xorg/individual/app/xload-1.1.3.tar.bz2 - mirrors://xorg/individual/app/xlogo-1.0.4.tar.bz2 + mirrors://xorg/individual/app/xlogo-1.0.5.tar.bz2 mirrors://xorg/individual/app/xlsatoms-1.1.3.tar.bz2 mirrors://xorg/individual/app/xlsclients-1.1.4.tar.bz2 mirrors://xorg/individual/app/xlsfonts-1.0.6.tar.bz2 mirrors://xorg/individual/app/xmag-1.0.6.tar.bz2 - mirrors://xorg/individual/app/xman-1.1.4.tar.bz2 + mirrors://xorg/individual/app/xman-1.1.5.tar.bz2 mirrors://xorg/individual/app/xmessage-1.0.5.tar.bz2 mirrors://xorg/individual/app/xmh-1.0.3.tar.bz2 mirrors://xorg/individual/app/xmodmap-1.0.10.tar.bz2 - mirrors://xorg/individual/app/xmore-1.0.2.tar.bz2 + mirrors://xorg/individual/app/xmore-1.0.3.tar.bz2 mirrors://xorg/individual/app/xpr-1.0.5.tar.bz2 - mirrors://xorg/individual/app/xprop-1.2.3.tar.bz2 - mirrors://xorg/individual/app/xrandr-1.5.0.tar.bz2 + mirrors://xorg/individual/app/xprop-1.2.4.tar.bz2 + mirrors://xorg/individual/app/xrandr-1.5.1.tar.xz mirrors://xorg/individual/app/xrdb-1.2.0.tar.bz2 mirrors://xorg/individual/app/xrefresh-1.0.6.tar.bz2 mirrors://xorg/individual/app/xset-1.2.4.tar.bz2 @@ -216182,7 +217322,7 @@ to create header files and sources from protocol files. mirrors://xorg/individual/app/xvidtune-1.0.3.tar.bz2 mirrors://xorg/individual/app/xvinfo-1.1.4.tar.bz2 mirrors://xorg/individual/app/xwd-1.0.7.tar.bz2 - mirrors://xorg/individual/app/xwininfo-1.1.4.tar.bz2 + mirrors://xorg/individual/app/xwininfo-1.1.5.tar.bz2 mirrors://xorg/individual/app/xwud-1.0.5.tar.bz2 fontconfig-devel @@ -216288,6 +217428,13 @@ to create header files and sources from protocol files. + + 2019-10-20 + 7.7 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2019-03-14 7.7 @@ -216474,7 +217621,7 @@ to create header files and sources from protocol files. X server is the main application that allows a graphical interface. X sunucu, grafiksel arayüz için gerekli ana uygulamadır. X serwer to główna aplikacja, która umożliwia interfejs graficzny. - mirrors://xorg/individual/xserver/xorg-server-1.20.3.tar.bz2 + mirrors://xorg/individual/xserver/xorg-server-1.20.5.tar.bz2 libbsd-devel font-util @@ -216727,6 +217874,13 @@ to create header files and sources from protocol files. + + 2019-10-19 + 1.20.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + 2019-02-09 1.20.3 @@ -217505,7 +218659,7 @@ to create header files and sources from protocol files. Development files for i3wm system.devel - i3wm + i3wm libev-devel startup-notification-devel libxcb-devel @@ -217529,6 +218683,13 @@ to create header files and sources from protocol files. + + 2019-10-26 + 4.16.1 + Rebuild libxkbcommon + Mustafa Cinasal + mcnsl@gmail.com + 2019-06-23 4.16.1 diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 297d8faff5..51af420d7b 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -fa70f34fc2f5138739da0104407b228de4d355cc \ No newline at end of file +c295b0d7ca3411b6be5bc08c791c5e9cc07fe563 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 568d12d34d..88e3b83d7a 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 d4478cf6a4..5388e42c6d 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -dde729335e34ee22f35402ac5fd1527f40c4f5de \ No newline at end of file +9b86d7820a10260e2e1f2054971a48fa636c5894 \ No newline at end of file diff --git a/util/crypt/libsodium/actions.py b/util/crypt/libsodium/actions.py new file mode 100644 index 0000000000..de04bcc9eb --- /dev/null +++ b/util/crypt/libsodium/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 autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + +def setup(): + autotools.configure() + +def build(): + #shelltools.cd("make/linux") + autotools.make("PREFIX=/usr") + +def install(): + #shelltools.cd("make/linux") + autotools.install("libdir=%s/usr/lib" % get.installDIR()) + + pisitools.dodoc("ChangeLog", "LICENSE","README.*") diff --git a/util/crypt/libsodium/pspec.xml b/util/crypt/libsodium/pspec.xml new file mode 100644 index 0000000000..a9fa7eb2a8 --- /dev/null +++ b/util/crypt/libsodium/pspec.xml @@ -0,0 +1,51 @@ + + + + + libsodium + https://libsodium.org/ + + Kamil Atlı + suvari@pisilinux.org + + custom:ISC + library + P(ortable|ackageable) NaCl-based crypto library + Sodium is a modern, easy-to-use software library for encryption, decryption, signatures, password hashing and more. + https://download.libsodium.org/libsodium/releases/libsodium-1.0.18.tar.gz + + glibc-devel + + + + + libsodium + + /usr/lib + /usr/share/doc + + + + + libsodium-devel + Development files for libsodium + + libsodium + + + /usr/include + /usr/lib/pkgconfig + /usr/share/man/man3 + + + + + + 2019-10-30 + 1.0.18 + First release + Kamil Atlı + suvari@gmail.com + + + \ No newline at end of file diff --git a/util/crypt/libsodium/translations.xml b/util/crypt/libsodium/translations.xml new file mode 100644 index 0000000000..cb04fe5ae0 --- /dev/null +++ b/util/crypt/libsodium/translations.xml @@ -0,0 +1,13 @@ + + + + libsodium + Modern, taşınabilir, kullanımı kolay bir kripto kitaplığı + Modern, taşınabilir, kullanımı kolay bir kripto kitaplığı + + + + libsodium-devel + libsodium için geliştirme dosyaları + +