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.tgzgitshared-mime-info
@@ -748,7 +748,7 @@
libspiro-develxdg-utilsfontconfig-devel
- python-devel
+ python3-devellibxml2-develreadline-devellibtool-ltdl
@@ -762,7 +762,7 @@
glib2libX11libpng
- python
+ python3libxml2freetypereadline
@@ -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-develpango-develcairo-devel
- fontforge
+ fontforge/usr/include
@@ -805,6 +807,13 @@
+
+ 2019-10-26
+ 2.0.20190801
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2018-07-312.0.20170731
@@ -4073,7 +4082,7 @@
Plazma Çerçevelerine dayalı bir platformPlazma Çerçevelerine dayalı bir platformPlazma Ç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.xzcmakekconfig-devel
@@ -4151,6 +4160,13 @@
+
+ 2019-10-27
+ 0.9.4
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2019-10-040.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-155.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
+ kwinkactivities-develkauth-develkcmutils-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-155.16.5
@@ -86192,7 +86222,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.
- 2019-10-17
+ 2019-10-185.17.0First releaseSafa 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-155.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-160.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 settingshttps://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.gzqt5-base-develqt5-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-120.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.gzpython3-setuptoolspython3-qt5python3-develqt5-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-037.3
@@ -101097,6 +101160,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.libproxy-devel
gst-plugins-base-develwayland-devel
+ wayland-protocols-devellibXcursor-develtslib-develshared-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-basemesa-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-055.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-055.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-assistantllvm-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-055.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-waylandqt5-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-055.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.xzacl-develgtk2-devel
@@ -107801,17 +107891,10 @@ It supports email, address books, calendars, tasks, news feeds and much more.libpng-devel
librsvg-develtiff-devel
- gnutls-devel
+ gnutls-develimagemagick-devellcms2-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/includeSystem.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-0126.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
+ emacsgtk2-develeditor/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-010.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
+ emacseditor/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-011.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/HomeAlihan Öztürkalihan@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 languagesliblangtag 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.bz2libxml2-develglib2-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-090.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.xzgroffncurses-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-272.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.gzgpmctags
@@ -108823,10 +108943,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.ncurses-devel
- vim-fix-xml-crash.patchpisilinux/grub_conf.patchpisilinux/xorg_conf.patch
- vim-7.0-warning.patchvim-7.3-interix-link.patcheditor/vi/vim/pspec.xml
@@ -108872,6 +108990,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.
aclperl
+ rubyglib2libX11ncurses
@@ -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-298.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.xzfedora/cups-genppdupdate.py.in
@@ -118610,8 +118856,6 @@ It supports email, address books, calendars, tasks, news feeds and much more.
fedora/gutenprint-build.patchfedora/gutenprint-menu.patch
- fedora/gutenprint-O6.patch
- fedora/gutenprint-postscriptdriver.patchhardware/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-115.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.bz2LocalConfig.kmk
@@ -121554,7 +121812,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.openssl
device-mapperqt5-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-serverlibXcomposite
- 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-296.0.12
@@ -125196,7 +125461,7 @@ cleaner, which will allow to add new features in the future.
Development files for geglgegl için geliştirme dosyaları
- gegl
+ geglglib2-develbabl-develjson-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-290.4.16
@@ -125346,7 +125618,7 @@ cleaner, which will allow to add new features in the future.
Development files for gegl02gegl02 için geliştirme dosyaları
- gegl02
+ gegl02glib2-develbabl-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-290.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.gzxz-develzlib-devel
@@ -130441,7 +130720,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
Developement files for tifftiff 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
+ tifflibjpeg-turbo-32bitlibgccxz-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-094.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,tiffwebp 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.gzmesa-develmesa-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-181.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-baseorc-32bitzlib-32bitcairo-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-basegst-plugins-base için geliştirme dosyaları
- gst-plugins-base
+ gst-plugins-baseorc-develgstreamer-develglib2-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-051.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 Communityadmins@pisilinux.org
@@ -144804,7 +145104,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
multimedia.videompv is based on mplayer2mpv 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.gzffmpeg-develwayland-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.patch02_fix-config-path.patch05_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/mpvmpv-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-140.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 Communityadmins@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-linguistqt5-base-develqt5-script-devellibxkbcommon-devel
- zlib-devel
- qt5-linguistmultimedia/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-0319.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öneticisiSMTube 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.bz2qt5-base-develqt5-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-1517.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.xzglib2-devellibgudev-devel
@@ -149642,7 +150028,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
libqmipolkitlibmbim
- libgudevlibmm-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 ModemManagerModemManager 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 librariesglib2
+ 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-gliblibmm-glib için geliştirme dosyaları
- libmm-glib
+ libmm-glibglib2-develModemManager-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-131.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.xzgtk-docglib2-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-devellibgudev-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-131.16.0
@@ -151474,10 +151928,11 @@ functionality to build high-performing, platform-independent programs.network.library
QMI modem protocol helper librarylibqmi 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.xzglib2-devellibgudev-devel
+ libmbim-develgobject-introspection-develnetwork/library/libqmi/pspec.xml
@@ -151487,6 +151942,7 @@ functionality to build high-performing, platform-independent programs.
glib2libgudev
+ libmbimgobject-introspection
@@ -151502,7 +151958,7 @@ functionality to build high-performing, platform-independent programs.libqmi-devel
Development files for libqmi
- libqmi
+ libqmiglib2-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-131.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
+ freerdpopenssl-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-072.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.gznssgtk2
@@ -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-0332.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.gznetwork/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-0332.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.xzalsa-lib-develat-spi2-atk-devel
@@ -155345,11 +155880,10 @@ complete albums that you have purchased from Amazon.
chromium-skia-harmony.patchchromium-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.patchnetwork/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-2477.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.xzmozconfigpisilinux/browserconfig.properties
@@ -155791,7 +156332,7 @@ complete albums that you have purchased from Amazon.
system.localelang-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.localelang-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.localelang-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.localelang-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.localelang-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.localelang-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.localelang-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.localelang-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.localelang-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.localelang-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.localelang-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.localelang-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.localelang-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.localelang-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.localelang-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.localelang-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.localelang-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.localelang-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.localelang-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.localelang-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.localelang-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.localelang-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.localelang-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.localelang-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.localelang-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.localelang-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.localelang-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-0369.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.bz2cups-develpython-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-131.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.bz2cups-develpython3-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-151.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.gzpython3-setuptoolspython3-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-242019.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 concurrencySystems 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.gzbootstrap-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-291.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-030.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.xzmesongtk3-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-develDevelopment files for libinput
- libinput
+ libinputeudev-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-041.12.6
@@ -192376,7 +192970,7 @@ to create header files and sources from protocol files.
Eğri çizimi kütüphanesilibspiro 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.gzscience/mathematics/libspiro/pspec.xml
@@ -192391,7 +192985,7 @@ to create header files and sources from protocol files.
Development files for libspirolibspiro 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-070.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.gznss.pc.innss-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-043.46
@@ -202370,7 +203029,7 @@ to create header files and sources from protocol files.
ibus-gtk2ibus için gtk2 desteği
- ibus
+ ibusglib2gtk2pango
@@ -202383,7 +203042,7 @@ to create header files and sources from protocol files.
ibus-gtk3ibus için gtk3 desteği
- ibus
+ ibusglib2gtk3pango
@@ -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
+ ibusglib2-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-241.5.19
@@ -203618,12 +204284,15 @@ to create header files and sources from protocol files.
x11.driverVA-API implementation for Intel G45 and HD Graphics familylibva-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.bz2libdrm-devellibX11-devellibva-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-312.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-091.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.bz2xorg-server-devellibmtdev-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-091.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 libinputxorg-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.bz2libX11-develeudev-devel
@@ -204297,7 +204987,7 @@ to create header files and sources from protocol files.
xorg-input-libinput-develDevelopment 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-090.28.2
@@ -204915,7 +205612,7 @@ to create header files and sources from protocol files.
X.org amdgpu video driverX.org amdgpu video driverX.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.bz2libdrm-devellibpciaccess-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-1919.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-201.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.bz2libdrm-devellibpciaccess-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-1919.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.bz2libdrm-develmesa-develxorg-server-develutil-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-090.10.9
@@ -207929,7 +208651,7 @@ to create header files and sources from protocol files.
Development files for libXfontlibXfont için geliştirme dosyaları
- libXfont
+ libXfontlibfontenc-develfreetype-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-071.5.4
@@ -208032,7 +208761,7 @@ to create header files and sources from protocol files.
Development files for freeglutfreeglut 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
+ freeglutmesa-32bitlibXi-32bitlibXxf86vm-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-273.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-32bitlibX11-32bit
- glew
+ glew/usr/lib32
+
+ 2019-10-23
+ 2.1.0
+ Rebuild.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2019-01-232.1.0
@@ -208265,7 +209008,7 @@ to create header files and sources from protocol files.
Development files for libdmxlibdmx için geliştirme dosyaları
- libdmx
+ libdmxlibXext-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-251.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üzlibdrm 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.bz2libpciaccess-develutil-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
+ libdrmlibpciaccess
@@ -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-amdUserspace 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 libdrmlibdrm 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
+ libdrmlibpciaccess-32bit
@@ -208446,8 +209196,8 @@ to create header files and sources from protocol files.
emul32emul32
- libdrm-intel
- libdrm-32bit
+ libdrm-intel
+ libdrm-32bitlibpciaccess-32bit
@@ -208461,8 +209211,8 @@ to create header files and sources from protocol files.
emul32emul32
- 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.
emul32emul32
- 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.
emul32emul32
- 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.
emul32emul32
- libkms
- libdrm-32bit
+ libkms
+ libdrm-32bit/usr/lib32/libkms.*
+
+ 2019-10-20
+ 2.4.100
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2019-02-102.4.97
@@ -208612,7 +209369,7 @@ to create header files and sources from protocol files.
libepoxy-develDevelopment 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-101.5.3
@@ -208686,7 +209450,7 @@ to create header files and sources from protocol files.
Wrapper library for evdev devicesWrapper library for evdev devicesWrapper 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.xzdoxygenvalgrind
@@ -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-061.6.0
@@ -208877,7 +209648,7 @@ to create header files and sources from protocol files.
Development files for libfakekeylibfakekey 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-240.3
@@ -208924,7 +209702,7 @@ to create header files and sources from protocol files.
X.Org fontenc kitaplığıX.Org fontenc Bibliotheklibfontenc 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.bz2zlib-develutil-macros
@@ -208948,7 +209726,7 @@ to create header files and sources from protocol files.
Development files for libfontenclibfontenc 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-071.1.3
@@ -209009,7 +209794,7 @@ to create header files and sources from protocol files.
X.Org FS kitaplığıX.Org FS BibliotheklibFS 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.bz2util-macrosxorg-proto
@@ -209029,7 +209814,7 @@ to create header files and sources from protocol files.
Development files for libFSlibFS 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-071.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.bz2libbsd-develutil-macros
@@ -209116,7 +209908,7 @@ to create header files and sources from protocol files.
Development files for libICElibICE için geliştirme dosyaları
- libICE
+ libICE/usr/include/X11
@@ -209131,13 +209923,20 @@ to create header files and sources from protocol files.
emul32emul32
- libICE
+ libICE/usr/lib32
+
+ 2019-10-20
+ 1.0.10
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2019-01-071.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.bz2util-macros
@@ -209284,7 +210083,7 @@ to create header files and sources from protocol files.
Development files for libpciaccesslibpciaccess için geliştirme dosyaları
- libpciaccess
+ libpciaccess/usr/include
@@ -209299,13 +210098,20 @@ to create header files and sources from protocol files.
emul32emul32
- libpciaccess
+ libpciaccess/usr/lib32
+
+ 2019-10-25
+ 0.15
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2018-07-240.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-32bitlibutil-linux-32bit
- libSM
+ libSM/usr/lib32
+
+ 2019-10-20
+ 1.2.3
+ Rebuild.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2019-01-121.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-071.0.1
@@ -209548,7 +210368,7 @@ to create header files and sources from protocol files.
Linux için video hızlandırma API'silibva 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.bz2libdrm-devellibXext-devel
@@ -209579,7 +210399,7 @@ to create header files and sources from protocol files.
Development files for libvalibva için geliştirme dosyaları
- libva
+ libvawayland-devel
@@ -209603,7 +210423,7 @@ to create header files and sources from protocol files.
libX11-32bit
- libva
+ libvalibdrm-32bitwayland-32bitlibXext-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-272.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ıkVDPAU 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.bz2libXext-devel
@@ -209704,7 +210531,7 @@ to create header files and sources from protocol files.
Development files for libvdpaulibvdpau 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
+ libvdpaulibXext-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-241.1.1
@@ -209776,7 +210610,7 @@ to create header files and sources from protocol files.
X.Org X11 kitaplığıX.Org X11 BibliothekCore X11 protocol client library.
- mirrors://xorg/individual/lib/libX11-1.6.7.tar.bz2
+ mirrors://xorg/individual/lib/libX11-1.6.9.tar.bz2libxcb-develxorg-proto
@@ -209804,7 +210638,7 @@ to create header files and sources from protocol files.
Development files for X11 librarylibX11 için geliştirme dosyaları
- libX11
+ libX11libxcb-develxorg-proto
@@ -209826,7 +210660,7 @@ to create header files and sources from protocol files.
libxslt-32bit
- libX11
+ libX11libxcb-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-061.6.7
@@ -209916,7 +210757,7 @@ to create header files and sources from protocol files.
X.Org Au BibliotheklibXau provides functions to manage X authorization fileslibXau, 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.gzutil-macrosxorg-proto
@@ -209937,7 +210778,7 @@ to create header files and sources from protocol files.
Development files for libXaulibXau 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-071.0.8
@@ -210040,7 +210888,7 @@ to create header files and sources from protocol files.
Development files for libXawlibXaw için geliştirme dosyaları
- libXaw
+ libXawlibXext-devellibXmu-devellibXpm-devel
@@ -210068,7 +210916,7 @@ to create header files and sources from protocol files.
libX11-32bit
- libXaw
+ libXawlibXext-32bitlibXmu-32bitlibXpm-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-251.0.13
@@ -210156,7 +211011,7 @@ to create header files and sources from protocol files.
Development files for libxcblibxcb için geliştirme dosyaları
- libxcb
+ libxcblibXau-devellibXdmcp-devel
@@ -210180,7 +211035,7 @@ to create header files and sources from protocol files.
libXdmcp-32bit
- libxcb
+ libxcblibXau-32bitlibXdmcp-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-201.13.1
@@ -210257,7 +211119,7 @@ to create header files and sources from protocol files.
X.Org composite BibliotheklibXcomposite 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.bz2libX11-devellibXfixes-devel
@@ -210280,7 +211142,7 @@ to create header files and sources from protocol files.
Development files for libXcompositelibXcomposite için geliştirme dosyaları
- libXcomposite
+ libXcompositelibXfixes-devel
@@ -210300,7 +211162,7 @@ to create header files and sources from protocol files.
libX11-32bit
- libXcomposite
+ libXcompositelibX11-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-250.4.4
@@ -210354,7 +211223,7 @@ to create header files and sources from protocol files.
X.Org Xcursor kitaplığıX.Org Xcursor BibliotheklibXcursor 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.bz2util-macroslibX11-devel
@@ -210381,7 +211250,7 @@ to create header files and sources from protocol files.
Development files for libXcursorlibXcursor için geliştirme dosyaları
- libXcursor
+ libXcursorlibXfixes-devellibX11-devellibXrender-devel
@@ -210405,7 +211274,7 @@ to create header files and sources from protocol files.
libXrender-32bit
- libXcursor
+ libXcursorlibX11-32bitlibXfixes-32bitlibXrender-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-071.1.15
@@ -210476,7 +211352,7 @@ to create header files and sources from protocol files.
X.Org damege BibliothekLibXdamage 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.bz2libXfixes-develutil-macros
@@ -210499,7 +211375,7 @@ to create header files and sources from protocol files.
Development files for libXdamagelibXdamage için geliştirme dosyaları
- libXdamage
+ libXdamagelibXfixes-devellibX11-devel
@@ -210520,7 +211396,7 @@ to create header files and sources from protocol files.
libXfixes-32bit
- libXdamage
+ libXdamagelibXfixes-32bitlibX11-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-251.1.4
@@ -210576,7 +211459,7 @@ to create header files and sources from protocol files.
X.Org Xdmcp BibliothekLibXdmcp 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.bz2libxsltutil-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.
emul32emul32
- libXdmcp
+ libXdmcp/usr/lib32
+
+ 2019-10-20
+ 1.1.3
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2019-01-071.1.2
@@ -210678,7 +211568,7 @@ to create header files and sources from protocol files.
X.Org Xext BibliothekLibXext 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.bz2xorg-protoutil-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
+ libXextlibX11-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-071.3.3
@@ -210806,7 +211703,7 @@ to create header files and sources from protocol files.
Development files for libXfixeslibXfixes için geliştirme dosyaları
- libXfixes
+ libXfixeslibX11-develxorg-proto
@@ -210827,7 +211724,7 @@ to create header files and sources from protocol files.
libX11-32bit
- libXfixes
+ libXfixeslibX11-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-075.0.3
@@ -210892,7 +211796,7 @@ to create header files and sources from protocol files.
x11.libraryX.Org Xfont librarylibXfont 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.bz2libfontenc-develutil-macros
@@ -210920,7 +211824,7 @@ to create header files and sources from protocol files.
libXfont2-develDevelopment files for libXfont
- libXfont2
+ libXfont2libfontenc-develfreetype-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-072.0.3
@@ -210976,7 +211887,7 @@ to create header files and sources from protocol files.
X.Org Xft kitaplığıX.Org Xft BibliotheklibXft 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.bz2util-macrosfreetype-devel
@@ -211004,7 +211915,7 @@ to create header files and sources from protocol files.
Development files for libXftlibXft için geliştirme dosyaları
- libXft
+ libXftfreetype-develfontconfig-devellibXrender-devel
@@ -211031,7 +211942,7 @@ to create header files and sources from protocol files.
libX11-32bit
- libXft
+ libXftfreetype-32bitfontconfig-32bitlibXrender-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-252.3.2
@@ -211089,7 +212007,7 @@ to create header files and sources from protocol files.
X.Org Xi kitaplığıX.Org Xi BibliothekLibXi 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.bz2libXext-devellibXfixes-devel
@@ -211113,7 +212031,7 @@ to create header files and sources from protocol files.
Development files for libXilibXi için geliştirme dosyaları
- libXi
+ libXilibXext-devellibX11-devellibXfixes-devel
@@ -211137,7 +212055,7 @@ to create header files and sources from protocol files.
libX11-32bit
- libXi
+ libXilibXext-32bitlibX11-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-071.7.9
@@ -211230,7 +212155,7 @@ to create header files and sources from protocol files.
Development files for libXineramalibXinerama için geliştirme dosyaları
- libXinerama
+ libXineramalibXext-devel
@@ -211251,7 +212176,7 @@ to create header files and sources from protocol files.
libX11-32bit
- libXinerama
+ libXineramalibX11-32bitlibXext-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-251.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ıkLibrary to convert evdev keycodes to keysymsEvdev 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
+ mesonxorg-protoutil-macroslibxcb-devel
+ wayland-cursor
+ wayland-server
+ wayland-client
+ wayland-devel
+ wayland-protocols-develxkeyboard-configx11/library/libxkbcommon/pspec.xml
@@ -211329,7 +212267,7 @@ to create header files and sources from protocol files.
Development files for libxkbcommonlibxkbcommon için geliştirme dosyaları
- libxkbcommon
+ libxkbcommonlibxcb-devel
@@ -211345,9 +212283,10 @@ to create header files and sources from protocol files.
emul32libxcb-32bit
+ wayland-32bit
- libxkbcommon
+ libxkbcommonlibxcb-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-290.8.2
@@ -211415,7 +212368,7 @@ to create header files and sources from protocol files.
X.Org xkbfile kitaplığıX.Org xkbfile BibliothekLibxkbfile 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.bz2util-macroslibX11-devel
@@ -211438,7 +212391,7 @@ to create header files and sources from protocol files.
Development files for libxkbfilelibxkbfile için geliştirme dosyaları
- libxkbfile
+ libxkbfilelibX11-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-071.0.9
@@ -211501,7 +212461,7 @@ to create header files and sources from protocol files.
X.Org Xmu BibliotheklibXmu 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.bz2util-macroslibXt-devel
@@ -211528,7 +212488,7 @@ to create header files and sources from protocol files.
Development files for libXmulibXmu için geliştirme dosyaları
- libXmu
+ libXmulibXt-devellibXext-devel
@@ -211549,7 +212509,7 @@ to create header files and sources from protocol files.
libXext-32bit
- libXmu
+ libXmulibXt-32bitlibX11-32bitlibXext-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-251.1.2
@@ -211633,7 +212600,7 @@ to create header files and sources from protocol files.
Development files for libXplibXp için geliştirme dosyaları
- libXp
+ libXplibXext-devel
@@ -211654,7 +212621,7 @@ to create header files and sources from protocol files.
libXext-32bit
- libXp
+ libXplibXext-32bitlibXau-32bitlibX11-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-071.0.3
@@ -211744,7 +212718,7 @@ to create header files and sources from protocol files.
Development files for libXpmlibXpm 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
+ libXpmlibXext-32bitlibXt-32bitlibX11-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-253.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.bz2libXext-devellibXrender-devel
@@ -211846,7 +212827,7 @@ to create header files and sources from protocol files.
Development files for libXrandrlibXrandr için geliştirme dosyaları
- libXrandr
+ libXrandrlibXrender-devellibXext-devellibX11-devel
@@ -211871,7 +212852,7 @@ to create header files and sources from protocol files.
libXrender-32bit
- libXrandr
+ libXrandrlibX11-32bitlibXext-32bitlibXrender-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-071.5.1
@@ -211964,7 +212952,7 @@ to create header files and sources from protocol files.
Development files for libXrenderlibXrender için geliştirme dosyaları
- libXrender
+ libXrenderlibX11-develxorg-proto
@@ -211985,7 +212973,7 @@ to create header files and sources from protocol files.
libX11-32bit
- libXrender
+ libXrenderlibX11-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-070.9.10
@@ -212077,7 +213072,7 @@ to create header files and sources from protocol files.
Development files for libXreslibXres için geliştirme dosyaları
- libXres
+ libXreslibXext-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-251.2.0
@@ -212157,7 +213159,7 @@ to create header files and sources from protocol files.
Development files for libXScrnSaverlibXScrnSaver için geliştirme dosyaları
- libXScrnSaver
+ libXScrnSaverlibXext-devel
@@ -212178,7 +213180,7 @@ to create header files and sources from protocol files.
libXext-32bit
- libXScrnSaver
+ libXScrnSaverlibX11-32bitlibXext-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-251.2.3
@@ -212251,7 +213260,7 @@ to create header files and sources from protocol files.
libxshmfence-develDevelopment files for libxshmfence
- libxshmfence
+ libxshmfencelibXext-devel
@@ -212271,7 +213280,7 @@ to create header files and sources from protocol files.
libXext-32bit
- libxshmfence
+ libxshmfencelibX11-32bitlibXext-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-161.3
@@ -212326,7 +213342,7 @@ to create header files and sources from protocol files.
X.Org Xt kitaplığıX.Org Xt BibliothekLibXt 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.bz2libICE-devellibSM-devel
@@ -212355,7 +213371,7 @@ to create header files and sources from protocol files.
Development files for libXtlibXt için geliştirme dosyaları
- libXt
+ libXtlibICE-devellibSM-develxorg-proto
@@ -212379,7 +213395,7 @@ to create header files and sources from protocol files.
libSM-32bit
- libXt
+ libXtlibX11-32bitlibSM-32bitlibICE-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-071.1.5
@@ -212476,7 +213499,7 @@ to create header files and sources from protocol files.
libX11-32bitlibXext-32bit
- libXtst
+ libXtst/usr/lib32
@@ -212491,7 +213514,7 @@ to create header files and sources from protocol files.
libXext-devellibX11-develxorg-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-071.2.3
@@ -212587,7 +213617,7 @@ to create header files and sources from protocol files.
Development files for libXvlibXv için geliştirme dosyaları
- libXv
+ libXvlibXext-devellibX11-develxorg-proto
@@ -212610,7 +213640,7 @@ to create header files and sources from protocol files.
libXext-32bit
- libXv
+ libXvlibX11-32bitlibXext-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-071.0.11
@@ -212679,7 +213716,7 @@ to create header files and sources from protocol files.
X.Org XvMC kitaplığıX.Org XvMC BibliothekLibXvMC 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.bz2libX11-devellibXext-devel
@@ -212709,7 +213746,7 @@ to create header files and sources from protocol files.
libX11-develxorg-protolibXext-devel
- libXvMC
+ libXvMC/usr/include/X11
@@ -212732,13 +213769,20 @@ to create header files and sources from protocol files.
libX11-32bitlibXext-32bit
- libXvMC
+ libXvMC/usr/lib32
+
+ 2019-10-20
+ 1.0.12
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2019-01-071.0.10
@@ -212799,7 +213843,7 @@ to create header files and sources from protocol files.
X.Org Xxf86dga kitaplığıX.Org Xxf86dga BibliothekLibXxf86dga 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.bz2libXext-devellibX11-devel
@@ -212823,7 +213867,7 @@ to create header files and sources from protocol files.
Development files for libXxf86dgalibXxf86dga için geliştirme dosyaları
- libXxf86dga
+ libXxf86dgalibXext-devel
@@ -212843,7 +213887,7 @@ to create header files and sources from protocol files.
libXext-32bit
- libXxf86dga
+ libXxf86dgalibXext-32bitlibX11-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-251.1.4
@@ -212898,7 +213949,7 @@ to create header files and sources from protocol files.
X.Org libXxf86misc kitaplığıX.Org libXxf86misc BibliothekLibXxf86misc 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.gzlibXext-develxorg-proto
@@ -212921,7 +213972,7 @@ to create header files and sources from protocol files.
Development files for libXxf86misclibXxf86misc için geliştirme dosyaları
- libXxf86misc
+ libXxf86misclibXext-devel
@@ -212941,7 +213992,7 @@ to create header files and sources from protocol files.
libXext-32bit
- libXxf86misc
+ libXxf86misclibXext-32bitlibX11-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-071.0.3
@@ -213023,7 +214081,7 @@ to create header files and sources from protocol files.
Development files for libXxf86miscprotolibXxf86miscproto 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-070.9.3
@@ -213110,7 +214175,7 @@ to create header files and sources from protocol files.
Development files for libXxf86vmlibXxf86vm için geliştirme dosyaları
- libXxf86vm
+ libXxf86vmlibXext-devel
@@ -213130,7 +214195,7 @@ to create header files and sources from protocol files.
libXext-32bit
- libXxf86vm
+ libXxf86vmlibXext-32bitlibX11-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-251.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.xzmesonzlib-devel
@@ -213212,7 +214284,7 @@ to create header files and sources from protocol files.
libXv-develeudev-develnettle-devel
- python-mako
+ python3-makollvmllvm-clang-devellibxshmfence-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-devellibXxf86vm-devellibxshmfence-devel
- mesa
+ mesa/usr/include
@@ -213353,7 +214426,7 @@ to create header files and sources from protocol files.
libdrm-nouveau-32bitwayland-32bitlibunwind-32bit
- mesa
+ mesallvm-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-2918.2.8
@@ -213478,7 +214558,7 @@ to create header files and sources from protocol files.
x11.libraryMesa OpenGL Utility libraryMesa 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.gzmesa-devellibgcc
@@ -213500,7 +214580,7 @@ to create header files and sources from protocol files.
Development files for mesa-glumesa-glu için geliştirme dosyaları
- mesa-glu
+ mesa-glumesa-devel
@@ -213520,7 +214600,7 @@ to create header files and sources from protocol files.
libgcc
- mesa-glu
+ mesa-glumesa-32bitlibgcc
@@ -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-219.0.0
@@ -213725,7 +214812,7 @@ to create header files and sources from protocol files.
x11.libraryWayland Compositor InfrastructureWayland 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.xzdocbook-xsllibffi-devel
@@ -213755,7 +214842,7 @@ to create header files and sources from protocol files.
Wayland client librarylibffi
- wayland
+ wayland/usr/lib/libwayland-client*
@@ -213765,7 +214852,7 @@ to create header files and sources from protocol files.
wayland-cursorWayland cursor library
- wayland
+ waylandwayland-client
@@ -213777,7 +214864,7 @@ to create header files and sources from protocol files.
Wayland server librarylibffi
- wayland
+ wayland/usr/lib/libwayland-server*
@@ -213788,7 +214875,7 @@ to create header files and sources from protocol files.
Development files for waylandexpat-devel
- wayland
+ wayland/usr/include
@@ -213809,7 +214896,7 @@ to create header files and sources from protocol files.
libxml2-32bit
- wayland
+ waylandexpat-32bitlibffi-32bitlibxslt-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-031.16.0
@@ -213885,9 +214979,9 @@ to create header files and sources from protocol files.
Specifications of extended Wayland protocolsGeniş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-develx11/library/wayland-protocols/pspec.xml
@@ -213901,13 +214995,20 @@ to create header files and sources from protocol files.
wayland-protocols-develwayland-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-031.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.gzutil-macroslibXt-devel
@@ -213987,7 +215088,7 @@ to create header files and sources from protocol files.
Development files for Xaw3dXaw3d için geliştirme dosyaları
- Xaw3d
+ Xaw3dlibXt-devellibX11-devellibXmu-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-251.6.2
@@ -214716,7 +215824,7 @@ to create header files and sources from protocol files.
Development files for xcb-util-xrmsystem.devel
- xcb-util-xrm
+ xcb-util-xrmlibxcb-develxcb-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-201.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.bz2glew-develmesa-devel
@@ -215242,7 +216357,7 @@ to create header files and sources from protocol files.
freeglut-32bitmesa-glu-32bitlibgcc
- 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-308.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-021.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.bz2util-macrosxorg-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-071.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.bz2intltoolxorg-proto
@@ -215989,9 +217125,6 @@ to create header files and sources from protocol files.
libxslt-devellibX11-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-102.26
@@ -216112,37 +217252,37 @@ to create header files and sources from protocol files.
mirrors://xorg/individual/app/luit-1.1.1.tar.bz2mirrors://xorg/individual/app/mkcomposecache-1.2.1.tar.bz2mirrors://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.bz2mirrors://xorg/individual/app/oclock-1.0.4.tar.bz2mirrors://xorg/individual/app/rendercheck-1.5.tar.bz2mirrors://xorg/individual/app/rgb-1.0.6.tar.bz2mirrors://xorg/individual/app/rstart-1.0.5.tar.bz2mirrors://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.bz2mirrors://xorg/individual/app/showfont-1.0.5.tar.bz2mirrors://xorg/individual/app/smproxy-1.0.6.tar.bz2mirrors://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.bz2mirrors://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.bz2mirrors://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.bz2mirrors://xorg/individual/app/xconsole-1.0.7.tar.bz2mirrors://xorg/individual/app/xcursorgen-1.0.7.tar.bz2mirrors://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.bz2mirrors://xorg/individual/app/xdpyinfo-1.3.2.tar.bz2mirrors://xorg/individual/app/xedit-1.2.2.tar.bz2mirrors://xorg/individual/app/xev-1.2.3.tar.bz2mirrors://xorg/individual/app/xeyes-1.1.2.tar.bz2mirrors://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.bz2mirrors://xorg/individual/app/xfindproxy-1.0.4.tar.bz2mirrors://xorg/individual/app/xfontsel-1.0.6.tar.bz2mirrors://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.bz2mirrors://xorg/individual/app/xgc-1.0.5.tar.bz2mirrors://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.bz2mirrors://xorg/individual/app/xkbcomp-1.4.2.tar.bz2mirrors://xorg/individual/app/xkbevd-1.1.4.tar.bz2mirrors://xorg/individual/app/xkbprint-1.0.4.tar.bz2mirrors://xorg/individual/app/xkbutils-1.0.4.tar.bz2mirrors://xorg/individual/app/xkill-1.0.5.tar.bz2mirrors://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.bz2mirrors://xorg/individual/app/xlsatoms-1.1.3.tar.bz2mirrors://xorg/individual/app/xlsclients-1.1.4.tar.bz2mirrors://xorg/individual/app/xlsfonts-1.0.6.tar.bz2mirrors://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.bz2mirrors://xorg/individual/app/xmessage-1.0.5.tar.bz2mirrors://xorg/individual/app/xmh-1.0.3.tar.bz2mirrors://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.bz2mirrors://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.xzmirrors://xorg/individual/app/xrdb-1.2.0.tar.bz2mirrors://xorg/individual/app/xrefresh-1.0.6.tar.bz2mirrors://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.bz2mirrors://xorg/individual/app/xvinfo-1.1.4.tar.bz2mirrors://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.bz2mirrors://xorg/individual/app/xwud-1.0.5.tar.bz2fontconfig-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-147.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.bz2libbsd-develfont-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-091.20.3
@@ -217505,7 +218659,7 @@ to create header files and sources from protocol files.
Development files for i3wmsystem.devel
- i3wm
+ i3wmlibev-develstartup-notification-devellibxcb-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-234.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ı
+
+